Pull request #43335 updated Started by user Sebastiaan van Stijn Rebuilds build #3 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from b94a319fdf0b9ac44e41dd6a20a6300cf475e670+85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 (902c44a7a80a24c3e140d2dbe1380cf854b71183) 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-43335@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-06T08:26:57.175Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-03-06T08:26:57.180Z] Trying to pass milestone 3 [Pipeline] milestone [2022-03-06T08:26:57.255Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-03-06T08:27:12.435Z] Still waiting to schedule task [2022-03-06T08:27:12.437Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline [2022-03-06T08:28:00.059Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-087afceb1b912f31a) in /home/ubuntu/workspace/moby_PR-43335 [Pipeline] { [Pipeline] checkout [2022-03-06T08:28:00.206Z] The recommended git tool is: git [2022-03-06T08:28:02.534Z] using credential docker-jenkins-github-credentials [2022-03-06T08:28:02.546Z] Cloning the remote Git repository [2022-03-06T08:28:02.547Z] Cloning with configured refspecs honoured and without tags [2022-03-06T08:28:02.786Z] Cloning repository https://github.com/moby/moby.git [2022-03-06T08:28:02.840Z] > git init /home/ubuntu/workspace/moby_PR-43335 # timeout=10 [2022-03-06T08:28:03.033Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:28:03.033Z] > git --version # timeout=10 [2022-03-06T08:28:03.065Z] > git --version # 'git version 2.17.1' [2022-03-06T08:28:03.065Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:28:03.068Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:28:27.422Z] Fetching without tags [2022-03-06T08:28:27.917Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:28:27.271Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:28:27.291Z] > git config --add remote.origin.fetch +refs/pull/43335/head:refs/remotes/origin/PR-43335 # timeout=10 [2022-03-06T08:28:27.306Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:28:27.371Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:28:27.474Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:28:27.474Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:28:27.531Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:28:27.927Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:28:27.949Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:28:29.173Z] Merge succeeded, producing b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:28:29.173Z] Checking out Revision b94a319fdf0b9ac44e41dd6a20a6300cf475e670 (PR-43335) [2022-03-06T08:28:29.026Z] > git remote # timeout=10 [2022-03-06T08:28:29.061Z] > git config --get remote.origin.url # timeout=10 [2022-03-06T08:28:29.090Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:28:29.115Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-06T08:28:29.144Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-06T08:28:29.186Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:28:29.211Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:28:34.810Z] Commit message: "remove deprecated builder/dockerignore" [2022-03-06T08:28:34.812Z] > git rev-list --no-walk b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-06T08:28:35.973Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43335:/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-06T08:28:44.155Z] Unable to find image 'alpine:latest' locally [2022-03-06T08:28:44.155Z] latest: Pulling from library/alpine [2022-03-06T08:28:44.155Z] 59bf1c3509f3: Pulling fs layer [2022-03-06T08:28:44.155Z] 59bf1c3509f3: Verifying Checksum [2022-03-06T08:28:44.155Z] 59bf1c3509f3: Download complete [2022-03-06T08:28:44.155Z] 59bf1c3509f3: Pull complete [2022-03-06T08:28:44.155Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 [2022-03-06T08:28:44.155Z] Status: Downloaded newer image for alpine:latest [2022-03-06T08:28:54.167Z] 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 [2022-03-06T08:28:54.411Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-087afceb1b912f31a) in /home/ubuntu/workspace/moby_PR-43335 [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] { [Pipeline] checkout [2022-03-06T08:28:54.473Z] The recommended git tool is: git [2022-03-06T08:28:54.481Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-03-06T08:28:54.499Z] Fetching changes from the remote Git repository [Pipeline] // stage [Pipeline] // stage [2022-03-06T08:28:54.519Z] Fetching without tags [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] } [2022-03-06T08:28:54.560Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0a218e218dc20c2f5) in /home/ubuntu/workspace/moby_PR-43335 Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-03-06T08:28:54.566Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-058fe0a5d1e89955e) in /home/ubuntu/workspace/moby_PR-43335 [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] // stage [Pipeline] // stage [Pipeline] { [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] } [Pipeline] checkout [Pipeline] checkout Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-03-06T08:28:54.712Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [2022-03-06T08:28:54.745Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [2022-03-06T08:28:54.793Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [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 [2022-03-06T08:28:54.929Z] Merge succeeded, producing b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:28:54.929Z] Checking out Revision b94a319fdf0b9ac44e41dd6a20a6300cf475e670 (PR-43335) [Pipeline] } [Pipeline] } [2022-03-06T08:28:55.068Z] Commit message: "remove deprecated builder/dockerignore" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-06T08:28:54.489Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43335/.git # timeout=10 [2022-03-06T08:28:54.500Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:28:54.520Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:28:54.520Z] > git --version # timeout=10 [2022-03-06T08:28:54.529Z] > git --version # 'git version 2.17.1' [2022-03-06T08:28:54.529Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:28:54.530Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:28:54.795Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:28:54.805Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:28:54.871Z] > git remote # timeout=10 [2022-03-06T08:28:54.880Z] > git config --get remote.origin.url # timeout=10 [2022-03-06T08:28:54.899Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:28:54.900Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-06T08:28:54.918Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-06T08:28:54.930Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:28:54.943Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:28:55.721Z] + [ PR != PR ] [2022-03-06T08:28:55.721Z] + [ master != master ] [2022-03-06T08:28:55.721Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-06T08:28:56.147Z] + docker version [2022-03-06T08:28:56.147Z] Client: Docker Engine - Community [2022-03-06T08:28:56.147Z] Version: 20.10.12 [2022-03-06T08:28:56.147Z] API version: 1.41 [2022-03-06T08:28:56.147Z] Go version: go1.16.12 [2022-03-06T08:28:56.147Z] Git commit: e91ed57 [2022-03-06T08:28:56.147Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-06T08:28:56.147Z] OS/Arch: linux/amd64 [2022-03-06T08:28:56.147Z] Context: default [2022-03-06T08:28:56.147Z] Experimental: true [2022-03-06T08:28:56.147Z] [2022-03-06T08:28:56.147Z] Server: Docker Engine - Community [2022-03-06T08:28:56.147Z] Engine: [2022-03-06T08:28:56.147Z] Version: 20.10.12 [2022-03-06T08:28:56.147Z] API version: 1.41 (minimum version 1.12) [2022-03-06T08:28:56.147Z] Go version: go1.16.12 [2022-03-06T08:28:56.147Z] Git commit: 459d0df [2022-03-06T08:28:56.147Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-06T08:28:56.147Z] OS/Arch: linux/amd64 [2022-03-06T08:28:56.147Z] Experimental: true [2022-03-06T08:28:56.147Z] containerd: [2022-03-06T08:28:56.147Z] Version: 1.4.12 [2022-03-06T08:28:56.147Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-06T08:28:56.147Z] runc: [2022-03-06T08:28:56.147Z] Version: 1.0.2 [2022-03-06T08:28:56.147Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-06T08:28:56.147Z] docker-init: [2022-03-06T08:28:56.147Z] Version: 0.19.0 [2022-03-06T08:28:56.147Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-06T08:28:56.447Z] using credential docker-jenkins-github-credentials [2022-03-06T08:28:56.456Z] Cloning the remote Git repository [2022-03-06T08:28:56.456Z] Cloning with configured refspecs honoured and without tags [2022-03-06T08:28:56.480Z] + docker info [2022-03-06T08:28:56.472Z] Cloning repository https://github.com/moby/moby.git [2022-03-06T08:28:56.523Z] > git init /home/ubuntu/workspace/moby_PR-43335 # timeout=10 [2022-03-06T08:28:56.724Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:28:56.724Z] > git --version # timeout=10 [2022-03-06T08:28:56.728Z] > git --version # 'git version 2.17.1' [2022-03-06T08:28:56.728Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:28:56.730Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:28:57.086Z] using credential docker-jenkins-github-credentials [2022-03-06T08:28:57.093Z] Cloning the remote Git repository [2022-03-06T08:28:57.093Z] Cloning with configured refspecs honoured and without tags [2022-03-06T08:28:57.124Z] Cloning repository https://github.com/moby/moby.git [2022-03-06T08:28:57.172Z] > git init /home/ubuntu/workspace/moby_PR-43335 # timeout=10 [2022-03-06T08:28:57.439Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:28:57.439Z] > git --version # timeout=10 [2022-03-06T08:28:57.460Z] > git --version # 'git version 2.17.1' [2022-03-06T08:28:57.461Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:28:57.462Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:29:09.249Z] Fetching without tags [2022-03-06T08:29:09.413Z] Still waiting to schedule task [2022-03-06T08:29:09.413Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2022-03-06T08:29:09.415Z] Still waiting to schedule task [2022-03-06T08:29:09.416Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2022-03-06T08:29:09.416Z] Still waiting to schedule task [2022-03-06T08:29:09.416Z] All nodes of label ‘windows-2019’ are offline [2022-03-06T08:29:09.417Z] Still waiting to schedule task [2022-03-06T08:29:09.417Z] All nodes of label ‘windows-2022’ are offline [2022-03-06T08:29:09.418Z] Still waiting to schedule task [2022-03-06T08:29:09.418Z] All nodes of label ‘windows-2022’ are offline [2022-03-06T08:29:09.461Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:29:10.115Z] Merge succeeded, producing b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:29:10.115Z] Checking out Revision b94a319fdf0b9ac44e41dd6a20a6300cf475e670 (PR-43335) [2022-03-06T08:29:09.209Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:29:09.229Z] > git config --add remote.origin.fetch +refs/pull/43335/head:refs/remotes/origin/PR-43335 # timeout=10 [2022-03-06T08:29:09.232Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:29:09.244Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:29:09.251Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:29:09.251Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:29:09.255Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:29:09.467Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:29:09.470Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:29:10.097Z] > git remote # timeout=10 [2022-03-06T08:29:10.100Z] > git config --get remote.origin.url # timeout=10 [2022-03-06T08:29:10.103Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:29:10.104Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-06T08:29:10.111Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-06T08:29:10.117Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:29:10.119Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:29:13.861Z] Commit message: "remove deprecated builder/dockerignore" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-06T08:29:14.622Z] + docker version [2022-03-06T08:29:18.481Z] Client: [2022-03-06T08:29:18.481Z] Context: default [2022-03-06T08:29:18.481Z] Debug Mode: false [2022-03-06T08:29:18.481Z] Plugins: [2022-03-06T08:29:18.481Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-06T08:29:18.481Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-06T08:29:18.481Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-06T08:29:18.481Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-06T08:29:18.481Z] [2022-03-06T08:29:18.481Z] Server: [2022-03-06T08:29:18.481Z] Containers: 0 [2022-03-06T08:29:18.481Z] Running: 0 [2022-03-06T08:29:18.481Z] Paused: 0 [2022-03-06T08:29:18.481Z] Stopped: 0 [2022-03-06T08:29:18.481Z] Images: 1 [2022-03-06T08:29:18.481Z] Server Version: 20.10.12 [2022-03-06T08:29:18.481Z] Storage Driver: overlay2 [2022-03-06T08:29:18.481Z] Backing Filesystem: extfs [2022-03-06T08:29:18.481Z] Supports d_type: true [2022-03-06T08:29:18.481Z] Native Overlay Diff: true [2022-03-06T08:29:18.481Z] userxattr: false [2022-03-06T08:29:18.481Z] Logging Driver: json-file [2022-03-06T08:29:18.481Z] Cgroup Driver: cgroupfs [2022-03-06T08:29:18.481Z] Cgroup Version: 1 [2022-03-06T08:29:18.481Z] Plugins: [2022-03-06T08:29:18.481Z] Volume: local [2022-03-06T08:29:18.481Z] Network: bridge host ipvlan macvlan null overlay [2022-03-06T08:29:18.481Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-06T08:29:18.481Z] Swarm: inactive [2022-03-06T08:29:18.481Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-03-06T08:29:18.481Z] Default Runtime: runc [2022-03-06T08:29:18.481Z] Init Binary: docker-init [2022-03-06T08:29:18.481Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-06T08:29:18.481Z] runc version: v1.0.2-0-g52b36a2 [2022-03-06T08:29:18.481Z] init version: de40ad0 [2022-03-06T08:29:18.481Z] Security Options: [2022-03-06T08:29:18.481Z] apparmor [2022-03-06T08:29:18.481Z] seccomp [2022-03-06T08:29:18.481Z] Profile: default [2022-03-06T08:29:18.481Z] Kernel Version: 5.4.0-1061-aws [2022-03-06T08:29:18.481Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-06T08:29:18.481Z] OSType: linux [2022-03-06T08:29:18.481Z] Architecture: x86_64 [2022-03-06T08:29:18.481Z] CPUs: 2 [2022-03-06T08:29:18.481Z] Total Memory: 7.483GiB [2022-03-06T08:29:18.481Z] Name: ip-10-100-75-13 [2022-03-06T08:29:18.481Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-06T08:29:18.481Z] Docker Root Dir: /var/lib/docker [2022-03-06T08:29:18.481Z] Debug Mode: false [2022-03-06T08:29:18.481Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:29:18.481Z] Labels: [2022-03-06T08:29:18.481Z] Experimental: true [2022-03-06T08:29:18.481Z] Insecure Registries: [2022-03-06T08:29:18.481Z] 127.0.0.0/8 [2022-03-06T08:29:18.481Z] Live Restore Enabled: true [2022-03-06T08:29:18.481Z] [2022-03-06T08:29:18.481Z] WARNING: No swap limit support [Pipeline] sh [2022-03-06T08:29:18.824Z] Client: Docker Engine - Community [2022-03-06T08:29:18.824Z] Version: 20.10.12 [2022-03-06T08:29:18.824Z] API version: 1.41 [2022-03-06T08:29:18.824Z] Go version: go1.16.12 [2022-03-06T08:29:18.824Z] Git commit: e91ed57 [2022-03-06T08:29:18.824Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-06T08:29:18.824Z] OS/Arch: linux/amd64 [2022-03-06T08:29:18.824Z] Context: default [2022-03-06T08:29:18.824Z] Experimental: true [2022-03-06T08:29:18.824Z] [2022-03-06T08:29:18.824Z] Server: Docker Engine - Community [2022-03-06T08:29:18.824Z] Engine: [2022-03-06T08:29:18.824Z] Version: 20.10.12 [2022-03-06T08:29:18.824Z] API version: 1.41 (minimum version 1.12) [2022-03-06T08:29:18.824Z] Go version: go1.16.12 [2022-03-06T08:29:18.824Z] Git commit: 459d0df [2022-03-06T08:29:18.824Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-06T08:29:18.824Z] OS/Arch: linux/amd64 [2022-03-06T08:29:18.824Z] Experimental: true [2022-03-06T08:29:18.824Z] containerd: [2022-03-06T08:29:18.824Z] Version: 1.4.12 [2022-03-06T08:29:18.824Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-06T08:29:18.824Z] runc: [2022-03-06T08:29:18.824Z] Version: 1.0.2 [2022-03-06T08:29:18.824Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-06T08:29:18.824Z] docker-init: [2022-03-06T08:29:18.824Z] Version: 0.19.0 [2022-03-06T08:29:18.824Z] GitCommit: de40ad0 [2022-03-06T08:29:18.843Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-06T08:29:18.843Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-06T08:29:18.843Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43335/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-06T08:29:18.843Z] + bash /home/ubuntu/workspace/moby_PR-43335/check-config.sh [2022-03-06T08:29:18.843Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-06T08:29:18.843Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-06T08:29:18.843Z] [2022-03-06T08:29:18.843Z] Generally Necessary: [2022-03-06T08:29:18.843Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-06T08:29:18.843Z] - apparmor: enabled and tools installed [2022-03-06T08:29:18.843Z] - CONFIG_NAMESPACES: enabled [2022-03-06T08:29:18.843Z] - CONFIG_NET_NS: enabled [2022-03-06T08:29:18.843Z] - CONFIG_PID_NS: enabled [2022-03-06T08:29:18.843Z] - CONFIG_IPC_NS: enabled [2022-03-06T08:29:18.843Z] - CONFIG_UTS_NS: enabled [2022-03-06T08:29:18.843Z] - CONFIG_CGROUPS: enabled [2022-03-06T08:29:18.843Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-06T08:29:18.843Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-06T08:29:18.843Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-06T08:29:18.843Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-06T08:29:18.843Z] - CONFIG_CPUSETS: enabled [Pipeline] sh [2022-03-06T08:29:19.110Z] - CONFIG_MEMCG: enabled [2022-03-06T08:29:19.110Z] - CONFIG_KEYS: enabled [2022-03-06T08:29:19.110Z] - CONFIG_VETH: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-06T08:29:19.110Z] - CONFIG_CGROUP_BPF: enabled [2022-03-06T08:29:19.110Z] [2022-03-06T08:29:19.110Z] Optional Features: [2022-03-06T08:29:19.110Z] - CONFIG_USER_NS: enabled [2022-03-06T08:29:19.110Z] - CONFIG_SECCOMP: enabled [2022-03-06T08:29:19.110Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-06T08:29:19.110Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-06T08:29:19.110Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-06T08:29:19.110Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-06T08:29:19.110Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-06T08:29:19.110Z] - CONFIG_BLK_CGROUP: enabled [2022-03-06T08:29:19.110Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-06T08:29:19.110Z] - CONFIG_CGROUP_PERF: enabled [2022-03-06T08:29:19.110Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-06T08:29:19.110Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-06T08:29:19.110Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-06T08:29:19.110Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-06T08:29:19.110Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-06T08:29:19.110Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_IP_VS: enabled (as module) [2022-03-06T08:29:19.110Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-06T08:29:19.110Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-06T08:29:19.135Z] + docker info [2022-03-06T08:29:19.376Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-06T08:29:19.376Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-06T08:29:19.376Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-06T08:29:19.376Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-06T08:29:19.376Z] - CONFIG_EXT4_FS: enabled [2022-03-06T08:29:19.376Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-06T08:29:19.376Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-06T08:29:19.376Z] - Network Drivers: [2022-03-06T08:29:19.376Z] - "overlay": [2022-03-06T08:29:19.376Z] - CONFIG_VXLAN: enabled (as module) [2022-03-06T08:29:19.376Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-06T08:29:19.376Z] Optional (for encrypted networks): [2022-03-06T08:29:19.376Z] - CONFIG_CRYPTO: enabled [2022-03-06T08:29:19.376Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-06T08:29:19.376Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-06T08:29:19.376Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-06T08:29:19.376Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-06T08:29:19.376Z] - CONFIG_XFRM: enabled [2022-03-06T08:29:19.376Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-06T08:29:19.377Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-06T08:29:19.377Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-06T08:29:19.377Z] - "ipvlan": [2022-03-06T08:29:19.377Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-06T08:29:19.377Z] - "macvlan": [2022-03-06T08:29:19.377Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-06T08:29:19.377Z] - CONFIG_DUMMY: enabled (as module) [2022-03-06T08:29:19.377Z] - "ftp,tftp client in container": [2022-03-06T08:29:19.377Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-06T08:29:19.377Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-06T08:29:19.377Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-06T08:29:19.377Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-06T08:29:19.377Z] - Storage Drivers: [2022-03-06T08:29:19.377Z] - "aufs": [2022-03-06T08:29:19.377Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-06T08:29:19.377Z] - "btrfs": [2022-03-06T08:29:19.377Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-06T08:29:19.377Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-06T08:29:19.377Z] - "devicemapper": [2022-03-06T08:29:19.643Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-06T08:29:19.643Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-06T08:29:19.643Z] - "overlay": [2022-03-06T08:29:19.643Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-06T08:29:19.643Z] - "zfs": [2022-03-06T08:29:19.643Z] - /dev/zfs: present [2022-03-06T08:29:19.643Z] - zfs command: missing [2022-03-06T08:29:19.643Z] - zpool command: missing [2022-03-06T08:29:19.643Z] [2022-03-06T08:29:19.643Z] Limits: [2022-03-06T08:29:19.643Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-06T08:29:19.643Z] [2022-03-06T08:29:19.643Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-06T08:29:19.895Z] Fetching without tags [2022-03-06T08:29:19.989Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 . [2022-03-06T08:29:20.245Z] #1 [internal] load build definition from Dockerfile [2022-03-06T08:29:20.245Z] #1 sha256:02bbf906d4fbce214900c8906d36e0e0d0f1acb5b60fd4de89138bc303711965 [2022-03-06T08:29:20.245Z] #1 transferring dockerfile: 16.77kB done [2022-03-06T08:29:20.245Z] #1 DONE 0.1s [2022-03-06T08:29:20.245Z] [2022-03-06T08:29:20.245Z] #2 [internal] load .dockerignore [2022-03-06T08:29:20.245Z] #2 sha256:d5ce0c00330def0999317aa5d33f708a8ca04a0c7a4ee511247d72af8898d3c2 [2022-03-06T08:29:20.245Z] #2 transferring context: 87B done [2022-03-06T08:29:20.245Z] #2 DONE 0.1s [2022-03-06T08:29:20.245Z] [2022-03-06T08:29:20.245Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-06T08:29:20.245Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-06T08:29:20.297Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:29:20.502Z] #3 DONE 0.4s [2022-03-06T08:29:20.766Z] [2022-03-06T08:29:20.766Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-06T08:29:20.766Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-06T08:29:20.766Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-06T08:29:20.766Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-06T08:29:20.766Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-06T08:29:20.766Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-06T08:29:20.766Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-06T08:29:19.814Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:29:19.837Z] > git config --add remote.origin.fetch +refs/pull/43335/head:refs/remotes/origin/PR-43335 # timeout=10 [2022-03-06T08:29:19.853Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:29:19.874Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:29:19.897Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:29:19.898Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:29:19.899Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:29:20.312Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:29:20.327Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:29:21.025Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-06T08:29:21.025Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-03-06T08:29:21.285Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-03-06T08:29:21.285Z] #4 DONE 0.8s [2022-03-06T08:29:21.758Z] Merge succeeded, producing b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:29:21.758Z] Checking out Revision b94a319fdf0b9ac44e41dd6a20a6300cf475e670 (PR-43335) [2022-03-06T08:29:21.881Z] [2022-03-06T08:29:21.881Z] #6 [internal] load .dockerignore [2022-03-06T08:29:21.881Z] #6 sha256:2a8a9a3caecbc83f2e8b1d170d95db449e772a65dd07cb743367e7d3a00849ab [2022-03-06T08:29:21.881Z] #6 DONE 0.0s [2022-03-06T08:29:21.881Z] [2022-03-06T08:29:21.881Z] #5 [internal] load build definition from Dockerfile [2022-03-06T08:29:21.881Z] #5 sha256:91867a96c5509026c3b2afd9fc28a4c24bbc6f5cc565af767115e85d793f06c0 [2022-03-06T08:29:21.881Z] #5 DONE 0.0s [2022-03-06T08:29:21.881Z] [2022-03-06T08:29:21.881Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-06T08:29:21.881Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-06T08:29:22.485Z] #10 ... [2022-03-06T08:29:22.485Z] [2022-03-06T08:29:22.485Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-06T08:29:22.485Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-06T08:29:22.485Z] #9 DONE 0.8s [2022-03-06T08:29:22.741Z] [2022-03-06T08:29:22.741Z] #7 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-06T08:29:22.741Z] #7 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-06T08:29:22.741Z] #7 DONE 0.9s [2022-03-06T08:29:22.741Z] [2022-03-06T08:29:22.741Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-06T08:29:22.741Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-06T08:29:22.741Z] #8 DONE 0.9s [2022-03-06T08:29:22.741Z] [2022-03-06T08:29:22.741Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-06T08:29:22.741Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-06T08:29:22.741Z] #10 DONE 0.9s [2022-03-06T08:29:21.664Z] > git remote # timeout=10 [2022-03-06T08:29:21.687Z] > git config --get remote.origin.url # timeout=10 [2022-03-06T08:29:21.696Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:29:21.698Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-06T08:29:21.737Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-06T08:29:21.760Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:29:21.797Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:29:23.668Z] [2022-03-06T08:29:23.668Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:23.668Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-06T08:29:23.668Z] #76 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-06T08:29:23.668Z] #76 DONE 0.1s [2022-03-06T08:29:23.668Z] [2022-03-06T08:29:23.668Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:23.668Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-06T08:29:23.668Z] #74 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-06T08:29:23.926Z] #74 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-06T08:29:23.926Z] #74 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-06T08:29:23.926Z] #74 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-06T08:29:24.184Z] #74 ... [2022-03-06T08:29:24.184Z] [2022-03-06T08:29:24.184Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-06T08:29:24.184Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-06T08:29:24.184Z] #52 DONE 0.6s [2022-03-06T08:29:24.184Z] [2022-03-06T08:29:24.184Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-06T08:29:24.184Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-06T08:29:24.184Z] #52 DONE 0.0s [2022-03-06T08:29:24.184Z] [2022-03-06T08:29:24.184Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:24.184Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:24.184Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.0s done [2022-03-06T08:29:24.184Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-06T08:29:24.184Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-06T08:29:24.184Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-06T08:29:24.184Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 12.58MB / 54.92MB 0.6s [2022-03-06T08:29:24.184Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.5s done [2022-03-06T08:29:24.184Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 8.39MB / 10.87MB 0.6s [2022-03-06T08:29:24.184Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 1.05MB / 54.58MB 0.6s [2022-03-06T08:29:24.440Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 22.02MB / 54.92MB 0.8s [2022-03-06T08:29:24.440Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 0.8s [2022-03-06T08:29:24.440Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 12.58MB / 54.58MB 0.8s [2022-03-06T08:29:24.704Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 0.9s done [2022-03-06T08:29:24.704Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 15.73MB / 54.58MB 0.9s [2022-03-06T08:29:24.704Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 25.29MB / 54.92MB 1.0s [2022-03-06T08:29:24.704Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 19.92MB / 54.58MB 1.0s [2022-03-06T08:29:24.704Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 0B / 85.81MB 1.0s [2022-03-06T08:29:24.965Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 35.65MB / 54.92MB 1.3s [2022-03-06T08:29:24.965Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 33.55MB / 54.58MB 1.3s [2022-03-06T08:29:24.965Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 41.94MB / 54.92MB 1.4s [2022-03-06T08:29:24.965Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 37.75MB / 54.58MB 1.4s [2022-03-06T08:29:24.965Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 5.24MB / 85.81MB 1.4s [2022-03-06T08:29:25.230Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 48.23MB / 54.58MB 1.5s [2022-03-06T08:29:25.230Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.6s [2022-03-06T08:29:25.230Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 1.6s [2022-03-06T08:29:25.230Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 17.83MB / 85.81MB 1.6s [2022-03-06T08:29:25.490Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 27.26MB / 85.81MB 1.8s [2022-03-06T08:29:25.757Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 35.65MB / 85.81MB 1.9s [2022-03-06T08:29:25.757Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 47.19MB / 85.81MB 2.2s [2022-03-06T08:29:26.057Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 54.53MB / 85.81MB 2.3s [2022-03-06T08:29:26.090Z] Commit message: "remove deprecated builder/dockerignore" [2022-03-06T08:29:26.315Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 2.5s done [2022-03-06T08:29:26.315Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 0B / 134.90MB 2.5s [2022-03-06T08:29:26.315Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 61.87MB / 85.81MB 2.6s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-06T08:29:26.616Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 69.21MB / 85.81MB 2.8s [2022-03-06T08:29:26.616Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 8.46MB / 134.90MB 2.8s [2022-03-06T08:29:26.879Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 76.55MB / 85.81MB 3.1s [2022-03-06T08:29:26.879Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 17.83MB / 134.90MB 3.1s [2022-03-06T08:29:27.095Z] + docker version [2022-03-06T08:29:27.140Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 81.79MB / 85.81MB 3.3s [2022-03-06T08:29:27.140Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 27.26MB / 134.90MB 3.4s [2022-03-06T08:29:27.407Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 3.5s done [2022-03-06T08:29:27.670Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 35.65MB / 134.90MB 3.8s [2022-03-06T08:29:27.670Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 [2022-03-06T08:29:27.670Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 49.28MB / 134.90MB 4.0s [2022-03-06T08:29:28.240Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 57.79MB / 134.90MB 4.3s [2022-03-06T08:29:28.240Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 67.11MB / 134.90MB 4.6s [2022-03-06T08:29:28.497Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 73.95MB / 134.90MB 4.9s [2022-03-06T08:29:28.779Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 5.0s done [2022-03-06T08:29:28.779Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 93.32MB / 134.90MB 5.0s [2022-03-06T08:29:28.779Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 0B / 157B 5.1s [2022-03-06T08:29:29.037Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 100.66MB / 134.90MB 5.2s [2022-03-06T08:29:29.037Z] #11 ... [2022-03-06T08:29:29.037Z] [2022-03-06T08:29:29.037Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:29.037Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-06T08:29:29.037Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 5.1s [2022-03-06T08:29:29.130Z] Client: [2022-03-06T08:29:29.130Z] Context: default [2022-03-06T08:29:29.130Z] Debug Mode: false [2022-03-06T08:29:29.130Z] Plugins: [2022-03-06T08:29:29.130Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-06T08:29:29.130Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-06T08:29:29.130Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-06T08:29:29.130Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-06T08:29:29.130Z] [2022-03-06T08:29:29.130Z] Server: [2022-03-06T08:29:29.130Z] Containers: 0 [2022-03-06T08:29:29.130Z] Running: 0 [2022-03-06T08:29:29.130Z] Paused: 0 [2022-03-06T08:29:29.130Z] Stopped: 0 [2022-03-06T08:29:29.130Z] Images: 0 [2022-03-06T08:29:29.130Z] Server Version: 20.10.12 [2022-03-06T08:29:29.130Z] Storage Driver: overlay2 [2022-03-06T08:29:29.130Z] Backing Filesystem: extfs [2022-03-06T08:29:29.130Z] Supports d_type: true [2022-03-06T08:29:29.130Z] Native Overlay Diff: true [2022-03-06T08:29:29.130Z] userxattr: false [2022-03-06T08:29:29.130Z] Logging Driver: json-file [2022-03-06T08:29:29.130Z] Cgroup Driver: cgroupfs [2022-03-06T08:29:29.130Z] Cgroup Version: 1 [2022-03-06T08:29:29.130Z] Plugins: [2022-03-06T08:29:29.130Z] Volume: local [2022-03-06T08:29:29.130Z] Network: bridge host ipvlan macvlan null overlay [2022-03-06T08:29:29.130Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-06T08:29:29.130Z] Swarm: inactive [2022-03-06T08:29:29.130Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-03-06T08:29:29.130Z] Default Runtime: runc [2022-03-06T08:29:29.130Z] Init Binary: docker-init [2022-03-06T08:29:29.130Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-06T08:29:29.130Z] runc version: v1.0.2-0-g52b36a2 [2022-03-06T08:29:29.130Z] init version: de40ad0 [2022-03-06T08:29:29.130Z] Security Options: [2022-03-06T08:29:29.130Z] apparmor [2022-03-06T08:29:29.130Z] seccomp [2022-03-06T08:29:29.130Z] Profile: default [2022-03-06T08:29:29.130Z] Kernel Version: 5.4.0-1061-aws [2022-03-06T08:29:29.130Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-06T08:29:29.130Z] OSType: linux [2022-03-06T08:29:29.130Z] Architecture: x86_64 [2022-03-06T08:29:29.130Z] CPUs: 8 [2022-03-06T08:29:29.130Z] Total Memory: 30.91GiB [2022-03-06T08:29:29.130Z] Name: ip-10-100-38-81 [2022-03-06T08:29:29.130Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-06T08:29:29.130Z] Docker Root Dir: /var/lib/docker [2022-03-06T08:29:29.130Z] Debug Mode: false [2022-03-06T08:29:29.130Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:29:29.130Z] Labels: [2022-03-06T08:29:29.130Z] Experimental: true [2022-03-06T08:29:29.130Z] Insecure Registries: [2022-03-06T08:29:29.130Z] 127.0.0.0/8 [2022-03-06T08:29:29.130Z] Live Restore Enabled: true [2022-03-06T08:29:29.130Z] [2022-03-06T08:29:29.130Z] WARNING: No swap limit support [Pipeline] sh [2022-03-06T08:29:29.418Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-06T08:29:29.418Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-06T08:29:29.418Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43335/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-06T08:29:29.418Z] + bash /home/ubuntu/workspace/moby_PR-43335/check-config.sh [2022-03-06T08:29:29.418Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-06T08:29:29.418Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-06T08:29:29.418Z] [2022-03-06T08:29:29.418Z] Generally Necessary: [2022-03-06T08:29:29.418Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-06T08:29:29.418Z] - apparmor: enabled and tools installed [2022-03-06T08:29:29.418Z] - CONFIG_NAMESPACES: enabled [2022-03-06T08:29:29.418Z] - CONFIG_NET_NS: enabled [2022-03-06T08:29:29.418Z] - CONFIG_PID_NS: enabled [2022-03-06T08:29:29.418Z] - CONFIG_IPC_NS: enabled [2022-03-06T08:29:29.418Z] - CONFIG_UTS_NS: enabled [2022-03-06T08:29:29.418Z] - CONFIG_CGROUPS: enabled [2022-03-06T08:29:29.418Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-06T08:29:29.418Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-06T08:29:29.418Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-06T08:29:29.418Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-06T08:29:29.418Z] - CONFIG_CPUSETS: enabled [2022-03-06T08:29:29.418Z] - CONFIG_MEMCG: enabled [2022-03-06T08:29:29.418Z] - CONFIG_KEYS: enabled [2022-03-06T08:29:29.418Z] - CONFIG_VETH: enabled (as module) [2022-03-06T08:29:29.418Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-06T08:29:29.418Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-06T08:29:29.418Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-06T08:29:29.418Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-06T08:29:29.418Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-06T08:29:29.418Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-06T08:29:29.418Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-06T08:29:29.418Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-06T08:29:29.418Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-06T08:29:29.418Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-06T08:29:29.418Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-06T08:29:29.418Z] - CONFIG_CGROUP_BPF: enabled [2022-03-06T08:29:29.418Z] [2022-03-06T08:29:29.418Z] Optional Features: [2022-03-06T08:29:29.418Z] - CONFIG_USER_NS: enabled [2022-03-06T08:29:29.418Z] - CONFIG_SECCOMP: enabled [2022-03-06T08:29:29.418Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-06T08:29:29.418Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-06T08:29:29.418Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-06T08:29:29.418Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-06T08:29:29.418Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-06T08:29:29.418Z] - CONFIG_BLK_CGROUP: enabled [2022-03-06T08:29:29.418Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-06T08:29:29.647Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 8.39MB / 9.86MB 5.6s [2022-03-06T08:29:29.647Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.8s [2022-03-06T08:29:29.679Z] - CONFIG_CGROUP_PERF: enabled [2022-03-06T08:29:29.679Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-06T08:29:29.679Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-06T08:29:29.679Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-06T08:29:29.679Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-06T08:29:29.679Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-06T08:29:29.679Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-06T08:29:29.679Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-06T08:29:29.679Z] - CONFIG_IP_VS: enabled (as module) [2022-03-06T08:29:29.679Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-06T08:29:29.679Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-06T08:29:29.679Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-06T08:29:29.679Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-06T08:29:29.679Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-06T08:29:29.679Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-06T08:29:29.679Z] - CONFIG_EXT4_FS: enabled [2022-03-06T08:29:29.679Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-06T08:29:29.679Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-06T08:29:29.679Z] - Network Drivers: [2022-03-06T08:29:29.679Z] - "overlay": [2022-03-06T08:29:29.679Z] - CONFIG_VXLAN: enabled (as module) [2022-03-06T08:29:29.679Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-06T08:29:29.679Z] Optional (for encrypted networks): [2022-03-06T08:29:29.679Z] - CONFIG_CRYPTO: enabled [2022-03-06T08:29:29.679Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-06T08:29:29.679Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-06T08:29:29.679Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-06T08:29:29.679Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-06T08:29:29.679Z] - CONFIG_XFRM: enabled [2022-03-06T08:29:29.679Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-06T08:29:29.679Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-06T08:29:29.679Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-06T08:29:29.679Z] - "ipvlan": [2022-03-06T08:29:29.679Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-06T08:29:29.679Z] - "macvlan": [2022-03-06T08:29:29.679Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-06T08:29:29.679Z] - CONFIG_DUMMY: enabled (as module) [2022-03-06T08:29:29.679Z] - "ftp,tftp client in container": [2022-03-06T08:29:29.679Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-06T08:29:29.679Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-06T08:29:29.679Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-06T08:29:29.679Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-06T08:29:29.679Z] - Storage Drivers: [2022-03-06T08:29:29.679Z] - "aufs": [2022-03-06T08:29:29.679Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-06T08:29:29.679Z] - "btrfs": [2022-03-06T08:29:29.679Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-06T08:29:29.679Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-06T08:29:29.679Z] - "devicemapper": [2022-03-06T08:29:29.679Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-06T08:29:29.679Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-06T08:29:29.679Z] - "overlay": [2022-03-06T08:29:29.679Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-06T08:29:29.679Z] - "zfs": [2022-03-06T08:29:29.679Z] - /dev/zfs: present [2022-03-06T08:29:29.679Z] - zfs command: missing [2022-03-06T08:29:29.679Z] - zpool command: missing [2022-03-06T08:29:29.679Z] [2022-03-06T08:29:29.679Z] Limits: [2022-03-06T08:29:29.679Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-06T08:29:29.679Z] [2022-03-06T08:29:29.679Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-06T08:29:29.903Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 6.0s done [2022-03-06T08:29:29.903Z] #74 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-03-06T08:29:30.021Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 . [2022-03-06T08:29:30.282Z] #2 [internal] load .dockerignore [2022-03-06T08:29:30.282Z] #2 sha256:3443722de7f6df2e53f65ba5c8b2438f12a4d4998f33ef23d1cdcd68009bff6c [2022-03-06T08:29:30.394Z] Client: Docker Engine - Community [2022-03-06T08:29:30.395Z] Version: 20.10.12 [2022-03-06T08:29:30.395Z] API version: 1.41 [2022-03-06T08:29:30.395Z] Go version: go1.16.12 [2022-03-06T08:29:30.395Z] Git commit: e91ed57 [2022-03-06T08:29:30.395Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-06T08:29:30.395Z] OS/Arch: linux/amd64 [2022-03-06T08:29:30.395Z] Context: default [2022-03-06T08:29:30.395Z] Experimental: true [2022-03-06T08:29:30.395Z] [2022-03-06T08:29:30.395Z] Server: Docker Engine - Community [2022-03-06T08:29:30.395Z] Engine: [2022-03-06T08:29:30.395Z] Version: 20.10.12 [2022-03-06T08:29:30.395Z] API version: 1.41 (minimum version 1.12) [2022-03-06T08:29:30.395Z] Go version: go1.16.12 [2022-03-06T08:29:30.395Z] Git commit: 459d0df [2022-03-06T08:29:30.395Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-06T08:29:30.395Z] OS/Arch: linux/amd64 [2022-03-06T08:29:30.395Z] Experimental: true [2022-03-06T08:29:30.395Z] containerd: [2022-03-06T08:29:30.395Z] Version: 1.4.12 [2022-03-06T08:29:30.395Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-06T08:29:30.395Z] runc: [2022-03-06T08:29:30.395Z] Version: 1.0.2 [2022-03-06T08:29:30.395Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-06T08:29:30.395Z] docker-init: [2022-03-06T08:29:30.395Z] Version: 0.19.0 [2022-03-06T08:29:30.395Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-06T08:29:30.467Z] #74 ... [2022-03-06T08:29:30.467Z] [2022-03-06T08:29:30.467Z] #31 [internal] load build context [2022-03-06T08:29:30.467Z] #31 sha256:b06fe6dc5ec7abdd57eebecd9316423e8c414b62a6e0e17219b3ee165637b54c [2022-03-06T08:29:30.467Z] #31 transferring context: 57.20MB 6.0s done [2022-03-06T08:29:30.467Z] #31 DONE 6.9s [2022-03-06T08:29:30.467Z] [2022-03-06T08:29:30.467Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:30.467Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-06T08:29:30.544Z] #2 ... [2022-03-06T08:29:30.544Z] [2022-03-06T08:29:30.544Z] #1 [internal] load build definition from Dockerfile [2022-03-06T08:29:30.544Z] #1 sha256:041b32edbd94b1710815e3fcee0dcb1fe69b42335c4f9a94681d111502679b26 [2022-03-06T08:29:30.544Z] #1 transferring dockerfile: 16.77kB done [2022-03-06T08:29:30.544Z] #1 DONE 0.6s [2022-03-06T08:29:30.544Z] [2022-03-06T08:29:30.544Z] #2 [internal] load .dockerignore [2022-03-06T08:29:30.544Z] #2 sha256:3443722de7f6df2e53f65ba5c8b2438f12a4d4998f33ef23d1cdcd68009bff6c [2022-03-06T08:29:30.544Z] #2 transferring context: 87B done [2022-03-06T08:29:30.725Z] + docker info [2022-03-06T08:29:30.808Z] #2 DONE 0.6s [2022-03-06T08:29:30.808Z] [2022-03-06T08:29:30.809Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-06T08:29:30.809Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-06T08:29:31.068Z] #3 DONE 0.4s [2022-03-06T08:29:31.068Z] [2022-03-06T08:29:31.068Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-06T08:29:31.068Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-06T08:29:31.068Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-06T08:29:31.068Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-06T08:29:31.068Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-06T08:29:31.068Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-06T08:29:31.068Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 7.34MB / 9.67MB 0.1s [2022-03-06T08:29:31.330Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-06T08:29:31.330Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-06T08:29:31.330Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-06T08:29:31.440Z] #74 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.4s done [2022-03-06T08:29:31.591Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-03-06T08:29:31.591Z] #4 DONE 0.6s [2022-03-06T08:29:31.852Z] [2022-03-06T08:29:31.852Z] #6 [internal] load .dockerignore [2022-03-06T08:29:31.852Z] #6 sha256:1376a3c1815f15111de7f2e71eae74b5e33a18634259602f53de5c69b01c98b1 [2022-03-06T08:29:31.852Z] #6 DONE 0.0s [2022-03-06T08:29:31.852Z] [2022-03-06T08:29:31.852Z] #5 [internal] load build definition from Dockerfile [2022-03-06T08:29:31.852Z] #5 sha256:c6c4143a30feb879603029ced707e5de73ebeb8ae903e4fe97a61baf586698d4 [2022-03-06T08:29:31.852Z] #5 DONE 0.0s [2022-03-06T08:29:31.852Z] [2022-03-06T08:29:31.852Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-06T08:29:31.852Z] #10 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-06T08:29:32.368Z] #74 ... [2022-03-06T08:29:32.368Z] [2022-03-06T08:29:32.368Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:32.369Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-06T08:29:32.369Z] #76 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-06T08:29:32.369Z] #76 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-06T08:29:32.369Z] #76 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-06T08:29:32.369Z] #76 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.8s done [2022-03-06T08:29:32.369Z] #76 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.6s done [2022-03-06T08:29:32.369Z] #76 DONE 8.6s [2022-03-06T08:29:32.369Z] [2022-03-06T08:29:32.369Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:32.369Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:32.369Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 8.5s [2022-03-06T08:29:32.369Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 5.2s done [2022-03-06T08:29:32.423Z] #10 ... [2022-03-06T08:29:32.423Z] [2022-03-06T08:29:32.423Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-06T08:29:32.423Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-06T08:29:32.423Z] #7 DONE 0.7s [2022-03-06T08:29:32.626Z] #11 ... [2022-03-06T08:29:32.626Z] [2022-03-06T08:29:32.626Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:32.626Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-06T08:29:32.626Z] #74 DONE 8.9s [2022-03-06T08:29:32.626Z] [2022-03-06T08:29:32.626Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:32.626Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:32.626Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.1s [2022-03-06T08:29:32.683Z] [2022-03-06T08:29:32.683Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-06T08:29:32.683Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-06T08:29:32.683Z] #9 DONE 0.7s [2022-03-06T08:29:32.683Z] [2022-03-06T08:29:32.683Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-06T08:29:32.683Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-06T08:29:32.683Z] #8 DONE 0.8s [2022-03-06T08:29:32.683Z] [2022-03-06T08:29:32.683Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-06T08:29:32.683Z] #10 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-06T08:29:32.683Z] #10 DONE 0.8s [2022-03-06T08:29:33.575Z] #11 ... [2022-03-06T08:29:33.575Z] [2022-03-06T08:29:33.575Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-06T08:29:33.575Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-06T08:29:33.575Z] #35 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-06T08:29:33.575Z] #35 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-06T08:29:33.575Z] #35 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-06T08:29:33.575Z] #35 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-06T08:29:33.575Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 3.3s done [2022-03-06T08:29:33.833Z] #35 ... [2022-03-06T08:29:33.833Z] [2022-03-06T08:29:33.833Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:33.833Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:34.065Z] [2022-03-06T08:29:34.065Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:34.065Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-06T08:29:34.065Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-06T08:29:34.065Z] #67 DONE 0.0s [2022-03-06T08:29:34.065Z] [2022-03-06T08:29:34.065Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:34.065Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-06T08:29:34.065Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-06T08:29:34.065Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-06T08:29:34.065Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-06T08:29:34.065Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-06T08:29:34.065Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.2s [2022-03-06T08:29:34.401Z] #69 ... [2022-03-06T08:29:34.401Z] [2022-03-06T08:29:34.401Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-06T08:29:34.401Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-06T08:29:34.401Z] #45 DONE 0.0s [2022-03-06T08:29:34.401Z] [2022-03-06T08:29:34.401Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:34.401Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-06T08:29:34.401Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.10MB / 12.42MB 0.3s [2022-03-06T08:29:34.401Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.24MB / 12.42MB 0.4s [2022-03-06T08:29:34.401Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s [2022-03-06T08:29:34.973Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 [2022-03-06T08:29:34.973Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done [2022-03-06T08:29:35.544Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.7s done [2022-03-06T08:29:35.730Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-06T08:29:35.730Z] #11 ... [2022-03-06T08:29:35.730Z] [2022-03-06T08:29:35.730Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-06T08:29:35.730Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-06T08:29:35.730Z] #35 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 7.7s done [2022-03-06T08:29:35.730Z] #35 DONE 12.1s [2022-03-06T08:29:35.730Z] [2022-03-06T08:29:35.730Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:35.730Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:35.805Z] #69 ... [2022-03-06T08:29:35.805Z] [2022-03-06T08:29:35.805Z] #24 [internal] load build context [2022-03-06T08:29:35.805Z] #24 sha256:09ebdb407ef4a843f48ad09018353961f1ca43d73acaddaecc49c12b41089c3d [2022-03-06T08:29:35.805Z] #24 transferring context: 57.20MB 1.8s done [2022-03-06T08:29:35.805Z] #24 DONE 2.1s [2022-03-06T08:29:35.805Z] [2022-03-06T08:29:35.806Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:35.806Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:35.806Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.0s done [2022-03-06T08:29:35.806Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-06T08:29:35.806Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-06T08:29:35.806Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-06T08:29:35.806Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.7s done [2022-03-06T08:29:35.806Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 1.8s done [2022-03-06T08:29:35.806Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 1.1s done [2022-03-06T08:29:35.806Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 2.0s [2022-03-06T08:29:35.806Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0.1s [2022-03-06T08:29:35.806Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 9.44MB / 134.90MB 2.0s [2022-03-06T08:29:35.806Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 4.19MB / 85.81MB 2.0s [2022-03-06T08:29:36.069Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 19.92MB / 134.90MB 2.1s [2022-03-06T08:29:36.069Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 14.68MB / 85.81MB 2.1s [2022-03-06T08:29:36.069Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 28.31MB / 85.81MB 2.2s [2022-03-06T08:29:36.293Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.5s done [2022-03-06T08:29:36.331Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 48.23MB / 134.90MB 2.4s [2022-03-06T08:29:36.331Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 44.04MB / 85.81MB 2.4s [2022-03-06T08:29:36.331Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 59.77MB / 134.90MB 2.5s [2022-03-06T08:29:36.331Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 56.62MB / 85.81MB 2.5s [2022-03-06T08:29:36.711Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 70.25MB / 134.90MB 2.6s [2022-03-06T08:29:36.711Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 68.16MB / 85.81MB 2.6s [2022-03-06T08:29:36.858Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-06T08:29:36.971Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 75.50MB / 85.81MB 2.8s [2022-03-06T08:29:36.971Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 92.27MB / 134.90MB 3.0s [2022-03-06T08:29:36.971Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 3.0s [2022-03-06T08:29:36.971Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 114.29MB / 134.90MB 3.1s [2022-03-06T08:29:37.420Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.5s done [2022-03-06T08:29:37.540Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 3.3s [2022-03-06T08:29:37.982Z] #11 ... [2022-03-06T08:29:37.982Z] [2022-03-06T08:29:37.982Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-06T08:29:37.982Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-06T08:29:37.982Z] #75 DONE 1.1s [2022-03-06T08:29:38.111Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 2.4s done [2022-03-06T08:29:38.240Z] [2022-03-06T08:29:38.240Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:38.240Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:38.240Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 [2022-03-06T08:29:38.855Z] Client: [2022-03-06T08:29:38.855Z] Context: default [2022-03-06T08:29:38.855Z] Debug Mode: false [2022-03-06T08:29:38.855Z] Plugins: [2022-03-06T08:29:38.855Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-06T08:29:38.855Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-06T08:29:38.855Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-06T08:29:38.855Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-06T08:29:38.855Z] [2022-03-06T08:29:38.855Z] Server: [2022-03-06T08:29:38.855Z] Containers: 0 [2022-03-06T08:29:38.855Z] Running: 0 [2022-03-06T08:29:38.855Z] Paused: 0 [2022-03-06T08:29:38.855Z] Stopped: 0 [2022-03-06T08:29:38.855Z] Images: 0 [2022-03-06T08:29:38.855Z] Server Version: 20.10.12 [2022-03-06T08:29:38.855Z] Storage Driver: overlay2 [2022-03-06T08:29:38.855Z] Backing Filesystem: extfs [2022-03-06T08:29:38.855Z] Supports d_type: true [2022-03-06T08:29:38.855Z] Native Overlay Diff: true [2022-03-06T08:29:38.855Z] userxattr: false [2022-03-06T08:29:38.855Z] Logging Driver: json-file [2022-03-06T08:29:38.855Z] Cgroup Driver: cgroupfs [2022-03-06T08:29:38.855Z] Cgroup Version: 1 [2022-03-06T08:29:38.855Z] Plugins: [2022-03-06T08:29:38.855Z] Volume: local [2022-03-06T08:29:38.855Z] Network: bridge host ipvlan macvlan null overlay [2022-03-06T08:29:38.855Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-06T08:29:38.855Z] Swarm: inactive [2022-03-06T08:29:38.855Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-06T08:29:38.855Z] Default Runtime: runc [2022-03-06T08:29:38.856Z] Init Binary: docker-init [2022-03-06T08:29:38.856Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-06T08:29:38.856Z] runc version: v1.0.2-0-g52b36a2 [2022-03-06T08:29:38.856Z] init version: de40ad0 [2022-03-06T08:29:38.856Z] Security Options: [2022-03-06T08:29:38.856Z] apparmor [2022-03-06T08:29:38.856Z] seccomp [2022-03-06T08:29:38.856Z] Profile: default [2022-03-06T08:29:38.856Z] Kernel Version: 5.4.0-1061-aws [2022-03-06T08:29:38.856Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-06T08:29:38.856Z] OSType: linux [2022-03-06T08:29:38.856Z] Architecture: x86_64 [2022-03-06T08:29:38.856Z] CPUs: 2 [2022-03-06T08:29:38.856Z] Total Memory: 15.35GiB [2022-03-06T08:29:38.856Z] Name: ip-10-100-67-45 [2022-03-06T08:29:38.856Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-06T08:29:38.856Z] Docker Root Dir: /var/lib/docker [2022-03-06T08:29:38.856Z] Debug Mode: false [2022-03-06T08:29:38.856Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:29:38.856Z] Labels: [2022-03-06T08:29:38.856Z] Experimental: true [2022-03-06T08:29:38.856Z] Insecure Registries: [2022-03-06T08:29:38.856Z] 127.0.0.0/8 [2022-03-06T08:29:38.856Z] Live Restore Enabled: true [2022-03-06T08:29:38.856Z] [2022-03-06T08:29:38.856Z] WARNING: No swap limit support [Pipeline] sh [2022-03-06T08:29:39.055Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 5.0s done [2022-03-06T08:29:39.154Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-06T08:29:39.154Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-06T08:29:39.154Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43335/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-06T08:29:39.154Z] + bash /home/ubuntu/workspace/moby_PR-43335/check-config.sh [2022-03-06T08:29:39.154Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-06T08:29:39.154Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-06T08:29:39.154Z] [2022-03-06T08:29:39.154Z] Generally Necessary: [2022-03-06T08:29:39.154Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-06T08:29:39.154Z] - apparmor: enabled and tools installed [2022-03-06T08:29:39.154Z] - CONFIG_NAMESPACES: enabled [2022-03-06T08:29:39.154Z] - CONFIG_NET_NS: enabled [2022-03-06T08:29:39.154Z] - CONFIG_PID_NS: enabled [2022-03-06T08:29:39.154Z] - CONFIG_IPC_NS: enabled [2022-03-06T08:29:39.154Z] - CONFIG_UTS_NS: enabled [2022-03-06T08:29:39.154Z] - CONFIG_CGROUPS: enabled [2022-03-06T08:29:39.154Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-06T08:29:39.154Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-06T08:29:39.154Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-06T08:29:39.154Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-06T08:29:39.154Z] - CONFIG_CPUSETS: enabled [2022-03-06T08:29:39.154Z] - CONFIG_MEMCG: enabled [2022-03-06T08:29:39.154Z] - CONFIG_KEYS: enabled [2022-03-06T08:29:39.154Z] - CONFIG_VETH: enabled (as module) [2022-03-06T08:29:39.154Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-06T08:29:39.154Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-06T08:29:39.154Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-06T08:29:39.154Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-06T08:29:39.154Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-06T08:29:39.154Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-06T08:29:39.316Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-06T08:29:39.419Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-06T08:29:39.419Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-06T08:29:39.419Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-06T08:29:39.419Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-06T08:29:39.419Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-06T08:29:39.419Z] - CONFIG_CGROUP_BPF: enabled [2022-03-06T08:29:39.419Z] [2022-03-06T08:29:39.419Z] Optional Features: [2022-03-06T08:29:39.419Z] - CONFIG_USER_NS: enabled [2022-03-06T08:29:39.419Z] - CONFIG_SECCOMP: enabled [2022-03-06T08:29:39.419Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-06T08:29:39.419Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-06T08:29:39.419Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-06T08:29:39.419Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-06T08:29:39.419Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-06T08:29:39.419Z] - CONFIG_BLK_CGROUP: enabled [2022-03-06T08:29:39.419Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-06T08:29:39.419Z] - CONFIG_CGROUP_PERF: enabled [2022-03-06T08:29:39.419Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-06T08:29:39.419Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-06T08:29:39.419Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-06T08:29:39.419Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-06T08:29:39.419Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-06T08:29:39.419Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-06T08:29:39.419Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-06T08:29:39.419Z] - CONFIG_IP_VS: enabled (as module) [2022-03-06T08:29:39.419Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-06T08:29:39.419Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-06T08:29:39.419Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-06T08:29:39.419Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-06T08:29:39.419Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-06T08:29:39.577Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.2s done [2022-03-06T08:29:39.661Z] #11 ... [2022-03-06T08:29:39.661Z] [2022-03-06T08:29:39.661Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-06T08:29:39.661Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-06T08:29:39.661Z] #77 DONE 1.7s [2022-03-06T08:29:39.661Z] [2022-03-06T08:29:39.661Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:39.661Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:39.683Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-06T08:29:39.683Z] - CONFIG_EXT4_FS: enabled [2022-03-06T08:29:39.683Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-06T08:29:39.683Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-06T08:29:39.683Z] - Network Drivers: [2022-03-06T08:29:39.683Z] - "overlay": [2022-03-06T08:29:39.683Z] - CONFIG_VXLAN: enabled (as module) [2022-03-06T08:29:39.683Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-06T08:29:39.683Z] Optional (for encrypted networks): [2022-03-06T08:29:39.683Z] - CONFIG_CRYPTO: enabled [2022-03-06T08:29:39.683Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-06T08:29:39.683Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-06T08:29:39.683Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-06T08:29:39.683Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-06T08:29:39.683Z] - CONFIG_XFRM: enabled [2022-03-06T08:29:39.683Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-06T08:29:39.683Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-06T08:29:39.683Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-06T08:29:39.683Z] - "ipvlan": [2022-03-06T08:29:39.683Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-06T08:29:39.683Z] - "macvlan": [2022-03-06T08:29:39.683Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-06T08:29:39.683Z] - CONFIG_DUMMY: enabled (as module) [2022-03-06T08:29:39.683Z] - "ftp,tftp client in container": [2022-03-06T08:29:39.683Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-06T08:29:39.683Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-06T08:29:39.683Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-06T08:29:39.683Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-06T08:29:39.683Z] - Storage Drivers: [2022-03-06T08:29:39.683Z] - "aufs": [2022-03-06T08:29:39.948Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-06T08:29:39.948Z] - "btrfs": [2022-03-06T08:29:39.948Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-06T08:29:39.948Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-06T08:29:39.948Z] - "devicemapper": [2022-03-06T08:29:39.948Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-06T08:29:39.948Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-06T08:29:39.948Z] - "overlay": [2022-03-06T08:29:39.948Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-06T08:29:39.948Z] - "zfs": [2022-03-06T08:29:39.948Z] - /dev/zfs: present [2022-03-06T08:29:39.948Z] - zfs command: missing [2022-03-06T08:29:39.948Z] - zpool command: missing [2022-03-06T08:29:39.948Z] [2022-03-06T08:29:39.948Z] Limits: [2022-03-06T08:29:39.948Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-06T08:29:39.948Z] [2022-03-06T08:29:39.948Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-06T08:29:40.146Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 6.2s done [2022-03-06T08:29:40.301Z] + sudo modprobe ip_vs [2022-03-06T08:29:40.301Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 . [2022-03-06T08:29:40.717Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-06T08:29:40.870Z] #1 [internal] load build definition from Dockerfile [2022-03-06T08:29:40.870Z] #1 sha256:f5a481d9cefd38185f67595ee1590c60604173a5020a5dcdaef559a7e37faa46 [2022-03-06T08:29:40.870Z] #1 transferring dockerfile: 16.77kB done [2022-03-06T08:29:40.870Z] #1 DONE 0.1s [2022-03-06T08:29:40.870Z] [2022-03-06T08:29:40.870Z] #2 [internal] load .dockerignore [2022-03-06T08:29:40.870Z] #2 sha256:9069288774d1cb2926bed4447214368e2ddfa94f1bc8cce080b7a65bc9231b58 [2022-03-06T08:29:40.870Z] #2 transferring context: 87B done [2022-03-06T08:29:40.870Z] #2 DONE 0.1s [2022-03-06T08:29:40.870Z] [2022-03-06T08:29:40.870Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-06T08:29:40.870Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-06T08:29:41.004Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.2s done [2022-03-06T08:29:41.129Z] #3 DONE 0.4s [2022-03-06T08:29:41.389Z] [2022-03-06T08:29:41.390Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-06T08:29:41.390Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-06T08:29:41.390Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-06T08:29:41.390Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 4.19MB / 9.67MB 0.1s [2022-03-06T08:29:41.390Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-06T08:29:41.390Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-06T08:29:41.390Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-06T08:29:41.390Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-06T08:29:41.576Z] #11 ... [2022-03-06T08:29:41.576Z] [2022-03-06T08:29:41.576Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:41.576Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-06T08:29:41.576Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-06T08:29:41.576Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-06T08:29:41.576Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-06T08:29:41.576Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-03-06T08:29:41.576Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.5s done [2022-03-06T08:29:41.576Z] #67 DONE 7.7s [2022-03-06T08:29:41.576Z] [2022-03-06T08:29:41.576Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:41.576Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-06T08:29:41.576Z] #69 DONE 7.8s [2022-03-06T08:29:41.576Z] [2022-03-06T08:29:41.576Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:41.576Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:41.576Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 0B / 157B 7.6s [2022-03-06T08:29:41.576Z] #11 ... [2022-03-06T08:29:41.576Z] [2022-03-06T08:29:41.576Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-06T08:29:41.576Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-06T08:29:41.576Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-06T08:29:41.576Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-06T08:29:41.576Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-06T08:29:41.576Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-06T08:29:41.576Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.7s done [2022-03-06T08:29:41.576Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 2.4s done [2022-03-06T08:29:41.576Z] #28 DONE 7.8s [2022-03-06T08:29:41.576Z] [2022-03-06T08:29:41.576Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:41.576Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:41.576Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 0.1s [2022-03-06T08:29:41.649Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-06T08:29:41.650Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-06T08:29:42.229Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done [2022-03-06T08:29:42.229Z] #4 DONE 0.9s [2022-03-06T08:29:42.490Z] [2022-03-06T08:29:42.490Z] #5 [internal] load .dockerignore [2022-03-06T08:29:42.490Z] #5 sha256:f2b1114808c45c33d19fe3ee3543f37beb27505fc77e1c38e87a5707dc2da11b [2022-03-06T08:29:42.490Z] #5 DONE 0.0s [2022-03-06T08:29:42.490Z] [2022-03-06T08:29:42.490Z] #6 [internal] load build definition from Dockerfile [2022-03-06T08:29:42.490Z] #6 sha256:74495de4b15da8e0dac4e3cb1cd64ede790df4389527af008d14a4d909ba274a [2022-03-06T08:29:42.490Z] #6 DONE 0.0s [2022-03-06T08:29:42.490Z] [2022-03-06T08:29:42.490Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-06T08:29:42.490Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-06T08:29:43.063Z] #10 ... [2022-03-06T08:29:43.063Z] [2022-03-06T08:29:43.063Z] #8 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-06T08:29:43.063Z] #8 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-06T08:29:43.063Z] #8 DONE 0.8s [2022-03-06T08:29:43.323Z] [2022-03-06T08:29:43.323Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-06T08:29:43.323Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-06T08:29:43.323Z] #7 DONE 0.8s [2022-03-06T08:29:43.323Z] [2022-03-06T08:29:43.323Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-06T08:29:43.323Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-06T08:29:43.323Z] #10 DONE 0.8s [2022-03-06T08:29:43.323Z] [2022-03-06T08:29:43.323Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-06T08:29:43.323Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-06T08:29:43.323Z] #9 DONE 0.9s [2022-03-06T08:29:43.489Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 1.9s done [2022-03-06T08:29:43.847Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 5.1s [2022-03-06T08:29:44.058Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-06T08:29:44.711Z] [2022-03-06T08:29:44.711Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:44.711Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:44.711Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.0s done [2022-03-06T08:29:44.971Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-06T08:29:44.971Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-06T08:29:44.971Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-06T08:29:44.971Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0B / 54.92MB 0.1s [2022-03-06T08:29:44.971Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 6.64MB / 54.92MB 0.2s [2022-03-06T08:29:44.971Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0B / 5.15MB 0.2s [2022-03-06T08:29:44.971Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0B / 10.87MB 0.2s [2022-03-06T08:29:44.971Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 12.58MB / 54.92MB 0.3s [2022-03-06T08:29:44.971Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 3.15MB / 5.15MB 0.3s [2022-03-06T08:29:45.230Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 17.83MB / 54.92MB 0.4s [2022-03-06T08:29:45.230Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.4s [2022-03-06T08:29:45.230Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 3.15MB / 10.87MB 0.4s [2022-03-06T08:29:45.230Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 23.07MB / 54.92MB 0.5s [2022-03-06T08:29:45.230Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.4s done [2022-03-06T08:29:45.230Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 7.34MB / 10.87MB 0.5s [2022-03-06T08:29:45.230Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 0B / 54.58MB 0.5s [2022-03-06T08:29:45.489Z] #11 ... [2022-03-06T08:29:45.489Z] [2022-03-06T08:29:45.489Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-06T08:29:45.489Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-06T08:29:45.489Z] #45 DONE 0.0s [2022-03-06T08:29:45.489Z] [2022-03-06T08:29:45.489Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:45.489Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:45.489Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.49MB / 10.87MB 0.6s [2022-03-06T08:29:45.489Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 28.31MB / 54.92MB 0.8s [2022-03-06T08:29:45.489Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 0.7s done [2022-03-06T08:29:45.489Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 10.49MB / 54.58MB 0.8s [2022-03-06T08:29:45.489Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 0B / 85.81MB 0.8s [2022-03-06T08:29:45.757Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 34.60MB / 54.92MB 0.9s [2022-03-06T08:29:45.757Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 37.75MB / 54.92MB 1.0s [2022-03-06T08:29:45.757Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 6.29MB / 85.81MB 1.0s [2022-03-06T08:29:46.018Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 44.04MB / 54.92MB 1.1s [2022-03-06T08:29:46.018Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 14.68MB / 54.58MB 1.1s [2022-03-06T08:29:46.018Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 17.83MB / 54.58MB 1.2s [2022-03-06T08:29:46.018Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 12.58MB / 85.81MB 1.2s [2022-03-06T08:29:46.018Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 51.22MB / 54.92MB 1.3s [2022-03-06T08:29:46.018Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 21.69MB / 54.58MB 1.3s [2022-03-06T08:29:46.018Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 17.83MB / 85.81MB 1.3s [2022-03-06T08:29:46.283Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.4s [2022-03-06T08:29:46.283Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 25.17MB / 54.58MB 1.4s [2022-03-06T08:29:46.283Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 33.55MB / 54.58MB 1.6s [2022-03-06T08:29:46.283Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 23.07MB / 85.81MB 1.6s [2022-03-06T08:29:46.372Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 7.8s done [2022-03-06T08:29:46.372Z] #11 ... [2022-03-06T08:29:46.372Z] [2022-03-06T08:29:46.372Z] #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-06T08:29:46.372Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-06T08:29:46.372Z] #36 1.876 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:29:46.372Z] #36 1.886 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:29:46.372Z] #36 1.897 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:29:46.372Z] #36 1.987 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:29:46.372Z] #36 2.210 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:29:46.372Z] #36 2.481 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:29:46.372Z] #36 4.199 Fetched 8505 kB in 3s (3307 kB/s) [2022-03-06T08:29:46.372Z] #36 4.199 Reading package lists... [2022-03-06T08:29:46.372Z] #36 5.079 Reading package lists... [2022-03-06T08:29:46.372Z] #36 5.904 Building dependency tree... [2022-03-06T08:29:46.372Z] #36 6.313 The following additional packages will be installed: [2022-03-06T08:29:46.372Z] #36 6.313 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-06T08:29:46.372Z] #36 6.313 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-06T08:29:46.372Z] #36 6.313 Recommended packages: [2022-03-06T08:29:46.372Z] #36 6.313 libldap-common publicsuffix libsasl2-modules [2022-03-06T08:29:46.372Z] #36 6.507 The following NEW packages will be installed: [2022-03-06T08:29:46.372Z] #36 6.507 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-06T08:29:46.372Z] #36 6.507 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-06T08:29:46.372Z] #36 6.507 libssh2-1 openssl [2022-03-06T08:29:46.372Z] #36 6.788 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:29:46.372Z] #36 6.788 Need to get 3038 kB of archives. [2022-03-06T08:29:46.372Z] #36 6.788 After this operation, 6650 kB of additional disk space will be used. [2022-03-06T08:29:46.372Z] #36 6.788 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-06T08:29:46.372Z] #36 6.788 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-06T08:29:46.372Z] #36 6.789 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-06T08:29:46.372Z] #36 6.799 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-06T08:29:46.372Z] #36 6.805 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-06T08:29:46.372Z] #36 6.820 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-06T08:29:46.372Z] #36 6.820 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-06T08:29:46.372Z] #36 6.820 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-06T08:29:46.372Z] #36 6.820 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-06T08:29:46.372Z] #36 6.820 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-06T08:29:46.372Z] #36 6.820 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-06T08:29:46.372Z] #36 6.820 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-06T08:29:46.372Z] #36 6.825 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-06T08:29:46.372Z] #36 6.827 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-06T08:29:46.372Z] #36 6.828 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-06T08:29:46.372Z] #36 7.023 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:29:46.372Z] #36 7.066 Fetched 3038 kB in 0s (9344 kB/s) [2022-03-06T08:29:46.372Z] #36 7.097 Selecting previously unselected package openssl. [2022-03-06T08:29:46.372Z] #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-06T08:29:46.372Z] #36 7.097 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 7.105 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-06T08:29:46.372Z] #36 7.275 Selecting previously unselected package ca-certificates. [2022-03-06T08:29:46.372Z] #36 7.275 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-06T08:29:46.372Z] #36 7.278 Unpacking ca-certificates (20210119) ... [2022-03-06T08:29:46.372Z] #36 7.365 Selecting previously unselected package libbrotli1:amd64. [2022-03-06T08:29:46.372Z] #36 7.365 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 7.370 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-06T08:29:46.372Z] #36 7.458 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-06T08:29:46.372Z] #36 7.458 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 7.462 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:29:46.372Z] #36 7.511 Selecting previously unselected package libsasl2-2:amd64. [2022-03-06T08:29:46.372Z] #36 7.511 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 7.514 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:29:46.372Z] #36 7.570 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-06T08:29:46.372Z] #36 7.570 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 7.574 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-06T08:29:46.372Z] #36 7.688 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-06T08:29:46.372Z] #36 7.688 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 7.688 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-06T08:29:46.372Z] #36 7.773 Selecting previously unselected package libpsl5:amd64. [2022-03-06T08:29:46.372Z] #36 7.773 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 7.777 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-06T08:29:46.372Z] #36 7.828 Selecting previously unselected package librtmp1:amd64. [2022-03-06T08:29:46.372Z] #36 7.828 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 7.838 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-06T08:29:46.372Z] #36 7.882 Selecting previously unselected package libssh2-1:amd64. [2022-03-06T08:29:46.372Z] #36 7.882 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 7.886 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-06T08:29:46.372Z] #36 7.949 Selecting previously unselected package libcurl4:amd64. [2022-03-06T08:29:46.372Z] #36 7.949 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 7.954 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-06T08:29:46.372Z] #36 8.065 Selecting previously unselected package curl. [2022-03-06T08:29:46.372Z] #36 8.065 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 8.068 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-06T08:29:46.372Z] #36 8.154 Selecting previously unselected package libonig5:amd64. [2022-03-06T08:29:46.372Z] #36 8.154 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 8.154 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:29:46.372Z] #36 8.210 Selecting previously unselected package libjq1:amd64. [2022-03-06T08:29:46.372Z] #36 8.210 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 8.220 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:29:46.372Z] #36 8.268 Selecting previously unselected package jq. [2022-03-06T08:29:46.372Z] #36 8.268 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-06T08:29:46.372Z] #36 8.268 Unpacking jq (1.6-2.1) ... [2022-03-06T08:29:46.372Z] #36 8.315 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-06T08:29:46.372Z] #36 8.325 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-06T08:29:46.372Z] #36 8.332 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-06T08:29:46.372Z] #36 8.345 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:29:46.372Z] #36 8.354 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-06T08:29:46.372Z] #36 8.366 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:29:46.372Z] #36 8.376 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-06T08:29:46.372Z] #36 8.385 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-06T08:29:46.372Z] #36 8.398 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:29:46.372Z] #36 8.409 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:29:46.372Z] #36 8.420 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-06T08:29:46.372Z] #36 8.427 Setting up ca-certificates (20210119) ... [2022-03-06T08:29:46.372Z] #36 9.132 Updating certificates in /etc/ssl/certs... [2022-03-06T08:29:46.372Z] #36 10.15 129 added, 0 removed; done. [2022-03-06T08:29:46.372Z] #36 10.17 Setting up jq (1.6-2.1) ... [2022-03-06T08:29:46.372Z] #36 10.19 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-06T08:29:46.372Z] #36 10.21 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-06T08:29:46.372Z] #36 10.23 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:29:46.372Z] #36 10.24 Processing triggers for ca-certificates (20210119) ... [2022-03-06T08:29:46.372Z] #36 10.26 Updating certificates in /etc/ssl/certs... [2022-03-06T08:29:46.372Z] #36 ... [2022-03-06T08:29:46.372Z] [2022-03-06T08:29:46.372Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:46.372Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:46.372Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-06T08:29:46.553Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 41.94MB / 54.58MB 1.7s [2022-03-06T08:29:46.553Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 31.13MB / 85.81MB 1.7s [2022-03-06T08:29:46.553Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 1.9s [2022-03-06T08:29:46.553Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 47.19MB / 85.81MB 1.9s [2022-03-06T08:29:46.602Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 2.0s done [2022-03-06T08:29:46.812Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 56.62MB / 85.81MB 2.0s [2022-03-06T08:29:46.863Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 [2022-03-06T08:29:47.073Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 63.96MB / 85.81MB 2.2s [2022-03-06T08:29:47.332Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.3s done [2022-03-06T08:29:47.332Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 73.32MB / 85.81MB 2.4s [2022-03-06T08:29:47.332Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 [2022-03-06T08:29:47.592Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 80.62MB / 85.81MB 2.7s [2022-03-06T08:29:47.592Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 2.8s done [2022-03-06T08:29:47.853Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 3.0s [2022-03-06T08:29:47.853Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 6.29MB / 134.90MB 3.0s [2022-03-06T08:29:47.853Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 3.0s [2022-03-06T08:29:47.853Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 19.92MB / 134.90MB 3.2s [2022-03-06T08:29:48.112Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 28.31MB / 134.90MB 3.3s [2022-03-06T08:29:48.376Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 37.75MB / 134.90MB 3.6s [2022-03-06T08:29:48.376Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 45.09MB / 134.90MB 3.7s [2022-03-06T08:29:48.651Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 54.60MB / 134.90MB 3.9s [2022-03-06T08:29:48.904Z] #11 ... [2022-03-06T08:29:48.904Z] [2022-03-06T08:29:48.904Z] #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-06T08:29:48.904Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-06T08:29:48.904Z] #36 11.26 0 added, 0 removed; done. [2022-03-06T08:29:48.904Z] #36 11.26 Running hooks in /etc/ca-certificates/update.d... [2022-03-06T08:29:48.904Z] #36 11.26 done. [2022-03-06T08:29:48.904Z] #36 DONE 12.7s [2022-03-06T08:29:48.904Z] [2022-03-06T08:29:48.904Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:48.904Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:48.904Z] #11 ... [2022-03-06T08:29:48.904Z] [2022-03-06T08:29:48.904Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-06T08:29:48.904Z] #37 sha256:b7428b30900e25faf74e69142e2631aa1f6a1f54751732d418a3e57518c15a23 [2022-03-06T08:29:48.904Z] #37 DONE 0.2s [2022-03-06T08:29:48.904Z] [2022-03-06T08:29:48.904Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:48.904Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:48.919Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 62.91MB / 134.90MB 4.1s [2022-03-06T08:29:48.919Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 4.0s done [2022-03-06T08:29:48.919Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 4.1s done [2022-03-06T08:29:49.182Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 71.02MB / 134.90MB 4.3s [2022-03-06T08:29:49.445Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 84.93MB / 134.90MB 4.6s [2022-03-06T08:29:49.708Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 93.67MB / 134.90MB 4.8s [2022-03-06T08:29:49.708Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 100.66MB / 134.90MB 5.0s [2022-03-06T08:29:49.968Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 108.20MB / 134.90MB 5.3s [2022-03-06T08:29:50.541Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 123.73MB / 134.90MB 5.7s [2022-03-06T08:29:51.066Z] #11 ... [2022-03-06T08:29:51.066Z] [2022-03-06T08:29:51.066Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-06T08:29:51.066Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-06T08:29:51.066Z] #68 DONE 2.8s [2022-03-06T08:29:51.066Z] [2022-03-06T08:29:51.066Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:51.066Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:51.066Z] #11 ... [2022-03-06T08:29:51.066Z] [2022-03-06T08:29:51.066Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-06T08:29:51.066Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-06T08:29:51.108Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 6.2s [2022-03-06T08:29:51.326Z] #70 DONE 0.9s [2022-03-06T08:29:51.326Z] [2022-03-06T08:29:51.326Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:51.326Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:51.326Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 4.0s done [2022-03-06T08:29:51.326Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-06T08:29:51.326Z] #11 DONE 17.7s [2022-03-06T08:29:51.326Z] [2022-03-06T08:29:51.326Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-06T08:29:51.326Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-06T08:29:51.509Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 5.0s [2022-03-06T08:29:51.587Z] #12 ... [2022-03-06T08:29:51.587Z] [2022-03-06T08:29:51.587Z] #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-06T08:29:51.587Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-06T08:29:51.587Z] #29 7.770 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:29:51.587Z] #29 7.772 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:29:51.587Z] #29 7.790 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:29:51.587Z] #29 7.916 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:29:51.587Z] #29 8.052 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:29:51.587Z] #29 8.270 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:29:51.587Z] #29 9.605 Fetched 8505 kB in 2s (4042 kB/s) [2022-03-06T08:29:51.848Z] #29 9.605 Reading package lists... [2022-03-06T08:29:52.043Z] #11 ... [2022-03-06T08:29:52.043Z] [2022-03-06T08:29:52.043Z] #24 [internal] load build context [2022-03-06T08:29:52.043Z] #24 sha256:1d4e02819d4bcb2b9e3a54e7ee746ccaeebfbe391fca3b47c4ed6832b8d2a45b [2022-03-06T08:29:52.043Z] #24 transferring context: 57.20MB 6.5s done [2022-03-06T08:29:52.043Z] #24 DONE 7.3s [2022-03-06T08:29:52.043Z] [2022-03-06T08:29:52.043Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:52.043Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:52.043Z] #11 ... [2022-03-06T08:29:52.043Z] [2022-03-06T08:29:52.043Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:52.043Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-06T08:29:52.043Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-06T08:29:52.043Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-06T08:29:52.043Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-06T08:29:52.043Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-06T08:29:52.043Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.5s done [2022-03-06T08:29:52.043Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.5s [2022-03-06T08:29:52.043Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.5s done [2022-03-06T08:29:52.043Z] #67 ... [2022-03-06T08:29:52.043Z] [2022-03-06T08:29:52.043Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:52.043Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:52.108Z] #29 10.19 Reading package lists... [2022-03-06T08:29:52.108Z] #29 ... [2022-03-06T08:29:52.108Z] [2022-03-06T08:29:52.108Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-06T08:29:52.108Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-06T08:29:52.108Z] #12 DONE 0.6s [2022-03-06T08:29:52.108Z] [2022-03-06T08:29:52.108Z] #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-06T08:29:52.108Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-06T08:29:52.301Z] #11 ... [2022-03-06T08:29:52.301Z] [2022-03-06T08:29:52.301Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:52.301Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-06T08:29:52.301Z] #67 DONE 7.6s [2022-03-06T08:29:52.301Z] [2022-03-06T08:29:52.301Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:52.301Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:52.302Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 7.6s done [2022-03-06T08:29:52.560Z] #11 ... [2022-03-06T08:29:52.560Z] [2022-03-06T08:29:52.561Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:29:52.561Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-06T08:29:52.561Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-06T08:29:52.561Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-06T08:29:52.561Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-06T08:29:52.561Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.8s done [2022-03-06T08:29:52.561Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.5s done [2022-03-06T08:29:52.561Z] #69 DONE 7.7s [2022-03-06T08:29:52.561Z] [2022-03-06T08:29:52.561Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:52.561Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:52.561Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.2s [2022-03-06T08:29:52.678Z] #13 DONE 0.5s [2022-03-06T08:29:52.678Z] [2022-03-06T08:29:52.678Z] #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-06T08:29:52.678Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-06T08:29:52.678Z] #53 ... [2022-03-06T08:29:52.678Z] [2022-03-06T08:29:52.678Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-06T08:29:52.678Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-06T08:29:52.678Z] #33 DONE 0.1s [2022-03-06T08:29:52.678Z] [2022-03-06T08:29:52.678Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-06T08:29:52.678Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-06T08:29:52.678Z] #42 DONE 0.1s [2022-03-06T08:29:52.678Z] [2022-03-06T08:29:52.678Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-06T08:29:52.678Z] #25 sha256:e1d88fe4f2700b4df0bb51d40f1358ef1126c1b2d9540782be0031aec1ab1eeb [2022-03-06T08:29:52.678Z] #25 DONE 0.1s [2022-03-06T08:29:52.939Z] [2022-03-06T08:29:52.939Z] #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-06T08:29:52.939Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-06T08:29:52.939Z] #46 DONE 0.2s [2022-03-06T08:29:52.939Z] [2022-03-06T08:29:52.939Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-06T08:29:52.939Z] #62 sha256:8c6030bd4a59dd267f3748d6ca5d930716728b43020114d80caa5415c615463d [2022-03-06T08:29:52.939Z] #62 DONE 0.2s [2022-03-06T08:29:52.939Z] [2022-03-06T08:29:52.939Z] #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-06T08:29:52.939Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-06T08:29:52.939Z] #29 10.19 Reading package lists... [2022-03-06T08:29:52.939Z] #29 10.76 Building dependency tree... [2022-03-06T08:29:52.939Z] #29 11.01 The following additional packages will be installed: [2022-03-06T08:29:52.939Z] #29 11.01 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-06T08:29:52.939Z] #29 11.01 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-06T08:29:52.939Z] #29 11.01 Recommended packages: [2022-03-06T08:29:52.939Z] #29 11.01 libldap-common publicsuffix libsasl2-modules [2022-03-06T08:29:52.939Z] #29 11.17 The following NEW packages will be installed: [2022-03-06T08:29:52.939Z] #29 11.17 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-06T08:29:52.939Z] #29 11.17 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-06T08:29:52.939Z] #29 11.17 libssh2-1 openssl [2022-03-06T08:29:53.200Z] #29 11.45 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:29:53.200Z] #29 11.45 Need to get 3038 kB of archives. [2022-03-06T08:29:53.200Z] #29 11.45 After this operation, 6650 kB of additional disk space will be used. [2022-03-06T08:29:53.200Z] #29 11.45 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-06T08:29:53.200Z] #29 11.45 Get:2 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-06T08:29:53.200Z] #29 11.45 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-06T08:29:53.200Z] #29 11.46 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-06T08:29:53.200Z] #29 11.46 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-06T08:29:53.200Z] #29 11.46 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-06T08:29:53.201Z] #29 11.46 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-06T08:29:53.201Z] #29 11.47 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-06T08:29:53.201Z] #29 11.47 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-06T08:29:53.201Z] #29 11.47 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-06T08:29:53.201Z] #29 11.47 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-06T08:29:53.201Z] #29 11.47 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-06T08:29:53.201Z] #29 11.47 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-06T08:29:53.201Z] #29 11.48 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-06T08:29:53.201Z] #29 11.48 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-06T08:29:53.201Z] #29 11.62 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:29:53.201Z] #29 11.65 Fetched 3038 kB in 0s (10.1 MB/s) [2022-03-06T08:29:53.201Z] #29 11.67 Selecting previously unselected package openssl. [2022-03-06T08:29:53.445Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 7.1s done [2022-03-06T08:29:53.446Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 [2022-03-06T08:29:53.466Z] #29 11.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 ... 6653 files and directories currently installed.) [2022-03-06T08:29:53.466Z] #29 11.68 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-06T08:29:53.466Z] #29 11.68 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-06T08:29:53.466Z] #29 11.85 Selecting previously unselected package ca-certificates. [2022-03-06T08:29:53.466Z] #29 11.85 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-06T08:29:53.466Z] #29 11.86 Unpacking ca-certificates (20210119) ... [2022-03-06T08:29:53.466Z] #29 11.96 Selecting previously unselected package libbrotli1:amd64. [2022-03-06T08:29:53.728Z] #29 11.96 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-06T08:29:53.728Z] #29 11.97 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-06T08:29:53.728Z] #29 12.06 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-06T08:29:53.728Z] #29 12.06 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-06T08:29:53.728Z] #29 12.06 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:29:53.728Z] #29 12.11 Selecting previously unselected package libsasl2-2:amd64. [2022-03-06T08:29:53.728Z] #29 12.11 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-06T08:29:53.728Z] #29 12.11 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:29:53.728Z] #29 12.21 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-06T08:29:53.728Z] #29 12.21 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-06T08:29:53.989Z] #29 12.21 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-06T08:29:53.989Z] #29 12.26 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-06T08:29:53.989Z] #29 12.26 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-06T08:29:53.989Z] #29 12.27 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-06T08:29:53.989Z] #29 12.31 Selecting previously unselected package libpsl5:amd64. [2022-03-06T08:29:53.989Z] #29 12.31 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-06T08:29:53.989Z] #29 12.32 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-06T08:29:53.989Z] #29 12.36 Selecting previously unselected package librtmp1:amd64. [2022-03-06T08:29:53.989Z] #29 12.36 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-06T08:29:53.989Z] #29 12.36 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-06T08:29:53.989Z] #29 12.40 Selecting previously unselected package libssh2-1:amd64. [2022-03-06T08:29:53.989Z] #29 12.40 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-06T08:29:53.989Z] #29 12.41 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-06T08:29:54.251Z] #29 12.46 Selecting previously unselected package libcurl4:amd64. [2022-03-06T08:29:54.251Z] #29 12.46 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-06T08:29:54.251Z] #29 12.47 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-06T08:29:54.251Z] #29 12.55 Selecting previously unselected package curl. [2022-03-06T08:29:54.251Z] #29 12.55 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-06T08:29:54.251Z] #29 12.55 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-06T08:29:54.251Z] #29 12.63 Selecting previously unselected package libonig5:amd64. [2022-03-06T08:29:54.251Z] #29 12.63 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-06T08:29:54.251Z] #29 12.64 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:29:54.251Z] #29 12.78 Selecting previously unselected package libjq1:amd64. [2022-03-06T08:29:54.251Z] #29 12.78 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-06T08:29:54.251Z] #29 12.79 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:29:54.515Z] #29 12.85 Selecting previously unselected package jq. [2022-03-06T08:29:54.515Z] #29 12.85 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-06T08:29:54.515Z] #29 12.85 Unpacking jq (1.6-2.1) ... [2022-03-06T08:29:54.515Z] #29 12.90 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-06T08:29:54.515Z] #29 12.92 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-06T08:29:54.515Z] #29 12.92 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-06T08:29:54.515Z] #29 12.94 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:29:54.515Z] #29 12.94 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-06T08:29:54.515Z] #29 12.96 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:29:54.515Z] #29 12.97 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-06T08:29:54.515Z] #29 12.99 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-06T08:29:54.515Z] #29 13.00 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:29:54.515Z] #29 13.01 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:29:54.515Z] #29 13.02 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-06T08:29:54.779Z] #29 13.03 Setting up ca-certificates (20210119) ... [2022-03-06T08:29:55.099Z] #11 ... [2022-03-06T08:29:55.099Z] [2022-03-06T08:29:55.099Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-06T08:29:55.099Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-06T08:29:55.099Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.3s done [2022-03-06T08:29:55.099Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-06T08:29:55.099Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-06T08:29:55.099Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-06T08:29:55.099Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.0s done [2022-03-06T08:29:55.099Z] #28 ... [2022-03-06T08:29:55.099Z] [2022-03-06T08:29:55.099Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:55.099Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:55.099Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 7.4s done [2022-03-06T08:29:55.466Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-06T08:29:55.466Z] #11 ... [2022-03-06T08:29:55.466Z] [2022-03-06T08:29:55.466Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-06T08:29:55.466Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-06T08:29:55.466Z] #68 DONE 0.7s [2022-03-06T08:29:55.466Z] [2022-03-06T08:29:55.466Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-06T08:29:55.466Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-06T08:29:55.466Z] #28 DONE 10.5s [2022-03-06T08:29:55.724Z] #29 ... [2022-03-06T08:29:55.724Z] [2022-03-06T08:29:55.724Z] #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-06T08:29:55.724Z] #26 sha256:3036e164aa52a11aed2a706a8378a40f8bfda5254514cd5887249cb2b67fe2ab [2022-03-06T08:29:55.724Z] #26 0.899 + RM_GOPATH=0 [2022-03-06T08:29:55.724Z] #26 0.899 + TMP_GOPATH= [2022-03-06T08:29:55.724Z] #26 0.899 + : /build [2022-03-06T08:29:55.724Z] #26 0.899 + '[' -z '' ']' [2022-03-06T08:29:55.724Z] #26 0.902 ++ mktemp -d [2022-03-06T08:29:55.724Z] #26 0.907 + export GOPATH=/tmp/tmp.wkAgZTzpJ1 [2022-03-06T08:29:55.724Z] #26 0.907 + GOPATH=/tmp/tmp.wkAgZTzpJ1 [2022-03-06T08:29:55.724Z] #26 0.907 + RM_GOPATH=1 [2022-03-06T08:29:55.724Z] #26 0.907 + case "$(go env GOARCH)" in [2022-03-06T08:29:55.724Z] #26 0.910 ++ go env GOARCH [2022-03-06T08:29:55.724Z] #26 0.926 Install docker/cli version 17.06.2-ce from stable [2022-03-06T08:29:55.724Z] #26 0.926 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:29:55.724Z] #26 0.926 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:29:55.724Z] #26 0.926 ++ dirname /install.sh [2022-03-06T08:29:55.724Z] #26 0.926 + dir=/ [2022-03-06T08:29:55.724Z] #26 0.926 + bin=dockercli [2022-03-06T08:29:55.724Z] #26 0.926 + shift [2022-03-06T08:29:55.724Z] #26 0.926 + '[' '!' -f //dockercli.installer ']' [2022-03-06T08:29:55.724Z] #26 0.926 + . //dockercli.installer [2022-03-06T08:29:55.724Z] #26 0.926 ++ : stable [2022-03-06T08:29:55.724Z] #26 0.926 ++ : 17.06.2-ce [2022-03-06T08:29:55.724Z] #26 0.926 + install_dockercli [2022-03-06T08:29:55.724Z] #26 0.926 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-06T08:29:55.724Z] #26 0.926 ++ uname -m [2022-03-06T08:29:55.724Z] #26 0.926 + arch=x86_64 [2022-03-06T08:29:55.724Z] #26 0.926 + '[' x86_64 '!=' x86_64 ']' [2022-03-06T08:29:55.724Z] #26 0.926 + url=https://download.docker.com/linux/static [2022-03-06T08:29:55.724Z] #26 0.926 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-06T08:29:55.724Z] #26 0.926 + tar -xz docker/docker [2022-03-06T08:29:55.724Z] #26 2.653 + mkdir -p /build [2022-03-06T08:29:55.724Z] #26 2.655 + mv docker/docker /build/ [2022-03-06T08:29:55.724Z] #26 2.659 + rmdir docker [2022-03-06T08:29:55.724Z] #26 DONE 2.9s [2022-03-06T08:29:55.724Z] [2022-03-06T08:29:55.724Z] #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-06T08:29:55.724Z] #63 sha256:0944b9c735f8e58c9f519794bad0d140ee6f432e372715a52c3e2a281e6705db [2022-03-06T08:29:55.724Z] #63 1.634 + RM_GOPATH=0 [2022-03-06T08:29:55.724Z] #63 1.634 + TMP_GOPATH= [2022-03-06T08:29:55.724Z] #63 1.634 + : /build [2022-03-06T08:29:55.724Z] #63 1.634 + '[' -z '' ']' [2022-03-06T08:29:55.724Z] #63 1.634 ++ mktemp -d [2022-03-06T08:29:55.724Z] #63 1.634 + export GOPATH=/tmp/tmp.Z3ZT2da0Js [2022-03-06T08:29:55.724Z] #63 1.634 + GOPATH=/tmp/tmp.Z3ZT2da0Js [2022-03-06T08:29:55.724Z] #63 1.634 + RM_GOPATH=1 [2022-03-06T08:29:55.724Z] #63 1.634 + case "$(go env GOARCH)" in [2022-03-06T08:29:55.724Z] #63 1.634 ++ go env GOARCH [2022-03-06T08:29:55.724Z] #63 1.635 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:29:55.724Z] #63 1.635 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:29:55.724Z] #63 1.635 ++ dirname /install.sh [2022-03-06T08:29:55.724Z] #63 1.636 + dir=/ [2022-03-06T08:29:55.724Z] #63 1.637 + bin=rootlesskit [2022-03-06T08:29:55.724Z] #63 1.637 + shift [2022-03-06T08:29:55.724Z] #63 1.637 + '[' '!' -f //rootlesskit.installer ']' [2022-03-06T08:29:55.724Z] #63 1.637 + . //rootlesskit.installer [2022-03-06T08:29:55.724Z] #63 1.637 ++ : v0.14.6 [2022-03-06T08:29:55.724Z] #63 1.637 + install_rootlesskit [2022-03-06T08:29:55.724Z] #63 1.637 + case "$1" in [2022-03-06T08:29:55.724Z] #63 1.637 + export CGO_ENABLED=0 [2022-03-06T08:29:55.724Z] #63 1.637 + CGO_ENABLED=0 [2022-03-06T08:29:55.724Z] #63 1.637 + _install_rootlesskit [2022-03-06T08:29:55.724Z] #63 1.637 + echo 'Install rootlesskit version v0.14.6' [2022-03-06T08:29:55.724Z] #63 1.637 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-06T08:29:55.724Z] #63 1.637 + GOBIN=/build [2022-03-06T08:29:55.724Z] #63 1.637 + GO111MODULE=on [2022-03-06T08:29:55.724Z] #63 1.637 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-06T08:29:55.724Z] #63 1.637 Install rootlesskit version v0.14.6 [2022-03-06T08:29:55.724Z] #63 1.766 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-06T08:29:55.725Z] [2022-03-06T08:29:55.725Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:55.725Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:56.295Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.7s done [2022-03-06T08:29:56.553Z] #11 ... [2022-03-06T08:29:56.553Z] [2022-03-06T08:29:56.553Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-06T08:29:56.553Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-06T08:29:56.553Z] #70 DONE 1.1s [2022-03-06T08:29:56.553Z] [2022-03-06T08:29:56.553Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:56.553Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:56.553Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-06T08:29:57.111Z] #63 4.478 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-06T08:29:57.372Z] #63 4.478 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-06T08:29:57.372Z] #63 4.479 go: downloading github.com/google/uuid v1.3.0 [2022-03-06T08:29:57.372Z] #63 4.479 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-06T08:29:57.372Z] #63 4.491 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-06T08:29:57.372Z] #63 4.501 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-06T08:29:57.372Z] #63 4.505 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-06T08:29:57.372Z] #63 4.505 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-06T08:29:57.372Z] #63 4.530 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-06T08:29:57.633Z] #63 4.788 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-06T08:29:57.930Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 1.2s done [2022-03-06T08:29:58.189Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 [2022-03-06T08:29:58.581Z] #63 5.528 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-06T08:29:58.581Z] #63 5.563 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-06T08:29:58.796Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.1s [2022-03-06T08:29:58.797Z] #11 ... [2022-03-06T08:29:58.797Z] [2022-03-06T08:29:58.797Z] #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-06T08:29:58.797Z] #38 sha256:4998c23a70c57a2c954f42330c1b1d9b0810adc3b143821700d9f6c7d38365c7 [2022-03-06T08:29:58.797Z] #38 2.003 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-06T08:29:58.797Z] #38 2.291 [2022-03-06T08:29:58.797Z] #38 2.513 #=#=# ######################################################################## 100.0% [2022-03-06T08:29:58.797Z] #38 2.747 [2022-03-06T08:29:58.797Z] #38 3.652 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-06T08:29:58.797Z] #38 3.941 [2022-03-06T08:29:58.797Z] #38 4.174 #=#=# 0.6% ######################################################################## 100.0% [2022-03-06T08:29:58.797Z] #38 4.565 [2022-03-06T08:29:58.797Z] #38 5.600 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-06T08:29:58.797Z] #38 5.888 [2022-03-06T08:29:58.797Z] #38 6.105 #=#=# 0.1% ########### 16.2% ########################################### 60.1% ######################################################################## 100.0% [2022-03-06T08:29:58.797Z] #38 6.782 [2022-03-06T08:29:58.797Z] #38 7.809 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-06T08:29:58.797Z] #38 8.186 [2022-03-06T08:29:58.797Z] #38 8.408 #=#=# ######################################################################## 100.0% [2022-03-06T08:29:58.797Z] #38 8.679 [2022-03-06T08:29:58.797Z] #38 9.456 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-06T08:29:58.797Z] #38 9.817 [2022-03-06T08:29:59.055Z] #38 10.03 #=#=# ######################################################################## 100.0% [2022-03-06T08:29:59.055Z] #38 10.34 [2022-03-06T08:29:59.055Z] #38 ... [2022-03-06T08:29:59.055Z] [2022-03-06T08:29:59.055Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:29:59.055Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:29:59.619Z] #63 6.556 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-06T08:29:59.619Z] #63 6.571 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-06T08:29:59.881Z] #63 ... [2022-03-06T08:29:59.881Z] [2022-03-06T08:29:59.881Z] #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-06T08:29:59.881Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:29:59.881Z] #38 1.302 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:29:59.881Z] #38 1.397 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:29:59.881Z] #38 1.598 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:29:59.881Z] #38 1.601 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:29:59.881Z] #38 1.905 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:29:59.881Z] #38 2.061 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:29:59.881Z] #38 3.422 Fetched 8505 kB in 3s (3331 kB/s) [2022-03-06T08:29:59.881Z] #38 3.422 Reading package lists... [2022-03-06T08:29:59.881Z] #38 4.580 Reading package lists... [2022-03-06T08:29:59.881Z] #38 5.782 Building dependency tree... [2022-03-06T08:29:59.881Z] #38 6.559 The following additional packages will be installed: [2022-03-06T08:29:59.881Z] #38 6.571 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-06T08:29:59.881Z] #38 6.573 Suggested packages: [2022-03-06T08:29:59.881Z] #38 6.574 cmake-doc ninja-build lrzip [2022-03-06T08:29:59.881Z] #38 6.574 Recommended packages: [2022-03-06T08:29:59.881Z] #38 6.574 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-06T08:29:59.881Z] #38 6.785 The following NEW packages will be installed: [2022-03-06T08:29:59.881Z] #38 6.785 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-06T08:29:59.881Z] #38 6.785 vim-common xxd [2022-03-06T08:29:59.881Z] #38 7.211 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:29:59.881Z] #38 7.211 Need to get 17.7 MB of archives. [2022-03-06T08:29:59.881Z] #38 7.211 After this operation, 70.7 MB of additional disk space will be used. [2022-03-06T08:29:59.881Z] #38 7.211 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-06T08:29:59.881Z] #38 7.227 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-06T08:29:59.881Z] #38 7.233 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-06T08:29:59.881Z] #38 7.421 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-06T08:30:00.480Z] #38 7.958 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-06T08:30:00.480Z] #38 7.972 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-06T08:30:00.480Z] #38 7.978 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-06T08:30:00.747Z] #38 7.986 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-06T08:30:00.747Z] #38 8.004 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-06T08:30:00.747Z] #38 8.007 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-06T08:30:01.323Z] #38 ... [2022-03-06T08:30:01.323Z] [2022-03-06T08:30:01.323Z] #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-06T08:30:01.323Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-06T08:30:01.323Z] #36 2.244 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-06T08:30:01.323Z] #36 6.646 tomll can be used in two ways: [2022-03-06T08:30:01.323Z] #36 6.646 Writing to STDIN and reading from STDOUT: [2022-03-06T08:30:01.323Z] #36 6.646 cat file.toml | tomll > file.toml [2022-03-06T08:30:01.323Z] #36 6.646 [2022-03-06T08:30:01.323Z] #36 6.646 Reading and updating a list of files: [2022-03-06T08:30:01.323Z] #36 6.646 tomll a.toml b.toml c.toml [2022-03-06T08:30:01.323Z] #36 6.646 [2022-03-06T08:30:01.323Z] #36 6.646 When given a list of files, tomll will modify all files in place without asking. [2022-03-06T08:30:01.323Z] #36 DONE 8.6s [2022-03-06T08:30:01.323Z] [2022-03-06T08:30:01.323Z] #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-06T08:30:01.323Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:30:01.323Z] #47 2.041 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:30:01.323Z] #47 2.052 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:30:01.323Z] #47 2.053 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:30:01.323Z] #47 2.313 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:30:01.323Z] #47 2.534 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-06T08:30:01.323Z] #47 2.744 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:30:01.323Z] #47 3.371 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:30:01.323Z] #47 4.239 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-06T08:30:01.323Z] #47 5.006 Fetched 8509 kB in 3s (2641 kB/s) [2022-03-06T08:30:01.323Z] #47 5.006 Reading package lists... [2022-03-06T08:30:01.323Z] #47 6.292 Reading package lists... [2022-03-06T08:30:01.323Z] #47 7.504 Building dependency tree... [2022-03-06T08:30:01.323Z] #47 8.295 The following additional packages will be installed: [2022-03-06T08:30:01.323Z] #47 8.295 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-06T08:30:01.323Z] #47 8.296 python3-protobuf python3-six [2022-03-06T08:30:01.323Z] #47 8.297 Suggested packages: [2022-03-06T08:30:01.323Z] #47 8.297 python3-setuptools [2022-03-06T08:30:01.323Z] #47 8.297 Recommended packages: [2022-03-06T08:30:01.323Z] #47 8.297 iproute2 | iproute [2022-03-06T08:30:01.323Z] #47 8.442 The following NEW packages will be installed: [2022-03-06T08:30:01.323Z] #47 8.444 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-06T08:30:01.323Z] #47 8.444 python3-protobuf python3-six [2022-03-06T08:30:01.323Z] #47 ... [2022-03-06T08:30:01.323Z] [2022-03-06T08:30:01.323Z] #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-06T08:30:01.323Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:30:01.323Z] #38 8.708 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:30:01.899Z] #38 9.138 Fetched 17.7 MB in 1s (12.6 MB/s) [2022-03-06T08:30:02.473Z] #38 9.743 Selecting previously unselected package xxd. [2022-03-06T08:30:02.473Z] #38 9.743 (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-06T08:30:02.473Z] #38 9.811 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-06T08:30:02.473Z] #38 9.842 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:30:02.734Z] #38 ... [2022-03-06T08:30:02.734Z] [2022-03-06T08:30:02.735Z] #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-06T08:30:02.735Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:30:02.735Z] #43 1.532 + git clone https://github.com/docker/distribution.git . [2022-03-06T08:30:02.735Z] #43 1.532 Cloning into '.'... [2022-03-06T08:30:02.735Z] #43 5.849 + git checkout -q v2.3.0 [2022-03-06T08:30:02.735Z] #43 6.412 + 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-06T08:30:02.735Z] #43 ... [2022-03-06T08:30:02.735Z] [2022-03-06T08:30:02.735Z] #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-06T08:30:02.735Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-06T08:30:02.735Z] #34 1.555 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-06T08:30:02.735Z] #34 1.562 Cloning into '.'... [2022-03-06T08:30:02.735Z] #34 8.835 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-06T08:30:02.735Z] #34 9.175 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-06T08:30:03.036Z] #34 ... [2022-03-06T08:30:03.036Z] [2022-03-06T08:30:03.036Z] #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-06T08:30:03.036Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-06T08:30:03.036Z] #53 1.731 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-06T08:30:03.036Z] #53 3.681 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-06T08:30:03.036Z] #53 3.685 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-06T08:30:03.036Z] #53 3.685 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-06T08:30:03.036Z] #53 4.100 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-06T08:30:03.036Z] #53 9.838 v3.0.2 [2022-03-06T08:30:03.036Z] #53 DONE 10.3s [2022-03-06T08:30:03.036Z] [2022-03-06T08:30:03.036Z] #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-06T08:30:03.036Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-06T08:30:03.036Z] #58 2.203 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:30:03.036Z] #58 2.213 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:30:03.036Z] #58 2.214 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:30:03.036Z] #58 2.481 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:30:03.036Z] #58 2.773 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:30:03.036Z] #58 3.280 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:30:03.036Z] #58 4.917 Fetched 8505 kB in 3s (2871 kB/s) [2022-03-06T08:30:03.036Z] #58 4.917 Reading package lists... [2022-03-06T08:30:03.036Z] #58 6.452 Reading package lists... [2022-03-06T08:30:03.036Z] #58 7.864 Building dependency tree... [2022-03-06T08:30:03.036Z] #58 8.400 The following additional packages will be installed: [2022-03-06T08:30:03.037Z] #58 8.402 libbtrfs0 [2022-03-06T08:30:03.037Z] #58 8.448 The following NEW packages will be installed: [2022-03-06T08:30:03.037Z] #58 8.450 libbtrfs-dev libbtrfs0 [2022-03-06T08:30:03.037Z] #58 8.797 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:30:03.037Z] #58 8.797 Need to get 460 kB of archives. [2022-03-06T08:30:03.037Z] #58 8.797 After this operation, 1237 kB of additional disk space will be used. [2022-03-06T08:30:03.037Z] #58 8.797 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-06T08:30:03.037Z] #58 8.817 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-06T08:30:03.037Z] #58 9.253 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:30:03.037Z] #58 9.825 Fetched 460 kB in 0s (1318 kB/s) [2022-03-06T08:30:03.037Z] #58 10.32 Selecting previously unselected package libbtrfs0:amd64. [2022-03-06T08:30:03.037Z] #58 10.32 (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-06T08:30:03.037Z] #58 10.34 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-06T08:30:03.299Z] #58 ... [2022-03-06T08:30:03.299Z] [2022-03-06T08:30:03.299Z] #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-06T08:30:03.299Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-06T08:30:03.299Z] #49 2.149 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-06T08:30:03.299Z] #49 3.697 go: downloading github.com/fatih/color v1.10.0 [2022-03-06T08:30:03.299Z] #49 3.713 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-06T08:30:03.299Z] #49 3.725 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-06T08:30:03.299Z] #49 3.725 go: downloading github.com/pkg/errors v0.9.1 [2022-03-06T08:30:03.299Z] #49 3.777 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-06T08:30:03.299Z] #49 3.777 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-06T08:30:03.299Z] #49 3.809 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-06T08:30:03.299Z] #49 3.812 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-06T08:30:03.299Z] #49 3.833 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-06T08:30:03.299Z] #49 3.833 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-06T08:30:03.299Z] #49 3.840 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-06T08:30:03.299Z] #49 3.840 go: downloading golang.org/x/tools v0.1.0 [2022-03-06T08:30:03.299Z] #49 5.784 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-06T08:30:03.299Z] #49 5.818 go: downloading golang.org/x/mod v0.3.0 [2022-03-06T08:30:03.299Z] #49 ... [2022-03-06T08:30:03.299Z] [2022-03-06T08:30:03.299Z] #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-06T08:30:03.299Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:30:03.299Z] #51 2.206 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-06T08:30:03.299Z] #51 10.28 go: downloading github.com/fatih/color v1.13.0 [2022-03-06T08:30:03.299Z] #51 10.28 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-06T08:30:03.299Z] #51 10.28 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-06T08:30:03.299Z] #51 10.28 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-06T08:30:03.299Z] #51 10.37 go: downloading github.com/spf13/viper v1.10.1 [2022-03-06T08:30:03.299Z] #51 10.37 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-06T08:30:03.299Z] #51 10.38 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-06T08:30:03.299Z] #51 10.38 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-06T08:30:03.299Z] #51 10.43 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-06T08:30:03.299Z] #51 10.65 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-06T08:30:03.299Z] #51 10.66 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-06T08:30:03.299Z] #51 10.67 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-06T08:30:03.299Z] #51 10.74 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-06T08:30:03.299Z] #51 10.74 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-06T08:30:03.299Z] #51 10.75 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-06T08:30:03.299Z] #51 10.79 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-06T08:30:03.314Z] #11 ... [2022-03-06T08:30:03.314Z] [2022-03-06T08:30:03.314Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-06T08:30:03.314Z] #38 sha256:4998c23a70c57a2c954f42330c1b1d9b0810adc3b143821700d9f6c7d38365c7 [2022-03-06T08:30:03.315Z] #38 10.43 Download of images into '/build' complete. [2022-03-06T08:30:03.315Z] #38 10.43 Use something like the following to load the result into a Docker daemon: [2022-03-06T08:30:03.315Z] #38 10.43 tar -cC '/build' . | docker load [2022-03-06T08:30:03.315Z] #38 DONE 14.1s [2022-03-06T08:30:03.315Z] [2022-03-06T08:30:03.315Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:30:03.315Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:30:03.469Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 5.1s [2022-03-06T08:30:03.634Z] #51 10.81 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-06T08:30:03.634Z] #51 10.81 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-06T08:30:03.634Z] #51 10.86 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-06T08:30:03.634Z] #51 10.86 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-06T08:30:03.634Z] #51 10.89 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-06T08:30:03.634Z] #51 10.90 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-06T08:30:03.634Z] #51 ... [2022-03-06T08:30:03.634Z] [2022-03-06T08:30:03.634Z] #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-06T08:30:03.634Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:30:03.634Z] #14 2.200 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:30:03.634Z] #14 2.213 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:30:03.634Z] #14 2.214 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:30:03.634Z] #14 2.472 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:30:03.634Z] #14 2.804 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:30:03.634Z] #14 3.233 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:30:03.634Z] #14 4.929 Fetched 8505 kB in 3s (2855 kB/s) [2022-03-06T08:30:03.634Z] #14 4.929 Reading package lists... [2022-03-06T08:30:03.634Z] #14 5.980 Reading package lists... [2022-03-06T08:30:03.634Z] #14 7.465 Building dependency tree... [2022-03-06T08:30:03.634Z] #14 8.457 The following additional packages will be installed: [2022-03-06T08:30:03.634Z] #14 8.458 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-06T08:30:03.634Z] #14 8.458 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-06T08:30:03.634Z] #14 8.458 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-06T08:30:03.634Z] #14 8.458 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-06T08:30:03.634Z] #14 8.459 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-06T08:30:03.634Z] #14 8.459 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-06T08:30:03.634Z] #14 8.460 mingw-w64-common mingw-w64-x86-64-dev [2022-03-06T08:30:03.634Z] #14 8.462 Suggested packages: [2022-03-06T08:30:03.634Z] #14 8.462 gcc-10-locales seccomp wine64 [2022-03-06T08:30:03.634Z] #14 8.805 The following NEW packages will be installed: [2022-03-06T08:30:03.634Z] #14 8.805 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-06T08:30:03.634Z] #14 8.805 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-06T08:30:03.634Z] #14 8.805 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-06T08:30:03.634Z] #14 8.805 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-06T08:30:03.634Z] #14 8.805 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-06T08:30:03.634Z] #14 8.805 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-06T08:30:03.634Z] #14 8.805 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-06T08:30:03.634Z] #14 8.805 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-06T08:30:03.634Z] #14 8.805 mingw-w64-x86-64-dev [2022-03-06T08:30:03.634Z] #14 9.086 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:30:03.634Z] #14 9.086 Need to get 115 MB of archives. [2022-03-06T08:30:03.634Z] #14 9.086 After this operation, 645 MB of additional disk space will be used. [2022-03-06T08:30:03.634Z] #14 9.086 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-06T08:30:03.634Z] #14 9.176 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-06T08:30:03.634Z] #14 9.233 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-06T08:30:03.634Z] #14 9.293 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-06T08:30:03.634Z] #14 9.293 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-06T08:30:03.634Z] #14 9.297 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-06T08:30:03.634Z] #14 9.597 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-06T08:30:03.634Z] #14 9.676 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-06T08:30:03.634Z] #14 9.678 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-06T08:30:03.634Z] #14 10.04 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-06T08:30:03.634Z] #14 10.83 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-06T08:30:03.634Z] #14 ... [2022-03-06T08:30:03.634Z] [2022-03-06T08:30:03.634Z] #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-06T08:30:03.634Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:30:03.634Z] #51 10.92 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-06T08:30:03.634Z] #51 10.92 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-06T08:30:03.634Z] #51 10.93 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-06T08:30:03.634Z] #51 10.94 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-06T08:30:03.634Z] #51 10.96 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-06T08:30:03.634Z] #51 10.98 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-06T08:30:03.634Z] #51 10.99 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-06T08:30:03.634Z] #51 11.03 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-06T08:30:03.634Z] #51 11.05 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-06T08:30:03.634Z] #51 11.06 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-06T08:30:03.897Z] #51 11.28 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-06T08:30:03.897Z] #51 11.29 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-06T08:30:03.897Z] #51 11.30 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-06T08:30:03.897Z] #51 11.30 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-06T08:30:03.897Z] #51 11.36 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-06T08:30:03.897Z] #51 11.37 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-06T08:30:03.897Z] #51 11.37 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-06T08:30:03.897Z] #51 11.38 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-06T08:30:03.897Z] #51 11.38 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-06T08:30:03.897Z] #51 11.38 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-06T08:30:04.158Z] #51 11.43 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-06T08:30:04.158Z] #51 11.44 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-06T08:30:04.158Z] #51 11.44 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-06T08:30:04.158Z] #51 11.45 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-06T08:30:04.158Z] #51 11.47 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-06T08:30:04.158Z] #51 11.49 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-06T08:30:04.158Z] #51 11.50 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-06T08:30:04.158Z] #51 11.51 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-06T08:30:04.158Z] #51 11.53 go: downloading github.com/julz/importas v0.1.0 [2022-03-06T08:30:04.158Z] #51 11.61 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-06T08:30:04.158Z] #51 11.61 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-06T08:30:04.158Z] #51 11.63 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-06T08:30:04.158Z] #51 11.64 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-06T08:30:04.158Z] #51 11.66 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-06T08:30:04.158Z] #51 11.69 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-06T08:30:04.158Z] #51 11.70 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-06T08:30:04.158Z] #51 11.70 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-06T08:30:04.158Z] #51 11.71 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-06T08:30:04.158Z] #51 11.71 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-06T08:30:04.158Z] #51 11.71 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-06T08:30:04.158Z] #51 11.72 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-06T08:30:04.245Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 10.6s [2022-03-06T08:30:04.413Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-031870d1d4c7218b3) in /home/ubuntu/workspace/moby_PR-43335 [Pipeline] { [2022-03-06T08:30:04.421Z] #51 11.78 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-06T08:30:04.421Z] #51 11.78 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-06T08:30:04.421Z] #51 11.79 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-06T08:30:04.421Z] #51 11.79 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-06T08:30:04.421Z] #51 11.79 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-06T08:30:04.421Z] #51 11.81 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-06T08:30:04.421Z] #51 11.81 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-06T08:30:04.421Z] #51 11.82 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-06T08:30:04.421Z] #51 11.92 go: downloading github.com/securego/gosec/v2 v2.9.6 [Pipeline] checkout [2022-03-06T08:30:04.496Z] The recommended git tool is: git [2022-03-06T08:30:04.502Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 10.9s done [2022-03-06T08:30:04.717Z] #51 12.07 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-06T08:30:04.717Z] #51 12.08 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-06T08:30:04.717Z] #51 12.08 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-06T08:30:04.717Z] #51 12.09 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-06T08:30:04.717Z] #51 12.10 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-06T08:30:04.717Z] #51 12.11 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-06T08:30:04.717Z] #51 12.12 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-06T08:30:04.717Z] #51 12.21 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-06T08:30:05.065Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-06T08:30:05.065Z] #11 DONE 41.6s [2022-03-06T08:30:05.322Z] [2022-03-06T08:30:05.322Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-06T08:30:05.322Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-06T08:30:05.349Z] #51 12.53 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-06T08:30:05.349Z] #51 12.53 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-06T08:30:05.349Z] #51 12.53 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-06T08:30:05.349Z] #51 12.64 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-06T08:30:05.349Z] #51 12.66 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-06T08:30:05.349Z] #51 12.67 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-06T08:30:05.349Z] #51 12.67 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-06T08:30:05.349Z] #51 12.67 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-06T08:30:05.349Z] #51 12.69 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-06T08:30:05.349Z] #51 12.69 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-06T08:30:05.376Z] #11 ... [2022-03-06T08:30:05.376Z] [2022-03-06T08:30:05.376Z] #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-06T08:30:05.376Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-06T08:30:05.376Z] #29 2.593 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:30:05.376Z] #29 2.619 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:30:05.376Z] #29 2.619 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:30:05.376Z] #29 2.805 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:30:05.376Z] #29 3.091 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:30:05.376Z] #29 3.509 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:30:05.376Z] #29 4.711 Fetched 8505 kB in 2s (3562 kB/s) [2022-03-06T08:30:05.376Z] #29 4.711 Reading package lists... [2022-03-06T08:30:05.376Z] #29 5.536 Reading package lists... [2022-03-06T08:30:05.376Z] #29 6.357 Building dependency tree... [2022-03-06T08:30:05.376Z] #29 6.897 The following additional packages will be installed: [2022-03-06T08:30:05.376Z] #29 6.897 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-06T08:30:05.376Z] #29 6.897 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-06T08:30:05.376Z] #29 6.897 Recommended packages: [2022-03-06T08:30:05.376Z] #29 6.897 libldap-common publicsuffix libsasl2-modules [2022-03-06T08:30:05.376Z] #29 7.129 The following NEW packages will be installed: [2022-03-06T08:30:05.376Z] #29 7.129 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-06T08:30:05.376Z] #29 7.129 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-06T08:30:05.376Z] #29 7.129 libssh2-1 openssl [2022-03-06T08:30:05.376Z] #29 7.406 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:30:05.376Z] #29 7.406 Need to get 3038 kB of archives. [2022-03-06T08:30:05.376Z] #29 7.406 After this operation, 6650 kB of additional disk space will be used. [2022-03-06T08:30:05.376Z] #29 7.406 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-06T08:30:05.376Z] #29 7.407 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-06T08:30:05.376Z] #29 7.415 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-06T08:30:05.376Z] #29 7.571 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-06T08:30:05.376Z] #29 7.577 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-06T08:30:05.376Z] #29 7.580 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-06T08:30:05.376Z] #29 7.580 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-06T08:30:05.376Z] #29 7.583 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-06T08:30:05.376Z] #29 7.589 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-06T08:30:05.376Z] #29 7.589 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-06T08:30:05.376Z] #29 7.594 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-06T08:30:05.376Z] #29 7.601 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-06T08:30:05.376Z] #29 7.605 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-06T08:30:05.376Z] #29 7.607 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-06T08:30:05.376Z] #29 7.607 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-06T08:30:05.376Z] #29 7.822 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:30:05.376Z] #29 7.854 Fetched 3038 kB in 0s (6407 kB/s) [2022-03-06T08:30:05.376Z] #29 7.894 Selecting previously unselected package openssl. [2022-03-06T08:30:05.376Z] #29 7.894 (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-06T08:30:05.376Z] #29 7.896 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-06T08:30:05.376Z] #29 7.908 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-06T08:30:05.376Z] #29 8.099 Selecting previously unselected package ca-certificates. [2022-03-06T08:30:05.376Z] #29 8.099 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-06T08:30:05.376Z] #29 8.104 Unpacking ca-certificates (20210119) ... [2022-03-06T08:30:05.376Z] #29 8.217 Selecting previously unselected package libbrotli1:amd64. [2022-03-06T08:30:05.376Z] #29 8.217 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-06T08:30:05.376Z] #29 8.225 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-06T08:30:05.376Z] #29 8.324 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-06T08:30:05.376Z] #29 8.324 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-06T08:30:05.376Z] #29 8.328 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:30:05.376Z] #29 8.389 Selecting previously unselected package libsasl2-2:amd64. [2022-03-06T08:30:05.376Z] #29 8.389 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-06T08:30:05.376Z] #29 8.394 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:30:05.376Z] #29 8.459 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-06T08:30:05.376Z] #29 8.463 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-06T08:30:05.376Z] #29 8.467 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-06T08:30:05.376Z] #29 8.554 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-06T08:30:05.376Z] #29 8.554 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-06T08:30:05.376Z] #29 8.565 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-06T08:30:05.376Z] #29 8.615 Selecting previously unselected package libpsl5:amd64. [2022-03-06T08:30:05.376Z] #29 8.615 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-06T08:30:05.376Z] #29 8.622 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-06T08:30:05.376Z] #29 8.683 Selecting previously unselected package librtmp1:amd64. [2022-03-06T08:30:05.376Z] #29 8.683 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-06T08:30:05.376Z] #29 8.688 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-06T08:30:05.376Z] #29 8.749 Selecting previously unselected package libssh2-1:amd64. [2022-03-06T08:30:05.376Z] #29 8.749 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-06T08:30:05.376Z] #29 8.760 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-06T08:30:05.376Z] #29 8.823 Selecting previously unselected package libcurl4:amd64. [2022-03-06T08:30:05.376Z] #29 8.823 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-06T08:30:05.376Z] #29 8.845 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-06T08:30:05.376Z] #29 8.916 Selecting previously unselected package curl. [2022-03-06T08:30:05.377Z] #29 8.916 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-06T08:30:05.377Z] #29 8.916 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-06T08:30:05.377Z] #29 8.997 Selecting previously unselected package libonig5:amd64. [2022-03-06T08:30:05.377Z] #29 8.998 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-06T08:30:05.377Z] #29 9.002 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:30:05.377Z] #29 9.083 Selecting previously unselected package libjq1:amd64. [2022-03-06T08:30:05.377Z] #29 9.083 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-06T08:30:05.377Z] #29 9.089 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:30:05.377Z] #29 9.158 Selecting previously unselected package jq. [2022-03-06T08:30:05.377Z] #29 9.158 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-06T08:30:05.377Z] #29 9.158 Unpacking jq (1.6-2.1) ... [2022-03-06T08:30:05.377Z] #29 9.220 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-06T08:30:05.377Z] #29 9.239 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-06T08:30:05.377Z] #29 9.254 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-06T08:30:05.377Z] #29 9.277 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:30:05.377Z] #29 9.282 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-06T08:30:05.377Z] #29 9.292 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:30:05.377Z] #29 9.318 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-06T08:30:05.377Z] #29 9.327 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-06T08:30:05.377Z] #29 9.344 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:30:05.377Z] #29 9.355 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:30:05.377Z] #29 9.377 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-06T08:30:05.377Z] #29 9.386 Setting up ca-certificates (20210119) ... [2022-03-06T08:30:05.611Z] #51 13.13 go: downloading honnef.co/go/tools v0.2.2 [2022-03-06T08:30:05.611Z] #51 13.13 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-06T08:30:05.611Z] #51 13.13 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-06T08:30:05.611Z] #51 13.17 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-06T08:30:05.611Z] #51 13.17 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-06T08:30:05.611Z] #51 13.18 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-06T08:30:05.611Z] #51 13.20 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-06T08:30:05.635Z] #29 10.15 Updating certificates in /etc/ssl/certs... [2022-03-06T08:30:05.635Z] #29 ... [2022-03-06T08:30:05.635Z] [2022-03-06T08:30:05.635Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:30:05.635Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:30:05.878Z] #51 13.21 go: downloading github.com/spf13/afero v1.6.0 [2022-03-06T08:30:05.878Z] #51 13.26 go: downloading github.com/spf13/cast v1.4.1 [2022-03-06T08:30:05.878Z] #51 13.27 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-06T08:30:05.878Z] #51 13.34 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-06T08:30:06.140Z] #51 13.37 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-06T08:30:06.140Z] #51 13.40 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-06T08:30:06.140Z] #51 13.42 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-06T08:30:06.140Z] #51 13.51 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-06T08:30:06.140Z] #51 13.56 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-06T08:30:06.140Z] #51 13.56 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-06T08:30:06.140Z] #51 13.56 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-06T08:30:06.140Z] #51 13.56 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-06T08:30:06.140Z] #51 13.57 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-06T08:30:06.140Z] #51 13.57 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-06T08:30:06.140Z] #51 13.57 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-06T08:30:06.140Z] #51 13.60 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-06T08:30:06.140Z] #51 13.60 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-06T08:30:06.140Z] #51 13.60 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-06T08:30:06.140Z] #51 13.60 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-06T08:30:06.140Z] #51 13.63 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-06T08:30:06.493Z] #51 13.65 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-06T08:30:06.493Z] #51 13.66 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-06T08:30:06.493Z] #51 13.66 go: downloading golang.org/x/text v0.3.7 [2022-03-06T08:30:06.493Z] #51 13.67 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-06T08:30:06.493Z] #51 13.68 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-06T08:30:06.493Z] #51 13.72 go: downloading golang.org/x/mod v0.5.1 [2022-03-06T08:30:06.493Z] #51 13.72 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-06T08:30:06.493Z] #51 13.73 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-06T08:30:06.493Z] #51 13.75 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-06T08:30:06.493Z] #51 ... [2022-03-06T08:30:06.493Z] [2022-03-06T08:30:06.493Z] #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-06T08:30:06.493Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-06T08:30:06.493Z] #29 14.92 Updating certificates in /etc/ssl/certs... [2022-03-06T08:30:06.493Z] #29 18.62 129 added, 0 removed; done. [2022-03-06T08:30:06.493Z] #29 19.27 Setting up jq (1.6-2.1) ... [2022-03-06T08:30:06.493Z] #29 19.33 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-06T08:30:06.493Z] #29 19.58 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-06T08:30:06.493Z] #29 19.67 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:30:06.493Z] #29 20.04 Processing triggers for ca-certificates (20210119) ... [2022-03-06T08:30:06.493Z] #29 20.12 Updating certificates in /etc/ssl/certs... [2022-03-06T08:30:06.493Z] #29 22.91 0 added, 0 removed; done. [2022-03-06T08:30:06.493Z] #29 22.91 Running hooks in /etc/ca-certificates/update.d... [2022-03-06T08:30:06.493Z] #29 22.91 done. [2022-03-06T08:30:06.493Z] #29 DONE 24.8s [2022-03-06T08:30:06.493Z] [2022-03-06T08:30:06.493Z] #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-06T08:30:06.493Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:30:06.493Z] #51 13.86 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-06T08:30:06.493Z] #51 13.89 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-06T08:30:06.493Z] #51 13.89 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-06T08:30:06.493Z] #51 13.90 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-06T08:30:06.493Z] #51 13.92 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-06T08:30:06.755Z] #51 14.09 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-06T08:30:06.755Z] #51 14.11 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-06T08:30:06.755Z] #51 14.14 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-06T08:30:06.755Z] #51 14.22 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-06T08:30:06.755Z] #51 14.22 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-06T08:30:06.755Z] #51 14.26 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-06T08:30:07.020Z] #51 ... [2022-03-06T08:30:07.020Z] [2022-03-06T08:30:07.020Z] #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-06T08:30:07.020Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-06T08:30:07.020Z] #49 13.04 gotestsum version dev [2022-03-06T08:30:07.020Z] #49 DONE 14.4s [2022-03-06T08:30:07.020Z] [2022-03-06T08:30:07.020Z] #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-06T08:30:07.020Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:30:07.020Z] #51 14.34 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-06T08:30:07.020Z] #51 14.37 go: downloading github.com/prometheus/common v0.10.0 [2022-03-06T08:30:07.020Z] #51 14.38 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-06T08:30:07.020Z] #51 14.39 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-06T08:30:07.020Z] #51 14.41 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-06T08:30:07.020Z] #51 14.41 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-06T08:30:07.020Z] #51 14.44 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-06T08:30:07.020Z] #51 14.46 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-06T08:30:07.592Z] #51 14.95 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-06T08:30:08.154Z] using credential docker-jenkins-github-credentials [2022-03-06T08:30:08.164Z] #51 ... [2022-03-06T08:30:08.164Z] [2022-03-06T08:30:08.164Z] #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-06T08:30:08.164Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-06T08:30:08.164Z] #58 10.92 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:30:08.164Z] #58 11.49 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-06T08:30:08.164Z] #58 11.49 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-06T08:30:08.164Z] #58 11.53 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:30:08.164Z] #58 12.09 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:30:08.164Z] #58 12.22 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:30:08.164Z] #58 13.09 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:30:08.165Z] #58 DONE 15.4s [2022-03-06T08:30:08.165Z] [2022-03-06T08:30:08.165Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-06T08:30:08.165Z] #30 sha256:5c6bc63d98b660bea21c9691f30439794e7adc23aa83fa0aa03a68976442b6c0 [2022-03-06T08:30:08.165Z] #30 DONE 1.7s [2022-03-06T08:30:08.165Z] [2022-03-06T08:30:08.165Z] #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-06T08:30:08.165Z] #31 sha256:8f2782e16335f0a8dbfc0a19188347630fbf901c99ef393e42b23e422ce50a6f [2022-03-06T08:30:08.168Z] Cloning the remote Git repository [2022-03-06T08:30:08.168Z] Cloning with configured refspecs honoured and without tags [2022-03-06T08:30:08.181Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 10.1s [2022-03-06T08:30:08.426Z] #31 ... [2022-03-06T08:30:08.426Z] [2022-03-06T08:30:08.426Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-06T08:30:08.426Z] #59 sha256:d836bf3d6f926b12b74f43f3aaf4bddd27449c860dbaa024173c1c97845abf44 [2022-03-06T08:30:08.426Z] #59 DONE 0.4s [2022-03-06T08:30:08.426Z] [2022-03-06T08:30:08.426Z] #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-06T08:30:08.426Z] #60 sha256:dcfca4e27c0f3e1a151026653073c6ec0706e9fc00bfde95153d32fe85947c1f [2022-03-06T08:30:08.781Z] #12 DONE 3.5s [2022-03-06T08:30:08.781Z] [2022-03-06T08:30:08.781Z] #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-06T08:30:08.781Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-06T08:30:08.191Z] Cloning repository https://github.com/moby/moby.git [2022-03-06T08:30:08.258Z] > git init /home/ubuntu/workspace/moby_PR-43335 # timeout=10 [2022-03-06T08:30:08.824Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:30:08.825Z] > git --version # timeout=10 [2022-03-06T08:30:08.840Z] > git --version # 'git version 2.25.1' [2022-03-06T08:30:08.840Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:30:08.842Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:30:09.369Z] #60 0.913 + RM_GOPATH=0 [2022-03-06T08:30:09.370Z] #60 0.913 + TMP_GOPATH= [2022-03-06T08:30:09.370Z] #60 0.913 + : /build [2022-03-06T08:30:09.370Z] #60 0.913 + '[' -z '' ']' [2022-03-06T08:30:09.370Z] #60 0.915 ++ mktemp -d [2022-03-06T08:30:09.370Z] #60 0.923 + export GOPATH=/tmp/tmp.wDKmuCKvsU [2022-03-06T08:30:09.370Z] #60 0.923 + GOPATH=/tmp/tmp.wDKmuCKvsU [2022-03-06T08:30:09.370Z] #60 0.923 + RM_GOPATH=1 [2022-03-06T08:30:09.370Z] #60 0.923 + case "$(go env GOARCH)" in [2022-03-06T08:30:09.370Z] #60 0.929 ++ go env GOARCH [2022-03-06T08:30:09.370Z] #60 0.943 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:30:09.370Z] #60 0.943 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:30:09.370Z] #60 0.943 ++ dirname /install.sh [2022-03-06T08:30:09.370Z] #60 0.944 + dir=/ [2022-03-06T08:30:09.370Z] #60 0.944 + bin=containerd [2022-03-06T08:30:09.370Z] #60 0.944 + shift [2022-03-06T08:30:09.370Z] #60 0.944 + '[' '!' -f //containerd.installer ']' [2022-03-06T08:30:09.370Z] #60 0.944 + . //containerd.installer [2022-03-06T08:30:09.370Z] #60 0.944 ++ set -e [2022-03-06T08:30:09.370Z] #60 0.944 ++ : v1.5.10 [2022-03-06T08:30:09.370Z] #60 0.944 + install_containerd [2022-03-06T08:30:09.370Z] #60 0.945 Install containerd version v1.5.10 [2022-03-06T08:30:09.370Z] #60 0.947 + echo 'Install containerd version v1.5.10' [2022-03-06T08:30:09.370Z] #60 0.947 + git clone https://github.com/containerd/containerd.git /tmp/tmp.wDKmuCKvsU/src/github.com/containerd/containerd [2022-03-06T08:30:09.370Z] #60 0.950 Cloning into '/tmp/tmp.wDKmuCKvsU/src/github.com/containerd/containerd'... [2022-03-06T08:30:09.559Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 11.2s done [2022-03-06T08:30:09.751Z] #13 DONE 0.9s [2022-03-06T08:30:09.751Z] [2022-03-06T08:30:09.751Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-06T08:30:09.751Z] #14 sha256:09b6e3692320f08cf6327db0ae6dbac3f5eaa5ea0349ddf964de4290be45ec49 [2022-03-06T08:30:10.007Z] #14 ... [2022-03-06T08:30:10.007Z] [2022-03-06T08:30:10.007Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-06T08:30:10.007Z] #40 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-06T08:30:10.007Z] #40 DONE 0.5s [2022-03-06T08:30:10.127Z] #11 ... [2022-03-06T08:30:10.127Z] [2022-03-06T08:30:10.127Z] #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-06T08:30:10.127Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-06T08:30:10.127Z] #29 11.41 129 added, 0 removed; done. [2022-03-06T08:30:10.127Z] #29 11.45 Setting up jq (1.6-2.1) ... [2022-03-06T08:30:10.127Z] #29 11.46 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-06T08:30:10.127Z] #29 11.47 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-06T08:30:10.127Z] #29 11.49 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:30:10.127Z] #29 11.50 Processing triggers for ca-certificates (20210119) ... [2022-03-06T08:30:10.127Z] #29 11.51 Updating certificates in /etc/ssl/certs... [2022-03-06T08:30:10.127Z] #29 12.56 0 added, 0 removed; done. [2022-03-06T08:30:10.127Z] #29 12.56 Running hooks in /etc/ca-certificates/update.d... [2022-03-06T08:30:10.127Z] #29 12.56 done. [2022-03-06T08:30:10.127Z] #29 DONE 14.4s [2022-03-06T08:30:10.127Z] [2022-03-06T08:30:10.127Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-06T08:30:10.127Z] #30 sha256:eb9413a1e9aa5c587dc914259434ac07f2551eb38f5cc03258cc0c80efbe4b65 [2022-03-06T08:30:10.127Z] #30 DONE 0.1s [2022-03-06T08:30:10.127Z] [2022-03-06T08:30:10.127Z] #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-06T08:30:10.127Z] #31 sha256:807ddb7f6ba02d5c448c40383b70a9efcbf7882b285dd2e6c1c6ec2b04378248 [2022-03-06T08:30:10.264Z] [2022-03-06T08:30:10.264Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-06T08:30:10.264Z] #49 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-06T08:30:10.264Z] #49 DONE 0.6s [2022-03-06T08:30:10.264Z] [2022-03-06T08:30:10.264Z] #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-06T08:30:10.264Z] #53 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-06T08:30:10.264Z] #53 DONE 0.7s [2022-03-06T08:30:10.264Z] [2022-03-06T08:30:10.265Z] #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-06T08:30:10.265Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:30:11.917Z] #60 ... [2022-03-06T08:30:11.918Z] [2022-03-06T08:30:11.918Z] #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-06T08:30:11.918Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:30:11.918Z] #47 8.815 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:30:11.918Z] #47 8.815 Need to get 2292 kB of archives. [2022-03-06T08:30:11.918Z] #47 8.815 After this operation, 11.0 MB of additional disk space will be used. [2022-03-06T08:30:11.918Z] #47 8.815 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-06T08:30:11.918Z] #47 8.856 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-06T08:30:11.918Z] #47 8.860 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-06T08:30:11.918Z] #47 8.867 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-06T08:30:11.918Z] #47 8.867 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-06T08:30:11.918Z] #47 8.867 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-06T08:30:11.918Z] #47 8.867 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-06T08:30:11.918Z] #47 12.11 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-06T08:30:11.918Z] #47 13.21 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:30:11.918Z] #47 13.56 Fetched 2292 kB in 4s (570 kB/s) [2022-03-06T08:30:11.918Z] #47 13.76 Selecting previously unselected package libprotobuf23:amd64. [2022-03-06T08:30:11.918Z] #47 13.76 (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-06T08:30:11.918Z] #47 13.78 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-06T08:30:11.918Z] #47 14.07 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-06T08:30:11.918Z] #47 15.32 Selecting previously unselected package python3-pkg-resources. [2022-03-06T08:30:11.918Z] #47 15.32 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-06T08:30:11.918Z] #47 15.40 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:30:11.918Z] #47 15.62 Selecting previously unselected package python3-six. [2022-03-06T08:30:11.918Z] #47 15.62 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-06T08:30:11.918Z] #47 15.63 Unpacking python3-six (1.16.0-2) ... [2022-03-06T08:30:11.918Z] #47 15.76 Selecting previously unselected package python3-protobuf. [2022-03-06T08:30:11.918Z] #47 15.76 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-06T08:30:11.918Z] #47 15.81 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-06T08:30:11.918Z] #47 16.13 Selecting previously unselected package libnet1:amd64. [2022-03-06T08:30:11.918Z] #47 16.13 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-06T08:30:11.918Z] #47 16.14 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:30:11.918Z] #47 16.22 Selecting previously unselected package libnl-3-200:amd64. [2022-03-06T08:30:11.918Z] #47 16.23 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-06T08:30:11.918Z] #47 16.23 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:30:11.918Z] #47 16.38 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-06T08:30:11.918Z] #47 16.39 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-06T08:30:11.918Z] #47 16.39 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:30:11.918Z] #47 16.50 Selecting previously unselected package criu. [2022-03-06T08:30:11.918Z] #47 16.50 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-06T08:30:11.918Z] #47 16.54 Unpacking criu (3.16.1-3) ... [2022-03-06T08:30:11.918Z] #47 16.86 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:30:11.918Z] #47 17.29 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-06T08:30:11.918Z] #47 17.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:30:11.918Z] #47 17.35 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:30:11.918Z] #47 17.37 Setting up python3-six (1.16.0-2) ... [2022-03-06T08:30:11.918Z] #47 17.82 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:30:11.918Z] #47 17.84 Setting up python3-protobuf (3.12.4-1) ... [2022-03-06T08:30:11.918Z] #47 18.91 Setting up criu (3.16.1-3) ... [2022-03-06T08:30:11.918Z] #47 ... [2022-03-06T08:30:11.918Z] [2022-03-06T08:30:11.918Z] #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-06T08:30:11.918Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:30:11.918Z] #14 11.36 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-06T08:30:11.918Z] #14 11.79 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-06T08:30:11.918Z] #14 12.95 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-06T08:30:11.918Z] #14 13.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-06T08:30:11.918Z] #14 13.51 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-06T08:30:11.918Z] #14 13.52 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-06T08:30:11.918Z] #14 13.54 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-06T08:30:11.918Z] #14 13.54 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-06T08:30:11.918Z] #14 13.56 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-06T08:30:11.918Z] #14 13.57 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-06T08:30:11.918Z] #14 13.58 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-06T08:30:11.918Z] #14 13.58 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-06T08:30:11.918Z] #14 13.59 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-06T08:30:11.918Z] #14 13.59 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-06T08:30:11.918Z] #14 13.64 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-06T08:30:11.918Z] #14 13.67 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-06T08:30:11.918Z] #14 13.68 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-06T08:30:11.918Z] #14 13.68 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-06T08:30:11.918Z] #14 13.68 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-06T08:30:11.918Z] #14 14.24 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:30:11.918Z] #14 14.33 Fetched 115 MB in 5s (23.5 MB/s) [2022-03-06T08:30:11.918Z] #14 14.62 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-06T08:30:11.918Z] #14 14.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-06T08:30:11.918Z] #14 14.64 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-06T08:30:11.918Z] #14 14.93 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-06T08:30:11.918Z] #14 15.69 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-06T08:30:11.918Z] #14 15.70 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-06T08:30:11.918Z] #14 15.73 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-06T08:30:11.918Z] #14 16.74 Selecting previously unselected package binutils-mingw-w64. [2022-03-06T08:30:11.918Z] #14 16.74 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-06T08:30:11.918Z] #14 16.75 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-06T08:30:11.918Z] #14 16.87 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-06T08:30:11.918Z] #14 16.87 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:30:11.918Z] #14 16.88 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:30:11.918Z] #14 17.01 Selecting previously unselected package dmsetup. [2022-03-06T08:30:11.918Z] #14 17.02 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:30:11.918Z] #14 17.03 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-06T08:30:11.918Z] #14 17.12 Selecting previously unselected package mingw-w64-common. [2022-03-06T08:30:11.918Z] #14 17.12 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-06T08:30:11.918Z] #14 17.12 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-06T08:30:11.918Z] #14 18.85 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-06T08:30:11.918Z] #14 18.86 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-06T08:30:11.918Z] #14 18.87 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-06T08:30:11.927Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0d48cef60cacf0995) in /home/ubuntu/workspace/moby_PR-43335 [Pipeline] { [Pipeline] checkout [2022-03-06T08:30:12.101Z] The recommended git tool is: git [2022-03-06T08:30:12.180Z] #14 ... [2022-03-06T08:30:12.180Z] [2022-03-06T08:30:12.180Z] #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-06T08:30:12.180Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:30:12.180Z] #38 10.97 Selecting previously unselected package vim-common. [2022-03-06T08:30:12.180Z] #38 10.97 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:30:12.180Z] #38 11.01 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:30:12.180Z] #38 11.93 Selecting previously unselected package cmake-data. [2022-03-06T08:30:12.180Z] #38 11.94 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-06T08:30:12.180Z] #38 11.99 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-06T08:30:12.180Z] #38 14.24 Selecting previously unselected package libicu67:amd64. [2022-03-06T08:30:12.180Z] #38 14.24 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-06T08:30:12.180Z] #38 14.27 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-06T08:30:12.180Z] #38 16.23 Selecting previously unselected package libxml2:amd64. [2022-03-06T08:30:12.180Z] #38 16.25 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-06T08:30:12.180Z] #38 16.26 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-06T08:30:12.180Z] #38 16.45 Selecting previously unselected package libarchive13:amd64. [2022-03-06T08:30:12.180Z] #38 16.45 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-06T08:30:12.180Z] #38 16.48 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-06T08:30:12.180Z] #38 16.62 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-06T08:30:12.180Z] #38 16.62 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-06T08:30:12.180Z] #38 16.63 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-06T08:30:12.180Z] #38 16.81 Selecting previously unselected package librhash0:amd64. [2022-03-06T08:30:12.180Z] #38 16.82 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-06T08:30:12.180Z] #38 16.84 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-06T08:30:12.180Z] #38 16.92 Selecting previously unselected package libuv1:amd64. [2022-03-06T08:30:12.180Z] #38 16.93 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-06T08:30:12.180Z] #38 16.96 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-06T08:30:12.180Z] #38 17.04 Selecting previously unselected package cmake. [2022-03-06T08:30:12.180Z] #38 17.04 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-06T08:30:12.180Z] #38 17.05 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-06T08:30:12.180Z] #38 18.50 Setting up libicu67:amd64 (67.1-7) ... [2022-03-06T08:30:12.180Z] #38 18.52 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:30:12.180Z] #38 18.54 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-06T08:30:12.180Z] #38 18.57 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:30:12.180Z] #38 18.61 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-06T08:30:12.180Z] #38 18.62 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-06T08:30:12.180Z] #38 18.63 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-06T08:30:12.180Z] #38 18.67 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-06T08:30:12.180Z] #38 18.69 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-06T08:30:12.180Z] #38 18.72 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-06T08:30:12.180Z] #38 18.74 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:30:12.180Z] #38 DONE 19.4s [2022-03-06T08:30:12.180Z] [2022-03-06T08:30:12.180Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-06T08:30:12.180Z] #39 sha256:30c7529b403a12e51a6f1b7606c3e361b9f3c0211aeffcefea72085f3c1a7ee0 [2022-03-06T08:30:12.180Z] #39 DONE 0.1s [2022-03-06T08:30:12.180Z] [2022-03-06T08:30:12.180Z] #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-06T08:30:12.180Z] #31 sha256:8f2782e16335f0a8dbfc0a19188347630fbf901c99ef393e42b23e422ce50a6f [2022-03-06T08:30:12.180Z] #31 2.238 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-06T08:30:12.180Z] #31 2.689 [2022-03-06T08:30:12.180Z] #31 2.919 #=#=# ######################################################################## 100.0% [2022-03-06T08:30:12.181Z] #31 3.326 [2022-03-06T08:30:12.665Z] #31 2.469 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-06T08:30:12.755Z] #31 ... [2022-03-06T08:30:12.756Z] [2022-03-06T08:30:12.756Z] #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-06T08:30:12.756Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:30:12.756Z] #47 19.51 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:30:12.756Z] #47 DONE 19.9s [2022-03-06T08:30:12.756Z] [2022-03-06T08:30:12.756Z] #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-06T08:30:12.756Z] #40 sha256:52143c3282ffa3bb88cee42009678b16ef837856f385848610fe439a06a1d7f4 [2022-03-06T08:30:12.924Z] #31 2.813 [2022-03-06T08:30:13.183Z] #31 3.041 #=#=# ######################################################################## 100.0% [2022-03-06T08:30:13.183Z] #31 3.321 [2022-03-06T08:30:13.330Z] #40 1.057 + RM_GOPATH=0 [2022-03-06T08:30:13.330Z] #40 1.057 + TMP_GOPATH= [2022-03-06T08:30:13.330Z] #40 1.057 + : /build [2022-03-06T08:30:13.330Z] #40 1.057 + '[' -z '' ']' [2022-03-06T08:30:13.330Z] #40 1.057 ++ mktemp -d [2022-03-06T08:30:13.330Z] #40 1.063 + export GOPATH=/tmp/tmp.Y8hVO0yMqR [2022-03-06T08:30:13.330Z] #40 1.063 + GOPATH=/tmp/tmp.Y8hVO0yMqR [2022-03-06T08:30:13.330Z] #40 1.063 + RM_GOPATH=1 [2022-03-06T08:30:13.330Z] #40 1.063 + case "$(go env GOARCH)" in [2022-03-06T08:30:13.330Z] #40 1.071 ++ go env GOARCH [2022-03-06T08:30:13.330Z] #40 1.083 Install tini version v0.19.0 [2022-03-06T08:30:13.330Z] #40 1.083 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:30:13.330Z] #40 1.083 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:30:13.330Z] #40 1.083 ++ dirname /install.sh [2022-03-06T08:30:13.330Z] #40 1.083 + dir=/ [2022-03-06T08:30:13.330Z] #40 1.083 + bin=tini [2022-03-06T08:30:13.330Z] #40 1.083 + shift [2022-03-06T08:30:13.330Z] #40 1.083 + '[' '!' -f //tini.installer ']' [2022-03-06T08:30:13.330Z] #40 1.083 + . //tini.installer [2022-03-06T08:30:13.330Z] #40 1.083 ++ : v0.19.0 [2022-03-06T08:30:13.330Z] #40 1.083 + install_tini [2022-03-06T08:30:13.330Z] #40 1.083 + echo 'Install tini version v0.19.0' [2022-03-06T08:30:13.330Z] #40 1.083 + git clone https://github.com/krallin/tini.git /tmp/tmp.Y8hVO0yMqR/tini [2022-03-06T08:30:13.330Z] #40 1.091 Cloning into '/tmp/tmp.Y8hVO0yMqR/tini'... [2022-03-06T08:30:13.638Z] #40 1.424 + cd /tmp/tmp.Y8hVO0yMqR/tini [2022-03-06T08:30:13.638Z] #40 1.424 + git checkout -q v0.19.0 [2022-03-06T08:30:13.638Z] #40 1.431 + cmake . [2022-03-06T08:30:13.899Z] #40 1.589 -- The C compiler identification is GNU 10.2.1 [2022-03-06T08:30:13.899Z] #40 1.612 -- Detecting C compiler ABI info [2022-03-06T08:30:13.899Z] #40 1.831 -- Detecting C compiler ABI info - done [2022-03-06T08:30:14.160Z] #40 1.868 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-06T08:30:14.160Z] #40 1.880 -- Detecting C compile features [2022-03-06T08:30:14.160Z] #40 1.881 -- Detecting C compile features - done [2022-03-06T08:30:14.160Z] #40 1.891 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-06T08:30:14.160Z] #40 1.958 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-06T08:30:14.160Z] #40 1.991 -- Configuring done [2022-03-06T08:30:14.160Z] #40 1.994 -- Generating done [2022-03-06T08:30:14.160Z] #40 1.997 -- Build files have been written to: /tmp/tmp.Y8hVO0yMqR/tini [2022-03-06T08:30:14.160Z] #40 2.000 + make tini-static [2022-03-06T08:30:14.422Z] #40 2.132 Scanning dependencies of target tini-static [2022-03-06T08:30:14.422Z] #40 2.170 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-06T08:30:14.559Z] #31 4.408 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-06T08:30:14.684Z] #40 2.666 [100%] Linking C executable tini-static [2022-03-06T08:30:14.822Z] #31 4.728 [2022-03-06T08:30:15.082Z] #31 4.952 #=#=# ######################################################################## 100.0% [2022-03-06T08:30:15.256Z] #40 2.865 [100%] Built target tini-static [2022-03-06T08:30:15.256Z] #40 2.886 + mkdir -p /build [2022-03-06T08:30:15.256Z] #40 2.891 + cp tini-static /build/docker-init [2022-03-06T08:30:15.256Z] #40 DONE 3.2s [2022-03-06T08:30:15.256Z] [2022-03-06T08:30:15.256Z] #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-06T08:30:15.256Z] #63 sha256:0944b9c735f8e58c9f519794bad0d140ee6f432e372715a52c3e2a281e6705db [2022-03-06T08:30:15.256Z] #63 22.40 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-06T08:30:15.256Z] #63 22.40 + GOBIN=/build [2022-03-06T08:30:15.256Z] #63 22.40 + GO111MODULE=on [2022-03-06T08:30:15.256Z] #63 22.40 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-06T08:30:15.333Z] using credential docker-jenkins-github-credentials [2022-03-06T08:30:15.340Z] #31 5.263 [2022-03-06T08:30:15.342Z] Cloning the remote Git repository [2022-03-06T08:30:15.342Z] Cloning with configured refspecs honoured and without tags [2022-03-06T08:30:15.577Z] #50 ... [2022-03-06T08:30:15.577Z] [2022-03-06T08:30:15.577Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-06T08:30:15.577Z] #14 sha256:09b6e3692320f08cf6327db0ae6dbac3f5eaa5ea0349ddf964de4290be45ec49 [2022-03-06T08:30:15.577Z] #14 DONE 5.6s [2022-03-06T08:30:15.577Z] [2022-03-06T08:30:15.577Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-03-06T08:30:15.577Z] #15 sha256:96bcf02670b65def60e1b23dcad47755d0bff725bd59a782e559ae99ba7a16f0 [2022-03-06T08:30:15.316Z] Cloning repository https://github.com/moby/moby.git [2022-03-06T08:30:15.377Z] > git init /home/ubuntu/workspace/moby_PR-43335 # timeout=10 [2022-03-06T08:30:16.277Z] #31 6.308 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-06T08:30:15.909Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:30:15.909Z] > git --version # timeout=10 [2022-03-06T08:30:15.936Z] > git --version # 'git version 2.25.1' [2022-03-06T08:30:15.937Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:30:15.939Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:30:16.844Z] #31 6.674 [2022-03-06T08:30:16.845Z] #31 ... [2022-03-06T08:30:16.845Z] [2022-03-06T08:30:16.845Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:30:16.845Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:30:16.845Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 6.4s [2022-03-06T08:30:16.845Z] #11 ... [2022-03-06T08:30:16.845Z] [2022-03-06T08:30:16.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-06T08:30:16.845Z] #31 sha256:807ddb7f6ba02d5c448c40383b70a9efcbf7882b285dd2e6c1c6ec2b04378248 [2022-03-06T08:30:17.103Z] #31 6.931 #=#=# ########### 16.4% ######################################## 56.5% ################################################################ 90.1% ######################################################################## 100.0% [2022-03-06T08:30:17.672Z] #31 7.525 [2022-03-06T08:30:18.612Z] #31 8.577 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-06T08:30:18.876Z] #31 8.880 [2022-03-06T08:30:18.921Z] #15 DONE 3.3s [2022-03-06T08:30:18.921Z] [2022-03-06T08:30:18.921Z] #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-06T08:30:18.921Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-06T08:30:18.921Z] #56 5.853 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-06T08:30:18.921Z] #56 7.350 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-06T08:30:18.921Z] #56 7.350 go: downloading github.com/fatih/color v1.10.0 [2022-03-06T08:30:18.921Z] #56 7.362 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-06T08:30:18.921Z] #56 7.497 go: downloading github.com/pkg/errors v0.9.1 [2022-03-06T08:30:18.921Z] #56 7.912 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-06T08:30:18.921Z] #56 7.923 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-06T08:30:18.921Z] #56 7.941 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-06T08:30:18.921Z] #56 7.962 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-06T08:30:18.921Z] #56 8.157 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-06T08:30:18.921Z] #56 8.200 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-06T08:30:18.921Z] #56 8.777 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-06T08:30:18.921Z] #56 8.897 go: downloading golang.org/x/tools v0.1.0 [2022-03-06T08:30:18.921Z] #56 ... [2022-03-06T08:30:18.921Z] [2022-03-06T08:30:18.921Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-06T08:30:18.921Z] #16 sha256:beddf0d6d60e18c9ac5b3546568cba2a4901f4a5fec519fe15cb3d5d496e5cb7 [2022-03-06T08:30:19.137Z] #31 9.103 #=#=# ######################################################################## 100.0% [2022-03-06T08:30:19.401Z] #31 9.411 [2022-03-06T08:30:19.473Z] #63 26.25 rootlesskit version 0.14.6 [2022-03-06T08:30:19.473Z] #63 26.26 Usage of /build/rootlesskit-docker-proxy: [2022-03-06T08:30:19.473Z] #63 26.26 -container-ip string [2022-03-06T08:30:19.473Z] #63 26.26 container ip [2022-03-06T08:30:19.473Z] #63 26.26 -container-port int [2022-03-06T08:30:19.473Z] #63 26.26 container port (default -1) [2022-03-06T08:30:19.473Z] #63 26.26 -host-ip string [2022-03-06T08:30:19.473Z] #63 26.26 host ip [2022-03-06T08:30:19.473Z] #63 26.26 -host-port int [2022-03-06T08:30:19.473Z] #63 26.26 host port (default -1) [2022-03-06T08:30:19.473Z] #63 26.26 -proto string [2022-03-06T08:30:19.473Z] #63 26.26 proxy protocol (default "tcp") [2022-03-06T08:30:19.881Z] #16 ... [2022-03-06T08:30:19.881Z] [2022-03-06T08:30:19.881Z] #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-06T08:30:19.881Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:30:19.881Z] #58 6.776 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-06T08:30:19.881Z] #58 ... [2022-03-06T08:30:19.881Z] [2022-03-06T08:30:19.881Z] #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-06T08:30:19.881Z] #60 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-06T08:30:19.881Z] #60 5.681 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-06T08:30:19.881Z] #60 6.924 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-06T08:30:19.881Z] #60 6.933 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-06T08:30:19.881Z] #60 6.988 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-06T08:30:19.881Z] #60 9.209 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-06T08:30:19.881Z] #60 ... [2022-03-06T08:30:19.881Z] [2022-03-06T08:30:19.881Z] #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-06T08:30:19.881Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-06T08:30:19.881Z] #43 6.562 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-06T08:30:20.138Z] #43 ... [2022-03-06T08:30:20.138Z] [2022-03-06T08:30:20.138Z] #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-06T08:30:20.138Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:30:20.138Z] #54 5.815 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:30:20.138Z] #54 5.915 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:30:20.138Z] #54 5.961 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:30:20.138Z] #54 6.357 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-06T08:30:20.138Z] #54 7.011 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:30:20.138Z] #54 8.986 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:30:20.336Z] #31 10.18 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-06T08:30:20.394Z] #54 ... [2022-03-06T08:30:20.394Z] [2022-03-06T08:30:20.394Z] #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-06T08:30:20.394Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-06T08:30:20.394Z] #41 4.534 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-06T08:30:20.394Z] #41 4.534 Cloning into '.'... [2022-03-06T08:30:20.394Z] #41 ... [2022-03-06T08:30:20.394Z] [2022-03-06T08:30:20.394Z] #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-06T08:30:20.394Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:30:20.394Z] #50 5.168 + git clone https://github.com/docker/distribution.git . [2022-03-06T08:30:20.394Z] #50 5.168 Cloning into '.'... [2022-03-06T08:30:20.595Z] #31 10.50 [2022-03-06T08:30:20.853Z] #31 10.73 #=#=# ######################################################################## 100.0% [2022-03-06T08:30:20.858Z] #63 DONE 27.9s [2022-03-06T08:30:20.858Z] [2022-03-06T08:30:20.858Z] #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-06T08:30:20.858Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-06T08:30:20.858Z] #34 DONE 28.0s [2022-03-06T08:30:20.858Z] [2022-03-06T08:30:20.858Z] #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-06T08:30:20.858Z] #31 sha256:8f2782e16335f0a8dbfc0a19188347630fbf901c99ef393e42b23e422ce50a6f [2022-03-06T08:30:20.858Z] #31 4.759 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-06T08:30:20.858Z] #31 5.194 [2022-03-06T08:30:20.858Z] #31 5.433 #=#=# ######################################################################## 100.0% [2022-03-06T08:30:20.858Z] #31 5.912 [2022-03-06T08:30:20.858Z] #31 7.127 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-06T08:30:20.858Z] #31 7.591 [2022-03-06T08:30:20.858Z] #31 7.823 #=#=# 0.2% ################### 27.6% #################################################### 72.5% ######################################################################## 100.0% [2022-03-06T08:30:20.858Z] #31 8.409 [2022-03-06T08:30:20.858Z] #31 9.894 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-06T08:30:20.858Z] #31 10.19 [2022-03-06T08:30:20.858Z] #31 10.46 #=#=# ######################################################################## 100.0% [2022-03-06T08:30:20.858Z] #31 10.95 [2022-03-06T08:30:20.858Z] #31 11.78 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-06T08:30:20.858Z] #31 12.13 [2022-03-06T08:30:20.858Z] #31 12.40 #=#=# ######################################################################## 100.0% [2022-03-06T08:30:20.957Z] #50 ... [2022-03-06T08:30:20.957Z] [2022-03-06T08:30:20.957Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-06T08:30:20.957Z] #16 sha256:beddf0d6d60e18c9ac5b3546568cba2a4901f4a5fec519fe15cb3d5d496e5cb7 [2022-03-06T08:30:20.957Z] #16 DONE 2.3s [2022-03-06T08:30:20.957Z] [2022-03-06T08:30:20.957Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-06T08:30:20.957Z] #17 sha256:44e4058ee4dc4bd39264506dac38d0f29b98e82470d99148e586789f2478289b [2022-03-06T08:30:21.112Z] #31 11.01 [2022-03-06T08:30:21.112Z] #31 11.12 Download of images into '/build' complete. [2022-03-06T08:30:21.112Z] #31 11.12 Use something like the following to load the result into a Docker daemon: [2022-03-06T08:30:21.112Z] #31 11.12 tar -cC '/build' . | docker load [2022-03-06T08:30:21.119Z] #31 ... [2022-03-06T08:30:21.119Z] [2022-03-06T08:30:21.119Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-06T08:30:21.119Z] #64 sha256:9c3cdc08379d3c8cac3462968695469f1379965bd88bd55db669c32255364a23 [2022-03-06T08:30:21.119Z] #64 DONE 0.4s [2022-03-06T08:30:21.119Z] [2022-03-06T08:30:21.119Z] #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-06T08:30:21.119Z] #31 sha256:8f2782e16335f0a8dbfc0a19188347630fbf901c99ef393e42b23e422ce50a6f [2022-03-06T08:30:21.119Z] #31 12.83 [2022-03-06T08:30:21.119Z] #31 ... [2022-03-06T08:30:21.119Z] [2022-03-06T08:30:21.119Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-06T08:30:21.119Z] #65 sha256:fb4801ecc14c3952f8f53ff52eb00dd3615660d4e1df773d86ac6203af2a3a92 [2022-03-06T08:30:21.704Z] #65 DONE 0.5s [2022-03-06T08:30:21.704Z] [2022-03-06T08:30:21.704Z] #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-06T08:30:21.704Z] #31 sha256:8f2782e16335f0a8dbfc0a19188347630fbf901c99ef393e42b23e422ce50a6f [2022-03-06T08:30:21.704Z] #31 13.03 Download of images into '/build' complete. [2022-03-06T08:30:21.704Z] #31 13.03 Use something like the following to load the result into a Docker daemon: [2022-03-06T08:30:21.704Z] #31 13.03 tar -cC '/build' . | docker load [2022-03-06T08:30:21.704Z] #31 DONE 13.4s [2022-03-06T08:30:21.704Z] [2022-03-06T08:30:21.704Z] #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-06T08:30:21.704Z] #60 sha256:dcfca4e27c0f3e1a151026653073c6ec0706e9fc00bfde95153d32fe85947c1f [2022-03-06T08:30:21.704Z] #60 12.97 Updating files: 97% (4611/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-06T08:30:21.704Z] #60 13.08 + cd /tmp/tmp.wDKmuCKvsU/src/github.com/containerd/containerd [2022-03-06T08:30:21.704Z] #60 13.08 + git checkout -q v1.5.10 [2022-03-06T08:30:21.965Z] #60 13.62 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-06T08:30:21.965Z] #60 13.62 + BUILDTAGS='netgo osusergo static_build' [2022-03-06T08:30:21.965Z] #60 13.62 + export EXTRA_FLAGS=-buildmode=pie [2022-03-06T08:30:21.965Z] #60 13.62 + EXTRA_FLAGS=-buildmode=pie [2022-03-06T08:30:21.965Z] #60 13.62 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-06T08:30:21.965Z] #60 13.62 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-06T08:30:21.965Z] #60 13.62 + '[' '' = dynamic ']' [2022-03-06T08:30:21.965Z] #60 13.62 + make [2022-03-06T08:30:22.863Z] #17 DONE 1.9s [2022-03-06T08:30:22.863Z] [2022-03-06T08:30:22.863Z] #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-06T08:30:22.863Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:30:22.863Z] #54 11.57 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:30:22.974Z] #60 14.55 + bin/ctr [2022-03-06T08:30:23.261Z] #60 ... [2022-03-06T08:30:23.261Z] [2022-03-06T08:30:23.261Z] #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-06T08:30:23.261Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:30:23.261Z] #14 20.70 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-06T08:30:23.261Z] #14 20.71 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:30:23.261Z] #14 20.73 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-06T08:30:23.261Z] #14 20.83 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-06T08:30:23.261Z] #14 20.84 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:30:23.261Z] #14 20.85 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-06T08:30:23.261Z] #14 24.00 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-06T08:30:23.261Z] #14 24.00 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:30:23.261Z] #14 24.01 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:30:23.261Z] #14 29.98 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-06T08:30:23.261Z] #14 29.99 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:30:23.261Z] #14 30.00 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:30:23.654Z] #31 DONE 13.5s [2022-03-06T08:30:23.654Z] [2022-03-06T08:30:23.654Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:30:23.654Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:30:23.654Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 10.2s done [2022-03-06T08:30:23.654Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 2.7s [2022-03-06T08:30:24.236Z] #54 13.87 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-06T08:30:24.842Z] #54 ... [2022-03-06T08:30:24.842Z] [2022-03-06T08:30:24.842Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-06T08:30:24.842Z] #18 sha256:4537d596aeb6a1f91ba4cb2255575856f0f9010515abf5fd2f90bdd0313e4de4 [2022-03-06T08:30:24.842Z] #18 DONE 2.0s [2022-03-06T08:30:24.842Z] [2022-03-06T08:30:24.842Z] #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-06T08:30:24.842Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-06T08:30:25.322Z] #14 32.35 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-06T08:30:25.322Z] #14 32.35 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:30:25.322Z] #14 32.45 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-06T08:30:26.254Z] #19 1.702 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:30:26.817Z] #19 1.903 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:30:26.817Z] #19 1.938 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:30:27.250Z] #14 34.42 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-06T08:30:27.250Z] #14 34.42 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:30:27.250Z] #14 34.44 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:30:27.425Z] #19 2.878 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:30:28.796Z] #19 3.939 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-06T08:30:28.935Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 7.9s [2022-03-06T08:30:29.094Z] #19 ... [2022-03-06T08:30:29.094Z] [2022-03-06T08:30:29.094Z] #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-06T08:30:29.094Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-06T08:30:29.094Z] #43 18.49 tomll can be used in two ways: [2022-03-06T08:30:29.094Z] #43 18.51 Writing to STDIN and reading from STDOUT: [2022-03-06T08:30:29.095Z] #43 18.51 cat file.toml | tomll > file.toml [2022-03-06T08:30:29.095Z] #43 18.51 [2022-03-06T08:30:29.095Z] #43 18.51 Reading and updating a list of files: [2022-03-06T08:30:29.095Z] #43 18.51 tomll a.toml b.toml c.toml [2022-03-06T08:30:29.095Z] #43 18.51 [2022-03-06T08:30:29.095Z] #43 18.51 When given a list of files, tomll will modify all files in place without asking. [2022-03-06T08:30:29.095Z] #43 DONE 19.4s [2022-03-06T08:30:29.353Z] [2022-03-06T08:30:29.353Z] #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-06T08:30:29.353Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-06T08:30:29.353Z] #56 14.28 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-06T08:30:29.353Z] #56 14.28 go: downloading golang.org/x/mod v0.3.0 [2022-03-06T08:30:29.918Z] #56 ... [2022-03-06T08:30:29.918Z] [2022-03-06T08:30:29.918Z] #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-06T08:30:29.918Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-06T08:30:29.918Z] #19 5.181 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-06T08:30:31.114Z] Fetching without tags [2022-03-06T08:30:31.380Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:30:31.466Z] #14 38.16 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-06T08:30:31.466Z] #14 38.16 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:30:31.466Z] #14 38.17 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:30:31.810Z] #19 6.908 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-06T08:30:32.159Z] Merge succeeded, producing b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:30:32.159Z] Checking out Revision b94a319fdf0b9ac44e41dd6a20a6300cf475e670 (PR-43335) [2022-03-06T08:30:32.408Z] #14 39.82 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-06T08:30:32.408Z] #14 39.83 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-06T08:30:32.408Z] #14 39.84 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-06T08:30:32.672Z] #14 39.96 Selecting previously unselected package libapparmor1:amd64. [2022-03-06T08:30:32.672Z] #14 39.96 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-06T08:30:32.672Z] #14 39.98 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-06T08:30:32.672Z] #14 40.06 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-06T08:30:32.672Z] #14 40.06 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-06T08:30:32.672Z] #14 40.09 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-06T08:30:30.955Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:30:30.964Z] > git config --add remote.origin.fetch +refs/pull/43335/head:refs/remotes/origin/PR-43335 # timeout=10 [2022-03-06T08:30:30.976Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:30:31.001Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:30:31.116Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:30:31.117Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:30:31.159Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:30:31.386Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:30:31.401Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:30:32.006Z] > git remote # timeout=10 [2022-03-06T08:30:32.032Z] > git config --get remote.origin.url # timeout=10 [2022-03-06T08:30:32.054Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:30:32.124Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-06T08:30:32.137Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-06T08:30:32.161Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:30:32.168Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:30:32.946Z] #14 40.25 Selecting previously unselected package libbtrfs0:amd64. [2022-03-06T08:30:32.946Z] #14 40.25 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-06T08:30:32.946Z] #14 40.26 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:30:32.946Z] #14 40.35 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-06T08:30:32.946Z] #14 40.35 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-06T08:30:32.946Z] #14 40.36 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:30:32.946Z] #14 40.46 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-06T08:30:33.133Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 12.1s done [2022-03-06T08:30:33.133Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-06T08:30:33.209Z] #14 40.47 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:30:33.209Z] #14 40.47 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:30:33.209Z] #14 40.56 Selecting previously unselected package libudev-dev:amd64. [2022-03-06T08:30:33.209Z] #14 40.56 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-06T08:30:33.209Z] #14 40.61 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-06T08:30:33.209Z] #14 40.72 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-06T08:30:33.221Z] #19 8.274 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-06T08:30:33.392Z] #11 DONE 48.6s [2022-03-06T08:30:33.392Z] [2022-03-06T08:30:33.392Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-06T08:30:33.392Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-06T08:30:33.474Z] #14 40.72 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-06T08:30:33.474Z] #14 40.73 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-06T08:30:33.474Z] #14 41.00 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-06T08:30:33.736Z] #14 41.01 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-06T08:30:33.736Z] #14 41.01 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-06T08:30:33.736Z] #14 41.12 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-06T08:30:33.736Z] #14 41.12 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-06T08:30:33.736Z] #14 41.13 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-06T08:30:34.001Z] #14 41.28 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-06T08:30:34.001Z] #14 41.28 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-06T08:30:34.001Z] #14 41.28 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-06T08:30:34.001Z] #14 41.34 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-06T08:30:34.001Z] #14 41.34 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-06T08:30:34.001Z] #14 41.34 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-06T08:30:34.001Z] #14 41.53 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-06T08:30:34.156Z] #19 9.351 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-06T08:30:34.263Z] #14 41.53 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-06T08:30:34.263Z] #14 41.54 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-06T08:30:34.263Z] #14 41.71 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-06T08:30:34.263Z] #14 41.71 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:30:34.263Z] #14 41.72 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:30:34.263Z] #14 41.80 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-06T08:30:34.524Z] #14 41.81 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-06T08:30:34.524Z] #14 41.82 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-06T08:30:34.524Z] #14 41.92 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-06T08:30:34.524Z] #14 41.93 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-06T08:30:34.524Z] #14 41.94 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-06T08:30:34.810Z] #12 DONE 1.2s [2022-03-06T08:30:34.810Z] [2022-03-06T08:30:34.810Z] #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-06T08:30:34.810Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-06T08:30:34.814Z] #14 42.12 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-06T08:30:34.814Z] #14 42.14 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-06T08:30:34.814Z] #14 42.15 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-06T08:30:34.814Z] #14 42.17 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-06T08:30:34.814Z] #14 42.18 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-06T08:30:34.814Z] #14 42.19 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-06T08:30:34.814Z] #14 42.20 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:30:34.814Z] #14 42.21 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-06T08:30:34.814Z] #14 42.23 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-06T08:30:34.814Z] #14 42.23 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-06T08:30:34.814Z] #14 42.24 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-06T08:30:34.814Z] #14 42.26 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:30:34.814Z] #14 42.27 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-06T08:30:34.814Z] #14 42.29 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-06T08:30:35.077Z] #14 42.30 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-06T08:30:35.077Z] #14 42.31 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-06T08:30:35.077Z] #14 42.32 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-06T08:30:35.077Z] #14 42.33 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-06T08:30:35.077Z] #14 42.35 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-06T08:30:35.077Z] #14 42.37 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-06T08:30:35.077Z] #14 42.41 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:30:35.077Z] #14 42.43 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-06T08:30:35.077Z] #14 42.52 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:30:35.077Z] #14 42.54 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-06T08:30:35.077Z] #14 42.55 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-06T08:30:35.077Z] #14 42.58 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:30:35.077Z] #14 42.59 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-06T08:30:35.077Z] #14 42.60 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:30:35.077Z] #14 42.63 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-06T08:30:35.161Z] #19 10.37 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-06T08:30:35.161Z] #19 10.40 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-06T08:30:35.161Z] #19 10.40 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-06T08:30:35.161Z] #19 10.40 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-06T08:30:35.161Z] #19 10.40 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:30:35.161Z] #19 10.51 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-06T08:30:35.161Z] #19 10.51 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-06T08:30:35.161Z] #19 10.53 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:30:35.161Z] #19 10.54 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-06T08:30:35.161Z] #19 10.54 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-06T08:30:35.161Z] #19 10.54 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-06T08:30:35.161Z] #19 10.54 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-06T08:30:35.339Z] #14 42.67 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:30:35.339Z] #14 42.68 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-06T08:30:35.339Z] #14 42.69 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:30:35.339Z] #14 42.72 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:30:35.392Z] #13 DONE 0.6s [2022-03-06T08:30:35.392Z] [2022-03-06T08:30:35.392Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-06T08:30:35.392Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-06T08:30:35.392Z] #42 ... [2022-03-06T08:30:35.392Z] [2022-03-06T08:30:35.392Z] #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-06T08:30:35.392Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-06T08:30:35.392Z] #46 DONE 0.2s [2022-03-06T08:30:35.392Z] [2022-03-06T08:30:35.392Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-06T08:30:35.392Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-06T08:30:35.392Z] #33 DONE 0.2s [2022-03-06T08:30:35.600Z] #14 42.82 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:30:35.658Z] [2022-03-06T08:30:35.658Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-06T08:30:35.658Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-06T08:30:35.658Z] #42 DONE 0.3s [2022-03-06T08:30:35.658Z] [2022-03-06T08:30:35.658Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-06T08:30:35.658Z] #25 sha256:a67f1f912e79a5c4df61836b340d7d59c2efa58848b41621aebb988e34b14e3f [2022-03-06T08:30:35.658Z] #25 DONE 0.3s [2022-03-06T08:30:35.658Z] [2022-03-06T08:30:35.658Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-06T08:30:35.658Z] #62 sha256:41666efa5173cb6152960e022e4c5bab1e325057199b11add165f115cd934059 [2022-03-06T08:30:35.658Z] #62 DONE 0.3s [2022-03-06T08:30:35.658Z] [2022-03-06T08:30:35.658Z] #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-06T08:30:35.658Z] #63 sha256:98e681d531cb6f5cb9acdbc0782db236a97aff2b60d6103be26ba735b04adcc7 [2022-03-06T08:30:36.152Z] #19 ... [2022-03-06T08:30:36.152Z] [2022-03-06T08:30:36.152Z] #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-06T08:30:36.152Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:30:36.152Z] #50 24.04 + git checkout -q v2.3.0 [2022-03-06T08:30:36.152Z] #50 25.84 + 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-06T08:30:37.363Z] Commit message: "remove deprecated builder/dockerignore" [2022-03-06T08:30:37.541Z] #14 ... [2022-03-06T08:30:37.541Z] [2022-03-06T08:30:37.541Z] #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-06T08:30:37.541Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:30:37.541Z] #43 44.77 + dpkg --print-architecture [2022-03-06T08:30:37.541Z] #43 44.77 + git checkout -q v2.1.0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-06T08:30:37.804Z] #43 45.11 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-06T08:30:37.804Z] #43 45.11 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-06T08:30:38.359Z] + docker version [2022-03-06T08:30:40.952Z] #63 ... [2022-03-06T08:30:40.952Z] [2022-03-06T08:30:40.952Z] #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-06T08:30:40.952Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:30:40.952Z] #43 5.232 + git clone https://github.com/docker/distribution.git . [2022-03-06T08:30:40.952Z] #43 5.235 Cloning into '.'... [2022-03-06T08:30:40.952Z] #43 ... [2022-03-06T08:30:40.952Z] [2022-03-06T08:30:40.952Z] #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-06T08:30:40.952Z] #63 sha256:98e681d531cb6f5cb9acdbc0782db236a97aff2b60d6103be26ba735b04adcc7 [2022-03-06T08:30:40.952Z] #63 5.511 + RM_GOPATH=0 [2022-03-06T08:30:40.952Z] #63 5.511 + TMP_GOPATH= [2022-03-06T08:30:40.952Z] #63 5.511 + : /build [2022-03-06T08:30:40.952Z] #63 5.511 + '[' -z '' ']' [2022-03-06T08:30:40.952Z] #63 5.511 ++ mktemp -d [2022-03-06T08:30:40.952Z] #63 5.520 + export GOPATH=/tmp/tmp.ZBe2qzp22c [2022-03-06T08:30:40.952Z] #63 5.520 + GOPATH=/tmp/tmp.ZBe2qzp22c [2022-03-06T08:30:40.952Z] #63 5.520 + RM_GOPATH=1 [2022-03-06T08:30:40.952Z] #63 5.520 + case "$(go env GOARCH)" in [2022-03-06T08:30:40.952Z] #63 5.520 ++ go env GOARCH [2022-03-06T08:30:40.952Z] #63 5.552 Install rootlesskit version v0.14.6 [2022-03-06T08:30:40.952Z] #63 5.555 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:30:40.952Z] #63 5.555 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:30:40.952Z] #63 5.555 ++ dirname /install.sh [2022-03-06T08:30:40.952Z] #63 5.555 + dir=/ [2022-03-06T08:30:40.952Z] #63 5.555 + bin=rootlesskit [2022-03-06T08:30:40.952Z] #63 5.555 + shift [2022-03-06T08:30:40.952Z] #63 5.555 + '[' '!' -f //rootlesskit.installer ']' [2022-03-06T08:30:40.952Z] #63 5.555 + . //rootlesskit.installer [2022-03-06T08:30:40.952Z] #63 5.555 ++ : v0.14.6 [2022-03-06T08:30:40.952Z] #63 5.555 + install_rootlesskit [2022-03-06T08:30:40.952Z] #63 5.555 + case "$1" in [2022-03-06T08:30:40.952Z] #63 5.555 + export CGO_ENABLED=0 [2022-03-06T08:30:40.952Z] #63 5.555 + CGO_ENABLED=0 [2022-03-06T08:30:40.952Z] #63 5.555 + _install_rootlesskit [2022-03-06T08:30:40.952Z] #63 5.555 + echo 'Install rootlesskit version v0.14.6' [2022-03-06T08:30:40.952Z] #63 5.555 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-06T08:30:40.952Z] #63 5.555 + GOBIN=/build [2022-03-06T08:30:40.952Z] #63 5.555 + GO111MODULE=on [2022-03-06T08:30:40.952Z] #63 5.555 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-06T08:30:41.115Z] #43 ... [2022-03-06T08:30:41.116Z] [2022-03-06T08:30:41.116Z] #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-06T08:30:41.116Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:30:41.116Z] #14 DONE 48.6s [2022-03-06T08:30:41.201Z] Fetching without tags [2022-03-06T08:30:41.377Z] [2022-03-06T08:30:41.377Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-06T08:30:41.377Z] #55 sha256:090d9225a59d0fabfb60c232c6bc5f9d15ade9d46c8067970e14a52a1e6ff891 [2022-03-06T08:30:41.377Z] #55 DONE 0.1s [2022-03-06T08:30:41.377Z] [2022-03-06T08:30:41.377Z] #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-06T08:30:41.377Z] #56 sha256:3d3d6a08ff5e0bfdc7022adb27dd24b9637ddd3a4495059c8af968e4f331d82f [2022-03-06T08:30:41.495Z] #50 ... [2022-03-06T08:30:41.495Z] [2022-03-06T08:30:41.495Z] #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-06T08:30:41.495Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:30:41.495Z] #54 20.27 Fetched 8509 kB in 15s (575 kB/s) [2022-03-06T08:30:41.495Z] #54 20.27 Reading package lists... [2022-03-06T08:30:41.495Z] #54 26.05 Reading package lists... [2022-03-06T08:30:41.498Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:30:41.639Z] #56 0.527 + RM_GOPATH=0 [2022-03-06T08:30:41.639Z] #56 0.527 + TMP_GOPATH= [2022-03-06T08:30:41.639Z] #56 0.527 + : /build [2022-03-06T08:30:41.639Z] #56 0.527 + '[' -z '' ']' [2022-03-06T08:30:41.639Z] #56 0.527 ++ mktemp -d [2022-03-06T08:30:41.887Z] #63 6.360 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-06T08:30:41.899Z] #56 0.531 + export GOPATH=/tmp/tmp.ej0Y0Vp4QM [2022-03-06T08:30:41.899Z] #56 0.531 + GOPATH=/tmp/tmp.ej0Y0Vp4QM [2022-03-06T08:30:41.899Z] #56 0.531 + RM_GOPATH=1 [2022-03-06T08:30:41.899Z] #56 0.531 + case "$(go env GOARCH)" in [2022-03-06T08:30:41.899Z] #56 0.534 ++ go env GOARCH [2022-03-06T08:30:41.899Z] #56 0.543 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:30:41.899Z] #56 0.543 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:30:41.899Z] #56 0.543 ++ dirname /install.sh [2022-03-06T08:30:41.899Z] #56 0.544 Install runc version v1.1.0 (build tags: seccomp) [2022-03-06T08:30:41.899Z] #56 0.545 + dir=/ [2022-03-06T08:30:41.899Z] #56 0.545 + bin=runc [2022-03-06T08:30:41.899Z] #56 0.545 + shift [2022-03-06T08:30:41.899Z] #56 0.545 + '[' '!' -f //runc.installer ']' [2022-03-06T08:30:41.899Z] #56 0.545 + . //runc.installer [2022-03-06T08:30:41.899Z] #56 0.545 ++ set -e [2022-03-06T08:30:41.899Z] #56 0.545 ++ : v1.1.0 [2022-03-06T08:30:41.899Z] #56 0.545 + install_runc [2022-03-06T08:30:41.899Z] #56 0.545 + RUNC_BUILDTAGS=seccomp [2022-03-06T08:30:41.899Z] #56 0.545 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-06T08:30:41.899Z] #56 0.545 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ej0Y0Vp4QM/src/github.com/opencontainers/runc [2022-03-06T08:30:41.899Z] #56 0.546 Cloning into '/tmp/tmp.ej0Y0Vp4QM/src/github.com/opencontainers/runc'... [2022-03-06T08:30:42.059Z] #54 30.70 Building dependency tree... [2022-03-06T08:30:42.160Z] #56 ... [2022-03-06T08:30:42.160Z] [2022-03-06T08:30:42.160Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-06T08:30:42.160Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-06T08:30:42.160Z] #15 DONE 0.9s [2022-03-06T08:30:42.421Z] [2022-03-06T08:30:42.421Z] #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-06T08:30:42.421Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-06T08:30:41.017Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:30:41.053Z] > git config --add remote.origin.fetch +refs/pull/43335/head:refs/remotes/origin/PR-43335 # timeout=10 [2022-03-06T08:30:41.112Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:30:41.140Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:30:41.176Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:30:41.176Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:30:41.177Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:30:41.470Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:30:41.508Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:30:43.329Z] Merge succeeded, producing b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:30:43.329Z] Checking out Revision b94a319fdf0b9ac44e41dd6a20a6300cf475e670 (PR-43335) [2022-03-06T08:30:43.832Z] #16 ... [2022-03-06T08:30:43.832Z] [2022-03-06T08:30:43.832Z] #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-06T08:30:43.832Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:30:43.832Z] #43 DONE 50.8s [2022-03-06T08:30:43.832Z] [2022-03-06T08:30:43.832Z] #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-06T08:30:43.832Z] #56 sha256:3d3d6a08ff5e0bfdc7022adb27dd24b9637ddd3a4495059c8af968e4f331d82f [2022-03-06T08:30:43.832Z] #56 2.430 + cd /tmp/tmp.ej0Y0Vp4QM/src/github.com/opencontainers/runc [2022-03-06T08:30:43.832Z] #56 2.430 + git checkout -q v1.1.0 [2022-03-06T08:30:43.832Z] #56 ... [2022-03-06T08:30:43.832Z] [2022-03-06T08:30:43.832Z] #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-06T08:30:43.832Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-06T08:30:43.832Z] #16 DONE 1.8s [2022-03-06T08:30:43.994Z] #54 33.66 The following additional packages will be installed: [2022-03-06T08:30:43.994Z] #54 33.67 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-06T08:30:43.994Z] #54 33.67 python3-protobuf python3-six [2022-03-06T08:30:43.994Z] #54 33.68 Suggested packages: [2022-03-06T08:30:43.994Z] #54 33.68 python3-setuptools [2022-03-06T08:30:43.994Z] #54 33.68 Recommended packages: [2022-03-06T08:30:43.994Z] #54 33.68 iproute2 | iproute [2022-03-06T08:30:44.096Z] [2022-03-06T08:30:44.096Z] #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-06T08:30:44.096Z] #56 sha256:3d3d6a08ff5e0bfdc7022adb27dd24b9637ddd3a4495059c8af968e4f331d82f [2022-03-06T08:30:44.096Z] #56 2.628 + '[' -z '' ']' [2022-03-06T08:30:44.096Z] #56 2.628 + target=static [2022-03-06T08:30:44.096Z] #56 2.628 + make BUILDTAGS=seccomp static [2022-03-06T08:30:44.357Z] #56 2.988 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-06T08:30:44.557Z] #54 34.17 The following NEW packages will be installed: [2022-03-06T08:30:44.557Z] #54 34.18 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-06T08:30:44.557Z] #54 34.18 python3-protobuf python3-six [2022-03-06T08:30:45.131Z] #54 34.60 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:30:45.131Z] #54 34.60 Need to get 2292 kB of archives. [2022-03-06T08:30:45.131Z] #54 34.60 After this operation, 11.0 MB of additional disk space will be used. [2022-03-06T08:30:45.131Z] #54 34.60 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-06T08:30:45.131Z] #54 34.70 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-06T08:30:45.131Z] #54 34.72 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-06T08:30:45.131Z] #54 34.74 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-06T08:30:45.131Z] #54 34.77 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-06T08:30:45.131Z] #54 34.79 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-06T08:30:45.131Z] #54 34.80 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-06T08:30:45.173Z] #63 ... [2022-03-06T08:30:45.173Z] [2022-03-06T08:30:45.173Z] #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-06T08:30:45.173Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-06T08:30:45.173Z] #58 6.516 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:30:45.173Z] #58 6.656 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:30:45.173Z] #58 6.673 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:30:45.173Z] #58 7.841 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:30:43.067Z] > git remote # timeout=10 [2022-03-06T08:30:43.107Z] > git config --get remote.origin.url # timeout=10 [2022-03-06T08:30:43.155Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:30:43.156Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-06T08:30:43.265Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-06T08:30:43.296Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:30:43.324Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:30:45.431Z] #58 ... [2022-03-06T08:30:45.431Z] [2022-03-06T08:30:45.431Z] #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-06T08:30:45.431Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:30:45.431Z] #51 5.884 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-06T08:30:45.431Z] #51 ... [2022-03-06T08:30:45.431Z] [2022-03-06T08:30:45.431Z] #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-06T08:30:45.431Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-06T08:30:45.431Z] #49 5.845 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-06T08:30:45.431Z] #49 7.734 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-06T08:30:45.431Z] #49 7.742 go: downloading github.com/fatih/color v1.10.0 [2022-03-06T08:30:45.431Z] #49 7.802 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-06T08:30:45.431Z] #49 7.876 go: downloading github.com/pkg/errors v0.9.1 [2022-03-06T08:30:45.431Z] #49 8.605 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-06T08:30:45.431Z] #49 8.649 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-06T08:30:45.431Z] #49 8.680 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-06T08:30:45.431Z] #49 8.828 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-06T08:30:45.431Z] #49 8.976 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-06T08:30:45.431Z] #49 8.996 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-06T08:30:45.431Z] #49 9.073 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-06T08:30:45.431Z] #49 9.267 go: downloading golang.org/x/tools v0.1.0 [2022-03-06T08:30:45.689Z] #49 ... [2022-03-06T08:30:45.689Z] [2022-03-06T08:30:45.689Z] #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-06T08:30:45.689Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:30:45.689Z] #14 6.511 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:30:45.689Z] #14 6.625 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:30:45.689Z] #14 6.627 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:30:45.689Z] #14 7.979 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:30:45.689Z] #14 ... [2022-03-06T08:30:45.689Z] [2022-03-06T08:30:45.689Z] #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-06T08:30:45.689Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-06T08:30:45.689Z] #53 5.349 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-06T08:30:45.689Z] #53 7.057 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-06T08:30:45.689Z] #53 7.088 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-06T08:30:45.689Z] #53 7.244 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-06T08:30:45.689Z] #53 9.807 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-06T08:30:45.949Z] #53 ... [2022-03-06T08:30:45.949Z] [2022-03-06T08:30:45.949Z] #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-06T08:30:45.949Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-06T08:30:45.949Z] #36 5.544 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-06T08:30:45.949Z] #36 ... [2022-03-06T08:30:45.949Z] [2022-03-06T08:30:45.949Z] #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-06T08:30:45.949Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-06T08:30:45.949Z] #34 5.586 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-06T08:30:45.949Z] #34 5.600 Cloning into '.'... [2022-03-06T08:30:46.061Z] #54 ... [2022-03-06T08:30:46.061Z] [2022-03-06T08:30:46.061Z] #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-06T08:30:46.061Z] #60 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-06T08:30:46.061Z] #60 36.36 v3.0.2 [2022-03-06T08:30:46.207Z] #34 ... [2022-03-06T08:30:46.207Z] [2022-03-06T08:30:46.207Z] #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-06T08:30:46.207Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:30:46.207Z] #47 6.710 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:30:46.207Z] #47 6.748 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:30:46.207Z] #47 6.752 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:30:46.207Z] #47 7.294 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-06T08:30:46.207Z] #47 8.673 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:30:46.466Z] #47 ... [2022-03-06T08:30:46.466Z] [2022-03-06T08:30:46.466Z] #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-06T08:30:46.466Z] #26 sha256:8dbc91889c3abc7076a55ff87c5c57de9499a73db7151a97853190344896c9a8 [2022-03-06T08:30:46.466Z] #26 5.565 + RM_GOPATH=0 [2022-03-06T08:30:46.466Z] #26 5.565 + TMP_GOPATH= [2022-03-06T08:30:46.466Z] #26 5.565 + : /build [2022-03-06T08:30:46.466Z] #26 5.565 + '[' -z '' ']' [2022-03-06T08:30:46.466Z] #26 5.565 ++ mktemp -d [2022-03-06T08:30:46.466Z] #26 5.566 + export GOPATH=/tmp/tmp.diw4vgSqPF [2022-03-06T08:30:46.466Z] #26 5.566 + GOPATH=/tmp/tmp.diw4vgSqPF [2022-03-06T08:30:46.466Z] #26 5.566 + RM_GOPATH=1 [2022-03-06T08:30:46.466Z] #26 5.566 + case "$(go env GOARCH)" in [2022-03-06T08:30:46.466Z] #26 5.573 ++ go env GOARCH [2022-03-06T08:30:46.466Z] #26 5.599 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:30:46.466Z] #26 5.599 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:30:46.466Z] #26 5.599 ++ dirname /install.sh [2022-03-06T08:30:46.466Z] #26 5.614 + dir=/ [2022-03-06T08:30:46.466Z] #26 5.615 + bin=dockercli [2022-03-06T08:30:46.466Z] #26 5.615 + shift [2022-03-06T08:30:46.466Z] #26 5.615 + '[' '!' -f //dockercli.installer ']' [2022-03-06T08:30:46.466Z] #26 5.616 + . //dockercli.installer [2022-03-06T08:30:46.466Z] #26 5.618 ++ : stable [2022-03-06T08:30:46.466Z] #26 5.619 ++ : 17.06.2-ce [2022-03-06T08:30:46.466Z] #26 5.619 + install_dockercli [2022-03-06T08:30:46.466Z] #26 5.626 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-06T08:30:46.466Z] #26 5.626 Install docker/cli version 17.06.2-ce from stable [2022-03-06T08:30:46.466Z] #26 5.633 ++ uname -m [2022-03-06T08:30:46.466Z] #26 5.647 + arch=x86_64 [2022-03-06T08:30:46.466Z] #26 5.647 + '[' x86_64 '!=' x86_64 ']' [2022-03-06T08:30:46.466Z] #26 5.647 + url=https://download.docker.com/linux/static [2022-03-06T08:30:46.466Z] #26 5.649 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-06T08:30:46.466Z] #26 5.661 + tar -xz docker/docker [2022-03-06T08:30:46.466Z] #26 ... [2022-03-06T08:30:46.466Z] [2022-03-06T08:30:46.466Z] #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-06T08:30:46.466Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:30:46.466Z] #38 6.516 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:30:46.466Z] #38 6.575 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:30:46.466Z] #38 6.576 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:30:46.466Z] #38 8.302 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:30:46.479Z] Client: Docker Engine - Community [2022-03-06T08:30:46.479Z] Version: 20.10.12 [2022-03-06T08:30:46.479Z] API version: 1.41 [2022-03-06T08:30:46.479Z] Go version: go1.16.12 [2022-03-06T08:30:46.479Z] Git commit: e91ed57 [2022-03-06T08:30:46.479Z] Built: Mon Dec 13 11:44:28 2021 [2022-03-06T08:30:46.479Z] OS/Arch: linux/arm64 [2022-03-06T08:30:46.479Z] Context: default [2022-03-06T08:30:46.479Z] Experimental: true [2022-03-06T08:30:46.479Z] [2022-03-06T08:30:46.479Z] Server: Docker Engine - Community [2022-03-06T08:30:46.479Z] Engine: [2022-03-06T08:30:46.479Z] Version: 20.10.12 [2022-03-06T08:30:46.479Z] API version: 1.41 (minimum version 1.12) [2022-03-06T08:30:46.479Z] Go version: go1.16.12 [2022-03-06T08:30:46.479Z] Git commit: 459d0df [2022-03-06T08:30:46.479Z] Built: Mon Dec 13 11:43:05 2021 [2022-03-06T08:30:46.479Z] OS/Arch: linux/arm64 [2022-03-06T08:30:46.479Z] Experimental: true [2022-03-06T08:30:46.479Z] containerd: [2022-03-06T08:30:46.479Z] Version: 1.4.12 [2022-03-06T08:30:46.479Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-06T08:30:46.479Z] runc: [2022-03-06T08:30:46.479Z] Version: 1.0.2 [2022-03-06T08:30:46.479Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-06T08:30:46.479Z] docker-init: [2022-03-06T08:30:46.479Z] Version: 0.19.0 [2022-03-06T08:30:46.479Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-06T08:30:46.725Z] #38 ... [2022-03-06T08:30:46.725Z] [2022-03-06T08:30:46.725Z] #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-06T08:30:46.725Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:30:46.725Z] #14 11.43 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:30:46.778Z] + docker info [2022-03-06T08:30:46.902Z] #56 ... [2022-03-06T08:30:46.902Z] [2022-03-06T08:30:46.902Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-06T08:30:46.902Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-06T08:30:46.902Z] #17 0.971 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-06T08:30:46.902Z] #17 DONE 2.9s [2022-03-06T08:30:46.902Z] [2022-03-06T08:30:46.902Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-06T08:30:46.902Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-06T08:30:47.397Z] Commit message: "remove deprecated builder/dockerignore" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-06T08:30:47.953Z] #60 DONE 38.1s [2022-03-06T08:30:47.953Z] [2022-03-06T08:30:47.953Z] #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-06T08:30:47.953Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:30:47.953Z] #58 37.18 go: downloading github.com/fatih/color v1.13.0 [2022-03-06T08:30:47.953Z] #58 37.18 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-06T08:30:47.953Z] #58 37.22 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-06T08:30:47.953Z] #58 37.22 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-06T08:30:47.953Z] #58 37.29 go: downloading github.com/spf13/viper v1.10.1 [2022-03-06T08:30:47.953Z] #58 37.42 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-06T08:30:47.953Z] #58 37.72 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-06T08:30:47.953Z] #58 37.72 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-06T08:30:47.953Z] #58 37.75 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-06T08:30:47.953Z] #58 37.76 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-06T08:30:48.210Z] #58 38.52 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-06T08:30:48.210Z] #58 38.57 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-06T08:30:48.290Z] #18 DONE 1.4s [2022-03-06T08:30:48.290Z] [2022-03-06T08:30:48.290Z] #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-06T08:30:48.290Z] #60 sha256:dcfca4e27c0f3e1a151026653073c6ec0706e9fc00bfde95153d32fe85947c1f [2022-03-06T08:30:48.290Z] #60 39.64 + bin/containerd [2022-03-06T08:30:48.553Z] #60 ... [2022-03-06T08:30:48.553Z] [2022-03-06T08:30:48.553Z] #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-06T08:30:48.553Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:30:48.553Z] #51 55.86 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-06T08:30:48.553Z] #51 DONE 56.0s [2022-03-06T08:30:48.578Z] + docker version [2022-03-06T08:30:48.816Z] [2022-03-06T08:30:48.816Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-06T08:30:48.816Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-06T08:30:49.078Z] #19 DONE 0.8s [2022-03-06T08:30:49.078Z] [2022-03-06T08:30:49.078Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-06T08:30:49.078Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-06T08:30:50.006Z] #14 14.82 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:30:50.022Z] #20 DONE 1.1s [2022-03-06T08:30:50.022Z] [2022-03-06T08:30:50.022Z] #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-06T08:30:50.022Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-06T08:30:51.412Z] #21 1.239 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:30:51.412Z] #21 1.253 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:30:51.412Z] #21 1.253 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:30:51.674Z] #21 1.599 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:30:52.246Z] #21 1.993 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:30:52.384Z] #58 42.19 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-06T08:30:52.384Z] #58 42.19 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-06T08:30:52.384Z] #58 42.35 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-06T08:30:52.384Z] #58 42.39 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-06T08:30:52.384Z] #58 42.44 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-06T08:30:52.384Z] #58 42.46 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-06T08:30:52.384Z] #58 42.51 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-06T08:30:52.384Z] #58 42.52 go: downloading github.com/spf13/afero v1.6.0 [2022-03-06T08:30:52.384Z] #58 42.54 go: downloading github.com/spf13/cast v1.4.1 [2022-03-06T08:30:52.384Z] #58 42.58 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-06T08:30:52.384Z] #58 42.61 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-06T08:30:52.384Z] #58 42.64 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-06T08:30:52.384Z] #58 42.68 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-06T08:30:52.507Z] #21 2.415 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:30:52.541Z] #14 ... [2022-03-06T08:30:52.541Z] [2022-03-06T08:30:52.541Z] #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-06T08:30:52.541Z] #63 sha256:98e681d531cb6f5cb9acdbc0782db236a97aff2b60d6103be26ba735b04adcc7 [2022-03-06T08:30:52.541Z] #63 10.23 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-06T08:30:52.541Z] #63 10.35 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-06T08:30:52.541Z] #63 11.11 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-06T08:30:52.541Z] #63 15.40 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-06T08:30:52.541Z] #63 16.54 go: downloading github.com/google/uuid v1.3.0 [2022-03-06T08:30:52.541Z] #63 16.56 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-06T08:30:52.541Z] #63 16.92 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-06T08:30:52.541Z] #63 17.09 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-06T08:30:52.641Z] #58 42.88 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-06T08:30:52.641Z] #58 42.93 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-06T08:30:52.641Z] #58 42.97 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-06T08:30:52.641Z] #58 43.00 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-06T08:30:52.641Z] #58 43.01 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-06T08:30:52.641Z] #58 43.04 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-06T08:30:52.800Z] #63 17.36 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-06T08:30:52.800Z] #63 ... [2022-03-06T08:30:52.800Z] [2022-03-06T08:30:52.800Z] #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-06T08:30:52.800Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-06T08:30:52.800Z] #49 17.66 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-06T08:30:52.800Z] #49 17.67 go: downloading golang.org/x/mod v0.3.0 [2022-03-06T08:30:52.898Z] #58 43.05 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-06T08:30:52.898Z] #58 43.08 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-06T08:30:53.155Z] #58 43.60 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-06T08:30:53.412Z] #58 43.71 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-06T08:30:53.412Z] #58 43.83 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-06T08:30:53.412Z] #58 43.87 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-06T08:30:53.412Z] #58 43.91 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-06T08:30:53.412Z] #58 43.95 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-06T08:30:53.893Z] #21 3.552 Fetched 8505 kB in 3s (3303 kB/s) [2022-03-06T08:30:54.017Z] #58 ... [2022-03-06T08:30:54.017Z] [2022-03-06T08:30:54.017Z] #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-06T08:30:54.017Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:30:54.017Z] #54 38.08 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-06T08:30:54.017Z] #54 39.20 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:30:54.017Z] #54 39.49 Fetched 2292 kB in 4s (554 kB/s) [2022-03-06T08:30:54.017Z] #54 39.76 Selecting previously unselected package libprotobuf23:amd64. [2022-03-06T08:30:54.017Z] #54 39.76 (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-06T08:30:54.017Z] #54 39.84 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-06T08:30:54.017Z] #54 39.84 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-06T08:30:54.017Z] #54 40.67 Selecting previously unselected package python3-pkg-resources. [2022-03-06T08:30:54.017Z] #54 40.68 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-06T08:30:54.017Z] #54 40.70 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:30:54.017Z] #54 40.88 Selecting previously unselected package python3-six. [2022-03-06T08:30:54.017Z] #54 40.89 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-06T08:30:54.017Z] #54 40.90 Unpacking python3-six (1.16.0-2) ... [2022-03-06T08:30:54.017Z] #54 41.08 Selecting previously unselected package python3-protobuf. [2022-03-06T08:30:54.017Z] #54 41.08 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-06T08:30:54.017Z] #54 41.08 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-06T08:30:54.017Z] #54 41.57 Selecting previously unselected package libnet1:amd64. [2022-03-06T08:30:54.017Z] #54 41.58 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-06T08:30:54.017Z] #54 41.59 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:30:54.017Z] #54 41.81 Selecting previously unselected package libnl-3-200:amd64. [2022-03-06T08:30:54.017Z] #54 41.82 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-06T08:30:54.017Z] #54 41.83 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:30:54.017Z] #54 41.96 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-06T08:30:54.017Z] #54 41.96 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-06T08:30:54.017Z] #54 42.01 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:30:54.017Z] #54 42.21 Selecting previously unselected package criu. [2022-03-06T08:30:54.017Z] #54 42.22 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-06T08:30:54.017Z] #54 42.23 Unpacking criu (3.16.1-3) ... [2022-03-06T08:30:54.017Z] #54 42.80 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:30:54.476Z] #21 3.552 Reading package lists... [2022-03-06T08:30:55.015Z] #54 44.48 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-06T08:30:55.015Z] #54 44.52 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:30:55.015Z] #54 44.55 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:30:55.015Z] #54 44.61 Setting up python3-six (1.16.0-2) ... [2022-03-06T08:30:55.343Z] #49 ... [2022-03-06T08:30:55.343Z] [2022-03-06T08:30:55.343Z] #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-06T08:30:55.343Z] #26 sha256:8dbc91889c3abc7076a55ff87c5c57de9499a73db7151a97853190344896c9a8 [2022-03-06T08:30:55.343Z] #26 18.02 + mkdir -p /build [2022-03-06T08:30:55.343Z] #26 18.07 + mv docker/docker /build/ [2022-03-06T08:30:55.343Z] #26 18.09 + rmdir docker [2022-03-06T08:30:55.343Z] #26 DONE 19.5s [2022-03-06T08:30:55.343Z] [2022-03-06T08:30:55.343Z] #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-06T08:30:55.343Z] #63 sha256:98e681d531cb6f5cb9acdbc0782db236a97aff2b60d6103be26ba735b04adcc7 [2022-03-06T08:30:55.343Z] #63 17.74 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-06T08:30:55.343Z] #63 18.47 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-06T08:30:55.343Z] #63 18.76 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-06T08:30:55.437Z] #21 4.373 Reading package lists... [2022-03-06T08:30:55.437Z] #21 5.180 Building dependency tree... [2022-03-06T08:30:55.628Z] #54 ... [2022-03-06T08:30:55.628Z] [2022-03-06T08:30:55.628Z] #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-06T08:30:55.628Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:30:55.628Z] #58 44.33 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-06T08:30:55.628Z] #58 44.41 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-06T08:30:55.628Z] #58 44.50 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-06T08:30:55.628Z] #58 44.53 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-06T08:30:55.628Z] #58 44.55 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-06T08:30:55.628Z] #58 44.56 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-06T08:30:55.628Z] #58 44.63 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-06T08:30:55.628Z] #58 44.67 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-06T08:30:55.628Z] #58 44.85 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-06T08:30:55.628Z] #58 44.86 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-06T08:30:55.628Z] #58 44.96 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-06T08:30:55.628Z] #58 45.03 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-06T08:30:55.628Z] #58 45.08 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-06T08:30:55.628Z] #58 45.15 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-06T08:30:55.628Z] #58 45.32 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-06T08:30:55.628Z] #58 45.35 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-06T08:30:55.628Z] #58 45.41 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-06T08:30:55.628Z] #58 45.46 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-06T08:30:55.628Z] #58 45.46 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-06T08:30:55.628Z] #58 45.59 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-06T08:30:55.628Z] #58 45.78 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-06T08:30:55.628Z] #58 45.86 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-06T08:30:55.628Z] #58 45.96 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-06T08:30:55.628Z] #58 45.97 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-06T08:30:55.628Z] #58 46.00 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-06T08:30:55.628Z] #58 46.02 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-06T08:30:55.628Z] #58 46.03 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-06T08:30:55.628Z] #58 46.04 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-06T08:30:55.628Z] #58 46.08 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-06T08:30:55.698Z] #21 5.562 The following additional packages will be installed: [2022-03-06T08:30:55.698Z] #21 5.563 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-06T08:30:55.698Z] #21 5.563 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-06T08:30:55.698Z] #21 5.563 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-06T08:30:55.698Z] #21 5.563 python3-pkg-resources vim-runtime xxd [2022-03-06T08:30:55.698Z] #21 5.565 Suggested packages: [2022-03-06T08:30:55.698Z] #21 5.565 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-06T08:30:55.698Z] #21 5.565 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-06T08:30:55.698Z] #21 5.565 acl attr quota [2022-03-06T08:30:55.698Z] #21 5.565 Recommended packages: [2022-03-06T08:30:55.698Z] #21 5.565 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-06T08:30:55.916Z] #58 46.09 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-06T08:30:55.916Z] #58 46.11 go: downloading github.com/julz/importas v0.1.0 [2022-03-06T08:30:55.916Z] #58 46.12 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-06T08:30:55.916Z] #58 46.16 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-06T08:30:55.916Z] #58 46.26 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-06T08:30:55.916Z] #58 46.31 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-06T08:30:55.916Z] #58 46.36 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-06T08:30:56.175Z] #58 46.43 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-06T08:30:56.176Z] #58 46.54 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-06T08:30:56.176Z] #58 46.55 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-06T08:30:56.176Z] #58 46.60 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-06T08:30:56.282Z] #21 6.006 The following NEW packages will be installed: [2022-03-06T08:30:56.282Z] #21 6.007 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-06T08:30:56.282Z] #21 6.007 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-06T08:30:56.282Z] #21 6.007 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-06T08:30:56.282Z] #21 6.008 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-06T08:30:56.282Z] #21 6.008 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-06T08:30:56.282Z] #21 6.008 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-06T08:30:56.282Z] #21 6.008 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-06T08:30:56.282Z] #21 6.008 xz-utils zip zstd [2022-03-06T08:30:56.433Z] #58 46.62 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-06T08:30:56.433Z] #58 46.63 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-06T08:30:56.433Z] #58 46.64 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-06T08:30:56.545Z] #21 6.291 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:30:56.545Z] #21 6.291 Need to get 27.6 MB of archives. [2022-03-06T08:30:56.545Z] #21 6.291 After this operation, 106 MB of additional disk space will be used. [2022-03-06T08:30:56.545Z] #21 6.291 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-06T08:30:56.545Z] #21 6.295 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-06T08:30:56.545Z] #21 6.298 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-06T08:30:56.545Z] #21 6.300 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-06T08:30:56.545Z] #21 6.300 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-06T08:30:56.545Z] #21 6.300 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-06T08:30:56.545Z] #21 6.302 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-06T08:30:56.545Z] #21 6.302 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-06T08:30:56.545Z] #21 6.313 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-06T08:30:56.545Z] #21 6.316 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-06T08:30:56.545Z] #21 6.318 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-06T08:30:56.545Z] #21 6.321 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-06T08:30:56.545Z] #21 6.323 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-06T08:30:56.545Z] #21 6.325 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-06T08:30:56.545Z] #21 6.344 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-06T08:30:56.545Z] #21 6.347 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-06T08:30:56.545Z] #21 6.348 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-06T08:30:56.545Z] #21 6.349 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-06T08:30:56.545Z] #21 6.350 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-06T08:30:56.545Z] #21 6.351 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-06T08:30:56.545Z] #21 6.352 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-06T08:30:56.545Z] #21 6.356 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-06T08:30:56.545Z] #21 6.368 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-06T08:30:56.545Z] #21 6.370 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-06T08:30:56.545Z] #21 6.377 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-06T08:30:56.545Z] #21 6.378 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-06T08:30:56.545Z] #21 6.379 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-06T08:30:56.689Z] #58 47.20 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-06T08:30:56.691Z] Client: Docker Engine - Community [2022-03-06T08:30:56.691Z] Version: 20.10.12 [2022-03-06T08:30:56.691Z] API version: 1.41 [2022-03-06T08:30:56.691Z] Go version: go1.16.12 [2022-03-06T08:30:56.691Z] Git commit: e91ed57 [2022-03-06T08:30:56.691Z] Built: Mon Dec 13 11:45:33 2021 [2022-03-06T08:30:56.691Z] OS/Arch: linux/amd64 [2022-03-06T08:30:56.691Z] Context: default [2022-03-06T08:30:56.691Z] Experimental: true [2022-03-06T08:30:56.691Z] [2022-03-06T08:30:56.691Z] Server: Docker Engine - Community [2022-03-06T08:30:56.691Z] Engine: [2022-03-06T08:30:56.691Z] Version: 20.10.12 [2022-03-06T08:30:56.691Z] API version: 1.41 (minimum version 1.12) [2022-03-06T08:30:56.691Z] Go version: go1.16.12 [2022-03-06T08:30:56.691Z] Git commit: 459d0df [2022-03-06T08:30:56.691Z] Built: Mon Dec 13 11:43:42 2021 [2022-03-06T08:30:56.691Z] OS/Arch: linux/amd64 [2022-03-06T08:30:56.691Z] Experimental: true [2022-03-06T08:30:56.691Z] containerd: [2022-03-06T08:30:56.691Z] Version: 1.4.12 [2022-03-06T08:30:56.691Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-06T08:30:56.691Z] runc: [2022-03-06T08:30:56.691Z] Version: 1.0.2 [2022-03-06T08:30:56.691Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-06T08:30:56.691Z] docker-init: [2022-03-06T08:30:56.691Z] Version: 0.19.0 [2022-03-06T08:30:56.691Z] GitCommit: de40ad0 [2022-03-06T08:30:56.717Z] #63 21.14 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-06T08:30:56.717Z] #63 ... [2022-03-06T08:30:56.717Z] [2022-03-06T08:30:56.717Z] #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-06T08:30:56.717Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-06T08:30:56.717Z] #58 11.55 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:30:56.717Z] #58 14.25 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [Pipeline] sh [2022-03-06T08:30:56.806Z] #21 6.673 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-06T08:30:56.807Z] #21 6.674 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-06T08:30:56.807Z] #21 6.675 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-06T08:30:56.807Z] #21 6.678 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-06T08:30:56.807Z] #21 6.679 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-06T08:30:56.807Z] #21 6.684 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-06T08:30:56.807Z] #21 6.687 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-06T08:30:56.807Z] #21 6.740 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-06T08:30:56.807Z] #21 6.746 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-06T08:30:56.807Z] #21 6.748 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-06T08:30:56.807Z] #21 6.750 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-06T08:30:56.807Z] #21 6.770 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-06T08:30:56.807Z] #21 6.770 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-06T08:30:56.807Z] #21 6.773 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-06T08:30:56.976Z] #58 ... [2022-03-06T08:30:56.976Z] [2022-03-06T08:30:56.976Z] #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-06T08:30:56.976Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:30:56.976Z] #38 11.68 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:30:56.976Z] #38 14.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:30:56.988Z] #58 47.21 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-06T08:30:56.988Z] #58 47.23 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-06T08:30:56.988Z] #58 47.35 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-06T08:30:56.988Z] #58 47.38 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-06T08:30:56.988Z] #58 47.39 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-06T08:30:56.988Z] #58 47.43 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-06T08:30:56.988Z] #58 47.45 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-06T08:30:56.990Z] + docker info [2022-03-06T08:30:57.070Z] #21 6.828 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-06T08:30:57.070Z] #21 6.832 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-06T08:30:57.070Z] #21 6.834 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-06T08:30:57.070Z] #21 6.970 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-06T08:30:57.070Z] #21 6.984 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-06T08:30:57.070Z] #21 7.002 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-06T08:30:57.070Z] #21 7.004 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-06T08:30:57.235Z] #38 ... [2022-03-06T08:30:57.235Z] [2022-03-06T08:30:57.235Z] #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-06T08:30:57.235Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-06T08:30:57.235Z] #36 21.55 tomll can be used in two ways: [2022-03-06T08:30:57.235Z] #36 21.55 Writing to STDIN and reading from STDOUT: [2022-03-06T08:30:57.235Z] #36 21.55 cat file.toml | tomll > file.toml [2022-03-06T08:30:57.235Z] #36 21.55 [2022-03-06T08:30:57.235Z] #36 21.55 Reading and updating a list of files: [2022-03-06T08:30:57.235Z] #36 21.55 tomll a.toml b.toml c.toml [2022-03-06T08:30:57.235Z] #36 21.55 [2022-03-06T08:30:57.235Z] #36 21.55 When given a list of files, tomll will modify all files in place without asking. [2022-03-06T08:30:57.235Z] #36 DONE 22.0s [2022-03-06T08:30:57.235Z] [2022-03-06T08:30:57.235Z] #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-06T08:30:57.235Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:30:57.236Z] #47 11.95 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:30:57.236Z] #47 14.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:30:57.236Z] #47 16.68 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-06T08:30:57.236Z] #47 ... [2022-03-06T08:30:57.236Z] [2022-03-06T08:30:57.236Z] #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-06T08:30:57.236Z] #63 sha256:98e681d531cb6f5cb9acdbc0782db236a97aff2b60d6103be26ba735b04adcc7 [2022-03-06T08:30:57.236Z] #63 21.70 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-06T08:30:57.245Z] #58 47.46 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-06T08:30:57.245Z] #58 47.73 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-06T08:30:57.332Z] #21 7.238 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:30:57.332Z] #21 7.292 Fetched 27.6 MB in 1s (27.6 MB/s) [2022-03-06T08:30:57.332Z] #21 7.363 Selecting previously unselected package pigz. [2022-03-06T08:30:57.595Z] #21 7.363 (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-06T08:30:57.595Z] #21 7.377 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-06T08:30:57.595Z] #21 7.407 Unpacking pigz (2.6-1) ... [2022-03-06T08:30:57.595Z] #21 7.508 Selecting previously unselected package libelf1:amd64. [2022-03-06T08:30:57.595Z] #21 7.511 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-06T08:30:57.595Z] #21 7.521 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-06T08:30:57.621Z] #58 47.75 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-06T08:30:57.621Z] #58 47.77 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-06T08:30:57.621Z] #58 47.78 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-06T08:30:57.621Z] #58 47.90 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-06T08:30:57.621Z] #58 47.90 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-06T08:30:57.621Z] #58 47.95 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-06T08:30:57.621Z] #58 47.97 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-06T08:30:57.621Z] #58 48.01 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-06T08:30:57.857Z] #21 7.644 Selecting previously unselected package libbpf0:amd64. [2022-03-06T08:30:57.857Z] #21 7.648 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-06T08:30:57.857Z] #21 7.652 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-06T08:30:57.857Z] #21 7.729 Selecting previously unselected package libcap2:amd64. [2022-03-06T08:30:57.857Z] #21 7.735 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-06T08:30:57.857Z] #21 7.742 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-06T08:30:57.880Z] #58 48.18 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-06T08:30:57.880Z] #58 48.19 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-06T08:30:57.880Z] #58 48.25 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-06T08:30:57.880Z] #58 48.42 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-06T08:30:58.119Z] #21 7.798 Selecting previously unselected package libmnl0:amd64. [2022-03-06T08:30:58.119Z] #21 7.802 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-06T08:30:58.119Z] #21 7.807 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-06T08:30:58.119Z] #21 7.878 Selecting previously unselected package libxtables12:amd64. [2022-03-06T08:30:58.119Z] #21 7.884 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-06T08:30:58.119Z] #21 7.889 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-06T08:30:58.119Z] #21 7.950 Selecting previously unselected package libcap2-bin. [2022-03-06T08:30:58.119Z] #21 7.959 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-06T08:30:58.119Z] #21 7.966 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-06T08:30:58.137Z] #58 48.43 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-06T08:30:58.137Z] #58 48.44 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-06T08:30:58.137Z] #58 48.50 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-06T08:30:58.137Z] #58 48.55 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-06T08:30:58.381Z] #21 8.072 Selecting previously unselected package iproute2. [2022-03-06T08:30:58.381Z] #21 8.075 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-06T08:30:58.381Z] #21 8.079 Unpacking iproute2 (5.10.0-4) ... [2022-03-06T08:30:58.381Z] #21 8.338 Selecting previously unselected package xxd. [2022-03-06T08:30:58.644Z] #21 8.342 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-06T08:30:58.644Z] #21 8.354 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:30:58.644Z] #21 8.451 Selecting previously unselected package vim-common. [2022-03-06T08:30:58.644Z] #21 8.461 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:30:58.644Z] #21 8.486 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:30:58.701Z] #58 49.07 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-06T08:30:58.906Z] #21 8.608 Selecting previously unselected package bash-completion. [2022-03-06T08:30:58.906Z] #21 8.616 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-06T08:30:58.959Z] #58 49.21 go: downloading honnef.co/go/tools v0.2.2 [2022-03-06T08:30:58.959Z] Client: [2022-03-06T08:30:58.959Z] Context: default [2022-03-06T08:30:58.959Z] Debug Mode: false [2022-03-06T08:30:58.959Z] Plugins: [2022-03-06T08:30:58.959Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-06T08:30:58.959Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-06T08:30:58.959Z] [2022-03-06T08:30:58.959Z] Server: [2022-03-06T08:30:58.959Z] Containers: 0 [2022-03-06T08:30:58.959Z] Running: 0 [2022-03-06T08:30:58.959Z] Paused: 0 [2022-03-06T08:30:58.959Z] Stopped: 0 [2022-03-06T08:30:58.959Z] Images: 0 [2022-03-06T08:30:58.959Z] Server Version: 20.10.12 [2022-03-06T08:30:58.959Z] Storage Driver: overlay2 [2022-03-06T08:30:58.959Z] Backing Filesystem: extfs [2022-03-06T08:30:58.959Z] Supports d_type: true [2022-03-06T08:30:58.959Z] Native Overlay Diff: true [2022-03-06T08:30:58.959Z] userxattr: false [2022-03-06T08:30:58.959Z] Logging Driver: json-file [2022-03-06T08:30:58.959Z] Cgroup Driver: cgroupfs [2022-03-06T08:30:58.959Z] Cgroup Version: 1 [2022-03-06T08:30:58.959Z] Plugins: [2022-03-06T08:30:58.959Z] Volume: local [2022-03-06T08:30:58.959Z] Network: bridge host ipvlan macvlan null overlay [2022-03-06T08:30:58.959Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-06T08:30:58.959Z] Swarm: inactive [2022-03-06T08:30:58.959Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-03-06T08:30:58.959Z] Default Runtime: runc [2022-03-06T08:30:58.959Z] Init Binary: docker-init [2022-03-06T08:30:58.959Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-06T08:30:58.959Z] runc version: v1.0.2-0-g52b36a2 [2022-03-06T08:30:58.959Z] init version: de40ad0 [2022-03-06T08:30:58.959Z] Security Options: [2022-03-06T08:30:58.959Z] apparmor [2022-03-06T08:30:58.959Z] seccomp [2022-03-06T08:30:58.959Z] Profile: default [2022-03-06T08:30:58.959Z] Kernel Version: 5.11.0-1023-aws [2022-03-06T08:30:58.959Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-06T08:30:58.959Z] OSType: linux [2022-03-06T08:30:58.959Z] Architecture: aarch64 [2022-03-06T08:30:58.959Z] CPUs: 2 [2022-03-06T08:30:58.959Z] Total Memory: 7.576GiB [2022-03-06T08:30:58.959Z] Name: ip-10-100-90-104 [2022-03-06T08:30:58.959Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-03-06T08:30:58.959Z] Docker Root Dir: /var/lib/docker [2022-03-06T08:30:58.959Z] Debug Mode: false [2022-03-06T08:30:58.959Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:30:58.959Z] Labels: [2022-03-06T08:30:58.959Z] Experimental: true [2022-03-06T08:30:58.959Z] Insecure Registries: [2022-03-06T08:30:58.959Z] 127.0.0.0/8 [2022-03-06T08:30:58.959Z] Live Restore Enabled: true [2022-03-06T08:30:58.959Z] [Pipeline] sh [2022-03-06T08:30:59.240Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-06T08:30:59.240Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-06T08:30:59.241Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43335/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-06T08:30:59.241Z] + bash /home/ubuntu/workspace/moby_PR-43335/check-config.sh [2022-03-06T08:30:59.241Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-06T08:30:59.241Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-03-06T08:30:59.241Z] [2022-03-06T08:30:59.241Z] Generally Necessary: [2022-03-06T08:30:59.241Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-06T08:30:59.241Z] - apparmor: enabled and tools installed [2022-03-06T08:30:59.241Z] - CONFIG_NAMESPACES: enabled [2022-03-06T08:30:59.241Z] - CONFIG_NET_NS: enabled [2022-03-06T08:30:59.241Z] - CONFIG_PID_NS: enabled [2022-03-06T08:30:59.241Z] - CONFIG_IPC_NS: enabled [2022-03-06T08:30:59.241Z] - CONFIG_UTS_NS: enabled [2022-03-06T08:30:59.241Z] - CONFIG_CGROUPS: enabled [2022-03-06T08:30:59.241Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-06T08:30:59.241Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-06T08:30:59.241Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-06T08:30:59.241Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-06T08:30:59.241Z] - CONFIG_CPUSETS: enabled [2022-03-06T08:30:59.241Z] - CONFIG_MEMCG: enabled [2022-03-06T08:30:59.241Z] - CONFIG_KEYS: enabled [2022-03-06T08:30:59.241Z] - CONFIG_VETH: enabled (as module) [2022-03-06T08:30:59.241Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-06T08:30:59.499Z] - CONFIG_CGROUP_BPF: enabled [2022-03-06T08:30:59.499Z] [2022-03-06T08:30:59.499Z] Optional Features: [2022-03-06T08:30:59.499Z] - CONFIG_USER_NS: enabled [2022-03-06T08:30:59.499Z] - CONFIG_SECCOMP: enabled [2022-03-06T08:30:59.499Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-06T08:30:59.499Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-06T08:30:59.499Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-06T08:30:59.499Z] (cgroup swap accounting is currently enabled) [2022-03-06T08:30:59.499Z] - CONFIG_BLK_CGROUP: enabled [2022-03-06T08:30:59.499Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-06T08:30:59.499Z] - CONFIG_CGROUP_PERF: enabled [2022-03-06T08:30:59.499Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-06T08:30:59.499Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-06T08:30:59.499Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-06T08:30:59.499Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-06T08:30:59.499Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-06T08:30:59.499Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_IP_VS: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-06T08:30:59.499Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-06T08:30:59.499Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-06T08:30:59.499Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-06T08:30:59.499Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-06T08:30:59.499Z] - CONFIG_EXT4_FS: enabled [2022-03-06T08:30:59.499Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-06T08:30:59.499Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-06T08:30:59.499Z] - Network Drivers: [2022-03-06T08:30:59.499Z] - "overlay": [2022-03-06T08:30:59.499Z] - CONFIG_VXLAN: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-06T08:30:59.499Z] Optional (for encrypted networks): [2022-03-06T08:30:59.499Z] - CONFIG_CRYPTO: enabled [2022-03-06T08:30:59.499Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-06T08:30:59.499Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-06T08:30:59.499Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-06T08:30:59.499Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-06T08:30:59.499Z] - CONFIG_XFRM: enabled [2022-03-06T08:30:59.499Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-06T08:30:59.499Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-06T08:30:59.499Z] - "ipvlan": [2022-03-06T08:30:59.499Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-06T08:30:59.499Z] - "macvlan": [2022-03-06T08:30:59.757Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-06T08:30:59.757Z] - CONFIG_DUMMY: enabled (as module) [2022-03-06T08:30:59.757Z] - "ftp,tftp client in container": [2022-03-06T08:30:59.757Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-06T08:30:59.757Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-06T08:30:59.757Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-06T08:30:59.757Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-06T08:30:59.757Z] - Storage Drivers: [2022-03-06T08:30:59.757Z] - "aufs": [2022-03-06T08:30:59.757Z] - CONFIG_AUFS_FS: missing [2022-03-06T08:30:59.757Z] - "btrfs": [2022-03-06T08:30:59.757Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-06T08:30:59.757Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-06T08:30:59.757Z] - "devicemapper": [2022-03-06T08:30:59.757Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-06T08:30:59.757Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-06T08:30:59.757Z] - "overlay": [2022-03-06T08:30:59.757Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-06T08:30:59.757Z] - "zfs": [2022-03-06T08:30:59.757Z] - /dev/zfs: present [2022-03-06T08:30:59.757Z] - zfs command: missing [2022-03-06T08:30:59.757Z] - zpool command: missing [2022-03-06T08:30:59.757Z] [2022-03-06T08:30:59.757Z] Limits: [2022-03-06T08:30:59.757Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-06T08:30:59.757Z] [2022-03-06T08:30:59.757Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-06T08:30:59.932Z] #58 50.20 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-06T08:30:59.932Z] #58 50.20 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-06T08:30:59.932Z] #58 50.27 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-06T08:30:59.932Z] #58 50.28 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-06T08:30:59.932Z] #58 50.34 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-06T08:31:00.091Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 . [2022-03-06T08:31:00.189Z] #58 50.34 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-06T08:31:00.189Z] #58 50.43 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-06T08:31:00.348Z] #1 [internal] load build definition from Dockerfile [2022-03-06T08:31:00.349Z] #1 sha256:00d5f657e4d24428c23f5ba70178262dddb71c23d47fb4a13989bfe663a467b7 [2022-03-06T08:31:00.349Z] #1 transferring dockerfile: 16.77kB 0.1s done [2022-03-06T08:31:00.446Z] #58 50.65 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-06T08:31:00.446Z] #58 50.65 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-06T08:31:00.446Z] #58 50.74 go: downloading golang.org/x/text v0.3.7 [2022-03-06T08:31:00.607Z] #1 DONE 0.3s [2022-03-06T08:31:00.607Z] [2022-03-06T08:31:00.607Z] #2 [internal] load .dockerignore [2022-03-06T08:31:00.607Z] #2 sha256:70b4eb73ff1ff4a240913f5bd7fe9bdcdbe9e4ba0e232224b3ce963297c088d7 [2022-03-06T08:31:00.607Z] #2 transferring context: 87B done [2022-03-06T08:31:00.607Z] #2 DONE 0.1s [2022-03-06T08:31:00.607Z] [2022-03-06T08:31:00.607Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-06T08:31:00.607Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-03-06T08:31:00.704Z] #58 ... [2022-03-06T08:31:00.704Z] [2022-03-06T08:31:00.704Z] #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-06T08:31:00.704Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-06T08:31:00.704Z] #41 40.40 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-06T08:31:00.704Z] #41 40.68 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-06T08:31:00.704Z] #41 41.22 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-06T08:31:00.823Z] #21 10.78 Unpacking bash-completion (1:2.11-2) ... [2022-03-06T08:31:01.083Z] #21 10.92 Selecting previously unselected package bzip2. [2022-03-06T08:31:01.083Z] #21 10.92 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-06T08:31:01.083Z] #21 10.92 Unpacking bzip2 (1.0.8-4) ... [2022-03-06T08:31:01.083Z] #21 10.97 Selecting previously unselected package xz-utils. [2022-03-06T08:31:01.083Z] #21 10.97 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-06T08:31:01.083Z] #21 10.97 Unpacking xz-utils (5.2.5-2) ... [2022-03-06T08:31:01.083Z] #21 11.05 Selecting previously unselected package apparmor. [2022-03-06T08:31:01.083Z] #21 11.06 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-06T08:31:01.083Z] #21 11.10 Unpacking apparmor (2.13.6-10) ... [2022-03-06T08:31:01.176Z] #3 DONE 0.6s [2022-03-06T08:31:01.176Z] [2022-03-06T08:31:01.176Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-06T08:31:01.176Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-03-06T08:31:01.176Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-06T08:31:01.176Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-06T08:31:01.176Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-03-06T08:31:01.176Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-03-06T08:31:01.176Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.2s [2022-03-06T08:31:01.344Z] #21 11.26 Selecting previously unselected package inetutils-ping. [2022-03-06T08:31:01.344Z] #21 11.27 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-06T08:31:01.344Z] #21 11.27 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-06T08:31:01.344Z] #21 11.37 Selecting previously unselected package libip4tc2:amd64. [2022-03-06T08:31:01.435Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.3s [2022-03-06T08:31:01.435Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c [2022-03-06T08:31:01.605Z] #21 11.38 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-06T08:31:01.605Z] #21 11.38 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-06T08:31:01.605Z] #21 11.43 Selecting previously unselected package libip6tc2:amd64. [2022-03-06T08:31:01.605Z] #21 11.44 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-06T08:31:01.605Z] #21 11.44 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-06T08:31:01.605Z] #21 11.50 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-06T08:31:01.605Z] #21 11.50 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-06T08:31:01.605Z] #21 11.50 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-06T08:31:01.605Z] #21 11.56 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-06T08:31:01.605Z] #21 11.56 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-06T08:31:01.605Z] #21 11.56 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-06T08:31:01.605Z] #21 11.62 Selecting previously unselected package libnftnl11:amd64. [2022-03-06T08:31:01.693Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.4s done [2022-03-06T08:31:01.693Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-03-06T08:31:01.866Z] #21 11.62 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-06T08:31:01.866Z] #21 11.63 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-06T08:31:01.866Z] #21 11.67 Selecting previously unselected package iptables. [2022-03-06T08:31:01.866Z] #21 11.67 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-06T08:31:01.866Z] #21 11.68 Unpacking iptables (1.8.7-1) ... [2022-03-06T08:31:01.866Z] #21 11.75 Selecting previously unselected package libonig5:amd64. [2022-03-06T08:31:01.866Z] #21 11.76 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-06T08:31:01.866Z] #21 11.76 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:31:01.866Z] #21 11.83 Selecting previously unselected package libjq1:amd64. [2022-03-06T08:31:01.866Z] #21 11.83 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-06T08:31:01.866Z] #21 11.84 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:31:01.950Z] #4 DONE 0.7s [2022-03-06T08:31:01.950Z] [2022-03-06T08:31:01.950Z] #5 [internal] load .dockerignore [2022-03-06T08:31:01.950Z] #5 sha256:6e06d74e8fdb8dcb7747ffd4e7d201117f105e2aa4fcde6677f77c7ed7793e8a [2022-03-06T08:31:01.950Z] #5 DONE 0.0s [2022-03-06T08:31:01.950Z] [2022-03-06T08:31:01.950Z] #6 [internal] load build definition from Dockerfile [2022-03-06T08:31:01.950Z] #6 sha256:717768d8a7a3d9befd23d3c6f1276a87894b6e2e22a6ec4a5ea108311a0c424e [2022-03-06T08:31:01.950Z] #6 DONE 0.0s [2022-03-06T08:31:01.950Z] [2022-03-06T08:31:01.950Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-06T08:31:01.950Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-06T08:31:02.126Z] #21 11.89 Selecting previously unselected package jq. [2022-03-06T08:31:02.126Z] #21 11.89 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-06T08:31:02.126Z] #21 11.90 Unpacking jq (1.6-2.1) ... [2022-03-06T08:31:02.126Z] #21 11.94 Selecting previously unselected package libaio1:amd64. [2022-03-06T08:31:02.126Z] #21 11.94 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-06T08:31:02.126Z] #21 11.94 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-06T08:31:02.126Z] #21 11.98 Selecting previously unselected package libgpm2:amd64. [2022-03-06T08:31:02.126Z] #21 11.98 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-06T08:31:02.126Z] #21 11.99 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-06T08:31:02.126Z] #21 12.03 Selecting previously unselected package libicu67:amd64. [2022-03-06T08:31:02.126Z] #21 12.03 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-06T08:31:02.126Z] #21 12.04 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-06T08:31:02.500Z] #63 ... [2022-03-06T08:31:02.500Z] [2022-03-06T08:31:02.500Z] #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-06T08:31:02.500Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:31:02.500Z] #47 26.49 Fetched 8509 kB in 20s (422 kB/s) [2022-03-06T08:31:02.601Z] #41 ... [2022-03-06T08:31:02.601Z] [2022-03-06T08:31:02.601Z] #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-06T08:31:02.601Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:31:02.601Z] #54 45.82 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:31:02.601Z] #54 45.86 Setting up python3-protobuf (3.12.4-1) ... [2022-03-06T08:31:02.601Z] #54 49.91 Setting up criu (3.16.1-3) ... [2022-03-06T08:31:02.601Z] #54 51.32 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:31:02.601Z] #54 DONE 52.0s [2022-03-06T08:31:02.601Z] [2022-03-06T08:31:02.601Z] #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-06T08:31:02.601Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-06T08:31:02.879Z] #10 DONE 0.8s [2022-03-06T08:31:02.879Z] [2022-03-06T08:31:02.879Z] #7 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-06T08:31:02.879Z] #7 sha256:22ad42c0f63999343985ab56aa068321849128ea8a7a89632def013e434f4488 [2022-03-06T08:31:02.879Z] #7 DONE 0.8s [2022-03-06T08:31:02.879Z] [2022-03-06T08:31:02.879Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-06T08:31:02.879Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-06T08:31:02.879Z] #8 DONE 0.8s [2022-03-06T08:31:02.879Z] [2022-03-06T08:31:02.879Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-06T08:31:02.879Z] #9 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-06T08:31:02.879Z] #9 DONE 1.0s [2022-03-06T08:31:03.069Z] #21 12.99 Selecting previously unselected package libinih1:amd64. [2022-03-06T08:31:03.070Z] #21 12.99 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-06T08:31:03.070Z] #21 13.00 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-06T08:31:03.070Z] #21 13.03 Selecting previously unselected package libnet1:amd64. [2022-03-06T08:31:03.070Z] #21 13.03 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-06T08:31:03.070Z] #21 13.04 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:31:03.070Z] #21 13.07 Selecting previously unselected package libnl-3-200:amd64. [2022-03-06T08:31:03.070Z] #21 13.08 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-06T08:31:03.070Z] #21 13.08 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:31:03.070Z] #21 13.14 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-06T08:31:03.166Z] #41 ... [2022-03-06T08:31:03.166Z] [2022-03-06T08:31:03.166Z] #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-06T08:31:03.166Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-06T08:31:03.166Z] #56 53.57 gotestsum version dev [2022-03-06T08:31:03.330Z] #21 13.14 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-06T08:31:03.330Z] #21 13.14 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:31:03.330Z] #21 13.17 Selecting previously unselected package net-tools. [2022-03-06T08:31:03.330Z] #21 13.18 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-06T08:31:03.330Z] #21 13.18 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-06T08:31:03.330Z] #21 13.23 Selecting previously unselected package patch. [2022-03-06T08:31:03.330Z] #21 13.23 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-06T08:31:03.330Z] #21 13.23 Unpacking patch (2.7.6-7) ... [2022-03-06T08:31:03.330Z] #21 13.26 Selecting previously unselected package python-pip-whl. [2022-03-06T08:31:03.423Z] #56 DONE 53.7s [2022-03-06T08:31:03.423Z] [2022-03-06T08:31:03.423Z] #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-06T08:31:03.423Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:31:03.443Z] [2022-03-06T08:31:03.443Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:03.443Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-06T08:31:03.443Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.0s done [2022-03-06T08:31:03.603Z] #21 13.27 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-06T08:31:03.603Z] #21 13.27 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-06T08:31:03.603Z] #21 13.42 Selecting previously unselected package python3-lib2to3. [2022-03-06T08:31:03.603Z] #21 13.43 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-06T08:31:03.603Z] #21 13.43 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-06T08:31:03.603Z] #21 13.50 Selecting previously unselected package python3-distutils. [2022-03-06T08:31:03.603Z] #21 13.50 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-06T08:31:03.603Z] #21 13.51 Unpacking python3-distutils (3.9.2-1) ... [2022-03-06T08:31:03.603Z] #21 ... [2022-03-06T08:31:03.603Z] [2022-03-06T08:31:03.603Z] #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-06T08:31:03.603Z] #56 sha256:3d3d6a08ff5e0bfdc7022adb27dd24b9637ddd3a4495059c8af968e4f331d82f [2022-03-06T08:31:03.603Z] #56 22.36 + mkdir -p /build [2022-03-06T08:31:03.700Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-06T08:31:03.700Z] #11 sha256:d80e32befb841fa5525c17e346f26c95a9396bb65ca8a85c30c7949d7f9081d4 1.80kB / 1.80kB done [2022-03-06T08:31:03.700Z] #11 sha256:7b3ca1a8bf94691e70f0b1c15456c9a289fea29d6a42209904d36338ae46e1f7 7.06kB / 7.06kB done [2022-03-06T08:31:03.700Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 0B / 53.61MB 0.2s [2022-03-06T08:31:03.700Z] #11 ... [2022-03-06T08:31:03.700Z] [2022-03-06T08:31:03.700Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-06T08:31:03.700Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-06T08:31:03.700Z] #45 DONE 0.0s [2022-03-06T08:31:03.700Z] [2022-03-06T08:31:03.700Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:03.700Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-06T08:31:03.700Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 6.29MB / 53.61MB 0.2s [2022-03-06T08:31:03.700Z] #11 sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 0B / 5.14MB 0.2s [2022-03-06T08:31:03.700Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 0B / 10.66MB 0.2s [2022-03-06T08:31:03.700Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 25.95MB / 53.61MB 0.4s [2022-03-06T08:31:03.700Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 1.05MB / 10.66MB 0.4s [2022-03-06T08:31:03.863Z] #56 22.36 + cp runc /build/runc [2022-03-06T08:31:03.961Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 32.51MB / 53.61MB 0.4s [2022-03-06T08:31:03.961Z] #11 sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 2.10MB / 5.14MB 0.4s [2022-03-06T08:31:03.961Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 37.88MB / 53.61MB 0.6s [2022-03-06T08:31:03.961Z] #11 sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 5.14MB / 5.14MB 0.6s [2022-03-06T08:31:03.961Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 10.49MB / 10.66MB 0.6s [2022-03-06T08:31:04.221Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 52.43MB / 53.61MB 0.6s [2022-03-06T08:31:04.221Z] #11 sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 5.14MB / 5.14MB 0.6s done [2022-03-06T08:31:04.221Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 16.78MB / 54.67MB 0.9s [2022-03-06T08:31:04.494Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 10.66MB / 10.66MB 0.9s done [2022-03-06T08:31:04.494Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 25.17MB / 54.67MB 1.0s [2022-03-06T08:31:04.759Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 32.51MB / 54.67MB 1.2s [2022-03-06T08:31:04.759Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 35.65MB / 54.67MB 1.3s [2022-03-06T08:31:04.843Z] #58 55.01 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-06T08:31:04.843Z] #58 55.07 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-06T08:31:04.843Z] #58 55.07 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-06T08:31:04.843Z] #58 55.20 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-06T08:31:04.843Z] #58 55.23 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-06T08:31:04.843Z] #58 55.24 go: downloading golang.org/x/mod v0.5.1 [2022-03-06T08:31:04.843Z] #58 55.29 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-06T08:31:05.017Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 50.33MB / 54.67MB 1.4s [2022-03-06T08:31:05.017Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 54.67MB / 54.67MB 1.6s [2022-03-06T08:31:05.100Z] #58 55.37 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-06T08:31:05.100Z] #58 55.38 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-06T08:31:05.100Z] #58 55.48 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-06T08:31:05.100Z] #58 55.50 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-06T08:31:05.100Z] #58 55.57 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-06T08:31:05.582Z] #11 ... [2022-03-06T08:31:05.582Z] [2022-03-06T08:31:05.582Z] #24 [internal] load build context [2022-03-06T08:31:05.582Z] #24 sha256:bc7c7df843ecfe1df8abdeff7887c0b4ece0b0ef392d0fb722ba1dc225c58fc5 [2022-03-06T08:31:05.582Z] #24 transferring context: 57.20MB 1.7s done [2022-03-06T08:31:05.582Z] #24 DONE 2.2s [2022-03-06T08:31:05.582Z] [2022-03-06T08:31:05.582Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:05.582Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-06T08:31:05.582Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 2.0s done [2022-03-06T08:31:05.582Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 0B / 81.02MB 2.0s [2022-03-06T08:31:05.582Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 4.19MB / 81.02MB 2.1s [2022-03-06T08:31:05.705Z] #58 55.84 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-06T08:31:05.705Z] #58 55.92 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-06T08:31:05.705Z] #58 56.07 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-06T08:31:05.705Z] #58 56.09 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-06T08:31:05.705Z] #58 56.09 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-06T08:31:05.705Z] #58 56.13 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-06T08:31:05.705Z] #58 56.14 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-06T08:31:05.705Z] #58 56.14 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-06T08:31:05.705Z] #58 56.16 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-06T08:31:05.839Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 16.78MB / 81.02MB 2.3s [2022-03-06T08:31:05.839Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 26.21MB / 81.02MB 2.4s [2022-03-06T08:31:05.963Z] #58 56.35 go: downloading github.com/prometheus/common v0.10.0 [2022-03-06T08:31:05.963Z] #58 56.43 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-06T08:31:05.963Z] #58 56.50 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-06T08:31:06.096Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 32.51MB / 81.02MB 2.6s [2022-03-06T08:31:06.096Z] #11 extracting sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 0.6s [2022-03-06T08:31:06.221Z] #58 56.55 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-06T08:31:06.352Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 50.33MB / 81.02MB 2.7s [2022-03-06T08:31:06.352Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 54.67MB / 54.67MB 2.9s done [2022-03-06T08:31:06.352Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 55.57MB / 81.02MB 2.9s [2022-03-06T08:31:06.479Z] #56 DONE 25.2s [2022-03-06T08:31:06.479Z] [2022-03-06T08:31:06.479Z] #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-06T08:31:06.479Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-06T08:31:06.479Z] #21 13.55 Selecting previously unselected package python3-pkg-resources. [2022-03-06T08:31:06.479Z] #21 13.55 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-06T08:31:06.479Z] #21 13.55 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:31:06.479Z] #21 13.97 Selecting previously unselected package python3-setuptools. [2022-03-06T08:31:06.479Z] #21 13.97 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-06T08:31:06.479Z] #21 13.98 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-06T08:31:06.479Z] #21 14.80 Selecting previously unselected package python3-wheel. [2022-03-06T08:31:06.479Z] #21 14.80 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-06T08:31:06.479Z] #21 14.82 Unpacking python3-wheel (0.34.2-1) ... [2022-03-06T08:31:06.479Z] #21 14.89 Selecting previously unselected package python3-pip. [2022-03-06T08:31:06.479Z] #21 14.89 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-06T08:31:06.479Z] #21 14.90 Unpacking python3-pip (20.3.4-4) ... [2022-03-06T08:31:06.479Z] #21 16.33 Selecting previously unselected package sudo. [2022-03-06T08:31:06.479Z] #21 16.33 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-06T08:31:06.479Z] #21 16.33 Unpacking sudo (1.9.5p2-3) ... [2022-03-06T08:31:06.479Z] #21 16.46 Selecting previously unselected package thin-provisioning-tools. [2022-03-06T08:31:06.610Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 66.06MB / 81.02MB 3.0s [2022-03-06T08:31:06.610Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 0B / 102.69MB 3.0s [2022-03-06T08:31:06.610Z] #11 sha256:b8a0fbe4cf621d1ea82bfa148b3e0b5c4202ae9018dda6e075ef7c381daae103 126B / 126B 3.0s done [2022-03-06T08:31:06.739Z] #21 16.46 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-06T08:31:06.739Z] #21 16.47 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-06T08:31:06.739Z] #21 16.53 Selecting previously unselected package uidmap. [2022-03-06T08:31:06.739Z] #21 16.53 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-06T08:31:06.739Z] #21 16.54 Unpacking uidmap (1:4.8.1-1) ... [2022-03-06T08:31:06.739Z] #21 16.58 Selecting previously unselected package vim-runtime. [2022-03-06T08:31:06.739Z] #21 16.59 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:31:06.739Z] #21 16.60 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-06T08:31:06.739Z] #21 16.61 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-06T08:31:06.739Z] #21 16.61 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:31:06.867Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 81.02MB / 81.02MB 3.4s [2022-03-06T08:31:06.867Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 15.73MB / 102.69MB 3.4s [2022-03-06T08:31:07.124Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 27.26MB / 102.69MB 3.6s [2022-03-06T08:31:07.124Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 32.51MB / 102.69MB 3.7s [2022-03-06T08:31:07.151Z] #58 57.35 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-06T08:31:07.309Z] #21 17.22 Selecting previously unselected package vim. [2022-03-06T08:31:07.309Z] #21 17.22 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-06T08:31:07.309Z] #21 17.23 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:31:07.383Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 37.75MB / 102.69MB 3.8s [2022-03-06T08:31:07.569Z] #21 17.37 Selecting previously unselected package xfsprogs. [2022-03-06T08:31:07.569Z] #21 17.37 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-06T08:31:07.569Z] #21 17.38 Unpacking xfsprogs (5.10.0-4) ... [2022-03-06T08:31:07.672Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 57.67MB / 102.69MB 4.1s [2022-03-06T08:31:07.771Z] #47 26.49 Reading package lists... [2022-03-06T08:31:07.771Z] #47 ... [2022-03-06T08:31:07.771Z] [2022-03-06T08:31:07.771Z] #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-06T08:31:07.771Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:31:07.771Z] #43 29.37 Updating files: 90% (1665/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-06T08:31:07.771Z] #43 29.64 + git checkout -q v2.3.0 [2022-03-06T08:31:07.828Z] #21 17.51 Selecting previously unselected package zip. [2022-03-06T08:31:07.828Z] #21 17.51 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-06T08:31:07.828Z] #21 17.52 Unpacking zip (3.0-12) ... [2022-03-06T08:31:07.828Z] #21 17.56 Selecting previously unselected package zstd. [2022-03-06T08:31:07.828Z] #21 17.56 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-06T08:31:07.828Z] #21 17.56 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-06T08:31:07.828Z] #21 17.71 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:31:07.929Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 63.79MB / 102.69MB 4.2s [2022-03-06T08:31:08.190Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 74.53MB / 102.69MB 4.6s [2022-03-06T08:31:08.190Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 83.89MB / 102.69MB 4.7s [2022-03-06T08:31:08.338Z] #43 32.92 + 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-06T08:31:08.404Z] #21 18.22 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-06T08:31:08.446Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 93.32MB / 102.69MB 4.8s [2022-03-06T08:31:08.446Z] #11 extracting sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 [2022-03-06T08:31:08.446Z] #11 ... [2022-03-06T08:31:08.446Z] [2022-03-06T08:31:08.446Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:31:08.446Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-06T08:31:08.446Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-06T08:31:08.446Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-06T08:31:08.446Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-06T08:31:08.446Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-06T08:31:08.446Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.3s done [2022-03-06T08:31:08.446Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.5s done [2022-03-06T08:31:08.446Z] #67 DONE 5.2s [2022-03-06T08:31:08.446Z] [2022-03-06T08:31:08.446Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-06T08:31:08.446Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-06T08:31:08.446Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-06T08:31:08.446Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-06T08:31:08.446Z] #28 sha256:1907ed841fa5ffeec67fda754b18b50951aef1712324fe1f6b6c981a40f9594b 529B / 529B done [2022-03-06T08:31:08.446Z] #28 sha256:c077ecbc578ee6db06df4b6532b36703db7454a40eece470051e45fe0e9d27e2 1.48kB / 1.48kB done [2022-03-06T08:31:08.446Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 2.0s done [2022-03-06T08:31:08.446Z] #28 extracting sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 2.3s done [2022-03-06T08:31:08.446Z] #28 DONE 5.3s [2022-03-06T08:31:08.446Z] [2022-03-06T08:31:08.446Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:08.446Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-06T08:31:08.446Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 81.02MB / 81.02MB 4.9s done [2022-03-06T08:31:08.446Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 99.61MB / 102.69MB 5.0s [2022-03-06T08:31:08.664Z] #21 18.64 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-06T08:31:08.705Z] #11 extracting sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 0.3s done [2022-03-06T08:31:08.923Z] #21 18.65 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-06T08:31:08.923Z] #21 18.66 Setting up libicu67:amd64 (67.1-7) ... [2022-03-06T08:31:08.923Z] #21 18.67 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-06T08:31:08.923Z] #21 18.68 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-06T08:31:08.923Z] #21 18.69 Setting up uidmap (1:4.8.1-1) ... [2022-03-06T08:31:08.923Z] #21 18.70 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:31:08.923Z] #21 18.71 Setting up bzip2 (1.0.8-4) ... [2022-03-06T08:31:08.923Z] #21 18.72 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:31:08.923Z] #21 18.73 Setting up python3-wheel (0.34.2-1) ... [2022-03-06T08:31:08.923Z] #21 18.87 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:31:08.923Z] #21 18.88 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-06T08:31:08.923Z] #21 18.89 Setting up libcap2-bin (1:2.44-1) ... [2022-03-06T08:31:08.923Z] #21 18.90 Setting up apparmor (2.13.6-10) ... [2022-03-06T08:31:09.269Z] #11 extracting sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac [2022-03-06T08:31:09.526Z] #11 extracting sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 0.2s done [2022-03-06T08:31:09.865Z] #21 19.64 Setting up zip (3.0-12) ... [2022-03-06T08:31:09.865Z] #21 19.65 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:31:09.865Z] #21 19.66 Setting up bash-completion (1:2.11-2) ... [2022-03-06T08:31:10.434Z] #21 20.26 Setting up xz-utils (5.2.5-2) ... [2022-03-06T08:31:10.434Z] #21 20.27 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-06T08:31:10.434Z] #21 20.28 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-06T08:31:10.434Z] #21 20.29 Setting up patch (2.7.6-7) ... [2022-03-06T08:31:10.434Z] #21 20.30 Setting up sudo (1.9.5p2-3) ... [2022-03-06T08:31:10.434Z] #21 20.33 invoke-rc.d: could not determine current runlevel [2022-03-06T08:31:10.434Z] #21 20.34 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-06T08:31:10.434Z] #21 20.34 Setting up xfsprogs (5.10.0-4) ... [2022-03-06T08:31:10.434Z] #21 20.35 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-06T08:31:10.434Z] #21 20.36 Setting up inetutils-ping (2:2.0-1) ... [2022-03-06T08:31:10.434Z] #21 20.37 Setting up pigz (2.6-1) ... [2022-03-06T08:31:10.434Z] #21 20.38 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-06T08:31:10.434Z] #21 20.39 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:31:10.434Z] #21 20.40 Setting up python-pip-whl (20.3.4-4) ... [2022-03-06T08:31:10.434Z] #21 20.41 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:31:10.457Z] #11 extracting sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e [2022-03-06T08:31:10.694Z] #21 20.57 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-06T08:31:10.694Z] #21 20.58 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-06T08:31:10.694Z] #21 20.68 Setting up libelf1:amd64 (0.183-1) ... [2022-03-06T08:31:10.694Z] #21 20.72 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-06T08:31:10.694Z] #21 20.73 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:31:10.694Z] #21 20.75 Setting up python3-distutils (3.9.2-1) ... [2022-03-06T08:31:10.871Z] #43 ... [2022-03-06T08:31:10.871Z] [2022-03-06T08:31:10.871Z] #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-06T08:31:10.871Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:31:10.871Z] #14 25.47 Fetched 8505 kB in 19s (442 kB/s) [2022-03-06T08:31:10.871Z] #14 25.47 Reading package lists... [2022-03-06T08:31:10.871Z] #14 33.06 Reading package lists... [2022-03-06T08:31:10.871Z] #14 ... [2022-03-06T08:31:10.871Z] [2022-03-06T08:31:10.871Z] #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-06T08:31:10.871Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-06T08:31:10.871Z] #58 25.65 Fetched 8505 kB in 19s (438 kB/s) [2022-03-06T08:31:10.871Z] #58 25.65 Reading package lists... [2022-03-06T08:31:10.871Z] #58 33.03 Reading package lists... [2022-03-06T08:31:10.871Z] #58 ... [2022-03-06T08:31:10.871Z] [2022-03-06T08:31:10.871Z] #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-06T08:31:10.871Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:31:10.871Z] #47 26.49 Reading package lists... [2022-03-06T08:31:10.955Z] #21 20.86 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:31:10.955Z] #21 20.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-06T08:31:10.955Z] #21 20.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-06T08:31:10.955Z] #21 20.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-06T08:31:10.955Z] #21 20.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-06T08:31:10.955Z] #21 20.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-06T08:31:10.955Z] #21 20.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-06T08:31:10.955Z] #21 20.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-06T08:31:10.955Z] #21 20.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-06T08:31:10.955Z] #21 20.91 Setting up python3-setuptools (52.0.0-4) ... [2022-03-06T08:31:11.215Z] #21 21.23 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:31:11.215Z] #21 21.24 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-06T08:31:11.215Z] #21 21.26 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-06T08:31:11.215Z] #21 21.27 Setting up python3-pip (20.3.4-4) ... [2022-03-06T08:31:11.439Z] #47 33.59 Reading package lists... [2022-03-06T08:31:11.439Z] #47 ... [2022-03-06T08:31:11.439Z] [2022-03-06T08:31:11.439Z] #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-06T08:31:11.439Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:31:11.439Z] #38 26.33 Fetched 8505 kB in 20s (424 kB/s) [2022-03-06T08:31:11.439Z] #38 26.33 Reading package lists... [2022-03-06T08:31:11.476Z] #21 21.51 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-06T08:31:11.476Z] #21 21.52 Setting up jq (1.6-2.1) ... [2022-03-06T08:31:11.736Z] #21 21.53 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-06T08:31:11.736Z] #21 21.54 Setting up iptables (1.8.7-1) ... [2022-03-06T08:31:11.736Z] #21 21.54 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-06T08:31:11.736Z] #21 21.55 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-06T08:31:11.736Z] #21 21.55 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-06T08:31:11.736Z] #21 21.56 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-06T08:31:11.736Z] #21 21.56 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-06T08:31:11.736Z] #21 21.56 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-06T08:31:11.736Z] #21 21.57 Setting up iproute2 (5.10.0-4) ... [2022-03-06T08:31:11.999Z] #21 21.72 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:31:12.353Z] #11 extracting sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 1.8s done [2022-03-06T08:31:12.354Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 102.69MB / 102.69MB 8.7s done [2022-03-06T08:31:12.377Z] #38 33.46 Reading package lists... [2022-03-06T08:31:12.377Z] #38 ... [2022-03-06T08:31:12.377Z] [2022-03-06T08:31:12.377Z] #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-06T08:31:12.377Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-06T08:31:12.377Z] #58 33.03 Reading package lists... [2022-03-06T08:31:12.413Z] #58 ... [2022-03-06T08:31:12.413Z] [2022-03-06T08:31:12.413Z] #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-06T08:31:12.413Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-06T08:31:12.413Z] #19 47.03 Fetched 48.9 MB in 46s (1073 kB/s) [2022-03-06T08:31:12.611Z] #11 extracting sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 [2022-03-06T08:31:12.870Z] #11 ... [2022-03-06T08:31:12.870Z] [2022-03-06T08:31:12.870Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:31:12.870Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-06T08:31:12.870Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-03-06T08:31:12.870Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-06T08:31:12.870Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-06T08:31:12.870Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-06T08:31:12.870Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.5s done [2022-03-06T08:31:12.870Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.5s done [2022-03-06T08:31:12.870Z] #69 DONE 9.6s [2022-03-06T08:31:12.870Z] [2022-03-06T08:31:12.870Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:12.870Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-06T08:31:12.943Z] #21 DONE 22.6s [2022-03-06T08:31:12.943Z] [2022-03-06T08:31:12.943Z] #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-06T08:31:12.943Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-06T08:31:13.515Z] #22 0.591 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-06T08:31:13.515Z] #22 0.593 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-06T08:31:13.515Z] #22 0.596 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-06T08:31:13.515Z] #22 DONE 0.7s [2022-03-06T08:31:13.515Z] [2022-03-06T08:31:13.515Z] #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-06T08:31:13.515Z] #60 sha256:dcfca4e27c0f3e1a151026653073c6ec0706e9fc00bfde95153d32fe85947c1f [2022-03-06T08:31:13.515Z] #60 62.52 # github.com/containerd/containerd/cmd/containerd [2022-03-06T08:31:13.515Z] #60 62.52 /usr/bin/ld: /tmp/go-link-1881524297/000019.o: in function `New': [2022-03-06T08:31:13.515Z] #60 62.52 /tmp/tmp.wDKmuCKvsU/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-06T08:31:13.515Z] #60 62.61 + bin/containerd-stress [2022-03-06T08:31:13.515Z] #60 63.46 + bin/containerd-shim [2022-03-06T08:31:14.011Z] #58 37.38 Building dependency tree... [2022-03-06T08:31:14.775Z] #11 extracting sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 2.0s done [2022-03-06T08:31:14.899Z] #60 66.24 + bin/containerd-shim-runc-v1 [2022-03-06T08:31:15.031Z] #11 extracting sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e [2022-03-06T08:31:15.913Z] #58 40.57 The following additional packages will be installed: [2022-03-06T08:31:15.913Z] #58 40.58 libbtrfs0 [2022-03-06T08:31:15.913Z] #58 40.79 The following NEW packages will be installed: [2022-03-06T08:31:15.913Z] #58 40.79 libbtrfs-dev libbtrfs0 [2022-03-06T08:31:16.480Z] #58 41.25 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:31:16.480Z] #58 41.25 Need to get 460 kB of archives. [2022-03-06T08:31:16.480Z] #58 41.25 After this operation, 1237 kB of additional disk space will be used. [2022-03-06T08:31:16.480Z] #58 41.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-06T08:31:16.480Z] #58 41.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-06T08:31:16.738Z] #58 ... [2022-03-06T08:31:16.738Z] [2022-03-06T08:31:16.738Z] #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-06T08:31:16.738Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-06T08:31:16.738Z] #53 41.16 v3.0.2 [2022-03-06T08:31:16.738Z] #53 DONE 41.5s [2022-03-06T08:31:16.738Z] [2022-03-06T08:31:16.739Z] #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-06T08:31:16.739Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:31:16.739Z] #51 40.84 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-06T08:31:16.739Z] #51 40.87 go: downloading github.com/fatih/color v1.13.0 [2022-03-06T08:31:16.739Z] #51 40.93 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-06T08:31:16.739Z] #51 40.93 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-06T08:31:16.739Z] #51 41.15 go: downloading github.com/spf13/viper v1.10.1 [2022-03-06T08:31:16.739Z] #51 41.20 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-06T08:31:16.739Z] #51 41.68 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-06T08:31:16.809Z] #60 68.17 + bin/containerd-shim-runc-v2 [2022-03-06T08:31:16.997Z] #51 41.68 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-06T08:31:17.068Z] #60 68.60 + binaries [2022-03-06T08:31:17.068Z] #60 68.60 + install -D bin/containerd /build/containerd [2022-03-06T08:31:17.068Z] #60 68.63 + install -D bin/containerd-shim /build/containerd-shim [2022-03-06T08:31:17.068Z] #60 68.64 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-06T08:31:17.068Z] #60 68.65 + install -D bin/ctr /build/ctr [2022-03-06T08:31:17.931Z] #51 42.72 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-06T08:31:17.931Z] #51 42.75 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-06T08:31:17.931Z] #51 42.79 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-06T08:31:17.931Z] #51 42.86 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-06T08:31:18.307Z] #11 extracting sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 3.3s done [2022-03-06T08:31:18.446Z] #60 DONE 69.8s [2022-03-06T08:31:18.447Z] [2022-03-06T08:31:18.447Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-06T08:31:18.447Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-06T08:31:18.564Z] #11 ... [2022-03-06T08:31:18.564Z] [2022-03-06T08:31:18.564Z] #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-06T08:31:18.564Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-06T08:31:18.910Z] Client: [2022-03-06T08:31:18.910Z] Context: default [2022-03-06T08:31:18.910Z] Debug Mode: false [2022-03-06T08:31:18.910Z] Plugins: [2022-03-06T08:31:18.910Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-06T08:31:18.910Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-06T08:31:18.910Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-06T08:31:18.910Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-06T08:31:18.910Z] [2022-03-06T08:31:18.910Z] Server: [2022-03-06T08:31:18.910Z] Containers: 0 [2022-03-06T08:31:18.910Z] Running: 0 [2022-03-06T08:31:18.910Z] Paused: 0 [2022-03-06T08:31:18.910Z] Stopped: 0 [2022-03-06T08:31:18.910Z] Images: 0 [2022-03-06T08:31:18.910Z] Server Version: 20.10.12 [2022-03-06T08:31:18.910Z] Storage Driver: overlay2 [2022-03-06T08:31:18.910Z] Backing Filesystem: extfs [2022-03-06T08:31:18.910Z] Supports d_type: true [2022-03-06T08:31:18.910Z] Native Overlay Diff: true [2022-03-06T08:31:18.910Z] userxattr: false [2022-03-06T08:31:18.910Z] Logging Driver: json-file [2022-03-06T08:31:18.910Z] Cgroup Driver: systemd [2022-03-06T08:31:18.910Z] Cgroup Version: 2 [2022-03-06T08:31:18.910Z] Plugins: [2022-03-06T08:31:18.910Z] Volume: local [2022-03-06T08:31:18.910Z] Network: bridge host ipvlan macvlan null overlay [2022-03-06T08:31:18.910Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-06T08:31:18.910Z] Swarm: inactive [2022-03-06T08:31:18.910Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-06T08:31:18.910Z] Default Runtime: runc [2022-03-06T08:31:18.910Z] Init Binary: docker-init [2022-03-06T08:31:18.910Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-06T08:31:18.910Z] runc version: v1.0.2-0-g52b36a2 [2022-03-06T08:31:18.910Z] init version: de40ad0 [2022-03-06T08:31:18.910Z] Security Options: [2022-03-06T08:31:18.910Z] apparmor [2022-03-06T08:31:18.910Z] seccomp [2022-03-06T08:31:18.910Z] Profile: default [2022-03-06T08:31:18.910Z] cgroupns [2022-03-06T08:31:18.910Z] Kernel Version: 5.11.0-1023-aws [2022-03-06T08:31:18.910Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-06T08:31:18.910Z] OSType: linux [2022-03-06T08:31:18.910Z] Architecture: x86_64 [2022-03-06T08:31:18.910Z] CPUs: 2 [2022-03-06T08:31:18.910Z] Total Memory: 7.559GiB [2022-03-06T08:31:18.910Z] Name: ip-10-100-81-177 [2022-03-06T08:31:18.910Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-03-06T08:31:18.910Z] Docker Root Dir: /var/lib/docker [2022-03-06T08:31:18.910Z] Debug Mode: false [2022-03-06T08:31:18.910Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:31:18.910Z] Labels: [2022-03-06T08:31:18.910Z] Experimental: true [2022-03-06T08:31:18.910Z] Insecure Registries: [2022-03-06T08:31:18.910Z] 127.0.0.0/8 [2022-03-06T08:31:18.910Z] Live Restore Enabled: true [2022-03-06T08:31:18.910Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-06T08:31:19.127Z] #29 ... [2022-03-06T08:31:19.127Z] [2022-03-06T08:31:19.127Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:19.127Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-06T08:31:19.127Z] #11 extracting sha256:b8a0fbe4cf621d1ea82bfa148b3e0b5c4202ae9018dda6e075ef7c381daae103 done [2022-03-06T08:31:19.254Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 . [2022-03-06T08:31:19.254Z] #2 [internal] load .dockerignore [2022-03-06T08:31:19.254Z] #2 sha256:4deae6881621de04abb309ebf6d0c5cd270c2d5763abd2dc98756a9a9e47808e [2022-03-06T08:31:19.254Z] #2 transferring context: [2022-03-06T08:31:19.307Z] #51 ... [2022-03-06T08:31:19.307Z] [2022-03-06T08:31:19.307Z] #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-06T08:31:19.307Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-06T08:31:19.307Z] #58 42.16 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:31:19.307Z] #58 42.38 Fetched 460 kB in 0s (1129 kB/s) [2022-03-06T08:31:19.307Z] #58 42.53 Selecting previously unselected package libbtrfs0:amd64. [2022-03-06T08:31:19.307Z] #58 42.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-06T08:31:19.307Z] #58 42.59 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-06T08:31:19.307Z] #58 42.60 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:31:19.307Z] #58 42.81 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-06T08:31:19.307Z] #58 42.83 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-06T08:31:19.307Z] #58 42.92 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:31:19.307Z] #58 43.68 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:31:19.307Z] #58 43.69 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:31:19.307Z] #58 43.70 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:31:19.307Z] #58 DONE 44.0s [2022-03-06T08:31:19.307Z] [2022-03-06T08:31:19.307Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-06T08:31:19.307Z] #59 sha256:756e6fbef09314954080c7b907ed8cb1f3469cc372db4568acb8ab518a620828 [2022-03-06T08:31:19.385Z] #23 6.025 Collecting yamllint==1.26.1 [2022-03-06T08:31:19.511Z] #2 transferring context: 87B done [2022-03-06T08:31:19.511Z] #2 DONE 0.1s [2022-03-06T08:31:19.511Z] [2022-03-06T08:31:19.511Z] #1 [internal] load build definition from Dockerfile [2022-03-06T08:31:19.511Z] #1 sha256:20f594df6aac3dced206aa0aff5ca7e7b5fc87ee94cfed370462ef32d6c8d71b [2022-03-06T08:31:19.511Z] #1 transferring dockerfile: 16.77kB 0.0s done [2022-03-06T08:31:19.511Z] #1 DONE 0.2s [2022-03-06T08:31:19.511Z] [2022-03-06T08:31:19.511Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-06T08:31:19.511Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-06T08:31:19.565Z] #59 DONE 0.3s [2022-03-06T08:31:19.565Z] [2022-03-06T08:31:19.565Z] #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-06T08:31:19.565Z] #60 sha256:2da8bce0baf1ff45af776dd7d1cf2b850682137216ca31ce8a99e62a4e7cf907 [2022-03-06T08:31:19.768Z] #3 DONE 0.4s [2022-03-06T08:31:20.027Z] [2022-03-06T08:31:20.027Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-06T08:31:20.027Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-06T08:31:20.027Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-06T08:31:20.027Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-06T08:31:20.027Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-06T08:31:20.027Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-06T08:31:20.027Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 6.29MB / 9.67MB 0.1s [2022-03-06T08:31:20.027Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-06T08:31:20.285Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-06T08:31:20.285Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-06T08:31:20.501Z] #60 0.864 + RM_GOPATH=0 [2022-03-06T08:31:20.501Z] #60 0.864 + TMP_GOPATH= [2022-03-06T08:31:20.501Z] #60 0.864 + : /build [2022-03-06T08:31:20.501Z] #60 0.864 + '[' -z '' ']' [2022-03-06T08:31:20.501Z] #60 0.864 ++ mktemp -d [2022-03-06T08:31:20.501Z] #60 0.875 + export GOPATH=/tmp/tmp.g83BWKxvTc [2022-03-06T08:31:20.501Z] #60 0.875 + GOPATH=/tmp/tmp.g83BWKxvTc [2022-03-06T08:31:20.501Z] #60 0.875 + RM_GOPATH=1 [2022-03-06T08:31:20.501Z] #60 0.875 + case "$(go env GOARCH)" in [2022-03-06T08:31:20.501Z] #60 0.876 ++ go env GOARCH [2022-03-06T08:31:20.501Z] #60 0.896 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:31:20.501Z] #60 0.896 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:31:20.501Z] #60 0.896 ++ dirname /install.sh [2022-03-06T08:31:20.501Z] #60 0.899 + dir=/ [2022-03-06T08:31:20.501Z] #60 0.899 + bin=containerd [2022-03-06T08:31:20.501Z] #60 0.899 + shift [2022-03-06T08:31:20.501Z] #60 0.899 + '[' '!' -f //containerd.installer ']' [2022-03-06T08:31:20.501Z] #60 0.899 + . //containerd.installer [2022-03-06T08:31:20.501Z] #60 0.899 ++ set -e [2022-03-06T08:31:20.501Z] #60 0.899 ++ : v1.5.10 [2022-03-06T08:31:20.501Z] #60 0.900 + install_containerd [2022-03-06T08:31:20.501Z] #60 0.900 + echo 'Install containerd version v1.5.10' [2022-03-06T08:31:20.501Z] #60 0.903 Install containerd version v1.5.10 [2022-03-06T08:31:20.501Z] #60 0.903 + git clone https://github.com/containerd/containerd.git /tmp/tmp.g83BWKxvTc/src/github.com/containerd/containerd [2022-03-06T08:31:20.501Z] #60 0.905 Cloning into '/tmp/tmp.g83BWKxvTc/src/github.com/containerd/containerd'... [2022-03-06T08:31:20.543Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-03-06T08:31:20.543Z] #4 DONE 0.7s [2022-03-06T08:31:20.768Z] #23 7.059 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-06T08:31:20.768Z] #23 7.321 Collecting pathspec>=0.5.3 [2022-03-06T08:31:20.768Z] #23 7.324 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-06T08:31:20.768Z] #23 7.425 Collecting pyyaml [2022-03-06T08:31:20.801Z] [2022-03-06T08:31:20.801Z] #6 [internal] load .dockerignore [2022-03-06T08:31:20.801Z] #6 sha256:47c5cb9d20b6482306a7e3bf8e4d50d41e583195cb5ca5e46664ee350ac461cc [2022-03-06T08:31:20.801Z] #6 DONE 0.0s [2022-03-06T08:31:20.801Z] [2022-03-06T08:31:20.801Z] #5 [internal] load build definition from Dockerfile [2022-03-06T08:31:20.801Z] #5 sha256:ab3451bf7900c3b575ffab1437f0e608b352284f11cf513fa0c044f981f9fd9c [2022-03-06T08:31:20.801Z] #5 DONE 0.0s [2022-03-06T08:31:20.801Z] [2022-03-06T08:31:20.801Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-06T08:31:20.801Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-06T08:31:21.021Z] #11 DONE 17.6s [2022-03-06T08:31:21.021Z] [2022-03-06T08:31:21.021Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-06T08:31:21.021Z] #12 sha256:f224c0882cf598acea34e9eb020bc42c885ac138a9d50f4a2fbe066742f67597 [2022-03-06T08:31:21.028Z] #23 7.430 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-06T08:31:21.028Z] #23 7.484 Building wheels for collected packages: yamllint [2022-03-06T08:31:21.028Z] #23 7.484 Building wheel for yamllint (setup.py): started [2022-03-06T08:31:21.028Z] #23 7.706 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-06T08:31:21.288Z] #23 7.707 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=38ebf072e6d2793e76db6bae076b50ba1b5de34cd5f35bd099112bb700ecb84e [2022-03-06T08:31:21.288Z] #23 7.707 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-06T08:31:21.288Z] #23 7.709 Successfully built yamllint [2022-03-06T08:31:21.288Z] #23 7.715 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-06T08:31:21.288Z] #23 7.819 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-06T08:31:21.288Z] #23 DONE 7.9s [2022-03-06T08:31:21.288Z] [2022-03-06T08:31:21.288Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-06T08:31:21.288Z] #27 sha256:20079c05423a6c64ca31aa37c28924202ea0fcd31c1f616fe7f43b4ab40579b6 [2022-03-06T08:31:21.366Z] #10 DONE 0.7s [2022-03-06T08:31:21.366Z] [2022-03-06T08:31:21.366Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-06T08:31:21.366Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-06T08:31:21.659Z] #9 DONE 0.7s [2022-03-06T08:31:21.659Z] [2022-03-06T08:31:21.659Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-06T08:31:21.659Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-06T08:31:21.659Z] #8 DONE 0.7s [2022-03-06T08:31:21.659Z] [2022-03-06T08:31:21.660Z] #7 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-06T08:31:21.660Z] #7 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-06T08:31:21.660Z] #7 DONE 0.7s [2022-03-06T08:31:21.858Z] #27 DONE 0.4s [2022-03-06T08:31:21.858Z] [2022-03-06T08:31:21.858Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-06T08:31:21.858Z] #32 sha256:edd66d3538123f4a983447b5016d47fdb00af93120dce152d32ab9d122463859 [2022-03-06T08:31:21.918Z] [2022-03-06T08:31:21.918Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:21.918Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:31:21.918Z] #11 DONE 0.0s [2022-03-06T08:31:21.918Z] [2022-03-06T08:31:21.918Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:31:21.918Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-06T08:31:21.918Z] #69 DONE 0.0s [2022-03-06T08:31:21.918Z] [2022-03-06T08:31:21.918Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:31:21.918Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-06T08:31:21.918Z] #67 DONE 0.0s [2022-03-06T08:31:21.918Z] [2022-03-06T08:31:21.918Z] #24 [internal] load build context [2022-03-06T08:31:21.918Z] #24 sha256:6cf764d0dc83cc6ded862b04fdf68ac9e1e6730679e49a251fcfdeac75ec4e66 [2022-03-06T08:31:21.918Z] #24 ... [2022-03-06T08:31:21.918Z] [2022-03-06T08:31:21.918Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:31:21.918Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-06T08:31:21.918Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-06T08:31:21.918Z] #69 DONE 0.1s [2022-03-06T08:31:21.918Z] [2022-03-06T08:31:21.918Z] #24 [internal] load build context [2022-03-06T08:31:21.918Z] #24 sha256:6cf764d0dc83cc6ded862b04fdf68ac9e1e6730679e49a251fcfdeac75ec4e66 [2022-03-06T08:31:22.118Z] #32 DONE 0.5s [2022-03-06T08:31:22.118Z] [2022-03-06T08:31:22.118Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-06T08:31:22.118Z] #35 sha256:11248b2f48012db0c47c4c53ec9bd5d4fd66bd9f632cde97aa4aac7632486504 [2022-03-06T08:31:22.392Z] #12 DONE 1.4s [2022-03-06T08:31:22.392Z] [2022-03-06T08:31:22.392Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-06T08:31:22.392Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-03-06T08:31:22.392Z] #68 DONE 1.3s [2022-03-06T08:31:22.392Z] [2022-03-06T08:31:22.392Z] #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-06T08:31:22.392Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-06T08:31:22.392Z] #29 13.18 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:31:22.392Z] #29 13.19 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:31:22.392Z] #29 13.22 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:31:22.392Z] #29 13.30 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-06T08:31:22.392Z] #29 13.39 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-06T08:31:22.392Z] #29 13.65 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-06T08:31:22.687Z] #35 DONE 0.3s [2022-03-06T08:31:22.687Z] [2022-03-06T08:31:22.687Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-06T08:31:22.687Z] #37 sha256:d6fc7dc18702c1647ff388601ec52c267aff20224aa783ca6cd407052969426b [2022-03-06T08:31:22.687Z] #37 DONE 0.0s [2022-03-06T08:31:22.687Z] [2022-03-06T08:31:22.687Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-06T08:31:22.687Z] #41 sha256:785bf6303ddcf4587f60ba166bd36b7d2f1031fa36b0ba96a0c94404e6ae1951 [2022-03-06T08:31:22.687Z] #41 DONE 0.0s [2022-03-06T08:31:22.687Z] [2022-03-06T08:31:22.687Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-06T08:31:22.687Z] #44 sha256:4eb7171568ef2aacbf804a70b0d7c8536967fea232f31951709f2725e525d7cc [2022-03-06T08:31:22.859Z] #24 ... [2022-03-06T08:31:22.859Z] [2022-03-06T08:31:22.859Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-06T08:31:22.859Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-06T08:31:22.859Z] #45 DONE 0.0s [2022-03-06T08:31:22.859Z] [2022-03-06T08:31:22.859Z] #24 [internal] load build context [2022-03-06T08:31:22.859Z] #24 sha256:6cf764d0dc83cc6ded862b04fdf68ac9e1e6730679e49a251fcfdeac75ec4e66 [2022-03-06T08:31:23.044Z] #60 ... [2022-03-06T08:31:23.044Z] [2022-03-06T08:31:23.044Z] #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-06T08:31:23.044Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:31:23.044Z] #14 33.06 Reading package lists... [2022-03-06T08:31:23.044Z] #14 37.55 Building dependency tree... [2022-03-06T08:31:23.044Z] #14 40.47 The following additional packages will be installed: [2022-03-06T08:31:23.044Z] #14 40.48 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-06T08:31:23.044Z] #14 40.48 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-06T08:31:23.044Z] #14 40.48 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-06T08:31:23.044Z] #14 40.48 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-06T08:31:23.044Z] #14 40.48 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-06T08:31:23.044Z] #14 40.48 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-06T08:31:23.044Z] #14 40.49 mingw-w64-common mingw-w64-x86-64-dev [2022-03-06T08:31:23.044Z] #14 40.50 Suggested packages: [2022-03-06T08:31:23.044Z] #14 40.50 gcc-10-locales seccomp wine64 [2022-03-06T08:31:23.044Z] #14 41.94 The following NEW packages will be installed: [2022-03-06T08:31:23.044Z] #14 41.94 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-06T08:31:23.045Z] #14 41.94 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-06T08:31:23.045Z] #14 41.94 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-06T08:31:23.045Z] #14 41.94 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-06T08:31:23.045Z] #14 41.94 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-06T08:31:23.045Z] #14 41.95 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-06T08:31:23.045Z] #14 41.96 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-06T08:31:23.045Z] #14 41.97 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-06T08:31:23.045Z] #14 41.98 mingw-w64-x86-64-dev [2022-03-06T08:31:23.045Z] #14 42.40 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:31:23.045Z] #14 42.40 Need to get 115 MB of archives. [2022-03-06T08:31:23.045Z] #14 42.40 After this operation, 645 MB of additional disk space will be used. [2022-03-06T08:31:23.045Z] #14 42.40 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-06T08:31:23.045Z] #14 42.66 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-06T08:31:23.045Z] #14 42.87 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-06T08:31:23.045Z] #14 42.87 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-06T08:31:23.045Z] #14 42.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-06T08:31:23.045Z] #14 42.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-06T08:31:23.045Z] #14 43.17 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-06T08:31:23.045Z] #14 43.45 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-06T08:31:23.045Z] #14 43.45 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-06T08:31:23.045Z] #14 43.96 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-06T08:31:23.045Z] #14 45.45 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-06T08:31:23.045Z] #14 46.00 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-06T08:31:23.045Z] #14 46.61 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-06T08:31:23.045Z] #14 ... [2022-03-06T08:31:23.045Z] [2022-03-06T08:31:23.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-06T08:31:23.045Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:31:23.045Z] #51 45.80 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-06T08:31:23.045Z] #51 45.81 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-06T08:31:23.045Z] #51 45.86 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-06T08:31:23.045Z] #51 45.89 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-06T08:31:23.045Z] #51 45.93 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-06T08:31:23.045Z] #51 45.94 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-06T08:31:23.045Z] #51 46.01 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-06T08:31:23.045Z] #51 46.04 go: downloading github.com/spf13/afero v1.6.0 [2022-03-06T08:31:23.045Z] #51 46.05 go: downloading github.com/spf13/cast v1.4.1 [2022-03-06T08:31:23.045Z] #51 46.06 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-06T08:31:23.045Z] #51 46.08 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-06T08:31:23.045Z] #51 46.12 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-06T08:31:23.045Z] #51 46.22 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-06T08:31:23.045Z] #51 46.22 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-06T08:31:23.045Z] #51 46.23 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-06T08:31:23.045Z] #51 46.26 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-06T08:31:23.045Z] #51 46.31 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-06T08:31:23.045Z] #51 46.32 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-06T08:31:23.045Z] #51 46.33 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-06T08:31:23.045Z] #51 46.34 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-06T08:31:23.045Z] #51 46.35 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-06T08:31:23.045Z] #51 46.41 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-06T08:31:23.045Z] #51 46.90 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-06T08:31:23.045Z] #51 46.91 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-06T08:31:23.045Z] #51 46.96 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-06T08:31:23.045Z] #51 47.05 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-06T08:31:23.045Z] #51 47.10 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-06T08:31:23.045Z] #51 ... [2022-03-06T08:31:23.045Z] [2022-03-06T08:31:23.045Z] #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-06T08:31:23.045Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:31:23.045Z] #38 33.46 Reading package lists... [2022-03-06T08:31:23.045Z] #38 37.79 Building dependency tree... [2022-03-06T08:31:23.045Z] #38 40.87 The following additional packages will be installed: [2022-03-06T08:31:23.045Z] #38 40.89 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-06T08:31:23.045Z] #38 40.90 Suggested packages: [2022-03-06T08:31:23.045Z] #38 40.90 cmake-doc ninja-build lrzip [2022-03-06T08:31:23.045Z] #38 40.90 Recommended packages: [2022-03-06T08:31:23.045Z] #38 40.90 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-06T08:31:23.045Z] #38 42.01 The following NEW packages will be installed: [2022-03-06T08:31:23.045Z] #38 42.03 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-06T08:31:23.045Z] #38 42.03 vim-common xxd [2022-03-06T08:31:23.045Z] #38 42.47 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:31:23.045Z] #38 42.47 Need to get 17.7 MB of archives. [2022-03-06T08:31:23.045Z] #38 42.47 After this operation, 70.7 MB of additional disk space will be used. [2022-03-06T08:31:23.045Z] #38 42.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-06T08:31:23.045Z] #38 42.48 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-06T08:31:23.045Z] #38 42.50 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-06T08:31:23.045Z] #38 42.71 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-06T08:31:23.045Z] #38 43.37 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-06T08:31:23.045Z] #38 43.45 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-06T08:31:23.045Z] #38 43.48 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-06T08:31:23.045Z] #38 43.49 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-06T08:31:23.045Z] #38 43.50 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-06T08:31:23.045Z] #38 43.51 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-06T08:31:23.045Z] #38 44.76 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:31:23.045Z] #38 44.98 Fetched 17.7 MB in 2s (10.8 MB/s) [2022-03-06T08:31:23.045Z] #38 45.08 Selecting previously unselected package xxd. [2022-03-06T08:31:23.045Z] #38 45.08 (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-06T08:31:23.045Z] #38 45.10 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-06T08:31:23.045Z] #38 45.11 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:31:23.045Z] #38 45.53 Selecting previously unselected package vim-common. [2022-03-06T08:31:23.045Z] #38 45.53 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:31:23.045Z] #38 45.55 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:31:23.045Z] #38 46.08 Selecting previously unselected package cmake-data. [2022-03-06T08:31:23.045Z] #38 46.08 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-06T08:31:23.045Z] #38 46.09 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-06T08:31:23.045Z] #38 ... [2022-03-06T08:31:23.045Z] [2022-03-06T08:31:23.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-06T08:31:23.045Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:31:23.045Z] #51 47.81 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-06T08:31:23.045Z] #51 47.86 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-06T08:31:23.258Z] #44 DONE 0.5s [2022-03-06T08:31:23.258Z] [2022-03-06T08:31:23.258Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-06T08:31:23.258Z] #48 sha256:e0058481cf36f861e836c2c248ca61de239da34aeecc7f8da4677dd4c4347441 [2022-03-06T08:31:23.258Z] #48 DONE 0.0s [2022-03-06T08:31:23.258Z] [2022-03-06T08:31:23.258Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-06T08:31:23.258Z] #50 sha256:48dc242bda73fe56330a222acc392dee95c48c5c032c0449fc375c7f6829dd92 [2022-03-06T08:31:23.258Z] #50 DONE 0.0s [2022-03-06T08:31:23.258Z] [2022-03-06T08:31:23.259Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-06T08:31:23.259Z] #52 sha256:089947471e2ef74e9048fc695dcd7ae8c716be7f5fa55071e1f52f7770375fae [2022-03-06T08:31:23.304Z] #51 48.04 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-06T08:31:23.304Z] #51 48.05 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-06T08:31:23.304Z] #51 ... [2022-03-06T08:31:23.304Z] [2022-03-06T08:31:23.304Z] #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-06T08:31:23.304Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:31:23.304Z] #47 33.59 Reading package lists... [2022-03-06T08:31:23.304Z] #47 38.02 Building dependency tree... [2022-03-06T08:31:23.304Z] #47 41.01 The following additional packages will be installed: [2022-03-06T08:31:23.304Z] #47 41.01 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-06T08:31:23.304Z] #47 41.01 python3-protobuf python3-six [2022-03-06T08:31:23.304Z] #47 41.02 Suggested packages: [2022-03-06T08:31:23.304Z] #47 41.02 python3-setuptools [2022-03-06T08:31:23.304Z] #47 41.02 Recommended packages: [2022-03-06T08:31:23.304Z] #47 41.02 iproute2 | iproute [2022-03-06T08:31:23.304Z] #47 41.56 The following NEW packages will be installed: [2022-03-06T08:31:23.304Z] #47 41.59 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-06T08:31:23.304Z] #47 41.59 python3-protobuf python3-six [2022-03-06T08:31:23.304Z] #47 42.15 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:31:23.304Z] #47 42.15 Need to get 2292 kB of archives. [2022-03-06T08:31:23.304Z] #47 42.15 After this operation, 11.0 MB of additional disk space will be used. [2022-03-06T08:31:23.304Z] #47 42.15 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-06T08:31:23.304Z] #47 42.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-06T08:31:23.304Z] #47 42.17 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-06T08:31:23.304Z] #47 42.20 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-06T08:31:23.304Z] #47 42.21 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-06T08:31:23.304Z] #47 42.21 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-06T08:31:23.304Z] #47 42.22 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-06T08:31:23.304Z] #47 45.90 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-06T08:31:23.304Z] #47 47.20 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:31:23.304Z] #47 47.44 Fetched 2292 kB in 5s (507 kB/s) [2022-03-06T08:31:23.304Z] #47 47.51 Selecting previously unselected package libprotobuf23:amd64. [2022-03-06T08:31:23.304Z] #47 47.51 (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-06T08:31:23.304Z] #47 47.56 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-06T08:31:23.304Z] #47 48.04 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-06T08:31:23.304Z] #47 ... [2022-03-06T08:31:23.304Z] [2022-03-06T08:31:23.304Z] #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-06T08:31:23.304Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-06T08:31:23.304Z] #34 47.72 Updating files: 96% (1464/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-06T08:31:23.304Z] #34 47.75 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-06T08:31:23.304Z] #34 47.80 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-06T08:31:23.326Z] #29 14.67 Fetched 8392 kB in 2s (4799 kB/s) [2022-03-06T08:31:23.828Z] #52 DONE 0.6s [2022-03-06T08:31:23.828Z] [2022-03-06T08:31:23.828Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-06T08:31:23.828Z] #54 sha256:96f2e151c626dc88cf2f1741d9b496bf1868ccb82f69a027459f950a0326baa5 [2022-03-06T08:31:23.828Z] #54 DONE 0.0s [2022-03-06T08:31:23.828Z] [2022-03-06T08:31:23.828Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-06T08:31:23.828Z] #57 sha256:60cdd9343db52b7151b9e5cec836f53fd594d472404adbb32f5e1cbd5fc17710 [2022-03-06T08:31:23.828Z] #57 DONE 0.2s [2022-03-06T08:31:23.894Z] #29 14.67 Reading package lists... [2022-03-06T08:31:24.088Z] [2022-03-06T08:31:24.088Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-06T08:31:24.088Z] #61 sha256:a0f0cfdf55bbd9180973e4e69cf37ed2be4b5e5a384c2f095c085deaa741425d [2022-03-06T08:31:24.151Z] #29 15.17 Reading package lists... [2022-03-06T08:31:24.151Z] #29 ... [2022-03-06T08:31:24.151Z] [2022-03-06T08:31:24.151Z] #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-06T08:31:24.151Z] #13 sha256:9f188e1017c9fac2fca657577c71ee2cc73089491a98e5c2195a0038fb0a90a9 [2022-03-06T08:31:24.151Z] #13 DONE 1.9s [2022-03-06T08:31:24.151Z] [2022-03-06T08:31:24.151Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-06T08:31:24.151Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-06T08:31:24.151Z] #70 DONE 1.9s [2022-03-06T08:31:24.408Z] [2022-03-06T08:31:24.408Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-06T08:31:24.408Z] #62 sha256:b168377a1e13b94ace0ee04a4f92b4e52e0fd81f5964e7c85da06b0dd66b61b2 [2022-03-06T08:31:24.408Z] #62 DONE 0.2s [2022-03-06T08:31:24.408Z] [2022-03-06T08:31:24.408Z] #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-06T08:31:24.408Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-06T08:31:24.408Z] #29 15.17 Reading package lists... [2022-03-06T08:31:24.408Z] #29 15.76 Building dependency tree... [2022-03-06T08:31:24.408Z] #29 ... [2022-03-06T08:31:24.408Z] [2022-03-06T08:31:24.408Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-06T08:31:24.408Z] #42 sha256:0e338dcbed0835dbc2e2e4721efc34d8208489bcae390ba527e5b7e61e8d880f [2022-03-06T08:31:24.408Z] #42 DONE 0.3s [2022-03-06T08:31:24.638Z] #19 47.03 Reading package lists... [2022-03-06T08:31:24.668Z] [2022-03-06T08:31:24.668Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-06T08:31:24.668Z] #33 sha256:a978201be0c5f3787ef2cb2a4e67e283eb0ff961151521c3ea699a76d4ee7da9 [2022-03-06T08:31:24.668Z] #33 DONE 0.3s [2022-03-06T08:31:24.668Z] [2022-03-06T08:31:24.668Z] #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-06T08:31:24.668Z] #46 sha256:29f307aacc913c168d34ae6100258981712fa6f867ace27802647a2e17757ba8 [2022-03-06T08:31:24.668Z] #46 DONE 0.4s [2022-03-06T08:31:24.668Z] [2022-03-06T08:31:24.668Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-06T08:31:24.668Z] #25 sha256:cba6e73d6f36fcfd0a29390ad9affd0db48a6f715257d68c2721e23ff76fb3bd [2022-03-06T08:31:24.668Z] #25 DONE 0.4s [2022-03-06T08:31:24.668Z] [2022-03-06T08:31:24.668Z] #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-06T08:31:24.668Z] #26 sha256:d71664108b8f32a2a14f74d4addfd39cd21e2672f3918e1674be3a3a3a4ffe73 [2022-03-06T08:31:24.777Z] #24 transferring context: 42.11MB 2.6s [2022-03-06T08:31:25.026Z] #61 DONE 0.8s [2022-03-06T08:31:25.026Z] [2022-03-06T08:31:25.026Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-06T08:31:25.026Z] #66 sha256:5deeb3e2bcc480dee8bf34f417fd50e95e3587bd5eb4a235a30d4cb7628e6ad3 [2022-03-06T08:31:25.026Z] #66 DONE 0.2s [2022-03-06T08:31:25.026Z] [2022-03-06T08:31:25.026Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-06T08:31:25.026Z] #71 sha256:2c008952ad729975ffb7b7a94aca55963279a5378bef45fb3ebb21c3316b86c7 [2022-03-06T08:31:25.036Z] #24 transferring context: 57.19MB 3.1s done [2022-03-06T08:31:25.965Z] #71 DONE 0.9s [2022-03-06T08:31:25.965Z] [2022-03-06T08:31:25.965Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-06T08:31:25.965Z] #72 sha256:80d886166bd28c925f29ad37d1e34af95a8b05c61975fd0c7bbe3d89783d9957 [2022-03-06T08:31:25.965Z] #72 DONE 0.0s [2022-03-06T08:31:25.965Z] [2022-03-06T08:31:25.965Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-06T08:31:25.965Z] #73 sha256:625014948264d3b960431e25997596090df00c1ef9c6e2acbcd0f20900b50a31 [2022-03-06T08:31:25.974Z] #24 DONE 4.2s [2022-03-06T08:31:25.974Z] [2022-03-06T08:31:25.974Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:25.974Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:31:25.974Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.1s done [2022-03-06T08:31:25.974Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-06T08:31:25.974Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-06T08:31:25.974Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-06T08:31:25.974Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.8s done [2022-03-06T08:31:25.974Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.5s done [2022-03-06T08:31:25.974Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 0.8s done [2022-03-06T08:31:25.974Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 2.6s done [2022-03-06T08:31:25.974Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 3.5s [2022-03-06T08:31:25.974Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 70.25MB / 134.90MB 3.5s [2022-03-06T08:31:25.974Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 3.5s [2022-03-06T08:31:25.974Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 1.3s [2022-03-06T08:31:26.231Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 83.89MB / 134.90MB 3.6s [2022-03-06T08:31:26.232Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 98.10MB / 134.90MB 3.7s [2022-03-06T08:31:26.232Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 121.63MB / 134.90MB 3.9s [2022-03-06T08:31:26.490Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 4.0s done [2022-03-06T08:31:26.490Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 129.16MB / 134.90MB 4.0s [2022-03-06T08:31:26.748Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 4.1s done [2022-03-06T08:31:27.196Z] #26 2.532 + RM_GOPATH=0 [2022-03-06T08:31:27.196Z] #26 2.532 + TMP_GOPATH= [2022-03-06T08:31:27.196Z] #26 2.532 + : /build [2022-03-06T08:31:27.196Z] #26 2.532 + '[' -z '' ']' [2022-03-06T08:31:27.196Z] #26 2.532 ++ mktemp -d [2022-03-06T08:31:27.196Z] #26 2.542 + export GOPATH=/tmp/tmp.ZzZ1oyK05e [2022-03-06T08:31:27.196Z] #26 2.542 + GOPATH=/tmp/tmp.ZzZ1oyK05e [2022-03-06T08:31:27.196Z] #26 2.542 + RM_GOPATH=1 [2022-03-06T08:31:27.196Z] #26 2.542 + case "$(go env GOARCH)" in [2022-03-06T08:31:27.196Z] #26 2.544 ++ go env GOARCH [2022-03-06T08:31:27.196Z] #26 2.586 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:31:27.196Z] #26 2.586 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:31:27.196Z] #26 2.586 ++ dirname /install.sh [2022-03-06T08:31:27.196Z] #26 2.600 Install docker/cli version 17.06.2-ce from stable [2022-03-06T08:31:27.196Z] #26 2.600 + dir=/ [2022-03-06T08:31:27.196Z] #26 2.600 + bin=dockercli [2022-03-06T08:31:27.196Z] #26 2.600 + shift [2022-03-06T08:31:27.196Z] #26 2.600 + '[' '!' -f //dockercli.installer ']' [2022-03-06T08:31:27.196Z] #26 2.600 + . //dockercli.installer [2022-03-06T08:31:27.196Z] #26 2.600 ++ : stable [2022-03-06T08:31:27.196Z] #26 2.600 ++ : 17.06.2-ce [2022-03-06T08:31:27.196Z] #26 2.600 + install_dockercli [2022-03-06T08:31:27.196Z] #26 2.600 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-06T08:31:27.196Z] #26 2.600 ++ uname -m [2022-03-06T08:31:27.196Z] #26 2.600 + arch=aarch64 [2022-03-06T08:31:27.196Z] #26 2.600 + '[' aarch64 '!=' x86_64 ']' [2022-03-06T08:31:27.196Z] #26 2.600 + '[' aarch64 '!=' s390x ']' [2022-03-06T08:31:27.196Z] #26 2.600 + '[' aarch64 '!=' armhf ']' [2022-03-06T08:31:27.196Z] #26 2.600 + build_dockercli [2022-03-06T08:31:27.196Z] #26 2.600 + git clone https://github.com/docker/docker-ce /tmp/tmp.ZzZ1oyK05e/tmp/docker-ce [2022-03-06T08:31:27.196Z] #26 2.608 Cloning into '/tmp/tmp.ZzZ1oyK05e/tmp/docker-ce'... [2022-03-06T08:31:27.346Z] #73 DONE 1.2s [2022-03-06T08:31:27.346Z] [2022-03-06T08:31:27.346Z] #74 exporting to image [2022-03-06T08:31:27.346Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-06T08:31:27.346Z] #74 exporting layers [2022-03-06T08:31:28.641Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-06T08:31:28.642Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 6.1s done [2022-03-06T08:31:28.901Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.3s done [2022-03-06T08:31:28.901Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-06T08:31:28.901Z] #11 ... [2022-03-06T08:31:28.901Z] [2022-03-06T08:31:28.901Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-06T08:31:28.901Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-06T08:31:28.901Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-06T08:31:28.901Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-06T08:31:28.901Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-06T08:31:28.901Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-06T08:31:28.901Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.0s done [2022-03-06T08:31:28.901Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 3.5s done [2022-03-06T08:31:28.901Z] #28 DONE 7.0s [2022-03-06T08:31:28.901Z] [2022-03-06T08:31:28.901Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:28.901Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:31:28.901Z] #11 ... [2022-03-06T08:31:28.901Z] [2022-03-06T08:31:28.901Z] #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-06T08:31:28.901Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-06T08:31:29.835Z] #29 ... [2022-03-06T08:31:29.835Z] [2022-03-06T08:31:29.835Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:31:29.835Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-06T08:31:29.835Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-06T08:31:29.835Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-06T08:31:29.835Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-06T08:31:29.835Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-06T08:31:29.835Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 6.3s done [2022-03-06T08:31:29.835Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done [2022-03-06T08:31:29.835Z] #67 DONE 7.8s [2022-03-06T08:31:29.835Z] [2022-03-06T08:31:29.835Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:29.835Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:31:29.899Z] #34 ... [2022-03-06T08:31:29.899Z] [2022-03-06T08:31:29.899Z] #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-06T08:31:29.899Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:31:29.899Z] #51 48.21 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-06T08:31:29.899Z] #51 48.25 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-06T08:31:29.899Z] #51 48.27 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-06T08:31:29.899Z] #51 48.32 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-06T08:31:29.899Z] #51 48.41 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-06T08:31:29.899Z] #51 48.50 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-06T08:31:29.899Z] #51 48.60 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-06T08:31:29.899Z] #51 48.65 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-06T08:31:29.899Z] #51 48.70 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-06T08:31:29.899Z] #51 48.73 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-06T08:31:29.899Z] #51 48.76 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-06T08:31:29.899Z] #51 48.82 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-06T08:31:29.899Z] #51 48.90 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-06T08:31:29.899Z] #51 48.95 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-06T08:31:29.899Z] #51 48.95 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-06T08:31:29.899Z] #51 49.00 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-06T08:31:29.899Z] #51 49.08 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-06T08:31:29.899Z] #51 49.16 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-06T08:31:29.899Z] #51 49.19 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-06T08:31:29.899Z] #51 49.33 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-06T08:31:29.899Z] #51 49.37 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-06T08:31:29.899Z] #51 49.41 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-06T08:31:29.899Z] #51 49.46 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-06T08:31:29.899Z] #51 49.48 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-06T08:31:29.899Z] #51 49.48 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-06T08:31:29.899Z] #51 49.50 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-06T08:31:29.899Z] #51 49.50 go: downloading github.com/julz/importas v0.1.0 [2022-03-06T08:31:29.899Z] #51 49.51 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-06T08:31:29.899Z] #51 49.56 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-06T08:31:29.899Z] #51 49.57 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-06T08:31:29.899Z] #51 49.59 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-06T08:31:29.899Z] #51 49.64 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-06T08:31:29.899Z] #51 49.64 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-06T08:31:29.899Z] #51 49.66 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-06T08:31:29.899Z] #51 49.83 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-06T08:31:29.899Z] #51 49.88 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-06T08:31:29.899Z] #51 49.88 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-06T08:31:29.899Z] #51 49.91 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-06T08:31:29.899Z] #51 49.91 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-06T08:31:29.899Z] #51 50.42 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-06T08:31:29.899Z] #51 50.44 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-06T08:31:29.899Z] #51 50.44 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-06T08:31:29.899Z] #51 50.46 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-06T08:31:29.899Z] #51 50.49 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-06T08:31:29.899Z] #51 50.55 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-06T08:31:29.899Z] #51 50.58 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-06T08:31:29.899Z] #51 50.61 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-06T08:31:29.899Z] #51 50.62 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-06T08:31:29.899Z] #51 50.87 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-06T08:31:29.899Z] #51 50.88 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-06T08:31:29.899Z] #51 50.89 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-06T08:31:29.899Z] #51 50.91 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-06T08:31:29.899Z] #51 50.93 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-06T08:31:29.899Z] #51 50.97 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-06T08:31:29.899Z] #51 51.00 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-06T08:31:29.899Z] #51 51.03 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-06T08:31:29.899Z] #51 51.06 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-06T08:31:29.899Z] #51 51.06 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-06T08:31:29.899Z] #51 51.12 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-06T08:31:29.899Z] #51 51.14 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-06T08:31:29.899Z] #51 51.33 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-06T08:31:29.899Z] #51 51.35 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-06T08:31:29.899Z] #51 51.35 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-06T08:31:29.899Z] #51 51.37 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-06T08:31:29.899Z] #51 51.40 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-06T08:31:29.899Z] #51 51.75 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-06T08:31:29.899Z] #51 51.85 go: downloading honnef.co/go/tools v0.2.2 [2022-03-06T08:31:29.899Z] #51 53.23 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-06T08:31:29.899Z] #51 53.23 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-06T08:31:29.899Z] #51 53.31 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-06T08:31:29.899Z] #51 53.32 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-06T08:31:29.899Z] #51 53.36 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-06T08:31:29.899Z] #51 53.39 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-06T08:31:29.899Z] #51 53.51 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-06T08:31:29.899Z] #51 53.65 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-06T08:31:29.899Z] #51 53.68 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-06T08:31:29.899Z] #51 53.76 go: downloading golang.org/x/text v0.3.7 [2022-03-06T08:31:30.092Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 1.1s done [2022-03-06T08:31:30.349Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 [2022-03-06T08:31:30.484Z] #26 ... [2022-03-06T08:31:30.484Z] [2022-03-06T08:31:30.484Z] #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-06T08:31:30.484Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-06T08:31:30.484Z] #29 15.76 Building dependency tree... [2022-03-06T08:31:30.484Z] #29 16.22 The following additional packages will be installed: [2022-03-06T08:31:30.484Z] #29 16.22 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-06T08:31:30.484Z] #29 16.22 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-06T08:31:30.484Z] #29 16.22 Recommended packages: [2022-03-06T08:31:30.484Z] #29 16.22 libldap-common publicsuffix libsasl2-modules [2022-03-06T08:31:30.484Z] #29 16.38 The following NEW packages will be installed: [2022-03-06T08:31:30.484Z] #29 16.38 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-06T08:31:30.484Z] #29 16.38 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-06T08:31:30.484Z] #29 16.38 libssh2-1 openssl [2022-03-06T08:31:30.484Z] #29 16.70 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:31:30.484Z] #29 16.70 Need to get 2933 kB of archives. [2022-03-06T08:31:30.484Z] #29 16.70 After this operation, 6483 kB of additional disk space will be used. [2022-03-06T08:31:30.484Z] #29 16.70 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB] [2022-03-06T08:31:30.484Z] #29 16.70 Get:2 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-06T08:31:30.484Z] #29 16.71 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-06T08:31:30.484Z] #29 16.71 Get:4 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-03-06T08:31:30.484Z] #29 16.77 Get:5 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-03-06T08:31:30.484Z] #29 16.79 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-03-06T08:31:30.484Z] #29 16.79 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-03-06T08:31:30.484Z] #29 16.79 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-03-06T08:31:30.484Z] #29 16.79 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-03-06T08:31:30.484Z] #29 16.79 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-03-06T08:31:30.484Z] #29 16.79 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-03-06T08:31:30.484Z] #29 16.79 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-03-06T08:31:30.484Z] #29 16.85 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-03-06T08:31:30.484Z] #29 16.85 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-03-06T08:31:30.484Z] #29 16.85 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-03-06T08:31:30.484Z] #29 17.17 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:31:30.484Z] #29 17.23 Fetched 2933 kB in 0s (6946 kB/s) [2022-03-06T08:31:30.484Z] #29 17.27 Selecting previously unselected package openssl. [2022-03-06T08:31:30.484Z] #29 17.27 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6645 files and directories currently installed.) [2022-03-06T08:31:30.484Z] #29 17.27 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 17.27 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-06T08:31:30.484Z] #29 17.46 Selecting previously unselected package ca-certificates. [2022-03-06T08:31:30.484Z] #29 17.46 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-06T08:31:30.484Z] #29 17.47 Unpacking ca-certificates (20210119) ... [2022-03-06T08:31:30.484Z] #29 17.54 Selecting previously unselected package libbrotli1:arm64. [2022-03-06T08:31:30.484Z] #29 17.54 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 17.54 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-03-06T08:31:30.484Z] #29 17.59 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-03-06T08:31:30.484Z] #29 17.59 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 17.60 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:31:30.484Z] #29 17.64 Selecting previously unselected package libsasl2-2:arm64. [2022-03-06T08:31:30.484Z] #29 17.64 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 17.65 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:31:30.484Z] #29 17.71 Selecting previously unselected package libldap-2.4-2:arm64. [2022-03-06T08:31:30.484Z] #29 17.71 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 17.71 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-03-06T08:31:30.484Z] #29 17.82 Selecting previously unselected package libnghttp2-14:arm64. [2022-03-06T08:31:30.484Z] #29 17.82 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 17.82 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-03-06T08:31:30.484Z] #29 17.82 Selecting previously unselected package libpsl5:arm64. [2022-03-06T08:31:30.484Z] #29 17.82 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 17.83 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-03-06T08:31:30.484Z] #29 17.89 Selecting previously unselected package librtmp1:arm64. [2022-03-06T08:31:30.484Z] #29 17.89 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 17.91 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-06T08:31:30.484Z] #29 17.94 Selecting previously unselected package libssh2-1:arm64. [2022-03-06T08:31:30.484Z] #29 17.94 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 17.94 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-03-06T08:31:30.484Z] #29 17.99 Selecting previously unselected package libcurl4:arm64. [2022-03-06T08:31:30.484Z] #29 17.99 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 18.00 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-03-06T08:31:30.484Z] #29 18.07 Selecting previously unselected package curl. [2022-03-06T08:31:30.484Z] #29 18.07 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 18.07 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-06T08:31:30.484Z] #29 18.13 Selecting previously unselected package libonig5:arm64. [2022-03-06T08:31:30.484Z] #29 18.13 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 18.13 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-03-06T08:31:30.484Z] #29 18.21 Selecting previously unselected package libjq1:arm64. [2022-03-06T08:31:30.484Z] #29 18.22 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 18.23 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-03-06T08:31:30.484Z] #29 18.31 Selecting previously unselected package jq. [2022-03-06T08:31:30.484Z] #29 18.31 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-03-06T08:31:30.484Z] #29 18.32 Unpacking jq (1.6-2.1) ... [2022-03-06T08:31:30.484Z] #29 18.37 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-03-06T08:31:30.484Z] #29 18.38 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-03-06T08:31:30.484Z] #29 18.39 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-03-06T08:31:30.484Z] #29 18.41 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:31:30.484Z] #29 18.41 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-06T08:31:30.484Z] #29 18.42 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:31:30.484Z] #29 18.43 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-03-06T08:31:30.484Z] #29 18.44 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-06T08:31:30.484Z] #29 18.47 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-03-06T08:31:30.484Z] #29 18.47 Setting up libjq1:arm64 (1.6-2.1) ... [2022-03-06T08:31:30.484Z] #29 18.48 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-03-06T08:31:30.484Z] #29 18.49 Setting up ca-certificates (20210119) ... [2022-03-06T08:31:30.484Z] #29 20.15 Updating certificates in /etc/ssl/certs... [2022-03-06T08:31:31.541Z] #74 exporting layers 3.8s done [2022-03-06T08:31:31.541Z] #74 writing image sha256:e884bc2326b057c95d3d17eac35fd52c956b4b6f67bc31bb7894504d51cbb94e [2022-03-06T08:31:31.541Z] #74 writing image sha256:e884bc2326b057c95d3d17eac35fd52c956b4b6f67bc31bb7894504d51cbb94e done [2022-03-06T08:31:31.541Z] #74 naming to docker.io/library/docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 done [2022-03-06T08:31:31.541Z] #74 DONE 3.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-06T08:31:31.723Z] #11 ... [2022-03-06T08:31:31.723Z] [2022-03-06T08:31:31.723Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-06T08:31:31.723Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-06T08:31:31.723Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-06T08:31:31.723Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-06T08:31:31.723Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-06T08:31:31.723Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.4s [2022-03-06T08:31:31.723Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.7s done [2022-03-06T08:31:31.723Z] #69 DONE 9.7s [2022-03-06T08:31:31.723Z] [2022-03-06T08:31:31.723Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:31.723Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:31:31.856Z] #29 23.13 129 added, 0 removed; done. [2022-03-06T08:31:31.856Z] #29 23.34 Setting up jq (1.6-2.1) ... [2022-03-06T08:31:31.856Z] #29 23.35 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-03-06T08:31:31.856Z] #29 23.37 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-06T08:31:31.856Z] #29 23.38 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:31:31.856Z] #29 23.42 Processing triggers for ca-certificates (20210119) ... [2022-03-06T08:31:31.856Z] #29 23.45 Updating certificates in /etc/ssl/certs... [2022-03-06T08:31:31.885Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -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:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/make.sh dynbinary test-integration [2022-03-06T08:31:32.734Z] #19 59.00 Reading package lists... [2022-03-06T08:31:33.098Z] #11 ... [2022-03-06T08:31:33.098Z] [2022-03-06T08:31:33.098Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-06T08:31:33.098Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-06T08:31:33.098Z] #68 DONE 1.1s [2022-03-06T08:31:33.098Z] [2022-03-06T08:31:33.098Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:33.098Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:31:33.264Z] [2022-03-06T08:31:33.264Z] Removing bundles/ [2022-03-06T08:31:33.264Z] [2022-03-06T08:31:33.264Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-06T08:31:33.264Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-06T08:31:33.264Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:31:34.093Z] #51 ... [2022-03-06T08:31:34.093Z] [2022-03-06T08:31:34.093Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-06T08:31:34.093Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:31:34.093Z] #14 48.20 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-06T08:31:34.093Z] #14 48.91 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-06T08:31:34.093Z] #14 48.91 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-06T08:31:34.093Z] #14 48.91 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-06T08:31:34.093Z] #14 48.92 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-06T08:31:34.093Z] #14 48.92 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-06T08:31:34.093Z] #14 48.94 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-06T08:31:34.093Z] #14 48.94 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-06T08:31:34.093Z] #14 48.96 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-06T08:31:34.093Z] #14 48.96 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-06T08:31:34.093Z] #14 48.98 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-06T08:31:34.093Z] #14 48.99 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-06T08:31:34.093Z] #14 48.99 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-06T08:31:34.093Z] #14 49.04 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-06T08:31:34.093Z] #14 49.05 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-06T08:31:34.093Z] #14 49.05 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-06T08:31:34.093Z] #14 49.05 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-06T08:31:34.093Z] #14 49.96 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:31:34.093Z] #14 50.17 Fetched 115 MB in 7s (16.5 MB/s) [2022-03-06T08:31:34.093Z] #14 50.26 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-06T08:31:34.093Z] #14 50.26 (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-06T08:31:34.093Z] #14 50.33 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-06T08:31:34.093Z] #14 50.34 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-06T08:31:34.093Z] #14 52.25 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-06T08:31:34.093Z] #14 52.25 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-06T08:31:34.093Z] #14 52.26 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-06T08:31:34.093Z] #14 54.79 Selecting previously unselected package binutils-mingw-w64. [2022-03-06T08:31:34.093Z] #14 54.81 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-06T08:31:34.093Z] #14 54.81 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-06T08:31:34.093Z] #14 54.94 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-06T08:31:34.093Z] #14 54.94 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:31:34.093Z] #14 54.98 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:31:34.093Z] #14 55.17 Selecting previously unselected package dmsetup. [2022-03-06T08:31:34.093Z] #14 55.17 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:31:34.093Z] #14 55.18 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-06T08:31:34.093Z] #14 55.39 Selecting previously unselected package mingw-w64-common. [2022-03-06T08:31:34.093Z] #14 55.39 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-06T08:31:34.093Z] #14 55.40 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-06T08:31:34.093Z] #14 ... [2022-03-06T08:31:34.093Z] [2022-03-06T08:31:34.093Z] #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-06T08:31:34.093Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:31:34.093Z] #51 58.56 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-06T08:31:34.093Z] #51 58.65 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-06T08:31:34.093Z] #51 58.65 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-06T08:31:34.093Z] #51 58.71 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-06T08:31:34.093Z] #51 58.76 go: downloading golang.org/x/mod v0.5.1 [2022-03-06T08:31:34.093Z] #51 58.81 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-06T08:31:34.093Z] #51 58.94 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-06T08:31:34.093Z] #51 59.04 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-06T08:31:34.093Z] #51 59.04 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-06T08:31:34.093Z] #51 59.07 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-06T08:31:34.093Z] #51 ... [2022-03-06T08:31:34.093Z] [2022-03-06T08:31:34.093Z] #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-06T08:31:34.093Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:31:34.093Z] #47 48.82 Selecting previously unselected package python3-pkg-resources. [2022-03-06T08:31:34.093Z] #47 48.82 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-06T08:31:34.093Z] #47 48.83 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:31:34.093Z] #47 49.06 Selecting previously unselected package python3-six. [2022-03-06T08:31:34.093Z] #47 49.06 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-06T08:31:34.093Z] #47 49.06 Unpacking python3-six (1.16.0-2) ... [2022-03-06T08:31:34.093Z] #47 49.16 Selecting previously unselected package python3-protobuf. [2022-03-06T08:31:34.093Z] #47 49.17 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-06T08:31:34.093Z] #47 49.18 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-06T08:31:34.093Z] #47 49.71 Selecting previously unselected package libnet1:amd64. [2022-03-06T08:31:34.093Z] #47 49.71 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-06T08:31:34.093Z] #47 49.72 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:31:34.093Z] #47 49.84 Selecting previously unselected package libnl-3-200:amd64. [2022-03-06T08:31:34.093Z] #47 49.85 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-06T08:31:34.093Z] #47 49.85 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:31:34.093Z] #47 49.99 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-06T08:31:34.093Z] #47 49.99 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-06T08:31:34.093Z] #47 50.00 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:31:34.093Z] #47 50.11 Selecting previously unselected package criu. [2022-03-06T08:31:34.093Z] #47 50.11 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-06T08:31:34.093Z] #47 50.12 Unpacking criu (3.16.1-3) ... [2022-03-06T08:31:34.093Z] #47 50.73 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:31:34.093Z] #47 52.46 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-06T08:31:34.093Z] #47 52.48 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:31:34.093Z] #47 52.53 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:31:34.093Z] #47 52.56 Setting up python3-six (1.16.0-2) ... [2022-03-06T08:31:34.093Z] #47 53.72 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:31:34.093Z] #47 53.75 Setting up python3-protobuf (3.12.4-1) ... [2022-03-06T08:31:34.093Z] #47 57.10 Setting up criu (3.16.1-3) ... [2022-03-06T08:31:34.093Z] #47 58.76 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:31:34.352Z] #47 ... [2022-03-06T08:31:34.352Z] [2022-03-06T08:31:34.352Z] #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-06T08:31:34.352Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:31:34.352Z] #38 49.10 Selecting previously unselected package libicu67:amd64. [2022-03-06T08:31:34.352Z] #38 49.11 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-06T08:31:34.352Z] #38 49.12 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-06T08:31:34.352Z] #38 55.12 Selecting previously unselected package libxml2:amd64. [2022-03-06T08:31:34.352Z] #38 55.13 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-06T08:31:34.352Z] #38 55.14 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-06T08:31:34.352Z] #38 55.55 Selecting previously unselected package libarchive13:amd64. [2022-03-06T08:31:34.353Z] #38 55.57 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-06T08:31:34.353Z] #38 55.58 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-06T08:31:34.353Z] #38 55.80 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-06T08:31:34.353Z] #38 55.80 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-06T08:31:34.353Z] #38 55.81 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-06T08:31:34.353Z] #38 55.95 Selecting previously unselected package librhash0:amd64. [2022-03-06T08:31:34.353Z] #38 55.96 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-06T08:31:34.353Z] #38 55.97 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-06T08:31:34.353Z] #38 56.20 Selecting previously unselected package libuv1:amd64. [2022-03-06T08:31:34.353Z] #38 56.20 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-06T08:31:34.353Z] #38 56.21 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-06T08:31:34.353Z] #38 56.38 Selecting previously unselected package cmake. [2022-03-06T08:31:34.353Z] #38 56.40 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-06T08:31:34.353Z] #38 56.41 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-06T08:31:34.386Z] #29 ... [2022-03-06T08:31:34.386Z] [2022-03-06T08:31:34.386Z] #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-06T08:31:34.386Z] #36 sha256:d92b31bad1494e8669b08a4bbff1c0362cea934f3809cf3707355f41c2ba3165 [2022-03-06T08:31:34.386Z] #36 2.591 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-06T08:31:34.386Z] #36 ... [2022-03-06T08:31:34.386Z] [2022-03-06T08:31:34.386Z] #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-06T08:31:34.386Z] #49 sha256:2091bf311a2680210b8be5f35515c5ae9a070f0d398a8c1273941818a5e66041 [2022-03-06T08:31:34.386Z] #49 3.199 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-06T08:31:34.386Z] #49 5.086 go: downloading github.com/fatih/color v1.10.0 [2022-03-06T08:31:34.386Z] #49 5.126 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-06T08:31:34.386Z] #49 5.167 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-06T08:31:34.386Z] #49 5.243 go: downloading github.com/pkg/errors v0.9.1 [2022-03-06T08:31:34.386Z] #49 5.541 go: downloading golang.org/x/tools v0.1.0 [2022-03-06T08:31:34.386Z] #49 5.599 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-06T08:31:34.386Z] #49 5.703 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-06T08:31:34.386Z] #49 5.739 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-06T08:31:34.386Z] #49 5.850 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-06T08:31:34.386Z] #49 8.768 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-06T08:31:34.386Z] #49 8.932 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-06T08:31:34.386Z] #49 9.018 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-06T08:31:34.386Z] #49 10.25 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-06T08:31:34.474Z] #11 ... [2022-03-06T08:31:34.474Z] [2022-03-06T08:31:34.474Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-06T08:31:34.474Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-06T08:31:34.474Z] #70 DONE 1.3s [2022-03-06T08:31:34.474Z] [2022-03-06T08:31:34.474Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:34.474Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:31:34.611Z] #38 ... [2022-03-06T08:31:34.611Z] [2022-03-06T08:31:34.611Z] #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-06T08:31:34.611Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:31:34.611Z] #51 59.08 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-06T08:31:34.611Z] #51 59.24 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-06T08:31:34.644Z] #49 10.27 go: downloading golang.org/x/mod v0.3.0 [2022-03-06T08:31:34.644Z] #49 ... [2022-03-06T08:31:34.644Z] [2022-03-06T08:31:34.644Z] #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-06T08:31:34.644Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-06T08:31:34.644Z] #14 3.387 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:31:34.644Z] #14 3.405 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:31:34.644Z] #14 3.407 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:31:34.644Z] #14 3.906 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-06T08:31:34.644Z] #14 5.149 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-06T08:31:34.644Z] #14 5.471 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-06T08:31:34.644Z] #14 ... [2022-03-06T08:31:34.644Z] [2022-03-06T08:31:34.644Z] #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-06T08:31:34.644Z] #63 sha256:a9f3d78b2103c2401fee432359624416a944c64ff052c114cdc69d0a7827e782 [2022-03-06T08:31:34.644Z] #63 3.069 + RM_GOPATH=0 [2022-03-06T08:31:34.644Z] #63 3.069 + TMP_GOPATH= [2022-03-06T08:31:34.644Z] #63 3.069 + : /build [2022-03-06T08:31:34.644Z] #63 3.069 + '[' -z '' ']' [2022-03-06T08:31:34.644Z] #63 3.070 ++ mktemp -d [2022-03-06T08:31:34.644Z] #63 3.071 + export GOPATH=/tmp/tmp.EdF8q5RIYR [2022-03-06T08:31:34.644Z] #63 3.071 + GOPATH=/tmp/tmp.EdF8q5RIYR [2022-03-06T08:31:34.644Z] #63 3.071 + RM_GOPATH=1 [2022-03-06T08:31:34.644Z] #63 3.072 + case "$(go env GOARCH)" in [2022-03-06T08:31:34.644Z] #63 3.072 ++ go env GOARCH [2022-03-06T08:31:34.644Z] #63 3.079 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:31:34.644Z] #63 3.079 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:31:34.644Z] #63 3.079 ++ dirname /install.sh [2022-03-06T08:31:34.644Z] #63 3.082 + dir=/ [2022-03-06T08:31:34.644Z] #63 3.083 + bin=rootlesskit [2022-03-06T08:31:34.644Z] #63 3.083 + shift [2022-03-06T08:31:34.644Z] #63 3.083 + '[' '!' -f //rootlesskit.installer ']' [2022-03-06T08:31:34.644Z] #63 3.083 + . //rootlesskit.installer [2022-03-06T08:31:34.644Z] #63 3.083 ++ : v0.14.6 [2022-03-06T08:31:34.644Z] #63 3.084 + install_rootlesskit [2022-03-06T08:31:34.644Z] #63 3.084 + case "$1" in [2022-03-06T08:31:34.644Z] #63 3.084 + export CGO_ENABLED=0 [2022-03-06T08:31:34.644Z] #63 3.085 + CGO_ENABLED=0 [2022-03-06T08:31:34.644Z] #63 3.085 + _install_rootlesskit [2022-03-06T08:31:34.644Z] #63 3.090 + echo 'Install rootlesskit version v0.14.6' [2022-03-06T08:31:34.644Z] #63 3.090 Install rootlesskit version v0.14.6 [2022-03-06T08:31:34.644Z] #63 3.090 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-06T08:31:34.644Z] #63 3.091 + GOBIN=/build [2022-03-06T08:31:34.644Z] #63 3.091 + GO111MODULE=on [2022-03-06T08:31:34.644Z] #63 3.091 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-06T08:31:34.644Z] #63 3.645 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-06T08:31:34.644Z] #63 6.287 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-06T08:31:34.644Z] #63 6.293 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-06T08:31:34.644Z] #63 6.680 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-06T08:31:34.644Z] #63 8.733 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-06T08:31:34.644Z] #63 9.322 go: downloading github.com/google/uuid v1.3.0 [2022-03-06T08:31:34.644Z] #63 9.335 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-06T08:31:34.644Z] #63 9.393 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-06T08:31:34.644Z] #63 9.448 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-06T08:31:34.644Z] #63 9.570 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-06T08:31:34.644Z] #63 9.773 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-06T08:31:34.644Z] #63 10.16 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-06T08:31:34.902Z] #63 10.37 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-06T08:31:34.902Z] #63 ... [2022-03-06T08:31:34.902Z] [2022-03-06T08:31:34.902Z] #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-06T08:31:34.902Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-06T08:31:34.902Z] #43 2.798 + git clone https://github.com/docker/distribution.git . [2022-03-06T08:31:34.902Z] #43 2.801 Cloning into '.'... [2022-03-06T08:31:34.902Z] #43 ... [2022-03-06T08:31:34.902Z] [2022-03-06T08:31:34.902Z] #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-06T08:31:34.902Z] #53 sha256:816e54f3e4cada04102342468422afe632a8e165b0c111e555401b5d012c569c [2022-03-06T08:31:34.902Z] #53 3.132 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-06T08:31:34.902Z] #53 4.541 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-06T08:31:34.902Z] #53 4.542 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-06T08:31:34.902Z] #53 4.641 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-06T08:31:34.902Z] #53 5.930 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-06T08:31:34.918Z] #51 59.63 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-06T08:31:34.918Z] #51 59.68 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-06T08:31:35.159Z] #53 ... [2022-03-06T08:31:35.159Z] [2022-03-06T08:31:35.159Z] #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-06T08:31:35.159Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-06T08:31:35.159Z] #58 3.431 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:31:35.159Z] #58 3.451 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:31:35.159Z] #58 3.466 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:31:35.159Z] #58 3.796 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-06T08:31:35.159Z] #58 5.086 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-06T08:31:35.159Z] #58 5.476 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-06T08:31:35.159Z] #58 ... [2022-03-06T08:31:35.159Z] [2022-03-06T08:31:35.159Z] #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-06T08:31:35.159Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-06T08:31:35.159Z] #47 2.615 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:31:35.159Z] #47 2.644 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:31:35.159Z] #47 2.644 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:31:35.159Z] #47 3.092 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-06T08:31:35.159Z] #47 3.233 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-06T08:31:35.159Z] #47 4.273 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-06T08:31:35.159Z] #47 5.193 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-06T08:31:35.159Z] #47 6.812 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-06T08:31:35.306Z] #19 67.83 Building dependency tree... [2022-03-06T08:31:35.407Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 5.0s [2022-03-06T08:31:35.418Z] #47 ... [2022-03-06T08:31:35.418Z] [2022-03-06T08:31:35.418Z] #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-06T08:31:35.418Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-06T08:31:35.418Z] #38 3.626 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:31:35.418Z] #38 3.635 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:31:35.418Z] #38 3.638 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:31:35.418Z] #38 4.076 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-06T08:31:35.418Z] #38 5.112 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-06T08:31:35.418Z] #38 5.780 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-06T08:31:35.418Z] #38 ... [2022-03-06T08:31:35.418Z] [2022-03-06T08:31:35.418Z] #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-06T08:31:35.418Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-06T08:31:35.418Z] #51 3.396 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-06T08:31:35.554Z] #51 60.07 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-06T08:31:35.554Z] #51 60.12 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-06T08:31:35.554Z] #51 60.18 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-06T08:31:35.554Z] #51 60.24 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-06T08:31:35.666Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 5.3s done [2022-03-06T08:31:35.676Z] #51 ... [2022-03-06T08:31:35.676Z] [2022-03-06T08:31:35.676Z] #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-06T08:31:35.676Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-06T08:31:35.676Z] #34 2.923 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-06T08:31:35.676Z] #34 2.925 Cloning into '.'... [2022-03-06T08:31:35.813Z] #51 60.36 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-06T08:31:35.813Z] #51 60.39 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-06T08:31:35.813Z] #51 60.55 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-06T08:31:35.925Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-06T08:31:35.934Z] #34 ... [2022-03-06T08:31:35.934Z] [2022-03-06T08:31:35.934Z] #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-06T08:31:35.934Z] #36 sha256:d92b31bad1494e8669b08a4bbff1c0362cea934f3809cf3707355f41c2ba3165 [2022-03-06T08:31:35.934Z] #36 11.46 tomll can be used in two ways: [2022-03-06T08:31:35.934Z] #36 11.46 Writing to STDIN and reading from STDOUT: [2022-03-06T08:31:35.934Z] #36 11.46 cat file.toml | tomll > file.toml [2022-03-06T08:31:35.934Z] #36 11.46 [2022-03-06T08:31:35.934Z] #36 11.46 Reading and updating a list of files: [2022-03-06T08:31:35.934Z] #36 11.46 tomll a.toml b.toml c.toml [2022-03-06T08:31:35.934Z] #36 11.46 [2022-03-06T08:31:35.934Z] #36 11.46 When given a list of files, tomll will modify all files in place without asking. [2022-03-06T08:31:36.071Z] #51 60.77 go: downloading github.com/prometheus/common v0.10.0 [2022-03-06T08:31:36.071Z] #51 60.91 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-06T08:31:36.071Z] #51 60.94 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-06T08:31:36.330Z] #51 61.02 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-06T08:31:37.245Z] #19 72.55 The following additional packages will be installed: [2022-03-06T08:31:37.245Z] #19 72.55 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-06T08:31:37.245Z] #19 72.56 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-06T08:31:37.245Z] #19 72.56 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-06T08:31:37.245Z] #19 72.56 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-06T08:31:37.245Z] #19 72.56 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-06T08:31:37.245Z] #19 72.56 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-06T08:31:37.245Z] #19 72.56 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-03-06T08:31:37.245Z] #19 72.56 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-03-06T08:31:37.245Z] #19 72.56 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-03-06T08:31:37.245Z] #19 72.56 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-03-06T08:31:37.245Z] #19 72.56 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-06T08:31:37.245Z] #19 72.56 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-06T08:31:37.245Z] #19 72.56 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-06T08:31:37.245Z] #19 72.56 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-06T08:31:37.245Z] #19 72.56 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-06T08:31:37.245Z] #19 72.56 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-06T08:31:37.245Z] #19 72.57 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-06T08:31:37.245Z] #19 72.57 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-06T08:31:37.245Z] #19 72.57 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-06T08:31:37.245Z] #19 72.57 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-06T08:31:37.245Z] #19 72.57 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-06T08:31:37.245Z] #19 72.57 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-06T08:31:37.245Z] #19 72.57 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-06T08:31:37.245Z] #19 72.57 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-06T08:31:37.245Z] #19 72.57 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-06T08:31:37.245Z] #19 72.57 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-06T08:31:37.245Z] #19 72.57 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-06T08:31:37.245Z] #19 72.57 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-06T08:31:37.245Z] #19 72.57 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-06T08:31:37.245Z] #19 72.57 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-06T08:31:37.245Z] #19 72.57 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-06T08:31:37.245Z] #19 72.57 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-06T08:31:37.245Z] #19 72.59 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-06T08:31:37.245Z] #19 72.59 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-06T08:31:37.245Z] #19 72.59 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-06T08:31:37.245Z] #19 72.59 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-06T08:31:37.245Z] #19 72.59 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-06T08:31:37.245Z] #19 72.59 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-06T08:31:37.245Z] #19 72.59 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-06T08:31:37.245Z] #19 72.59 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-06T08:31:37.245Z] #19 72.59 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-06T08:31:37.245Z] #19 72.59 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-06T08:31:37.245Z] #19 72.59 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-06T08:31:37.245Z] #19 72.60 linux-libc-dev-s390x-cross patch xz-utils [2022-03-06T08:31:37.503Z] #19 72.64 Suggested packages: [2022-03-06T08:31:37.503Z] #19 72.64 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-03-06T08:31:37.503Z] #19 72.64 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-03-06T08:31:37.503Z] #19 72.64 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-03-06T08:31:37.503Z] #19 72.64 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-03-06T08:31:37.503Z] #19 72.64 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-03-06T08:31:37.503Z] #19 72.64 libyaml-shell-perl ed diffutils-doc [2022-03-06T08:31:37.503Z] #19 72.64 Recommended packages: [2022-03-06T08:31:37.503Z] #19 72.64 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-03-06T08:31:37.503Z] #19 72.64 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-03-06T08:31:37.708Z] #51 ... [2022-03-06T08:31:37.708Z] [2022-03-06T08:31:37.708Z] #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-06T08:31:37.708Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-06T08:31:37.708Z] #49 60.06 gotestsum version dev [2022-03-06T08:31:37.708Z] #49 DONE 62.3s [2022-03-06T08:31:37.708Z] [2022-03-06T08:31:37.708Z] #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-06T08:31:37.708Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:31:37.708Z] #47 DONE 62.1s [2022-03-06T08:31:37.708Z] [2022-03-06T08:31:37.708Z] #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-06T08:31:37.708Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:31:37.708Z] #51 62.38 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-06T08:31:38.275Z] #51 ... [2022-03-06T08:31:38.275Z] [2022-03-06T08:31:38.275Z] #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-06T08:31:38.275Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:31:38.275Z] #38 60.77 Setting up libicu67:amd64 (67.1-7) ... [2022-03-06T08:31:38.275Z] #38 60.87 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:31:38.275Z] #38 60.95 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-06T08:31:38.275Z] #38 61.22 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:31:38.275Z] #38 61.31 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-06T08:31:38.275Z] #38 61.37 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-06T08:31:38.275Z] #38 61.40 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-06T08:31:38.275Z] #38 61.60 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-06T08:31:38.275Z] #38 62.10 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-06T08:31:38.275Z] #38 62.20 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-06T08:31:38.275Z] #38 62.30 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:31:38.275Z] #38 DONE 63.0s [2022-03-06T08:31:38.275Z] [2022-03-06T08:31:38.275Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-06T08:31:38.275Z] #39 sha256:7fdec7be9a93304a60c8bf398fc985c1341d8a8214a28ed339bf267148177a0d [2022-03-06T08:31:38.275Z] #39 DONE 0.2s [2022-03-06T08:31:38.275Z] [2022-03-06T08:31:38.275Z] #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-06T08:31:38.275Z] #40 sha256:ede5b8b043d8f667b518ab48143da6b5bff72ef633752bcec209655c38df3720 [2022-03-06T08:31:38.472Z] #36 DONE 13.9s [2022-03-06T08:31:38.472Z] [2022-03-06T08:31:38.472Z] #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-06T08:31:38.472Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-06T08:31:38.472Z] #29 25.98 0 added, 0 removed; done. [2022-03-06T08:31:38.472Z] #29 25.98 Running hooks in /etc/ca-certificates/update.d... [2022-03-06T08:31:38.472Z] #29 25.99 done. [2022-03-06T08:31:38.472Z] #29 DONE 29.6s [2022-03-06T08:31:38.472Z] [2022-03-06T08:31:38.472Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-06T08:31:38.472Z] #30 sha256:c91b827122b87c3108fdec305cb9401fccacba35692160fd4a35804cea7098a5 [2022-03-06T08:31:38.472Z] #30 DONE 0.2s [2022-03-06T08:31:38.472Z] [2022-03-06T08:31:38.472Z] #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-06T08:31:38.472Z] #31 sha256:aa9e6137db8ef463023e0691dbba8b22098b4f22a9aac3e1daff30926c462b6c [2022-03-06T08:31:40.101Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 4.2s done [2022-03-06T08:31:40.101Z] #11 ... [2022-03-06T08:31:40.101Z] [2022-03-06T08:31:40.101Z] #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-06T08:31:40.101Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-06T08:31:40.101Z] #29 1.239 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:31:40.101Z] #29 1.262 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:31:40.101Z] #29 1.270 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:31:40.101Z] #29 1.515 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:31:40.101Z] #29 1.835 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:31:40.101Z] #29 2.652 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:31:40.101Z] #29 4.270 Fetched 8505 kB in 3s (2577 kB/s) [2022-03-06T08:31:40.101Z] #29 4.270 Reading package lists... [2022-03-06T08:31:40.101Z] #29 5.120 Reading package lists... [2022-03-06T08:31:40.101Z] #29 5.929 Building dependency tree... [2022-03-06T08:31:40.101Z] #29 6.316 The following additional packages will be installed: [2022-03-06T08:31:40.101Z] #29 6.316 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-06T08:31:40.101Z] #29 6.316 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-06T08:31:40.101Z] #29 6.316 Recommended packages: [2022-03-06T08:31:40.101Z] #29 6.316 libldap-common publicsuffix libsasl2-modules [2022-03-06T08:31:40.101Z] #29 6.482 The following NEW packages will be installed: [2022-03-06T08:31:40.101Z] #29 6.482 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-06T08:31:40.101Z] #29 6.482 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-06T08:31:40.101Z] #29 6.482 libssh2-1 openssl [2022-03-06T08:31:40.101Z] #29 6.765 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:31:40.101Z] #29 6.765 Need to get 3038 kB of archives. [2022-03-06T08:31:40.101Z] #29 6.765 After this operation, 6650 kB of additional disk space will be used. [2022-03-06T08:31:40.101Z] #29 6.765 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-06T08:31:40.101Z] #29 6.767 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-06T08:31:40.101Z] #29 6.768 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-06T08:31:40.101Z] #29 6.781 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-06T08:31:40.101Z] #29 6.782 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-06T08:31:40.101Z] #29 6.785 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-06T08:31:40.101Z] #29 6.787 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-06T08:31:40.101Z] #29 6.789 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-06T08:31:40.101Z] #29 6.790 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-06T08:31:40.101Z] #29 6.791 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-06T08:31:40.101Z] #29 6.796 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-06T08:31:40.101Z] #29 6.799 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-06T08:31:40.101Z] #29 6.803 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-06T08:31:40.101Z] #29 6.805 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-06T08:31:40.101Z] #29 6.807 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-06T08:31:40.101Z] #29 6.985 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:31:40.101Z] #29 7.019 Fetched 3038 kB in 0s (9374 kB/s) [2022-03-06T08:31:40.101Z] #29 7.046 Selecting previously unselected package openssl. [2022-03-06T08:31:40.101Z] #29 7.046 (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-06T08:31:40.101Z] #29 7.054 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 7.059 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-06T08:31:40.101Z] #29 7.209 Selecting previously unselected package ca-certificates. [2022-03-06T08:31:40.101Z] #29 7.209 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-06T08:31:40.101Z] #29 7.213 Unpacking ca-certificates (20210119) ... [2022-03-06T08:31:40.101Z] #29 7.295 Selecting previously unselected package libbrotli1:amd64. [2022-03-06T08:31:40.101Z] #29 7.296 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 7.303 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-06T08:31:40.101Z] #29 7.389 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-06T08:31:40.101Z] #29 7.389 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 7.394 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:31:40.101Z] #29 7.443 Selecting previously unselected package libsasl2-2:amd64. [2022-03-06T08:31:40.101Z] #29 7.443 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 7.447 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:31:40.101Z] #29 7.495 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-06T08:31:40.101Z] #29 7.495 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 7.499 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-06T08:31:40.101Z] #29 7.605 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-06T08:31:40.101Z] #29 7.605 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 7.610 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-06T08:31:40.101Z] #29 7.665 Selecting previously unselected package libpsl5:amd64. [2022-03-06T08:31:40.101Z] #29 7.665 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 7.668 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-06T08:31:40.101Z] #29 7.717 Selecting previously unselected package librtmp1:amd64. [2022-03-06T08:31:40.101Z] #29 7.717 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 7.721 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-06T08:31:40.101Z] #29 7.770 Selecting previously unselected package libssh2-1:amd64. [2022-03-06T08:31:40.101Z] #29 7.771 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 7.775 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-06T08:31:40.101Z] #29 7.838 Selecting previously unselected package libcurl4:amd64. [2022-03-06T08:31:40.101Z] #29 7.838 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 7.841 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-06T08:31:40.101Z] #29 7.916 Selecting previously unselected package curl. [2022-03-06T08:31:40.101Z] #29 7.916 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 7.926 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-06T08:31:40.101Z] #29 7.991 Selecting previously unselected package libonig5:amd64. [2022-03-06T08:31:40.101Z] #29 7.991 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 7.995 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:31:40.101Z] #29 8.061 Selecting previously unselected package libjq1:amd64. [2022-03-06T08:31:40.101Z] #29 8.061 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 8.064 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:31:40.101Z] #29 8.115 Selecting previously unselected package jq. [2022-03-06T08:31:40.101Z] #29 8.115 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-06T08:31:40.101Z] #29 8.119 Unpacking jq (1.6-2.1) ... [2022-03-06T08:31:40.101Z] #29 8.178 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-06T08:31:40.101Z] #29 8.194 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-06T08:31:40.101Z] #29 8.206 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-06T08:31:40.101Z] #29 8.218 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:31:40.101Z] #29 8.230 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-06T08:31:40.101Z] #29 8.243 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-06T08:31:40.101Z] #29 8.255 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-06T08:31:40.101Z] #29 8.272 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-06T08:31:40.101Z] #29 8.289 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:31:40.101Z] #29 8.299 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:31:40.101Z] #29 8.312 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-06T08:31:40.101Z] #29 8.324 Setting up ca-certificates (20210119) ... [2022-03-06T08:31:40.101Z] #29 8.924 Updating certificates in /etc/ssl/certs... [2022-03-06T08:31:40.101Z] #29 9.616 129 added, 0 removed; done. [2022-03-06T08:31:40.101Z] #29 9.647 Setting up jq (1.6-2.1) ... [2022-03-06T08:31:40.101Z] #29 9.658 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-06T08:31:40.101Z] #29 9.669 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-06T08:31:40.101Z] #29 9.682 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:31:40.101Z] #29 9.700 Processing triggers for ca-certificates (20210119) ... [2022-03-06T08:31:40.101Z] #29 9.710 Updating certificates in /etc/ssl/certs... [2022-03-06T08:31:40.101Z] #29 10.25 0 added, 0 removed; done. [2022-03-06T08:31:40.101Z] #29 10.25 Running hooks in /etc/ca-certificates/update.d... [2022-03-06T08:31:40.101Z] #29 10.25 done. [2022-03-06T08:31:40.183Z] #40 1.502 + RM_GOPATH=0 [2022-03-06T08:31:40.183Z] #40 1.502 + TMP_GOPATH= [2022-03-06T08:31:40.183Z] #40 1.502 + : /build [2022-03-06T08:31:40.183Z] #40 1.502 + '[' -z '' ']' [2022-03-06T08:31:40.183Z] #40 1.503 ++ mktemp -d [2022-03-06T08:31:40.183Z] #40 1.553 + export GOPATH=/tmp/tmp.z2x3b7uUw7 [2022-03-06T08:31:40.183Z] #40 1.553 + GOPATH=/tmp/tmp.z2x3b7uUw7 [2022-03-06T08:31:40.183Z] #40 1.553 + RM_GOPATH=1 [2022-03-06T08:31:40.183Z] #40 1.553 + case "$(go env GOARCH)" in [2022-03-06T08:31:40.183Z] #40 1.553 ++ go env GOARCH [2022-03-06T08:31:40.183Z] #40 1.591 Install tini version v0.19.0 [2022-03-06T08:31:40.183Z] #40 1.591 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:31:40.183Z] #40 1.591 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:31:40.183Z] #40 1.591 ++ dirname /install.sh [2022-03-06T08:31:40.183Z] #40 1.591 + dir=/ [2022-03-06T08:31:40.183Z] #40 1.591 + bin=tini [2022-03-06T08:31:40.183Z] #40 1.591 + shift [2022-03-06T08:31:40.183Z] #40 1.591 + '[' '!' -f //tini.installer ']' [2022-03-06T08:31:40.183Z] #40 1.591 + . //tini.installer [2022-03-06T08:31:40.183Z] #40 1.591 ++ : v0.19.0 [2022-03-06T08:31:40.183Z] #40 1.591 + install_tini [2022-03-06T08:31:40.183Z] #40 1.591 + echo 'Install tini version v0.19.0' [2022-03-06T08:31:40.183Z] #40 1.591 + git clone https://github.com/krallin/tini.git /tmp/tmp.z2x3b7uUw7/tini [2022-03-06T08:31:40.183Z] #40 1.601 Cloning into '/tmp/tmp.z2x3b7uUw7/tini'... [2022-03-06T08:31:40.776Z] #19 76.11 The following NEW packages will be installed: [2022-03-06T08:31:40.776Z] #19 76.11 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-06T08:31:40.776Z] #19 76.11 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-06T08:31:40.776Z] #19 76.11 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-06T08:31:40.776Z] #19 76.11 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-06T08:31:40.776Z] #19 76.11 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-06T08:31:40.776Z] #19 76.11 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-06T08:31:40.776Z] #19 76.11 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-03-06T08:31:40.776Z] #19 76.11 crossbuild-essential-armel crossbuild-essential-armhf [2022-03-06T08:31:40.776Z] #19 76.11 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-03-06T08:31:40.776Z] #19 76.11 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-03-06T08:31:40.776Z] #19 76.11 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-03-06T08:31:40.776Z] #19 76.11 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-03-06T08:31:40.776Z] #19 76.11 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-03-06T08:31:40.776Z] #19 76.11 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-06T08:31:40.776Z] #19 76.11 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-06T08:31:40.776Z] #19 76.11 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-06T08:31:40.776Z] #19 76.11 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-06T08:31:40.776Z] #19 76.11 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-06T08:31:40.776Z] #19 76.11 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-06T08:31:40.776Z] #19 76.11 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-06T08:31:40.776Z] #19 76.12 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-06T08:31:40.776Z] #19 76.12 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-06T08:31:40.776Z] #19 76.12 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-06T08:31:40.776Z] #19 76.12 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-06T08:31:40.776Z] #19 76.12 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-06T08:31:40.776Z] #19 76.12 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-06T08:31:40.776Z] #19 76.12 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-06T08:31:40.776Z] #19 76.12 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-06T08:31:40.776Z] #19 76.12 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-06T08:31:40.776Z] #19 76.12 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-06T08:31:40.776Z] #19 76.12 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-06T08:31:40.776Z] #19 76.12 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-06T08:31:40.776Z] #19 76.12 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-06T08:31:40.776Z] #19 76.12 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-06T08:31:40.776Z] #19 76.12 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-06T08:31:40.776Z] #19 76.13 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-06T08:31:40.776Z] #19 76.13 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-06T08:31:40.776Z] #19 76.13 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-06T08:31:40.776Z] #19 76.13 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-06T08:31:40.776Z] #19 76.14 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-06T08:31:40.776Z] #19 76.14 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-06T08:31:40.776Z] #19 76.14 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-06T08:31:40.776Z] #19 76.14 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-06T08:31:40.776Z] #19 76.14 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-06T08:31:40.776Z] #19 76.14 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-06T08:31:40.776Z] #19 76.14 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-06T08:31:40.776Z] #19 76.14 linux-libc-dev-s390x-cross patch xz-utils [2022-03-06T08:31:41.032Z] #29 ... [2022-03-06T08:31:41.032Z] [2022-03-06T08:31:41.032Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:41.032Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:31:41.032Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 [2022-03-06T08:31:41.117Z] #40 2.684 + cd /tmp/tmp.z2x3b7uUw7/tini [2022-03-06T08:31:41.117Z] #40 2.684 + git checkout -q v0.19.0 [2022-03-06T08:31:41.117Z] #40 2.720 + cmake . [2022-03-06T08:31:41.383Z] #19 76.59 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:31:41.383Z] #19 76.59 Need to get 787 MB of archives. [2022-03-06T08:31:41.383Z] #19 76.59 After this operation, 3385 MB of additional disk space will be used. [2022-03-06T08:31:41.383Z] #19 76.59 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-06T08:31:41.383Z] #19 76.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-06T08:31:41.383Z] #19 76.61 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-03-06T08:31:41.383Z] #19 76.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-03-06T08:31:41.383Z] #19 76.62 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-03-06T08:31:41.383Z] #19 76.62 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-06T08:31:41.383Z] #19 76.63 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-06T08:31:41.383Z] #19 76.70 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-06T08:31:41.684Z] #19 76.78 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-06T08:31:41.684Z] #19 76.84 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-06T08:31:41.684Z] #19 76.89 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-06T08:31:41.684Z] #19 76.93 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-06T08:31:41.684Z] #40 3.142 -- The C compiler identification is GNU 10.2.1 [2022-03-06T08:31:41.684Z] #19 76.93 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-06T08:31:41.684Z] #40 3.191 -- Detecting C compiler ABI info [2022-03-06T08:31:41.942Z] #40 3.588 -- Detecting C compiler ABI info - done [2022-03-06T08:31:41.942Z] #40 3.695 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-06T08:31:42.200Z] #40 3.706 -- Detecting C compile features [2022-03-06T08:31:42.200Z] #40 3.707 -- Detecting C compile features - done [2022-03-06T08:31:42.200Z] #40 3.749 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-06T08:31:42.200Z] #40 3.877 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-06T08:31:42.200Z] #40 3.962 -- Configuring done [2022-03-06T08:31:42.404Z] #11 ... [2022-03-06T08:31:42.405Z] [2022-03-06T08:31:42.405Z] #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-06T08:31:42.405Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-06T08:31:42.405Z] #29 DONE 13.4s [2022-03-06T08:31:42.405Z] [2022-03-06T08:31:42.405Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:42.405Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:31:42.405Z] #11 ... [2022-03-06T08:31:42.405Z] [2022-03-06T08:31:42.405Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-06T08:31:42.405Z] #30 sha256:2c25f67cd4cf659fde385ebfa7b60a252bf91c8b7c848061122a93d3956af19c [2022-03-06T08:31:42.405Z] #30 DONE 0.2s [2022-03-06T08:31:42.405Z] [2022-03-06T08:31:42.405Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-06T08:31:42.405Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-06T08:31:42.458Z] #40 3.967 -- Generating done [2022-03-06T08:31:42.458Z] #40 3.985 -- Build files have been written to: /tmp/tmp.z2x3b7uUw7/tini [2022-03-06T08:31:42.458Z] #40 3.992 + make tini-static [2022-03-06T08:31:42.458Z] #40 4.245 Scanning dependencies of target tini-static [2022-03-06T08:31:42.616Z] #19 77.97 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-06T08:31:42.616Z] #19 77.97 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-06T08:31:42.716Z] #40 4.276 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-06T08:31:43.651Z] #40 5.141 [100%] Linking C executable tini-static [2022-03-06T08:31:43.728Z] #31 ... [2022-03-06T08:31:43.728Z] [2022-03-06T08:31:43.728Z] #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-06T08:31:43.728Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-06T08:31:43.728Z] #43 16.56 + git checkout -q v2.3.0 [2022-03-06T08:31:43.728Z] #43 18.20 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-06T08:31:43.916Z] #40 5.622 [100%] Built target tini-static [2022-03-06T08:31:43.916Z] #40 5.692 + mkdir -p /build [2022-03-06T08:31:43.992Z] #19 79.00 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-06T08:31:43.992Z] #19 79.00 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-06T08:31:44.177Z] #40 5.694 + cp tini-static /build/docker-init [2022-03-06T08:31:44.742Z] #40 DONE 6.4s [2022-03-06T08:31:44.742Z] [2022-03-06T08:31:44.742Z] #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-06T08:31:44.742Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:31:44.742Z] #14 60.86 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-06T08:31:44.742Z] #14 60.86 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-06T08:31:44.742Z] #14 60.88 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-06T08:31:44.742Z] #14 66.88 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-06T08:31:44.742Z] #14 66.88 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:31:44.742Z] #14 66.89 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-06T08:31:44.742Z] #14 66.99 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-06T08:31:44.742Z] #14 66.99 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:31:44.742Z] #14 67.00 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-06T08:31:44.921Z] #19 80.08 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-06T08:31:44.921Z] #19 80.08 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-06T08:31:45.096Z] #43 ... [2022-03-06T08:31:45.096Z] [2022-03-06T08:31:45.096Z] #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-06T08:31:45.096Z] #63 sha256:a9f3d78b2103c2401fee432359624416a944c64ff052c114cdc69d0a7827e782 [2022-03-06T08:31:45.096Z] #63 10.55 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-06T08:31:45.096Z] #63 11.75 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-06T08:31:45.096Z] #63 ... [2022-03-06T08:31:45.096Z] [2022-03-06T08:31:45.096Z] #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-06T08:31:45.096Z] #31 sha256:aa9e6137db8ef463023e0691dbba8b22098b4f22a9aac3e1daff30926c462b6c [2022-03-06T08:31:45.096Z] #31 5.340 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-06T08:31:45.356Z] #31 6.907 [2022-03-06T08:31:45.614Z] #31 7.203 #=#=# # 2.0% ######################################################################## 100.0% [2022-03-06T08:31:45.614Z] #31 ... [2022-03-06T08:31:45.614Z] [2022-03-06T08:31:45.614Z] #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-06T08:31:45.614Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-06T08:31:45.614Z] #14 11.55 Fetched 8392 kB in 8s (994 kB/s) [2022-03-06T08:31:45.614Z] #14 11.55 Reading package lists... [2022-03-06T08:31:45.614Z] #14 15.82 Reading package lists... [2022-03-06T08:31:45.614Z] #14 19.12 Building dependency tree... [2022-03-06T08:31:45.852Z] #19 81.05 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-06T08:31:45.853Z] #19 81.05 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-06T08:31:45.871Z] #14 ... [2022-03-06T08:31:45.871Z] [2022-03-06T08:31:45.871Z] #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-06T08:31:45.871Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-06T08:31:45.871Z] #38 12.04 Fetched 8392 kB in 9s (966 kB/s) [2022-03-06T08:31:45.871Z] #38 12.04 Reading package lists... [2022-03-06T08:31:45.871Z] #38 16.33 Reading package lists... [2022-03-06T08:31:45.871Z] #38 20.56 Building dependency tree... [2022-03-06T08:31:46.435Z] #38 ... [2022-03-06T08:31:46.435Z] [2022-03-06T08:31:46.435Z] #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-06T08:31:46.435Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-06T08:31:46.435Z] #58 12.05 Fetched 8392 kB in 9s (941 kB/s) [2022-03-06T08:31:46.435Z] #58 12.05 Reading package lists... [2022-03-06T08:31:46.435Z] #58 16.49 Reading package lists... [2022-03-06T08:31:46.435Z] #58 20.82 Building dependency tree... [2022-03-06T08:31:46.435Z] #58 ... [2022-03-06T08:31:46.435Z] [2022-03-06T08:31:46.435Z] #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-06T08:31:46.435Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-06T08:31:46.435Z] #14 22.26 The following additional packages will be installed: [2022-03-06T08:31:46.435Z] #14 22.27 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-06T08:31:46.435Z] #14 22.27 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-06T08:31:46.435Z] #14 22.27 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-06T08:31:46.435Z] #14 22.27 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-06T08:31:46.435Z] #14 22.27 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-06T08:31:46.435Z] #14 22.28 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-06T08:31:46.435Z] #14 22.28 mingw-w64-common mingw-w64-x86-64-dev [2022-03-06T08:31:46.435Z] #14 22.29 Suggested packages: [2022-03-06T08:31:46.435Z] #14 22.31 gcc-10-locales seccomp wine64 [2022-03-06T08:31:46.435Z] #14 ... [2022-03-06T08:31:46.435Z] [2022-03-06T08:31:46.435Z] #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-06T08:31:46.435Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-06T08:31:46.435Z] #47 11.96 Fetched 8395 kB in 10s (869 kB/s) [2022-03-06T08:31:46.435Z] #47 11.96 Reading package lists... [2022-03-06T08:31:46.435Z] #47 16.54 Reading package lists... [2022-03-06T08:31:46.586Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.1s [2022-03-06T08:31:46.699Z] #47 20.92 Building dependency tree... [2022-03-06T08:31:46.699Z] #47 ... [2022-03-06T08:31:46.699Z] [2022-03-06T08:31:46.699Z] #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-06T08:31:46.699Z] #31 sha256:aa9e6137db8ef463023e0691dbba8b22098b4f22a9aac3e1daff30926c462b6c [2022-03-06T08:31:46.699Z] #31 8.306 [2022-03-06T08:31:46.782Z] #19 82.02 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-06T08:31:46.782Z] #19 82.02 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-06T08:31:46.782Z] #19 82.02 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-06T08:31:46.782Z] #19 82.02 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-06T08:31:46.782Z] #19 82.02 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-06T08:31:46.782Z] #19 82.03 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-03-06T08:31:46.782Z] #19 82.03 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-06T08:31:46.782Z] #19 82.03 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-03-06T08:31:46.782Z] #19 82.06 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-06T08:31:46.782Z] #19 82.07 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-06T08:31:46.782Z] #19 82.07 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-06T08:31:46.782Z] #19 82.08 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-03-06T08:31:46.782Z] #19 82.08 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-03-06T08:31:46.783Z] #19 82.13 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-03-06T08:31:46.783Z] #19 82.15 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-03-06T08:31:46.783Z] #19 82.19 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-06T08:31:47.039Z] #19 82.21 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-03-06T08:31:47.039Z] #19 82.22 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-06T08:31:47.039Z] #19 82.25 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-06T08:31:48.452Z] #19 83.40 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-06T08:31:48.452Z] #19 83.40 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-06T08:31:48.452Z] #19 83.44 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-03-06T08:31:48.452Z] #19 83.48 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-06T08:31:48.452Z] #19 83.51 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-06T08:31:48.487Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 7.4s done [2022-03-06T08:31:48.753Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 [2022-03-06T08:31:48.754Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-06T08:31:48.924Z] #14 73.13 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-06T08:31:48.924Z] #14 73.13 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:31:48.924Z] #14 73.14 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:31:49.011Z] #11 DONE 27.0s [2022-03-06T08:31:49.011Z] [2022-03-06T08:31:49.011Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-06T08:31:49.011Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-06T08:31:50.909Z] #31 11.87 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-06T08:31:51.013Z] #19 86.37 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-06T08:31:51.013Z] #19 86.37 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-06T08:31:51.013Z] #19 86.37 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-03-06T08:31:51.013Z] #19 86.45 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-03-06T08:31:51.013Z] #19 86.47 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-06T08:31:51.167Z] #31 12.77 [2022-03-06T08:31:51.270Z] #19 86.48 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-06T08:31:51.449Z] #31 13.05 #=#=# 0.1% ######################################################################## 100.0% [2022-03-06T08:31:51.545Z] #12 ... [2022-03-06T08:31:51.545Z] [2022-03-06T08:31:51.545Z] #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-06T08:31:51.545Z] #31 sha256:94b95df42bb5bf00dab1abe55105643cda77ad8f037adb123920d5a9579530e6 [2022-03-06T08:31:51.545Z] #31 1.527 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-06T08:31:51.545Z] #31 1.787 [2022-03-06T08:31:51.545Z] #31 2.001 #=#=# ######################################################################## 100.0% [2022-03-06T08:31:51.545Z] #31 2.266 [2022-03-06T08:31:51.545Z] #31 3.116 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-06T08:31:51.545Z] #31 3.409 [2022-03-06T08:31:51.545Z] #31 3.626 #=#=# ######################################################################## 100.0% [2022-03-06T08:31:51.545Z] #31 3.946 [2022-03-06T08:31:51.545Z] #31 4.824 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-06T08:31:51.545Z] #31 5.081 [2022-03-06T08:31:51.545Z] #31 5.298 #=#=# ############## 20.3% ########################################## 59.1% ################################################################# 91.3% ######################################################################## 100.0% [2022-03-06T08:31:51.545Z] #31 5.850 [2022-03-06T08:31:51.545Z] #31 6.708 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-06T08:31:51.545Z] #31 6.922 [2022-03-06T08:31:51.545Z] #31 7.137 #=#=# ######################################################################## 100.0% [2022-03-06T08:31:51.545Z] #31 7.356 [2022-03-06T08:31:51.545Z] #31 7.952 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-06T08:31:51.545Z] #31 8.244 [2022-03-06T08:31:51.545Z] #31 8.464 #=#=# ######################################################################## 100.0% [2022-03-06T08:31:51.545Z] #31 8.722 [2022-03-06T08:31:51.545Z] #31 8.771 Download of images into '/build' complete. [2022-03-06T08:31:51.545Z] #31 8.771 Use something like the following to load the result into a Docker daemon: [2022-03-06T08:31:51.545Z] #31 8.771 tar -cC '/build' . | docker load [2022-03-06T08:31:51.545Z] #31 DONE 8.9s [2022-03-06T08:31:51.545Z] [2022-03-06T08:31:51.545Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-06T08:31:51.545Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-06T08:31:51.545Z] #12 DONE 2.5s [2022-03-06T08:31:51.545Z] [2022-03-06T08:31:51.545Z] #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-06T08:31:51.545Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-06T08:31:51.568Z] #19 87.04 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-06T08:31:51.825Z] #19 87.05 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-06T08:31:51.825Z] #19 87.05 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-06T08:31:51.825Z] #19 87.06 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-06T08:31:51.825Z] #19 87.06 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-06T08:31:51.825Z] #19 87.07 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-03-06T08:31:51.825Z] #19 87.07 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-03-06T08:31:51.825Z] #19 87.07 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-06T08:31:51.825Z] #19 87.07 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-03-06T08:31:51.825Z] #19 87.07 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-03-06T08:31:51.825Z] #19 87.08 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-06T08:31:51.825Z] #19 87.08 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-03-06T08:31:51.825Z] #19 87.08 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-03-06T08:31:51.825Z] #19 87.09 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-03-06T08:31:51.825Z] #19 87.12 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-06T08:31:51.825Z] #19 87.12 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-06T08:31:51.825Z] #19 87.12 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-03-06T08:31:51.825Z] #19 87.12 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-03-06T08:31:51.825Z] #19 87.18 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-06T08:31:51.825Z] #19 ... [2022-03-06T08:31:51.825Z] [2022-03-06T08:31:51.825Z] #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-06T08:31:51.825Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-06T08:31:51.825Z] #41 DONE 101.8s [2022-03-06T08:31:51.825Z] [2022-03-06T08:31:51.825Z] #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-06T08:31:51.825Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-06T08:31:51.826Z] #19 87.19 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-03-06T08:31:51.826Z] #19 87.21 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-06T08:31:51.826Z] #19 87.22 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-06T08:31:52.108Z] #13 DONE 0.6s [2022-03-06T08:31:52.109Z] [2022-03-06T08:31:52.109Z] #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-06T08:31:52.109Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-06T08:31:52.109Z] #46 DONE 0.1s [2022-03-06T08:31:52.109Z] [2022-03-06T08:31:52.109Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-06T08:31:52.109Z] #25 sha256:bdf1c64932c9769242705a0d2824116f5046ae801f23142a2b6c492a7bb93f52 [2022-03-06T08:31:52.366Z] #25 ... [2022-03-06T08:31:52.366Z] [2022-03-06T08:31:52.366Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-06T08:31:52.366Z] #62 sha256:a165de98d2882ef9403a9f8a0331fba3eb64ae8ad95faf0b984fbd012c864997 [2022-03-06T08:31:52.366Z] #62 DONE 0.2s [2022-03-06T08:31:52.366Z] [2022-03-06T08:31:52.366Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-06T08:31:52.366Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-06T08:31:52.366Z] #33 DONE 0.2s [2022-03-06T08:31:52.468Z] #31 ... [2022-03-06T08:31:52.468Z] [2022-03-06T08:31:52.468Z] #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-06T08:31:52.468Z] #53 sha256:816e54f3e4cada04102342468422afe632a8e165b0c111e555401b5d012c569c [2022-03-06T08:31:52.468Z] #53 26.19 v3.0.2 [2022-03-06T08:31:52.468Z] #53 DONE 28.1s [2022-03-06T08:31:52.468Z] [2022-03-06T08:31:52.468Z] #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-06T08:31:52.468Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-06T08:31:52.468Z] #58 24.11 The following additional packages will be installed: [2022-03-06T08:31:52.468Z] #58 24.12 libbtrfs0 [2022-03-06T08:31:52.468Z] #58 24.30 The following NEW packages will be installed: [2022-03-06T08:31:52.468Z] #58 24.32 libbtrfs-dev libbtrfs0 [2022-03-06T08:31:52.468Z] #58 24.70 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:31:52.468Z] #58 24.70 Need to get 454 kB of archives. [2022-03-06T08:31:52.468Z] #58 24.70 After this operation, 1275 kB of additional disk space will be used. [2022-03-06T08:31:52.468Z] #58 24.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-03-06T08:31:52.468Z] #58 24.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-03-06T08:31:52.468Z] #58 25.49 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:31:52.468Z] #58 26.18 Fetched 454 kB in 0s (1174 kB/s) [2022-03-06T08:31:52.468Z] #58 27.36 Selecting previously unselected package libbtrfs0:arm64. [2022-03-06T08:31:52.468Z] #58 27.36 (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-06T08:31:52.468Z] #58 27.48 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-03-06T08:31:52.468Z] #58 27.64 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-03-06T08:31:52.468Z] #58 28.06 Selecting previously unselected package libbtrfs-dev:arm64. [2022-03-06T08:31:52.468Z] #58 28.06 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-03-06T08:31:52.468Z] #58 28.07 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-06T08:31:52.623Z] [2022-03-06T08:31:52.623Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-06T08:31:52.623Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-06T08:31:52.623Z] #42 DONE 0.4s [2022-03-06T08:31:52.623Z] [2022-03-06T08:31:52.623Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-06T08:31:52.623Z] #25 sha256:bdf1c64932c9769242705a0d2824116f5046ae801f23142a2b6c492a7bb93f52 [2022-03-06T08:31:52.623Z] #25 DONE 0.4s [2022-03-06T08:31:52.623Z] [2022-03-06T08:31:52.623Z] #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-06T08:31:52.623Z] #26 sha256:f98613dfc4125afd860d95d447cd1f17998192194732d291d818ddc5b4826a11 [2022-03-06T08:31:52.726Z] #58 28.48 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-03-06T08:31:52.726Z] #58 28.54 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-06T08:31:52.726Z] #58 28.55 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:31:54.391Z] #19 89.79 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-06T08:31:54.391Z] #19 89.81 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-06T08:31:54.653Z] #19 89.85 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-03-06T08:31:54.653Z] #19 89.96 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-06T08:31:54.653Z] #19 90.03 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-06T08:31:55.256Z] #58 ... [2022-03-06T08:31:55.256Z] [2022-03-06T08:31:55.256Z] #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-06T08:31:55.256Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-06T08:31:55.256Z] #51 22.64 go: downloading github.com/fatih/color v1.13.0 [2022-03-06T08:31:55.256Z] #51 22.65 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-06T08:31:55.256Z] #51 22.76 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-06T08:31:55.256Z] #51 22.77 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-06T08:31:55.256Z] #51 22.95 go: downloading github.com/spf13/viper v1.10.1 [2022-03-06T08:31:55.256Z] #51 23.06 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-06T08:31:55.256Z] #51 23.43 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-06T08:31:55.256Z] #51 23.43 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-06T08:31:55.256Z] #51 24.36 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-06T08:31:55.256Z] #51 24.39 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-06T08:31:55.256Z] #51 27.92 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-06T08:31:55.256Z] #51 27.92 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-06T08:31:55.256Z] #51 28.01 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-06T08:31:55.256Z] #51 28.22 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-06T08:31:55.256Z] #51 28.29 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-06T08:31:55.256Z] #51 28.33 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-06T08:31:55.256Z] #51 28.41 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-06T08:31:55.256Z] #51 28.45 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-06T08:31:55.256Z] #51 28.57 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-06T08:31:55.256Z] #51 28.61 go: downloading github.com/spf13/afero v1.6.0 [2022-03-06T08:31:55.256Z] #51 28.61 go: downloading github.com/spf13/cast v1.4.1 [2022-03-06T08:31:55.256Z] #51 28.74 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-06T08:31:55.256Z] #51 28.77 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-06T08:31:55.256Z] #51 28.83 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-06T08:31:55.256Z] #51 29.07 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-06T08:31:55.256Z] #51 29.11 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-06T08:31:55.256Z] #51 29.12 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-06T08:31:55.256Z] #51 29.12 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-06T08:31:55.256Z] #51 29.17 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-06T08:31:55.256Z] #51 29.18 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-06T08:31:55.256Z] #51 29.19 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-06T08:31:55.256Z] #51 29.19 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-06T08:31:55.256Z] #51 29.23 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-06T08:31:55.256Z] #51 29.27 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-06T08:31:55.256Z] #51 29.35 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-06T08:31:55.256Z] #51 29.49 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-06T08:31:55.256Z] #51 29.52 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-06T08:31:55.256Z] #51 29.54 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-06T08:31:55.256Z] #51 29.70 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-06T08:31:55.256Z] #51 29.72 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-06T08:31:55.256Z] #51 29.90 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-06T08:31:55.256Z] #51 29.94 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-06T08:31:55.256Z] #51 30.00 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-06T08:31:55.256Z] #51 30.00 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-06T08:31:55.256Z] #51 30.07 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-06T08:31:55.256Z] #51 30.07 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-06T08:31:55.256Z] #51 30.10 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-06T08:31:55.256Z] #51 30.24 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-06T08:31:55.256Z] #51 30.24 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-06T08:31:55.256Z] #51 30.31 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-06T08:31:55.256Z] #51 30.33 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-06T08:31:55.256Z] #51 30.35 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-06T08:31:55.256Z] #51 30.38 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-06T08:31:55.256Z] #51 30.38 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-06T08:31:55.256Z] #51 30.39 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-06T08:31:55.256Z] #51 30.57 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-06T08:31:55.256Z] #51 30.57 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-06T08:31:55.256Z] #51 30.64 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-06T08:31:55.256Z] #51 30.81 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-06T08:31:55.256Z] #51 30.84 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-06T08:31:55.257Z] #51 30.86 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-06T08:31:55.257Z] #51 30.88 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-06T08:31:55.257Z] #51 30.89 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-06T08:31:55.257Z] #51 ... [2022-03-06T08:31:55.257Z] [2022-03-06T08:31:55.257Z] #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-06T08:31:55.257Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-06T08:31:55.257Z] #58 DONE 30.9s [2022-03-06T08:31:55.257Z] [2022-03-06T08:31:55.257Z] #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-06T08:31:55.257Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-06T08:31:55.257Z] #51 30.96 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-06T08:31:55.257Z] #51 31.00 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-06T08:31:55.257Z] #51 ... [2022-03-06T08:31:55.257Z] [2022-03-06T08:31:55.257Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-06T08:31:55.257Z] #59 sha256:6e52b97820969fb62abaa4866e102c503f29d2227d5548e92c53ac232b61f5e2 [2022-03-06T08:31:55.824Z] #59 DONE 0.6s [2022-03-06T08:31:55.824Z] [2022-03-06T08:31:55.824Z] #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-06T08:31:55.824Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-06T08:31:55.824Z] #51 31.01 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-06T08:31:55.824Z] #51 31.08 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-06T08:31:55.824Z] #51 31.09 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-06T08:31:55.824Z] #51 31.10 go: downloading github.com/julz/importas v0.1.0 [2022-03-06T08:31:55.824Z] #51 31.20 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-06T08:31:55.824Z] #51 31.20 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-06T08:31:55.824Z] #51 31.23 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-06T08:31:55.824Z] #51 31.28 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-06T08:31:55.824Z] #51 31.30 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-06T08:31:55.824Z] #51 31.34 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-06T08:31:55.824Z] #51 31.35 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-06T08:31:55.824Z] #51 31.37 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-06T08:31:55.824Z] #51 31.41 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-06T08:31:55.824Z] #51 31.45 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-06T08:31:55.824Z] #51 31.45 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-06T08:31:55.824Z] #51 31.45 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-06T08:31:56.405Z] #51 32.17 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-06T08:31:56.405Z] #51 32.17 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-06T08:31:56.405Z] #51 32.21 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-06T08:31:56.633Z] #19 91.61 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-06T08:31:56.633Z] #19 91.61 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-03-06T08:31:56.633Z] #19 91.61 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-03-06T08:31:56.633Z] #19 91.63 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-06T08:31:56.633Z] #19 91.63 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-06T08:31:56.633Z] #19 91.64 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-03-06T08:31:56.633Z] #19 91.64 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-03-06T08:31:56.633Z] #19 91.69 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-06T08:31:56.633Z] #19 91.70 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-03-06T08:31:56.633Z] #19 91.72 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-06T08:31:56.634Z] #19 91.74 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-06T08:31:56.662Z] #51 32.27 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-06T08:31:56.663Z] #51 32.28 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-06T08:31:56.663Z] #51 32.30 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-06T08:31:56.663Z] #51 32.32 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-06T08:31:56.663Z] #51 32.34 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-06T08:31:56.663Z] #51 32.45 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-06T08:31:56.663Z] #51 32.57 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-06T08:31:56.663Z] #51 32.58 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-06T08:31:56.663Z] #51 32.59 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-06T08:31:56.663Z] #51 32.60 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-06T08:31:56.663Z] #51 32.63 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-06T08:31:56.663Z] #51 32.65 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-06T08:31:56.810Z] #26 3.985 + RM_GOPATH=0 [2022-03-06T08:31:56.810Z] #26 3.985 + TMP_GOPATH= [2022-03-06T08:31:56.810Z] #26 3.985 + : /build [2022-03-06T08:31:56.810Z] #26 3.986 + '[' -z '' ']' [2022-03-06T08:31:56.810Z] #26 3.987 ++ mktemp -d [2022-03-06T08:31:56.810Z] #26 3.995 + export GOPATH=/tmp/tmp.Git7CZlPj0 [2022-03-06T08:31:56.810Z] #26 3.995 + GOPATH=/tmp/tmp.Git7CZlPj0 [2022-03-06T08:31:56.810Z] #26 3.995 + RM_GOPATH=1 [2022-03-06T08:31:56.810Z] #26 3.996 + case "$(go env GOARCH)" in [2022-03-06T08:31:56.810Z] #26 3.996 ++ go env GOARCH [2022-03-06T08:31:56.810Z] #26 4.015 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:31:56.810Z] #26 4.015 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:31:56.810Z] #26 4.015 ++ dirname /install.sh [2022-03-06T08:31:56.810Z] #26 4.019 + dir=/ [2022-03-06T08:31:56.810Z] #26 4.019 + bin=dockercli [2022-03-06T08:31:56.810Z] #26 4.019 + shift [2022-03-06T08:31:56.810Z] #26 4.019 + '[' '!' -f //dockercli.installer ']' [2022-03-06T08:31:56.810Z] #26 4.019 + . //dockercli.installer [2022-03-06T08:31:56.810Z] #26 4.019 ++ : stable [2022-03-06T08:31:56.810Z] #26 4.019 ++ : 17.06.2-ce [2022-03-06T08:31:56.810Z] #26 4.019 + install_dockercli [2022-03-06T08:31:56.810Z] #26 4.019 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-06T08:31:56.811Z] #26 4.019 Install docker/cli version 17.06.2-ce from stable [2022-03-06T08:31:56.811Z] #26 4.027 ++ uname -m [2022-03-06T08:31:56.811Z] #26 4.028 + arch=x86_64 [2022-03-06T08:31:56.811Z] #26 4.028 + '[' x86_64 '!=' x86_64 ']' [2022-03-06T08:31:56.811Z] #26 4.029 + url=https://download.docker.com/linux/static [2022-03-06T08:31:56.811Z] #26 4.029 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-06T08:31:56.811Z] #26 4.031 + tar -xz docker/docker [2022-03-06T08:31:56.920Z] #51 32.67 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-06T08:31:56.920Z] #51 32.69 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-06T08:31:56.920Z] #51 32.81 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-06T08:31:56.920Z] #51 32.82 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-06T08:31:56.920Z] #51 32.83 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-06T08:31:56.920Z] #51 32.86 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-06T08:31:57.035Z] #14 ... [2022-03-06T08:31:57.035Z] [2022-03-06T08:31:57.035Z] #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-06T08:31:57.035Z] #60 sha256:2da8bce0baf1ff45af776dd7d1cf2b850682137216ca31ce8a99e62a4e7cf907 [2022-03-06T08:31:57.177Z] #51 33.03 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-06T08:31:57.177Z] #51 33.04 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-06T08:31:57.177Z] #51 33.05 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-06T08:31:57.177Z] #51 33.08 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-06T08:31:57.177Z] #51 33.09 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-06T08:31:57.435Z] #51 33.25 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-06T08:31:57.435Z] #51 ... [2022-03-06T08:31:57.435Z] [2022-03-06T08:31:57.435Z] #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-06T08:31:57.435Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-06T08:31:57.435Z] #14 23.19 The following NEW packages will be installed: [2022-03-06T08:31:57.435Z] #14 23.20 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-06T08:31:57.435Z] #14 23.20 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-06T08:31:57.435Z] #14 23.20 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-06T08:31:57.435Z] #14 23.20 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-06T08:31:57.435Z] #14 23.20 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-06T08:31:57.435Z] #14 23.20 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-06T08:31:57.435Z] #14 23.20 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-06T08:31:57.435Z] #14 23.20 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-06T08:31:57.435Z] #14 23.20 mingw-w64-x86-64-dev [2022-03-06T08:31:57.435Z] #14 23.58 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:31:57.435Z] #14 23.58 Need to get 108 MB of archives. [2022-03-06T08:31:57.435Z] #14 23.58 After this operation, 620 MB of additional disk space will be used. [2022-03-06T08:31:57.435Z] #14 23.58 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-06T08:31:57.435Z] #14 23.67 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-06T08:31:57.435Z] #14 23.78 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-06T08:31:57.435Z] #14 23.78 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-06T08:31:57.435Z] #14 23.79 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-06T08:31:57.435Z] #14 23.81 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-06T08:31:57.435Z] #14 24.04 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-06T08:31:57.435Z] #14 24.23 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-06T08:31:57.435Z] #14 24.23 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-06T08:31:57.435Z] #14 24.68 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-06T08:31:57.435Z] #14 26.08 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-06T08:31:57.435Z] #14 27.25 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-06T08:31:57.435Z] #14 28.03 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-06T08:31:57.435Z] #14 30.21 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-06T08:31:57.435Z] #14 30.68 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-06T08:31:57.435Z] #14 30.68 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-06T08:31:57.435Z] #14 30.69 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-06T08:31:57.435Z] #14 30.70 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-03-06T08:31:57.435Z] #14 30.78 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-03-06T08:31:57.435Z] #14 30.79 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-06T08:31:57.435Z] #14 30.80 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2022-03-06T08:31:57.435Z] #14 30.81 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-03-06T08:31:57.435Z] #14 30.81 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-03-06T08:31:57.435Z] #14 30.82 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-03-06T08:31:57.435Z] #14 30.82 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-03-06T08:31:57.435Z] #14 30.83 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-03-06T08:31:57.435Z] #14 30.83 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-03-06T08:31:57.435Z] #14 30.85 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-06T08:31:57.435Z] #14 30.85 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-06T08:31:57.435Z] #14 30.85 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2022-03-06T08:31:57.435Z] #14 31.92 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:31:57.435Z] #14 32.20 Fetched 108 MB in 8s (14.3 MB/s) [2022-03-06T08:31:57.435Z] #14 32.27 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-06T08:31:57.435Z] #14 32.27 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-06T08:31:57.435Z] #14 32.31 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-03-06T08:31:57.435Z] #14 32.33 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-06T08:31:57.552Z] #60 37.43 Updating files: 68% (3251/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-06T08:31:57.552Z] #60 38.16 + cd /tmp/tmp.g83BWKxvTc/src/github.com/containerd/containerd [2022-03-06T08:31:57.694Z] #14 ... [2022-03-06T08:31:57.694Z] [2022-03-06T08:31:57.694Z] #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-06T08:31:57.694Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-06T08:31:57.694Z] #38 23.33 The following additional packages will be installed: [2022-03-06T08:31:57.694Z] #38 23.34 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-06T08:31:57.694Z] #38 23.36 Suggested packages: [2022-03-06T08:31:57.694Z] #38 23.36 cmake-doc ninja-build lrzip [2022-03-06T08:31:57.694Z] #38 23.36 Recommended packages: [2022-03-06T08:31:57.694Z] #38 23.36 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-06T08:31:57.694Z] #38 23.95 The following NEW packages will be installed: [2022-03-06T08:31:57.694Z] #38 23.97 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-06T08:31:57.694Z] #38 23.97 vim-common xxd [2022-03-06T08:31:57.694Z] #38 24.31 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:31:57.694Z] #38 24.31 Need to get 15.6 MB of archives. [2022-03-06T08:31:57.694Z] #38 24.31 After this operation, 67.4 MB of additional disk space will be used. [2022-03-06T08:31:57.694Z] #38 24.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-06T08:31:57.694Z] #38 24.31 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-06T08:31:57.694Z] #38 24.31 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-06T08:31:57.694Z] #38 24.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-03-06T08:31:57.694Z] #38 25.00 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB] [2022-03-06T08:31:57.694Z] #38 25.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB] [2022-03-06T08:31:57.694Z] #38 25.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-03-06T08:31:57.694Z] #38 25.06 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-03-06T08:31:57.694Z] #38 25.06 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-03-06T08:31:57.694Z] #38 25.06 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-03-06T08:31:57.694Z] #38 26.25 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:31:57.694Z] #38 27.25 Fetched 15.6 MB in 1s (12.6 MB/s) [2022-03-06T08:31:57.694Z] #38 27.45 Selecting previously unselected package xxd. [2022-03-06T08:31:57.694Z] #38 27.45 (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-06T08:31:57.694Z] #38 27.53 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-06T08:31:57.694Z] #38 27.57 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:31:57.694Z] #38 28.10 Selecting previously unselected package vim-common. [2022-03-06T08:31:57.694Z] #38 28.10 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:31:57.694Z] #38 28.13 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:31:57.694Z] #38 28.74 Selecting previously unselected package cmake-data. [2022-03-06T08:31:57.694Z] #38 28.74 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-06T08:31:57.694Z] #38 28.79 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-06T08:31:57.694Z] #38 32.23 Selecting previously unselected package libicu67:arm64. [2022-03-06T08:31:57.694Z] #38 32.23 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-03-06T08:31:57.694Z] #38 32.26 Unpacking libicu67:arm64 (67.1-7) ... [2022-03-06T08:31:57.694Z] #38 ... [2022-03-06T08:31:57.694Z] [2022-03-06T08:31:57.694Z] #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-06T08:31:57.694Z] #60 sha256:0c8f9a0e2308018d9ee56011ba96bd61bdb5db17c2942ffba8550974aef1dece [2022-03-06T08:31:57.694Z] #60 0.537 + RM_GOPATH=0 [2022-03-06T08:31:57.694Z] #60 0.537 + TMP_GOPATH= [2022-03-06T08:31:57.694Z] #60 0.537 + : /build [2022-03-06T08:31:57.694Z] #60 0.537 + '[' -z '' ']' [2022-03-06T08:31:57.694Z] #60 0.538 ++ mktemp -d [2022-03-06T08:31:57.694Z] #60 0.539 + export GOPATH=/tmp/tmp.E681nkfw3P [2022-03-06T08:31:57.694Z] #60 0.539 + GOPATH=/tmp/tmp.E681nkfw3P [2022-03-06T08:31:57.694Z] #60 0.539 + RM_GOPATH=1 [2022-03-06T08:31:57.694Z] #60 0.539 + case "$(go env GOARCH)" in [2022-03-06T08:31:57.694Z] #60 0.540 ++ go env GOARCH [2022-03-06T08:31:57.694Z] #60 0.551 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:31:57.694Z] #60 0.551 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:31:57.694Z] #60 0.551 ++ dirname /install.sh [2022-03-06T08:31:57.694Z] #60 0.560 + dir=/ [2022-03-06T08:31:57.694Z] #60 0.560 + bin=containerd [2022-03-06T08:31:57.694Z] #60 0.571 + shift [2022-03-06T08:31:57.694Z] #60 0.571 + '[' '!' -f //containerd.installer ']' [2022-03-06T08:31:57.694Z] #60 0.571 + . //containerd.installer [2022-03-06T08:31:57.694Z] #60 0.571 ++ set -e [2022-03-06T08:31:57.694Z] #60 0.572 ++ : v1.5.10 [2022-03-06T08:31:57.694Z] #60 0.572 + install_containerd [2022-03-06T08:31:57.694Z] #60 0.572 + echo 'Install containerd version v1.5.10' [2022-03-06T08:31:57.694Z] #60 0.572 + git clone https://github.com/containerd/containerd.git /tmp/tmp.E681nkfw3P/src/github.com/containerd/containerd [2022-03-06T08:31:57.694Z] #60 0.572 Install containerd version v1.5.10 [2022-03-06T08:31:57.694Z] #60 0.573 Cloning into '/tmp/tmp.E681nkfw3P/src/github.com/containerd/containerd'... [2022-03-06T08:31:57.810Z] #60 38.16 + git checkout -q v1.5.10 [2022-03-06T08:31:58.616Z] #19 93.64 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-06T08:31:58.616Z] #19 93.64 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-06T08:31:58.616Z] #19 93.67 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-03-06T08:31:58.616Z] #19 93.73 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-06T08:31:58.616Z] #19 93.80 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2022-03-06T08:31:58.629Z] #60 ... [2022-03-06T08:31:58.629Z] [2022-03-06T08:31:58.629Z] #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-06T08:31:58.629Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-06T08:31:58.629Z] #47 24.08 The following additional packages will be installed: [2022-03-06T08:31:58.629Z] #47 24.08 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-06T08:31:58.629Z] #47 24.09 python3-protobuf python3-six [2022-03-06T08:31:58.629Z] #47 24.09 Suggested packages: [2022-03-06T08:31:58.629Z] #47 24.09 python3-setuptools [2022-03-06T08:31:58.629Z] #47 24.09 Recommended packages: [2022-03-06T08:31:58.629Z] #47 24.09 iproute2 | iproute [2022-03-06T08:31:58.629Z] #47 24.54 The following NEW packages will be installed: [2022-03-06T08:31:58.629Z] #47 24.54 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-06T08:31:58.629Z] #47 24.54 python3-protobuf python3-six [2022-03-06T08:31:58.629Z] #47 24.99 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:31:58.629Z] #47 24.99 Need to get 2115 kB of archives. [2022-03-06T08:31:58.629Z] #47 24.99 After this operation, 10.7 MB of additional disk space will be used. [2022-03-06T08:31:58.629Z] #47 24.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-03-06T08:31:58.629Z] #47 25.01 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-06T08:31:58.629Z] #47 25.02 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-06T08:31:58.629Z] #47 25.02 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-03-06T08:31:58.629Z] #47 25.03 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-06T08:31:58.629Z] #47 25.03 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-06T08:31:58.629Z] #47 25.03 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-06T08:31:58.629Z] #47 28.21 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [609 kB] [2022-03-06T08:31:58.629Z] #47 29.63 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:31:58.629Z] #47 29.97 Fetched 2115 kB in 4s (535 kB/s) [2022-03-06T08:31:58.629Z] #47 30.41 Selecting previously unselected package libprotobuf23:arm64. [2022-03-06T08:31:58.629Z] #47 30.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 ... 15700 files and directories currently installed.) [2022-03-06T08:31:58.629Z] #47 30.46 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-03-06T08:31:58.629Z] #47 30.48 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-03-06T08:31:58.629Z] #47 31.10 Selecting previously unselected package python3-pkg-resources. [2022-03-06T08:31:58.629Z] #47 31.14 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-06T08:31:58.629Z] #47 31.16 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:31:58.629Z] #47 31.41 Selecting previously unselected package python3-six. [2022-03-06T08:31:58.629Z] #47 31.42 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-06T08:31:58.629Z] #47 31.42 Unpacking python3-six (1.16.0-2) ... [2022-03-06T08:31:58.629Z] #47 31.49 Selecting previously unselected package python3-protobuf. [2022-03-06T08:31:58.629Z] #47 31.49 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-03-06T08:31:58.629Z] #47 31.50 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-06T08:31:58.629Z] #47 32.04 Selecting previously unselected package libnet1:arm64. [2022-03-06T08:31:58.629Z] #47 32.04 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-03-06T08:31:58.629Z] #47 32.05 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:31:58.629Z] #47 32.16 Selecting previously unselected package libnl-3-200:arm64. [2022-03-06T08:31:58.629Z] #47 32.17 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-03-06T08:31:58.629Z] #47 32.18 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-06T08:31:58.629Z] #47 32.28 Selecting previously unselected package libprotobuf-c1:arm64. [2022-03-06T08:31:58.629Z] #47 32.28 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-03-06T08:31:58.629Z] #47 32.29 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-06T08:31:58.629Z] #47 32.36 Selecting previously unselected package criu. [2022-03-06T08:31:58.629Z] #47 32.36 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ... [2022-03-06T08:31:58.629Z] #47 32.38 Unpacking criu (3.16.1-3) ... [2022-03-06T08:31:58.629Z] #47 32.98 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:31:58.629Z] #47 ... [2022-03-06T08:31:58.629Z] [2022-03-06T08:31:58.629Z] #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-06T08:31:58.629Z] #31 sha256:aa9e6137db8ef463023e0691dbba8b22098b4f22a9aac3e1daff30926c462b6c [2022-03-06T08:31:58.629Z] #31 14.31 [2022-03-06T08:31:58.629Z] #31 17.63 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-06T08:31:58.629Z] #31 18.81 [2022-03-06T08:31:58.629Z] #31 19.08 #=#=# 0.1% ############# 18.9% ######################### 35.4% ####################################### 54.5% #################################################### 73.1% ################################################################ 89.3% ######################################################################## 100.0% [2022-03-06T08:31:58.886Z] #31 ... [2022-03-06T08:31:58.886Z] [2022-03-06T08:31:58.886Z] #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-06T08:31:58.886Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-06T08:31:58.886Z] #47 34.44 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-03-06T08:31:58.886Z] #47 34.45 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:31:59.144Z] #47 34.48 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-06T08:31:59.144Z] #47 34.50 Setting up python3-six (1.16.0-2) ... [2022-03-06T08:31:59.712Z] #60 39.85 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-06T08:31:59.712Z] #60 39.85 + BUILDTAGS='netgo osusergo static_build' [2022-03-06T08:31:59.712Z] #60 39.85 + export EXTRA_FLAGS=-buildmode=pie [2022-03-06T08:31:59.712Z] #60 39.85 + EXTRA_FLAGS=-buildmode=pie [2022-03-06T08:31:59.712Z] #60 39.85 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-06T08:31:59.712Z] #60 39.85 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-06T08:31:59.712Z] #60 39.85 + '[' '' = dynamic ']' [2022-03-06T08:31:59.712Z] #60 39.85 + make [2022-03-06T08:32:00.339Z] #47 35.59 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-06T08:32:00.339Z] #47 35.61 Setting up python3-protobuf (3.12.4-1) ... [2022-03-06T08:32:00.549Z] #19 95.46 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-06T08:32:00.549Z] #19 95.46 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-03-06T08:32:00.549Z] #19 95.46 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-03-06T08:32:00.549Z] #19 95.49 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-06T08:32:00.549Z] #19 95.49 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-03-06T08:32:00.549Z] #19 95.50 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-06T08:32:00.549Z] #19 95.50 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-03-06T08:32:00.549Z] #19 95.50 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-03-06T08:32:00.549Z] #19 95.54 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-03-06T08:32:00.549Z] #19 95.55 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-03-06T08:32:00.549Z] #19 95.58 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-06T08:32:00.549Z] #19 95.58 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-03-06T08:32:00.549Z] #19 95.61 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-03-06T08:32:00.549Z] #19 95.62 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-06T08:32:00.549Z] #19 95.64 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-06T08:32:01.085Z] #60 41.38 + bin/ctr [2022-03-06T08:32:01.521Z] #19 96.88 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-06T08:32:01.777Z] #19 96.89 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-06T08:32:01.777Z] #19 96.91 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-03-06T08:32:01.777Z] #19 96.95 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-06T08:32:01.777Z] #19 96.98 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-06T08:32:02.085Z] #26 ... [2022-03-06T08:32:02.085Z] [2022-03-06T08:32:02.085Z] #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-06T08:32:02.085Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:32:02.085Z] #51 3.025 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-06T08:32:02.247Z] #47 ... [2022-03-06T08:32:02.247Z] [2022-03-06T08:32:02.247Z] #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-06T08:32:02.247Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-06T08:32:02.247Z] #34 27.85 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-06T08:32:02.247Z] #34 28.04 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-06T08:32:02.346Z] #51 ... [2022-03-06T08:32:02.346Z] [2022-03-06T08:32:02.346Z] #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-06T08:32:02.346Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-06T08:32:02.346Z] #34 3.376 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-06T08:32:02.346Z] #34 3.377 Cloning into '.'... [2022-03-06T08:32:02.346Z] #34 ... [2022-03-06T08:32:02.346Z] [2022-03-06T08:32:02.346Z] #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-06T08:32:02.346Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:32:02.346Z] #47 3.501 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:32:02.346Z] #47 3.520 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:32:02.346Z] #47 3.520 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:32:02.347Z] #47 4.083 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-06T08:32:02.347Z] #47 4.104 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:32:02.347Z] #47 5.280 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:32:02.347Z] #47 6.741 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:32:02.347Z] #47 8.848 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-06T08:32:02.504Z] #34 ... [2022-03-06T08:32:02.504Z] [2022-03-06T08:32:02.504Z] #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-06T08:32:02.504Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-06T08:32:02.504Z] #38 37.08 Selecting previously unselected package libxml2:arm64. [2022-03-06T08:32:02.504Z] #38 37.09 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ... [2022-03-06T08:32:02.504Z] #38 37.10 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-03-06T08:32:02.504Z] #38 37.53 Selecting previously unselected package libarchive13:arm64. [2022-03-06T08:32:02.504Z] #38 37.56 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ... [2022-03-06T08:32:02.504Z] #38 37.57 Unpacking libarchive13:arm64 (3.4.3-2+b1) ... [2022-03-06T08:32:02.504Z] #38 37.84 Selecting previously unselected package libjsoncpp24:arm64. [2022-03-06T08:32:02.504Z] #38 37.84 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-03-06T08:32:02.504Z] #38 37.84 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-03-06T08:32:02.504Z] #38 37.99 Selecting previously unselected package librhash0:arm64. [2022-03-06T08:32:02.504Z] #38 37.99 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-03-06T08:32:02.504Z] #38 38.00 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-03-06T08:32:02.504Z] #38 38.15 Selecting previously unselected package libuv1:arm64. [2022-03-06T08:32:02.504Z] #38 38.16 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-03-06T08:32:02.504Z] #38 38.16 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-03-06T08:32:02.504Z] #38 38.36 Selecting previously unselected package cmake. [2022-03-06T08:32:02.604Z] #47 ... [2022-03-06T08:32:02.604Z] [2022-03-06T08:32:02.604Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-06T08:32:02.604Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-06T08:32:02.604Z] #49 4.001 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-06T08:32:02.604Z] #49 5.494 go: downloading github.com/fatih/color v1.10.0 [2022-03-06T08:32:02.604Z] #49 5.513 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-06T08:32:02.604Z] #49 5.569 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-06T08:32:02.604Z] #49 5.608 go: downloading github.com/pkg/errors v0.9.1 [2022-03-06T08:32:02.604Z] #49 5.968 go: downloading golang.org/x/tools v0.1.0 [2022-03-06T08:32:02.604Z] #49 5.985 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-06T08:32:02.604Z] #49 6.100 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-06T08:32:02.604Z] #49 6.144 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-06T08:32:02.604Z] #49 6.302 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-06T08:32:02.604Z] #49 9.526 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-06T08:32:02.604Z] #49 9.657 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-06T08:32:02.604Z] #49 9.836 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-06T08:32:02.604Z] #49 ... [2022-03-06T08:32:02.604Z] [2022-03-06T08:32:02.604Z] #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-06T08:32:02.604Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:32:02.604Z] #38 4.757 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:32:02.604Z] #38 4.821 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:32:02.604Z] #38 4.823 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:32:02.604Z] #38 5.643 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:32:02.604Z] #38 7.222 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:32:02.604Z] #38 9.205 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:32:02.760Z] #38 38.37 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-03-06T08:32:02.761Z] #38 38.39 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-06T08:32:02.862Z] #38 ... [2022-03-06T08:32:02.863Z] [2022-03-06T08:32:02.863Z] #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-06T08:32:02.863Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-06T08:32:02.863Z] #53 3.395 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-06T08:32:02.863Z] #53 4.549 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-06T08:32:02.863Z] #53 4.564 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-06T08:32:02.863Z] #53 4.610 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-06T08:32:02.863Z] #53 6.252 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-06T08:32:03.120Z] #53 ... [2022-03-06T08:32:03.120Z] [2022-03-06T08:32:03.120Z] #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-06T08:32:03.121Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:32:03.121Z] #14 3.672 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:32:03.121Z] #14 3.685 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:32:03.121Z] #14 3.685 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:32:03.121Z] #14 4.236 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:32:03.121Z] #14 5.373 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:32:03.121Z] #14 6.828 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:32:03.121Z] #14 ... [2022-03-06T08:32:03.121Z] [2022-03-06T08:32:03.121Z] #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-06T08:32:03.121Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:32:03.121Z] #43 3.324 + git clone https://github.com/docker/distribution.git . [2022-03-06T08:32:03.121Z] #43 3.328 Cloning into '.'... [2022-03-06T08:32:03.146Z] #19 98.09 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-06T08:32:03.146Z] #19 98.09 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-03-06T08:32:03.146Z] #19 98.09 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-03-06T08:32:03.146Z] #19 98.11 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-06T08:32:03.146Z] #19 98.11 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-06T08:32:03.146Z] #19 98.11 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-06T08:32:03.146Z] #19 98.11 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-03-06T08:32:03.146Z] #19 98.11 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-03-06T08:32:03.146Z] #19 98.15 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-06T08:32:03.146Z] #19 98.16 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-03-06T08:32:03.146Z] #19 98.18 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-06T08:32:03.146Z] #19 98.19 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-06T08:32:03.379Z] #43 ... [2022-03-06T08:32:03.379Z] [2022-03-06T08:32:03.379Z] #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-06T08:32:03.379Z] #63 sha256:58ae64aa5587e638875963a7800e4959b909cba2b9727bf64d9625499e6cbcb5 [2022-03-06T08:32:03.379Z] #63 3.710 + RM_GOPATH=0 [2022-03-06T08:32:03.379Z] #63 3.729 + TMP_GOPATH= [2022-03-06T08:32:03.379Z] #63 3.746 + : /build [2022-03-06T08:32:03.379Z] #63 3.746 + '[' -z '' ']' [2022-03-06T08:32:03.379Z] #63 3.746 ++ mktemp -d [2022-03-06T08:32:03.379Z] #63 3.746 + export GOPATH=/tmp/tmp.mmW8Kl0WOT [2022-03-06T08:32:03.379Z] #63 3.746 + GOPATH=/tmp/tmp.mmW8Kl0WOT [2022-03-06T08:32:03.379Z] #63 3.746 + RM_GOPATH=1 [2022-03-06T08:32:03.379Z] #63 3.746 + case "$(go env GOARCH)" in [2022-03-06T08:32:03.379Z] #63 3.746 ++ go env GOARCH [2022-03-06T08:32:03.379Z] #63 3.752 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:32:03.379Z] #63 3.752 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:32:03.379Z] #63 3.752 ++ dirname /install.sh [2022-03-06T08:32:03.379Z] #63 3.755 + dir=/ [2022-03-06T08:32:03.379Z] #63 3.763 Install rootlesskit version v0.14.6 [2022-03-06T08:32:03.379Z] #63 3.763 + bin=rootlesskit [2022-03-06T08:32:03.379Z] #63 3.763 + shift [2022-03-06T08:32:03.379Z] #63 3.763 + '[' '!' -f //rootlesskit.installer ']' [2022-03-06T08:32:03.379Z] #63 3.763 + . //rootlesskit.installer [2022-03-06T08:32:03.379Z] #63 3.763 ++ : v0.14.6 [2022-03-06T08:32:03.379Z] #63 3.763 + install_rootlesskit [2022-03-06T08:32:03.379Z] #63 3.763 + case "$1" in [2022-03-06T08:32:03.379Z] #63 3.763 + export CGO_ENABLED=0 [2022-03-06T08:32:03.379Z] #63 3.763 + CGO_ENABLED=0 [2022-03-06T08:32:03.379Z] #63 3.763 + _install_rootlesskit [2022-03-06T08:32:03.379Z] #63 3.763 + echo 'Install rootlesskit version v0.14.6' [2022-03-06T08:32:03.379Z] #63 3.763 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-06T08:32:03.379Z] #63 3.763 + GOBIN=/build [2022-03-06T08:32:03.379Z] #63 3.763 + GO111MODULE=on [2022-03-06T08:32:03.379Z] #63 3.763 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-06T08:32:03.379Z] #63 4.251 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-06T08:32:03.379Z] #63 7.213 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-06T08:32:03.379Z] #63 7.219 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-06T08:32:03.379Z] #63 7.906 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-06T08:32:03.379Z] #63 10.34 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-06T08:32:03.379Z] #63 ... [2022-03-06T08:32:03.379Z] [2022-03-06T08:32:03.379Z] #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-06T08:32:03.379Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-06T08:32:03.379Z] #58 3.292 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:32:03.379Z] #58 3.300 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:32:03.379Z] #58 3.445 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:32:03.379Z] #58 3.569 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:32:03.379Z] #58 4.357 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:32:03.379Z] #58 6.074 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:32:03.637Z] #58 ... [2022-03-06T08:32:03.637Z] [2022-03-06T08:32:03.637Z] #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-06T08:32:03.637Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-06T08:32:03.637Z] #36 3.480 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-06T08:32:03.637Z] #36 ... [2022-03-06T08:32:03.637Z] [2022-03-06T08:32:03.637Z] #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-06T08:32:03.637Z] #63 sha256:58ae64aa5587e638875963a7800e4959b909cba2b9727bf64d9625499e6cbcb5 [2022-03-06T08:32:03.637Z] #63 11.50 go: downloading github.com/google/uuid v1.3.0 [2022-03-06T08:32:03.895Z] #63 11.51 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-06T08:32:04.121Z] #19 99.17 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-06T08:32:04.121Z] #19 99.18 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-06T08:32:04.121Z] #19 99.21 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-03-06T08:32:04.121Z] #19 99.24 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-06T08:32:04.121Z] #19 99.29 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-06T08:32:04.155Z] #63 11.67 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-06T08:32:04.155Z] #63 11.74 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-06T08:32:04.155Z] #63 11.78 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-06T08:32:04.155Z] #63 11.86 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-06T08:32:04.725Z] #63 12.34 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-06T08:32:04.982Z] #63 12.77 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-06T08:32:05.240Z] #63 12.96 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-06T08:32:05.374Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-06T08:32:05.399Z] #38 41.22 Setting up libicu67:arm64 (67.1-7) ... [2022-03-06T08:32:05.575Z] #19 100.6 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-06T08:32:05.575Z] #19 100.6 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-03-06T08:32:05.633Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-06T08:32:05.633Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:32:05.841Z] #19 101.3 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:32:05.893Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-06T08:32:05.893Z] [2022-03-06T08:32:05.893Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-06T08:32:06.108Z] Running on azwin-2-d247c1 in d:\jenkins\workspace\moby_PR-43335 [Pipeline] { [Pipeline] ws [2022-03-06T08:32:06.124Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-06T08:32:06.153Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-06T08:32:06.153Z] HOSTNAME=2ff1b1c92b3d [2022-03-06T08:32:06.153Z] DEST=bundles/test-integration [2022-03-06T08:32:06.153Z] PWD=/go/src/github.com/docker/docker [2022-03-06T08:32:06.153Z] DOCKER_ROOTLESS=1 [2022-03-06T08:32:06.153Z] DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:32:06.153Z] container=docker [2022-03-06T08:32:06.153Z] HOME=/root [2022-03-06T08:32:06.153Z] GOLANG_VERSION=1.17.8 [2022-03-06T08:32:06.153Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-06T08:32:06.153Z] VALIDATE_BRANCH=master [2022-03-06T08:32:06.153Z] TERM=xterm [2022-03-06T08:32:06.153Z] DOCKER_PKG=github.com/docker/docker [2022-03-06T08:32:06.153Z] SHLVL=1 [2022-03-06T08:32:06.153Z] TIMEOUT=120m [2022-03-06T08:32:06.153Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-06T08:32:06.153Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-06T08:32:06.153Z] GO111MODULE=off [2022-03-06T08:32:06.153Z] DOCKER_EXPERIMENTAL=1 [2022-03-06T08:32:06.153Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-06T08:32:06.153Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-06T08:32:06.153Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-06T08:32:06.153Z] GOPATH=/go [2022-03-06T08:32:06.153Z] PKG_CONFIG=pkg-config [2022-03-06T08:32:06.153Z] _=/usr/bin/env [2022-03-06T08:32:06.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-06T08:32:06.172Z] #63 ... [2022-03-06T08:32:06.172Z] [2022-03-06T08:32:06.172Z] #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-06T08:32:06.172Z] #26 sha256:f98613dfc4125afd860d95d447cd1f17998192194732d291d818ddc5b4826a11 [2022-03-06T08:32:06.172Z] #26 12.07 + mkdir -p /build [2022-03-06T08:32:06.172Z] #26 12.07 + mv docker/docker /build/ [2022-03-06T08:32:06.172Z] #26 12.07 + rmdir docker [2022-03-06T08:32:06.172Z] #26 DONE 13.5s [2022-03-06T08:32:06.172Z] [2022-03-06T08:32:06.172Z] #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-06T08:32:06.172Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-06T08:32:06.172Z] #49 11.76 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-06T08:32:06.172Z] #49 11.77 go: downloading golang.org/x/mod v0.3.0 [2022-03-06T08:32:06.347Z] #38 42.12 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:32:06.347Z] #38 42.14 Setting up libuv1:arm64 (1.40.0-2) ... [2022-03-06T08:32:06.347Z] #38 42.18 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:32:06.448Z] #19 101.5 Fetched 787 MB in 24s (32.4 MB/s) [2022-03-06T08:32:06.448Z] #19 101.6 Selecting previously unselected package liblocale-gettext-perl. [2022-03-06T08:32:06.448Z] #19 101.6 (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-06T08:32:06.448Z] #19 101.6 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-03-06T08:32:06.448Z] #19 101.6 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-03-06T08:32:06.448Z] #19 101.7 Selecting previously unselected package bzip2. [2022-03-06T08:32:06.448Z] #19 101.7 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-03-06T08:32:06.448Z] #19 101.7 Unpacking bzip2 (1.0.8-4) ... [2022-03-06T08:32:06.448Z] #19 101.7 Selecting previously unselected package libmagic-mgc. [2022-03-06T08:32:06.448Z] #19 101.7 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-03-06T08:32:06.448Z] #19 101.8 Unpacking libmagic-mgc (1:5.39-3) ... [2022-03-06T08:32:06.705Z] #19 102.0 Selecting previously unselected package libmagic1:amd64. [2022-03-06T08:32:06.705Z] #19 102.0 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-03-06T08:32:06.705Z] #19 102.0 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-03-06T08:32:06.705Z] #19 102.1 Selecting previously unselected package file. [2022-03-06T08:32:06.705Z] #19 102.1 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-03-06T08:32:06.705Z] #19 102.1 Unpacking file (1:5.39-3) ... [2022-03-06T08:32:06.705Z] #19 102.1 Selecting previously unselected package xz-utils. [2022-03-06T08:32:06.961Z] #19 102.1 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-03-06T08:32:06.961Z] #19 102.2 Unpacking xz-utils (5.2.5-2) ... [2022-03-06T08:32:06.961Z] #19 102.3 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-03-06T08:32:06.961Z] #19 102.3 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-06T08:32:06.961Z] #19 102.3 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-06T08:32:07.392Z] #38 42.98 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-03-06T08:32:07.465Z] The recommended git tool is: git [2022-03-06T08:32:07.551Z] #49 ... [2022-03-06T08:32:07.551Z] [2022-03-06T08:32:07.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-06T08:32:07.551Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-06T08:32:07.551Z] #36 14.84 tomll can be used in two ways: [2022-03-06T08:32:07.551Z] #36 14.84 Writing to STDIN and reading from STDOUT: [2022-03-06T08:32:07.551Z] #36 14.84 cat file.toml | tomll > file.toml [2022-03-06T08:32:07.551Z] #36 14.84 [2022-03-06T08:32:07.551Z] #36 14.84 Reading and updating a list of files: [2022-03-06T08:32:07.551Z] #36 14.84 tomll a.toml b.toml c.toml [2022-03-06T08:32:07.551Z] #36 14.84 [2022-03-06T08:32:07.551Z] #36 14.84 When given a list of files, tomll will modify all files in place without asking. [2022-03-06T08:32:07.551Z] #36 DONE 15.3s [2022-03-06T08:32:07.551Z] [2022-03-06T08:32:07.551Z] #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-06T08:32:07.551Z] #63 sha256:58ae64aa5587e638875963a7800e4959b909cba2b9727bf64d9625499e6cbcb5 [2022-03-06T08:32:07.551Z] #63 14.83 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-06T08:32:07.648Z] #38 ... [2022-03-06T08:32:07.649Z] [2022-03-06T08:32:07.649Z] #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-06T08:32:07.649Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-06T08:32:07.649Z] #51 33.44 go: downloading honnef.co/go/tools v0.2.2 [2022-03-06T08:32:07.649Z] #51 34.58 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-06T08:32:07.649Z] #51 34.62 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-06T08:32:07.649Z] #51 34.63 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-06T08:32:07.649Z] #51 34.74 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-06T08:32:07.649Z] #51 35.80 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-06T08:32:07.649Z] #51 35.84 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-06T08:32:07.649Z] #51 35.86 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-06T08:32:07.649Z] #51 35.96 go: downloading golang.org/x/text v0.3.7 [2022-03-06T08:32:07.649Z] #51 40.22 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-06T08:32:07.649Z] #51 40.29 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-06T08:32:07.649Z] #51 40.29 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-06T08:32:07.649Z] #51 40.47 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-06T08:32:07.649Z] #51 40.55 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-06T08:32:07.649Z] #51 40.58 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-06T08:32:07.649Z] #51 40.64 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-06T08:32:07.649Z] #51 40.70 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-06T08:32:07.649Z] #51 40.71 go: downloading golang.org/x/mod v0.5.1 [2022-03-06T08:32:07.649Z] #51 40.76 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-06T08:32:07.649Z] #51 40.94 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-06T08:32:07.649Z] #51 40.97 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-06T08:32:07.649Z] #51 40.97 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-06T08:32:07.649Z] #51 41.19 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-06T08:32:07.649Z] #51 41.23 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-06T08:32:07.649Z] #51 42.79 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-06T08:32:07.649Z] #51 42.99 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-06T08:32:07.649Z] #51 43.21 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-06T08:32:07.649Z] #51 43.45 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-06T08:32:07.649Z] #51 ... [2022-03-06T08:32:07.649Z] [2022-03-06T08:32:07.649Z] #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-06T08:32:07.649Z] #31 sha256:aa9e6137db8ef463023e0691dbba8b22098b4f22a9aac3e1daff30926c462b6c [2022-03-06T08:32:07.649Z] #31 20.74 [2022-03-06T08:32:07.649Z] #31 24.48 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-06T08:32:07.649Z] #31 25.73 #=#=# [2022-03-06T08:32:07.649Z] #31 26.06 #=#=# ######################################################################## 100.0% [2022-03-06T08:32:07.649Z] #31 26.92 [2022-03-06T08:32:07.649Z] #31 28.47 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-06T08:32:07.649Z] #31 29.06 [2022-03-06T08:32:07.825Z] #19 103.0 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-03-06T08:32:07.825Z] #19 103.0 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-03-06T08:32:07.825Z] #19 103.0 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-06T08:32:07.934Z] #31 29.51 #=#=# ######################################################################## 100.0% [2022-03-06T08:32:07.934Z] #31 ... [2022-03-06T08:32:07.934Z] [2022-03-06T08:32:07.934Z] #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-06T08:32:07.934Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-06T08:32:07.934Z] #51 43.72 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-06T08:32:08.253Z] #51 43.93 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-06T08:32:08.253Z] #51 44.02 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-06T08:32:08.388Z] #19 103.7 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-03-06T08:32:08.511Z] #51 44.04 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-06T08:32:08.511Z] #51 ... [2022-03-06T08:32:08.511Z] [2022-03-06T08:32:08.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-06T08:32:08.511Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-06T08:32:08.511Z] #14 34.03 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-06T08:32:08.511Z] #14 34.04 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-03-06T08:32:08.511Z] #14 34.04 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-06T08:32:08.511Z] #14 36.18 Selecting previously unselected package binutils-mingw-w64. [2022-03-06T08:32:08.511Z] #14 36.21 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-06T08:32:08.511Z] #14 36.22 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-06T08:32:08.511Z] #14 36.35 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-03-06T08:32:08.511Z] #14 36.35 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-03-06T08:32:08.511Z] #14 36.36 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-06T08:32:08.511Z] #14 36.51 Selecting previously unselected package dmsetup. [2022-03-06T08:32:08.511Z] #14 36.53 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-03-06T08:32:08.511Z] #14 36.53 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-06T08:32:08.511Z] #14 36.72 Selecting previously unselected package mingw-w64-common. [2022-03-06T08:32:08.511Z] #14 36.72 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-06T08:32:08.511Z] #14 36.73 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-06T08:32:08.511Z] #14 ... [2022-03-06T08:32:08.511Z] [2022-03-06T08:32:08.511Z] #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-06T08:32:08.511Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-06T08:32:08.511Z] #51 44.27 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-06T08:32:08.689Z] #19 103.7 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-03-06T08:32:08.689Z] #19 103.7 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-06T08:32:08.781Z] #51 44.48 go: downloading github.com/prometheus/common v0.10.0 [2022-03-06T08:32:08.781Z] #51 44.63 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-06T08:32:08.781Z] #51 44.64 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-06T08:32:08.781Z] #51 44.72 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-06T08:32:09.198Z] #60 ... [2022-03-06T08:32:09.198Z] [2022-03-06T08:32:09.198Z] #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-06T08:32:09.198Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:32:09.198Z] #14 83.19 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-06T08:32:09.198Z] #14 83.19 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:32:09.198Z] #14 83.20 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:32:09.198Z] #14 87.89 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-06T08:32:09.198Z] #14 87.92 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:32:09.198Z] #14 87.92 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-06T08:32:09.198Z] #14 93.02 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-06T08:32:09.198Z] #14 93.02 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:32:09.198Z] #14 93.03 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:32:09.254Z] #19 104.5 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-03-06T08:32:09.254Z] #19 104.5 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-06T08:32:09.254Z] #19 104.5 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-06T08:32:09.860Z] #19 105.1 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-03-06T08:32:09.860Z] #19 105.1 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-06T08:32:09.860Z] #19 105.2 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-06T08:32:10.156Z] #51 45.78 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-06T08:32:10.423Z] #19 105.6 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-03-06T08:32:10.423Z] #19 105.6 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:32:10.423Z] #19 105.6 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-06T08:32:10.423Z] #19 105.6 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-03-06T08:32:10.423Z] #19 105.6 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:32:10.423Z] #19 105.7 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:32:11.080Z] Running on azwin-2-b23990 in d:\jenkins\workspace\moby_PR-43335 [Pipeline] { [2022-03-06T08:32:11.089Z] #51 ... [2022-03-06T08:32:11.090Z] [2022-03-06T08:32:11.090Z] #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-06T08:32:11.090Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-06T08:32:11.090Z] #47 38.70 Setting up criu (3.16.1-3) ... [2022-03-06T08:32:11.090Z] #47 40.22 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:32:11.090Z] #47 DONE 46.4s [2022-03-06T08:32:11.090Z] [2022-03-06T08:32:11.090Z] #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-06T08:32:11.090Z] #49 sha256:2091bf311a2680210b8be5f35515c5ae9a070f0d398a8c1273941818a5e66041 [2022-03-06T08:32:11.090Z] #49 42.96 gotestsum version dev [2022-03-06T08:32:11.090Z] #49 DONE 46.9s [2022-03-06T08:32:11.090Z] [2022-03-06T08:32:11.090Z] #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-06T08:32:11.090Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-06T08:32:11.090Z] #38 43.72 Setting up librhash0:arm64 (1.4.1-2) ... [2022-03-06T08:32:11.090Z] #38 44.06 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-06T08:32:11.090Z] #38 44.75 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-03-06T08:32:11.090Z] #38 44.91 Setting up libarchive13:arm64 (3.4.3-2+b1) ... [2022-03-06T08:32:11.090Z] #38 44.94 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-06T08:32:11.090Z] #38 44.96 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:32:11.090Z] #38 DONE 47.1s [2022-03-06T08:32:11.090Z] [2022-03-06T08:32:11.090Z] #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-06T08:32:11.090Z] #31 sha256:aa9e6137db8ef463023e0691dbba8b22098b4f22a9aac3e1daff30926c462b6c [2022-03-06T08:32:11.090Z] #31 30.04 [2022-03-06T08:32:11.090Z] #31 30.30 Download of images into '/build' complete. [2022-03-06T08:32:11.090Z] #31 30.30 Use something like the following to load the result into a Docker daemon: [2022-03-06T08:32:11.090Z] #31 30.30 tar -cC '/build' . | docker load [2022-03-06T08:32:11.090Z] #31 DONE 32.8s [2022-03-06T08:32:11.090Z] [2022-03-06T08:32:11.090Z] #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-06T08:32:11.090Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-06T08:32:11.090Z] #14 44.93 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-06T08:32:11.090Z] #14 44.93 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-06T08:32:11.090Z] #14 44.94 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [Pipeline] ws [2022-03-06T08:32:11.099Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-06T08:32:11.813Z] The recommended git tool is: git [2022-03-06T08:32:12.022Z] #14 ... [2022-03-06T08:32:12.022Z] [2022-03-06T08:32:12.022Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-06T08:32:12.022Z] #39 sha256:4d1a7469b17a89112d015045729f67ed0bc00043efc889098b6a863ce2e6bc02 [2022-03-06T08:32:12.022Z] #39 DONE 0.8s [2022-03-06T08:32:12.278Z] [2022-03-06T08:32:12.278Z] #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-06T08:32:12.278Z] #40 sha256:45e923da366c671394eca30dd77a7a6becdd46caca9dd0dc491766eae55c9625 [2022-03-06T08:32:12.814Z] #63 ... [2022-03-06T08:32:12.814Z] [2022-03-06T08:32:12.814Z] #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-06T08:32:12.814Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:32:12.814Z] #43 20.06 + git checkout -q v2.3.0 [2022-03-06T08:32:13.209Z] #40 0.974 + RM_GOPATH=0 [2022-03-06T08:32:13.209Z] #40 0.974 + TMP_GOPATH= [2022-03-06T08:32:13.209Z] #40 0.974 + : /build [2022-03-06T08:32:13.209Z] #40 0.974 + '[' -z '' ']' [2022-03-06T08:32:13.209Z] #40 0.974 ++ mktemp -d [2022-03-06T08:32:13.209Z] #40 0.974 + export GOPATH=/tmp/tmp.Ikfy9DYHa1 [2022-03-06T08:32:13.209Z] #40 0.974 + GOPATH=/tmp/tmp.Ikfy9DYHa1 [2022-03-06T08:32:13.209Z] #40 0.974 + RM_GOPATH=1 [2022-03-06T08:32:13.209Z] #40 0.974 + case "$(go env GOARCH)" in [2022-03-06T08:32:13.209Z] #40 0.974 ++ go env GOARCH [2022-03-06T08:32:13.209Z] #40 0.985 Install tini version v0.19.0 [2022-03-06T08:32:13.209Z] #40 0.998 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:32:13.209Z] #40 0.998 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:32:13.209Z] #40 0.998 ++ dirname /install.sh [2022-03-06T08:32:13.209Z] #40 0.998 + dir=/ [2022-03-06T08:32:13.209Z] #40 0.998 + bin=tini [2022-03-06T08:32:13.209Z] #40 0.998 + shift [2022-03-06T08:32:13.209Z] #40 0.998 + '[' '!' -f //tini.installer ']' [2022-03-06T08:32:13.209Z] #40 0.998 + . //tini.installer [2022-03-06T08:32:13.209Z] #40 0.998 ++ : v0.19.0 [2022-03-06T08:32:13.209Z] #40 0.998 + install_tini [2022-03-06T08:32:13.209Z] #40 0.998 + echo 'Install tini version v0.19.0' [2022-03-06T08:32:13.209Z] #40 0.998 + git clone https://github.com/krallin/tini.git /tmp/tmp.Ikfy9DYHa1/tini [2022-03-06T08:32:13.209Z] #40 0.998 Cloning into '/tmp/tmp.Ikfy9DYHa1/tini'... [2022-03-06T08:32:13.385Z] #14 ... [2022-03-06T08:32:13.385Z] [2022-03-06T08:32:13.385Z] #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-06T08:32:13.385Z] #63 sha256:98e681d531cb6f5cb9acdbc0782db236a97aff2b60d6103be26ba735b04adcc7 [2022-03-06T08:32:13.385Z] #63 97.64 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-06T08:32:13.385Z] #63 97.64 + GOBIN=/build [2022-03-06T08:32:13.385Z] #63 97.64 + GO111MODULE=on [2022-03-06T08:32:13.385Z] #63 97.64 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-06T08:32:14.140Z] #40 2.073 + cd /tmp/tmp.Ikfy9DYHa1/tini [2022-03-06T08:32:14.140Z] #40 2.073 + git checkout -q v0.19.0 [2022-03-06T08:32:14.140Z] #40 2.088 + cmake . [2022-03-06T08:32:14.189Z] #43 21.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-06T08:32:14.705Z] #40 2.502 -- The C compiler identification is GNU 10.2.1 [2022-03-06T08:32:14.705Z] #40 2.591 -- Detecting C compiler ABI info [2022-03-06T08:32:15.271Z] #40 3.048 -- Detecting C compiler ABI info - done [2022-03-06T08:32:15.271Z] #40 3.118 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-06T08:32:15.271Z] #40 3.129 -- Detecting C compile features [2022-03-06T08:32:15.271Z] #40 3.130 -- Detecting C compile features - done [2022-03-06T08:32:15.271Z] #40 3.173 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-06T08:32:15.527Z] #40 3.359 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-06T08:32:15.527Z] #40 3.443 -- Configuring done [2022-03-06T08:32:15.527Z] #40 3.461 -- Generating done [2022-03-06T08:32:15.527Z] #40 3.464 -- Build files have been written to: /tmp/tmp.Ikfy9DYHa1/tini [2022-03-06T08:32:15.527Z] #40 3.470 + make tini-static [2022-03-06T08:32:15.784Z] #40 3.775 Scanning dependencies of target tini-static [2022-03-06T08:32:15.784Z] #40 3.855 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-06T08:32:16.713Z] #43 ... [2022-03-06T08:32:16.713Z] [2022-03-06T08:32:16.713Z] #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-06T08:32:16.713Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-06T08:32:16.713Z] #58 14.32 Fetched 8505 kB in 11s (754 kB/s) [2022-03-06T08:32:16.713Z] #58 14.32 Reading package lists... [2022-03-06T08:32:16.713Z] #58 19.52 Reading package lists... [2022-03-06T08:32:16.970Z] #58 24.31 Building dependency tree... [2022-03-06T08:32:16.970Z] #58 ... [2022-03-06T08:32:16.970Z] [2022-03-06T08:32:16.970Z] #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-06T08:32:16.970Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:32:16.970Z] #14 15.31 Fetched 8505 kB in 12s (719 kB/s) [2022-03-06T08:32:16.970Z] #14 15.31 Reading package lists... [2022-03-06T08:32:16.970Z] #14 19.91 Reading package lists... [2022-03-06T08:32:17.155Z] #40 4.891 [100%] Linking C executable tini-static [2022-03-06T08:32:17.155Z] #40 5.128 [100%] Built target tini-static [2022-03-06T08:32:17.155Z] #40 5.158 + mkdir -p /build [2022-03-06T08:32:17.413Z] #40 5.159 + cp tini-static /build/docker-init [2022-03-06T08:32:17.905Z] #14 24.77 Building dependency tree... [2022-03-06T08:32:17.905Z] #14 ... [2022-03-06T08:32:17.905Z] [2022-03-06T08:32:17.905Z] #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-06T08:32:17.905Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-06T08:32:17.905Z] #58 24.31 Building dependency tree... [2022-03-06T08:32:18.163Z] #58 ... [2022-03-06T08:32:18.163Z] [2022-03-06T08:32:18.163Z] #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-06T08:32:18.163Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:32:18.163Z] #47 16.01 Fetched 8509 kB in 13s (666 kB/s) [2022-03-06T08:32:18.163Z] #47 16.01 Reading package lists... [2022-03-06T08:32:18.163Z] #47 20.99 Reading package lists... [2022-03-06T08:32:18.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-06T08:32:18.461Z] #47 25.87 Building dependency tree... [2022-03-06T08:32:18.461Z] #47 ... [2022-03-06T08:32:18.461Z] [2022-03-06T08:32:18.461Z] #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-06T08:32:18.461Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:32:18.461Z] #14 24.77 Building dependency tree... [2022-03-06T08:32:18.650Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-06T08:32:18.660Z] #63 102.6 rootlesskit version 0.14.6 [2022-03-06T08:32:18.660Z] #63 102.6 Usage of /build/rootlesskit-docker-proxy: [2022-03-06T08:32:18.660Z] #63 102.6 -container-ip string [2022-03-06T08:32:18.660Z] #63 102.6 container ip [2022-03-06T08:32:18.660Z] #63 102.6 -container-port int [2022-03-06T08:32:18.660Z] #63 102.6 container port (default -1) [2022-03-06T08:32:18.660Z] #63 102.6 -host-ip string [2022-03-06T08:32:18.660Z] #63 102.6 host ip [2022-03-06T08:32:18.660Z] #63 102.6 -host-port int [2022-03-06T08:32:18.660Z] #63 102.6 host port (default -1) [2022-03-06T08:32:18.660Z] #63 102.6 -proto string [2022-03-06T08:32:18.660Z] #63 102.6 proxy protocol (default "tcp") [2022-03-06T08:32:18.785Z] #40 DONE 6.6s [2022-03-06T08:32:18.785Z] [2022-03-06T08:32:18.785Z] #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-06T08:32:18.785Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-06T08:32:18.785Z] #14 50.74 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-06T08:32:18.785Z] #14 50.75 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-03-06T08:32:18.785Z] #14 50.77 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-06T08:32:18.785Z] #14 50.89 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-06T08:32:18.785Z] #14 50.90 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-03-06T08:32:18.785Z] #14 50.91 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-06T08:32:19.024Z] #14 ... [2022-03-06T08:32:19.024Z] [2022-03-06T08:32:19.024Z] #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-06T08:32:19.024Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:32:19.024Z] #38 16.90 Fetched 8505 kB in 12s (684 kB/s) [2022-03-06T08:32:19.024Z] #38 16.90 Reading package lists... [2022-03-06T08:32:19.024Z] #38 22.06 Reading package lists... [2022-03-06T08:32:19.228Z] #63 ... [2022-03-06T08:32:19.228Z] [2022-03-06T08:32:19.228Z] #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-06T08:32:19.228Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:32:19.228Z] #14 104.0 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-06T08:32:19.228Z] #14 104.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:32:19.228Z] #14 104.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:32:19.588Z] #38 26.54 Building dependency tree... [2022-03-06T08:32:19.588Z] #38 ... [2022-03-06T08:32:19.588Z] [2022-03-06T08:32:19.588Z] #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-06T08:32:19.588Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-06T08:32:19.588Z] #58 27.38 The following additional packages will be installed: [2022-03-06T08:32:19.588Z] #58 27.41 libbtrfs0 [2022-03-06T08:32:19.846Z] #58 27.55 The following NEW packages will be installed: [2022-03-06T08:32:19.846Z] #58 27.56 libbtrfs-dev libbtrfs0 [2022-03-06T08:32:20.103Z] #58 27.96 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:32:20.103Z] #58 27.96 Need to get 460 kB of archives. [2022-03-06T08:32:20.103Z] #58 27.96 After this operation, 1237 kB of additional disk space will be used. [2022-03-06T08:32:20.103Z] #58 27.96 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-06T08:32:20.103Z] #58 27.97 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-06T08:32:20.415Z] #19 115.4 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-03-06T08:32:20.415Z] #19 115.4 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:32:20.415Z] #19 115.4 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-06T08:32:20.415Z] #19 115.5 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-03-06T08:32:20.415Z] #19 115.5 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:32:20.415Z] #19 115.5 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-06T08:32:20.682Z] #14 56.16 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-06T08:32:20.682Z] #14 56.16 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-03-06T08:32:20.682Z] #14 56.17 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:32:21.037Z] #58 28.83 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:32:21.037Z] #58 29.07 Fetched 460 kB in 0s (1427 kB/s) [2022-03-06T08:32:21.295Z] #58 29.13 Selecting previously unselected package libbtrfs0:amd64. [2022-03-06T08:32:21.295Z] #58 29.13 (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-06T08:32:21.295Z] #58 29.20 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-06T08:32:21.295Z] #58 29.22 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:32:21.557Z] #58 29.45 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-06T08:32:21.557Z] #58 29.45 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-06T08:32:21.557Z] #58 29.45 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:32:21.815Z] #58 29.74 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:32:21.816Z] #58 29.76 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:32:21.816Z] #58 29.77 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:32:22.073Z] #58 DONE 30.1s [2022-03-06T08:32:22.073Z] [2022-03-06T08:32:22.073Z] #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-06T08:32:22.073Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:32:22.073Z] #14 27.91 The following additional packages will be installed: [2022-03-06T08:32:22.073Z] #14 27.92 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-06T08:32:22.073Z] #14 27.93 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-06T08:32:22.073Z] #14 27.93 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-06T08:32:22.073Z] #14 27.93 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-06T08:32:22.073Z] #14 27.93 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-06T08:32:22.073Z] #14 27.93 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-06T08:32:22.073Z] #14 27.93 mingw-w64-common mingw-w64-x86-64-dev [2022-03-06T08:32:22.073Z] #14 27.94 Suggested packages: [2022-03-06T08:32:22.073Z] #14 27.95 gcc-10-locales seccomp wine64 [2022-03-06T08:32:22.073Z] #14 29.11 The following NEW packages will be installed: [2022-03-06T08:32:22.073Z] #14 29.12 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-06T08:32:22.073Z] #14 29.12 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-06T08:32:22.073Z] #14 29.12 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-06T08:32:22.073Z] #14 29.12 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-06T08:32:22.073Z] #14 29.12 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-06T08:32:22.073Z] #14 29.12 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-06T08:32:22.073Z] #14 29.13 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-06T08:32:22.073Z] #14 29.13 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-06T08:32:22.073Z] #14 29.13 mingw-w64-x86-64-dev [2022-03-06T08:32:22.073Z] #14 29.53 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:32:22.073Z] #14 29.53 Need to get 115 MB of archives. [2022-03-06T08:32:22.073Z] #14 29.53 After this operation, 645 MB of additional disk space will be used. [2022-03-06T08:32:22.073Z] #14 29.53 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-06T08:32:22.073Z] #14 29.62 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-06T08:32:22.073Z] #14 29.75 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-06T08:32:22.073Z] #14 29.75 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-06T08:32:22.073Z] #14 29.76 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-06T08:32:22.073Z] #14 29.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-06T08:32:22.073Z] #14 30.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-06T08:32:22.331Z] #14 30.32 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-06T08:32:22.519Z] #14 ... [2022-03-06T08:32:22.519Z] [2022-03-06T08:32:22.519Z] #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-06T08:32:22.519Z] #63 sha256:98e681d531cb6f5cb9acdbc0782db236a97aff2b60d6103be26ba735b04adcc7 [2022-03-06T08:32:22.519Z] #63 DONE 107.0s [2022-03-06T08:32:22.519Z] [2022-03-06T08:32:22.519Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-06T08:32:22.519Z] #64 sha256:f436bd12671c329ef13bed18a0e2db95106cdb2f3a352306f9c5659c19bfdd52 [2022-03-06T08:32:22.519Z] #64 DONE 0.1s [2022-03-06T08:32:22.519Z] [2022-03-06T08:32:22.519Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-06T08:32:22.519Z] #65 sha256:6ebe0b7e323a0aa3e4709c4004b7d321f6bfd4ce7baace4cbdfed7798df80615 [2022-03-06T08:32:22.519Z] #65 DONE 0.1s [2022-03-06T08:32:22.519Z] [2022-03-06T08:32:22.519Z] #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-06T08:32:22.519Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:32:22.590Z] #14 ... [2022-03-06T08:32:22.590Z] [2022-03-06T08:32:22.590Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-06T08:32:22.590Z] #59 sha256:9ef7b96fcc34e32f6e83eabd3d5e7e5b0931ed0185c3dfdcb4bcd9834f5dc4f6 [2022-03-06T08:32:22.590Z] #59 DONE 0.3s [2022-03-06T08:32:22.590Z] [2022-03-06T08:32:22.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-06T08:32:22.590Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:32:22.590Z] #14 30.35 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-06T08:32:22.590Z] #14 ... [2022-03-06T08:32:22.590Z] [2022-03-06T08:32:22.590Z] #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-06T08:32:22.590Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-06T08:32:22.590Z] #53 30.42 v3.0.2 [2022-03-06T08:32:22.590Z] #53 DONE 30.6s [2022-03-06T08:32:22.847Z] [2022-03-06T08:32:22.847Z] #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-06T08:32:22.847Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:32:22.847Z] #47 25.87 Building dependency tree... [2022-03-06T08:32:22.847Z] #47 28.78 The following additional packages will be installed: [2022-03-06T08:32:22.847Z] #47 28.78 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-06T08:32:22.847Z] #47 28.78 python3-protobuf python3-six [2022-03-06T08:32:22.847Z] #47 28.78 Suggested packages: [2022-03-06T08:32:22.847Z] #47 28.80 python3-setuptools [2022-03-06T08:32:22.847Z] #47 28.80 Recommended packages: [2022-03-06T08:32:22.847Z] #47 28.80 iproute2 | iproute [2022-03-06T08:32:22.847Z] #47 29.31 The following NEW packages will be installed: [2022-03-06T08:32:22.847Z] #47 29.32 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-06T08:32:22.847Z] #47 29.32 python3-protobuf python3-six [2022-03-06T08:32:22.847Z] #47 29.77 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:32:22.847Z] #47 29.77 Need to get 2292 kB of archives. [2022-03-06T08:32:22.847Z] #47 29.77 After this operation, 11.0 MB of additional disk space will be used. [2022-03-06T08:32:22.847Z] #47 29.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-06T08:32:22.847Z] #47 29.80 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-06T08:32:22.847Z] #47 29.80 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-06T08:32:22.847Z] #47 29.82 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-06T08:32:22.847Z] #47 29.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-06T08:32:22.847Z] #47 29.84 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-06T08:32:22.847Z] #47 29.90 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-06T08:32:23.457Z] #43 ... [2022-03-06T08:32:23.457Z] [2022-03-06T08:32:23.457Z] #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-06T08:32:23.457Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:32:23.457Z] #14 108.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-06T08:32:23.457Z] #14 108.3 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-06T08:32:23.457Z] #14 108.3 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-06T08:32:23.457Z] #14 108.4 Selecting previously unselected package libapparmor1:amd64. [2022-03-06T08:32:23.715Z] #14 108.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-06T08:32:23.715Z] #14 108.4 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-06T08:32:23.715Z] #14 108.5 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-06T08:32:23.715Z] #14 108.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-06T08:32:23.715Z] #14 108.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-06T08:32:23.983Z] #14 108.7 Selecting previously unselected package libbtrfs0:amd64. [2022-03-06T08:32:23.983Z] #14 108.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-06T08:32:23.983Z] #14 108.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:32:24.162Z] Running on azwin-2-d247c0 in d:\jenkins\workspace\moby_PR-43335 [Pipeline] { [Pipeline] ws [2022-03-06T08:32:24.178Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-06T08:32:24.243Z] #14 108.9 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-06T08:32:24.243Z] #14 108.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-06T08:32:24.243Z] #14 108.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:32:24.243Z] #14 109.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-06T08:32:24.243Z] #14 109.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:32:24.502Z] #14 109.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:32:24.502Z] #14 109.2 Selecting previously unselected package libudev-dev:amd64. [2022-03-06T08:32:24.502Z] #14 109.2 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-06T08:32:24.502Z] #14 109.2 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-06T08:32:24.502Z] #14 109.3 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-06T08:32:24.502Z] #14 109.3 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-06T08:32:24.502Z] #14 109.3 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-06T08:32:24.760Z] #14 109.5 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-06T08:32:24.760Z] #14 109.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-06T08:32:24.760Z] #14 109.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-06T08:32:24.760Z] #14 109.7 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-06T08:32:25.018Z] #14 109.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-06T08:32:25.018Z] #14 109.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-06T08:32:25.018Z] #14 109.9 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-06T08:32:25.018Z] #14 109.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-06T08:32:25.018Z] #14 109.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-06T08:32:25.018Z] #14 109.9 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-06T08:32:25.277Z] #14 109.9 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-06T08:32:25.277Z] #14 110.0 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-06T08:32:25.372Z] #47 32.95 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-06T08:32:25.535Z] #14 110.3 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-06T08:32:25.535Z] #14 110.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-06T08:32:25.535Z] #14 110.3 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-06T08:32:25.630Z] #47 ... [2022-03-06T08:32:25.630Z] [2022-03-06T08:32:25.630Z] #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-06T08:32:25.630Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:32:25.630Z] #38 26.54 Building dependency tree... [2022-03-06T08:32:25.630Z] #38 29.15 The following additional packages will be installed: [2022-03-06T08:32:25.630Z] #38 29.16 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-06T08:32:25.630Z] #38 29.17 Suggested packages: [2022-03-06T08:32:25.630Z] #38 29.18 cmake-doc ninja-build lrzip [2022-03-06T08:32:25.630Z] #38 29.18 Recommended packages: [2022-03-06T08:32:25.630Z] #38 29.18 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-06T08:32:25.630Z] #38 29.93 The following NEW packages will be installed: [2022-03-06T08:32:25.630Z] #38 29.94 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-06T08:32:25.630Z] #38 29.95 vim-common xxd [2022-03-06T08:32:25.630Z] #38 30.39 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:32:25.630Z] #38 30.39 Need to get 17.7 MB of archives. [2022-03-06T08:32:25.630Z] #38 30.39 After this operation, 70.7 MB of additional disk space will be used. [2022-03-06T08:32:25.630Z] #38 30.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-06T08:32:25.630Z] #38 30.39 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-06T08:32:25.630Z] #38 30.39 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-06T08:32:25.630Z] #38 30.46 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-06T08:32:25.630Z] #38 30.97 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-06T08:32:25.630Z] #38 31.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-06T08:32:25.630Z] #38 31.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-06T08:32:25.630Z] #38 31.03 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-06T08:32:25.630Z] #38 31.04 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-06T08:32:25.630Z] #38 31.04 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-06T08:32:25.630Z] #38 32.01 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:32:25.630Z] #38 32.17 Fetched 17.7 MB in 1s (14.0 MB/s) [2022-03-06T08:32:25.630Z] #38 32.21 Selecting previously unselected package xxd. [2022-03-06T08:32:25.630Z] #38 32.21 (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-06T08:32:25.630Z] #38 32.26 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-06T08:32:25.630Z] #38 32.26 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:32:25.630Z] #38 32.43 Selecting previously unselected package vim-common. [2022-03-06T08:32:25.630Z] #38 32.43 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:32:25.630Z] #38 32.46 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:32:25.630Z] #38 32.69 Selecting previously unselected package cmake-data. [2022-03-06T08:32:25.630Z] #38 32.69 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-06T08:32:25.630Z] #38 32.69 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-06T08:32:25.792Z] #19 ... [2022-03-06T08:32:25.792Z] [2022-03-06T08:32:25.792Z] #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-06T08:32:25.792Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:32:25.792Z] #50 135.4 + dpkg --print-architecture [2022-03-06T08:32:25.792Z] #50 135.4 + git checkout -q v2.1.0 [2022-03-06T08:32:25.793Z] #14 110.5 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-06T08:32:25.793Z] #14 110.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:32:25.793Z] #14 110.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:32:25.793Z] #14 110.6 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-06T08:32:25.793Z] #14 110.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-06T08:32:25.793Z] #14 110.7 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-06T08:32:25.793Z] #14 110.8 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-06T08:32:25.802Z] The recommended git tool is: git [2022-03-06T08:32:26.049Z] #50 135.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-06T08:32:26.049Z] #50 135.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-06T08:32:26.051Z] #14 110.8 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-06T08:32:26.051Z] #14 110.8 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-06T08:32:26.310Z] #14 111.1 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-06T08:32:26.310Z] #14 111.1 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-06T08:32:26.310Z] #14 111.1 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-06T08:32:26.310Z] #14 111.1 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-06T08:32:26.310Z] #14 111.1 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-06T08:32:26.310Z] #14 111.2 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-06T08:32:26.310Z] #14 111.2 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:32:26.310Z] #14 111.2 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-06T08:32:26.310Z] #14 111.2 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-06T08:32:26.310Z] #14 111.2 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-06T08:32:26.310Z] #14 111.2 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-06T08:32:26.310Z] #14 111.2 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:32:26.310Z] #14 111.2 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-06T08:32:26.310Z] #14 111.2 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-06T08:32:26.310Z] #14 111.2 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-06T08:32:26.310Z] #14 111.3 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-06T08:32:26.310Z] #14 111.3 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-06T08:32:26.566Z] #38 ... [2022-03-06T08:32:26.567Z] [2022-03-06T08:32:26.567Z] #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-06T08:32:26.567Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:32:26.567Z] #47 34.20 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:32:26.567Z] #47 34.37 Fetched 2292 kB in 4s (595 kB/s) [2022-03-06T08:32:26.567Z] #47 34.48 Selecting previously unselected package libprotobuf23:amd64. [2022-03-06T08:32:26.568Z] #14 111.3 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-06T08:32:26.568Z] #14 111.3 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-06T08:32:26.568Z] #14 111.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-06T08:32:26.568Z] #14 111.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:32:26.568Z] #14 111.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-06T08:32:26.568Z] #14 111.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:32:26.568Z] #14 111.4 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-06T08:32:26.568Z] #14 111.4 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-06T08:32:26.568Z] #14 111.4 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:32:26.568Z] #14 111.4 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-06T08:32:26.568Z] #14 111.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:32:26.568Z] #14 111.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-06T08:32:26.568Z] #14 111.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:32:26.568Z] #14 111.4 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-06T08:32:26.568Z] #14 111.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:32:26.568Z] #14 111.5 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:32:26.568Z] #14 111.5 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:32:26.788Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-06T08:32:26.824Z] #47 34.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-06T08:32:26.824Z] #47 34.57 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-06T08:32:27.082Z] #47 34.77 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-06T08:32:27.136Z] #14 DONE 111.8s [2022-03-06T08:32:27.136Z] [2022-03-06T08:32:27.136Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-06T08:32:27.136Z] #55 sha256:0fa7be1c465ec9b7869b2de02ff7e235f0772c3eeb5efcee463db5dc02a2b3bc [2022-03-06T08:32:27.136Z] #55 DONE 0.1s [2022-03-06T08:32:27.136Z] [2022-03-06T08:32:27.136Z] #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-06T08:32:27.136Z] #56 sha256:4b2524fa7f92f8d610e70f1c570542c6dd1fb3a90f3a9f87d4b2240aeb761c30 [2022-03-06T08:32:27.648Z] #47 35.53 Selecting previously unselected package python3-pkg-resources. [2022-03-06T08:32:27.648Z] #47 35.53 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-06T08:32:27.648Z] #47 35.54 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:32:27.907Z] #47 35.77 Selecting previously unselected package python3-six. [2022-03-06T08:32:27.907Z] #47 35.77 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-06T08:32:27.907Z] #47 35.79 Unpacking python3-six (1.16.0-2) ... [2022-03-06T08:32:28.165Z] #47 35.92 Selecting previously unselected package python3-protobuf. [2022-03-06T08:32:28.165Z] #47 35.92 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-06T08:32:28.165Z] #47 35.94 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-06T08:32:28.517Z] #56 ... [2022-03-06T08:32:28.517Z] [2022-03-06T08:32:28.517Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-06T08:32:28.517Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-06T08:32:28.517Z] #15 DONE 1.2s [2022-03-06T08:32:28.517Z] [2022-03-06T08:32:28.517Z] #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-06T08:32:28.517Z] #56 sha256:4b2524fa7f92f8d610e70f1c570542c6dd1fb3a90f3a9f87d4b2240aeb761c30 [2022-03-06T08:32:28.517Z] #56 1.117 + RM_GOPATH=0 [2022-03-06T08:32:28.517Z] #56 1.117 + TMP_GOPATH= [2022-03-06T08:32:28.517Z] #56 1.118 + : /build [2022-03-06T08:32:28.517Z] #56 1.118 + '[' -z '' ']' [2022-03-06T08:32:28.517Z] #56 1.125 ++ mktemp -d [2022-03-06T08:32:28.517Z] #56 1.126 + export GOPATH=/tmp/tmp.vTXFlP2DI1 [2022-03-06T08:32:28.517Z] #56 1.126 + GOPATH=/tmp/tmp.vTXFlP2DI1 [2022-03-06T08:32:28.517Z] #56 1.126 + RM_GOPATH=1 [2022-03-06T08:32:28.517Z] #56 1.126 + case "$(go env GOARCH)" in [2022-03-06T08:32:28.517Z] #56 1.126 ++ go env GOARCH [2022-03-06T08:32:28.517Z] #56 1.177 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:32:28.517Z] #56 1.177 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:32:28.517Z] #56 1.177 ++ dirname /install.sh [2022-03-06T08:32:28.517Z] #56 1.177 + dir=/ [2022-03-06T08:32:28.517Z] #56 1.177 + bin=runc [2022-03-06T08:32:28.517Z] #56 1.177 + shift [2022-03-06T08:32:28.517Z] #56 1.177 + '[' '!' -f //runc.installer ']' [2022-03-06T08:32:28.517Z] #56 1.177 + . //runc.installer [2022-03-06T08:32:28.517Z] #56 1.177 ++ set -e [2022-03-06T08:32:28.517Z] #56 1.177 ++ : v1.1.0 [2022-03-06T08:32:28.517Z] #56 1.177 + install_runc [2022-03-06T08:32:28.517Z] #56 1.177 + RUNC_BUILDTAGS=seccomp [2022-03-06T08:32:28.517Z] #56 1.177 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-06T08:32:28.517Z] #56 1.177 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.vTXFlP2DI1/src/github.com/opencontainers/runc [2022-03-06T08:32:28.517Z] #56 1.179 Install runc version v1.1.0 (build tags: seccomp) [2022-03-06T08:32:28.517Z] #56 1.179 Cloning into '/tmp/tmp.vTXFlP2DI1/src/github.com/opencontainers/runc'... [2022-03-06T08:32:28.731Z] #47 36.50 Selecting previously unselected package libnet1:amd64. [2022-03-06T08:32:28.731Z] #47 36.50 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-06T08:32:28.731Z] #47 36.50 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:32:28.731Z] #47 36.61 Selecting previously unselected package libnl-3-200:amd64. [2022-03-06T08:32:28.731Z] #47 36.61 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-06T08:32:28.731Z] #47 36.63 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:32:28.783Z] #14 ... [2022-03-06T08:32:28.783Z] [2022-03-06T08:32:28.783Z] #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-06T08:32:28.783Z] #60 sha256:0c8f9a0e2308018d9ee56011ba96bd61bdb5db17c2942ffba8550974aef1dece [2022-03-06T08:32:28.991Z] #47 36.73 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-06T08:32:28.991Z] #47 36.74 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-06T08:32:28.991Z] #47 36.75 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:32:28.991Z] #47 36.87 Selecting previously unselected package criu. [2022-03-06T08:32:28.991Z] #47 36.87 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-06T08:32:28.991Z] #47 36.88 Unpacking criu (3.16.1-3) ... [2022-03-06T08:32:29.040Z] #60 32.54 Updating files: 68% (3254/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-06T08:32:29.040Z] #60 33.23 + cd /tmp/tmp.E681nkfw3P/src/github.com/containerd/containerd [2022-03-06T08:32:29.040Z] #60 33.23 + git checkout -q v1.5.10 [2022-03-06T08:32:29.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-06T08:32:29.453Z] #56 ... [2022-03-06T08:32:29.453Z] [2022-03-06T08:32:29.453Z] #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-06T08:32:29.453Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-06T08:32:29.453Z] #16 DONE 1.0s [2022-03-06T08:32:29.453Z] [2022-03-06T08:32:29.453Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-06T08:32:29.453Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-06T08:32:29.924Z] #47 37.73 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:32:30.390Z] #17 0.924 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-06T08:32:30.390Z] #17 DONE 1.0s [2022-03-06T08:32:30.390Z] [2022-03-06T08:32:30.390Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-06T08:32:30.390Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-06T08:32:30.491Z] #47 ... [2022-03-06T08:32:30.491Z] [2022-03-06T08:32:30.491Z] #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-06T08:32:30.491Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:32:30.491Z] #51 28.26 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-06T08:32:30.491Z] #51 28.27 go: downloading github.com/fatih/color v1.13.0 [2022-03-06T08:32:30.491Z] #51 28.35 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-06T08:32:30.491Z] #51 28.40 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-06T08:32:30.491Z] #51 28.61 go: downloading github.com/spf13/viper v1.10.1 [2022-03-06T08:32:30.491Z] #51 28.72 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-06T08:32:30.491Z] #51 29.09 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-06T08:32:30.491Z] #51 29.11 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-06T08:32:30.491Z] #51 30.13 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-06T08:32:30.491Z] #51 30.19 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-06T08:32:30.491Z] #51 32.97 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-06T08:32:30.491Z] #51 32.97 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-06T08:32:30.491Z] #51 32.99 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-06T08:32:30.491Z] #51 33.25 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-06T08:32:30.491Z] #51 33.26 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-06T08:32:30.491Z] #51 33.28 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-06T08:32:30.491Z] #51 33.38 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-06T08:32:30.491Z] #51 33.38 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-06T08:32:30.491Z] #51 33.42 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-06T08:32:30.491Z] #51 33.46 go: downloading github.com/spf13/afero v1.6.0 [2022-03-06T08:32:30.491Z] #51 33.54 go: downloading github.com/spf13/cast v1.4.1 [2022-03-06T08:32:30.491Z] #51 33.76 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-06T08:32:30.491Z] #51 33.76 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-06T08:32:30.491Z] #51 33.76 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-06T08:32:30.491Z] #51 33.76 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-06T08:32:30.491Z] #51 33.78 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-06T08:32:30.491Z] #51 33.78 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-06T08:32:30.491Z] #51 33.86 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-06T08:32:30.491Z] #51 33.86 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-06T08:32:30.491Z] #51 33.86 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-06T08:32:30.491Z] #51 33.86 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-06T08:32:30.491Z] #51 33.86 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-06T08:32:30.491Z] #51 33.90 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-06T08:32:30.491Z] #51 33.97 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-06T08:32:30.491Z] #51 34.04 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-06T08:32:30.491Z] #51 34.04 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-06T08:32:30.491Z] #51 34.18 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-06T08:32:30.491Z] #51 34.30 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-06T08:32:30.491Z] #51 34.34 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-06T08:32:30.491Z] #51 34.34 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-06T08:32:30.491Z] #51 34.41 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-06T08:32:30.491Z] #51 34.41 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-06T08:32:30.491Z] #51 34.57 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-06T08:32:30.491Z] #51 34.58 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-06T08:32:30.491Z] #51 34.63 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-06T08:32:30.491Z] #51 34.70 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-06T08:32:30.491Z] #51 34.83 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-06T08:32:30.491Z] #51 34.83 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-06T08:32:30.491Z] #51 34.85 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-06T08:32:30.491Z] #51 34.89 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-06T08:32:30.491Z] #51 34.93 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-06T08:32:30.491Z] #51 34.97 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-06T08:32:30.491Z] #51 35.05 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-06T08:32:30.491Z] #51 35.10 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-06T08:32:30.491Z] #51 35.10 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-06T08:32:30.491Z] #51 35.14 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-06T08:32:30.491Z] #51 35.15 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-06T08:32:30.491Z] #51 35.23 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-06T08:32:30.491Z] #51 35.34 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-06T08:32:30.491Z] #51 35.43 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-06T08:32:30.491Z] #51 35.49 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-06T08:32:30.491Z] #51 35.50 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-06T08:32:30.491Z] #51 35.57 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-06T08:32:30.491Z] #51 35.60 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-06T08:32:30.491Z] #51 35.62 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-06T08:32:30.491Z] #51 35.65 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-06T08:32:30.491Z] #51 35.69 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-06T08:32:30.491Z] #51 35.74 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-06T08:32:30.491Z] #51 35.76 go: downloading github.com/julz/importas v0.1.0 [2022-03-06T08:32:30.491Z] #51 35.80 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-06T08:32:30.491Z] #51 35.81 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-06T08:32:30.491Z] #51 35.86 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-06T08:32:30.491Z] #51 35.88 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-06T08:32:30.491Z] #51 35.94 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-06T08:32:30.491Z] #51 35.99 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-06T08:32:30.491Z] #51 35.99 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-06T08:32:30.491Z] #51 36.02 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-06T08:32:30.491Z] #51 36.10 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-06T08:32:30.491Z] #51 36.11 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-06T08:32:30.491Z] #51 36.14 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-06T08:32:30.491Z] #51 36.17 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-06T08:32:30.491Z] #51 36.53 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-06T08:32:30.491Z] #51 36.56 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-06T08:32:30.491Z] #51 36.57 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-06T08:32:30.491Z] #51 36.64 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-06T08:32:30.491Z] #51 36.68 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-06T08:32:30.491Z] #51 36.71 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-06T08:32:30.491Z] #51 36.75 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-06T08:32:30.491Z] #51 36.77 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-06T08:32:30.491Z] #51 36.78 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-06T08:32:30.491Z] #51 37.21 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-06T08:32:30.491Z] #51 37.23 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-06T08:32:30.491Z] #51 37.24 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-06T08:32:30.491Z] #51 37.26 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-06T08:32:30.491Z] #51 37.27 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-06T08:32:30.491Z] #51 37.34 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-06T08:32:30.491Z] #51 37.40 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-06T08:32:30.491Z] #51 37.43 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-06T08:32:30.491Z] #51 37.45 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-06T08:32:30.491Z] #51 37.46 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-06T08:32:30.491Z] #51 37.48 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-06T08:32:30.491Z] #51 37.52 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-06T08:32:30.491Z] #51 37.70 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-06T08:32:30.491Z] #51 37.74 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-06T08:32:30.491Z] #51 37.75 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-06T08:32:30.491Z] #51 37.77 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-06T08:32:30.491Z] #51 37.81 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-06T08:32:30.491Z] #51 38.10 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-06T08:32:30.491Z] #51 38.18 go: downloading honnef.co/go/tools v0.2.2 [2022-03-06T08:32:31.015Z] #60 34.89 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-06T08:32:31.015Z] #60 34.90 + BUILDTAGS='netgo osusergo static_build' [2022-03-06T08:32:31.015Z] #60 34.90 + export EXTRA_FLAGS=-buildmode=pie [2022-03-06T08:32:31.015Z] #60 34.90 + EXTRA_FLAGS=-buildmode=pie [2022-03-06T08:32:31.015Z] #60 34.90 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-06T08:32:31.015Z] #60 34.90 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-06T08:32:31.015Z] #60 34.90 + '[' '' = dynamic ']' [2022-03-06T08:32:31.015Z] #60 34.90 + make [2022-03-06T08:32:31.326Z] #18 DONE 1.0s [2022-03-06T08:32:31.326Z] [2022-03-06T08:32:31.326Z] #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-06T08:32:31.326Z] #60 sha256:2da8bce0baf1ff45af776dd7d1cf2b850682137216ca31ce8a99e62a4e7cf907 [2022-03-06T08:32:31.326Z] #60 ... [2022-03-06T08:32:31.326Z] [2022-03-06T08:32:31.326Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-06T08:32:31.326Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-06T08:32:31.460Z] #51 39.38 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-06T08:32:31.460Z] #51 ... [2022-03-06T08:32:31.460Z] [2022-03-06T08:32:31.460Z] #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-06T08:32:31.460Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:32:31.460Z] #47 39.19 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-06T08:32:31.460Z] #47 39.22 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:32:31.460Z] #47 39.24 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:32:31.460Z] #47 39.25 Setting up python3-six (1.16.0-2) ... [2022-03-06T08:32:31.751Z] using credential docker-jenkins-github-credentials [2022-03-06T08:32:31.826Z] Cloning the remote Git repository [2022-03-06T08:32:31.826Z] Cloning with configured refspecs honoured and without tags [2022-03-06T08:32:31.948Z] #60 36.12 + bin/ctr [2022-03-06T08:32:32.264Z] #19 DONE 1.0s [2022-03-06T08:32:32.264Z] [2022-03-06T08:32:32.264Z] #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-06T08:32:32.264Z] #60 sha256:2da8bce0baf1ff45af776dd7d1cf2b850682137216ca31ce8a99e62a4e7cf907 [2022-03-06T08:32:32.412Z] #47 ... [2022-03-06T08:32:32.412Z] [2022-03-06T08:32:32.412Z] #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-06T08:32:32.412Z] #60 sha256:0278013f9d999fac671041d312dd2067625e82bc2a3318bc499ad3eee54ecc42 [2022-03-06T08:32:32.412Z] #60 4.170 + RM_GOPATH=0 [2022-03-06T08:32:32.412Z] #60 4.170 + TMP_GOPATH= [2022-03-06T08:32:32.412Z] #60 4.170 + : /build [2022-03-06T08:32:32.412Z] #60 4.170 + '[' -z '' ']' [2022-03-06T08:32:32.412Z] #60 4.170 ++ mktemp -d [2022-03-06T08:32:32.412Z] #60 4.176 + export GOPATH=/tmp/tmp.d43URXXaHB [2022-03-06T08:32:32.412Z] #60 4.176 + GOPATH=/tmp/tmp.d43URXXaHB [2022-03-06T08:32:32.412Z] #60 4.176 + RM_GOPATH=1 [2022-03-06T08:32:32.412Z] #60 4.176 + case "$(go env GOARCH)" in [2022-03-06T08:32:32.412Z] #60 4.176 ++ go env GOARCH [2022-03-06T08:32:32.412Z] #60 4.194 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:32:32.412Z] #60 4.194 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:32:32.412Z] #60 4.195 ++ dirname /install.sh [2022-03-06T08:32:32.412Z] #60 4.214 + dir=/ [2022-03-06T08:32:32.412Z] #60 4.214 + bin=containerd [2022-03-06T08:32:32.412Z] #60 4.214 + shift [2022-03-06T08:32:32.412Z] #60 4.214 + '[' '!' -f //containerd.installer ']' [2022-03-06T08:32:32.412Z] #60 4.214 + . //containerd.installer [2022-03-06T08:32:32.412Z] #60 4.214 ++ set -e [2022-03-06T08:32:32.412Z] #60 4.214 ++ : v1.5.10 [2022-03-06T08:32:32.412Z] #60 4.214 + install_containerd [2022-03-06T08:32:32.412Z] #60 4.214 + echo 'Install containerd version v1.5.10' [2022-03-06T08:32:32.412Z] #60 4.214 + git clone https://github.com/containerd/containerd.git /tmp/tmp.d43URXXaHB/src/github.com/containerd/containerd [2022-03-06T08:32:32.412Z] #60 4.214 Cloning into '/tmp/tmp.d43URXXaHB/src/github.com/containerd/containerd'... [2022-03-06T08:32:32.412Z] #60 4.214 Install containerd version v1.5.10 [2022-03-06T08:32:32.522Z] #60 ... [2022-03-06T08:32:32.522Z] [2022-03-06T08:32:32.522Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-06T08:32:32.522Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-06T08:32:32.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-06T08:32:32.700Z] #60 ... [2022-03-06T08:32:32.700Z] [2022-03-06T08:32:32.700Z] #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-06T08:32:32.700Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:32:32.700Z] #47 40.44 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:32:32.700Z] #47 40.51 Setting up python3-protobuf (3.12.4-1) ... [2022-03-06T08:32:32.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-06T08:32:33.300Z] #47 ... [2022-03-06T08:32:33.300Z] [2022-03-06T08:32:33.300Z] #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-06T08:32:33.301Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:32:33.301Z] #14 31.05 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-06T08:32:33.301Z] #14 32.41 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-06T08:32:33.301Z] #14 32.88 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-06T08:32:33.301Z] #14 33.39 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-06T08:32:33.301Z] #14 34.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-06T08:32:33.301Z] #14 35.34 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-06T08:32:33.301Z] #14 35.34 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-06T08:32:33.301Z] #14 35.35 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-06T08:32:33.301Z] #14 35.35 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-06T08:32:33.301Z] #14 35.36 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-06T08:32:33.301Z] #14 35.38 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-06T08:32:33.301Z] #14 35.38 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-06T08:32:33.301Z] #14 35.39 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-06T08:32:33.301Z] #14 35.39 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-06T08:32:33.301Z] #14 35.41 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-06T08:32:33.301Z] #14 35.42 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-06T08:32:33.301Z] #14 35.42 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-06T08:32:33.301Z] #14 35.46 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-06T08:32:33.301Z] #14 35.47 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-06T08:32:33.301Z] #14 35.47 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-06T08:32:33.301Z] #14 35.47 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-06T08:32:33.301Z] #14 36.57 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:32:33.301Z] #14 36.91 Fetched 115 MB in 6s (18.3 MB/s) [2022-03-06T08:32:33.301Z] #14 36.97 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-06T08:32:33.301Z] #14 36.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-06T08:32:33.301Z] #14 37.13 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-06T08:32:33.301Z] #14 37.15 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-06T08:32:33.301Z] #14 39.30 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-06T08:32:33.301Z] #14 39.30 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-06T08:32:33.301Z] #14 39.32 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-06T08:32:32.011Z] Cloning repository https://github.com/moby/moby.git [2022-03-06T08:32:32.426Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-06T08:32:33.455Z] #20 DONE 1.0s [2022-03-06T08:32:33.455Z] [2022-03-06T08:32:33.456Z] #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-06T08:32:33.456Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-06T08:32:33.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-06T08:32:34.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-06T08:32:34.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-06T08:32:34.252Z] #14 42.10 Selecting previously unselected package binutils-mingw-w64. [2022-03-06T08:32:34.252Z] #14 42.10 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-06T08:32:34.252Z] #14 42.11 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-06T08:32:34.252Z] #14 42.26 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-06T08:32:34.252Z] #14 42.28 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:32:34.509Z] #14 42.30 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:32:34.603Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-06T08:32:34.766Z] #14 42.51 Selecting previously unselected package dmsetup. [2022-03-06T08:32:34.767Z] #14 42.52 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:32:34.767Z] #14 42.52 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-06T08:32:34.767Z] #14 42.66 Selecting previously unselected package mingw-w64-common. [2022-03-06T08:32:34.767Z] #14 42.68 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-06T08:32:34.767Z] #14 42.69 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-06T08:32:34.830Z] #21 1.381 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:32:34.830Z] #21 1.480 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:32:34.830Z] #21 1.493 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:32:35.396Z] #21 1.838 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:32:33.375Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:32:33.375Z] > git --version # timeout=10 [2022-03-06T08:32:33.419Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-06T08:32:33.419Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:32:33.422Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:32:35.962Z] #21 2.584 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:32:35.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-06T08:32:36.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-06T08:32:36.661Z] #14 ... [2022-03-06T08:32:36.661Z] [2022-03-06T08:32:36.661Z] #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-06T08:32:36.661Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:32:36.661Z] #47 44.04 Setting up criu (3.16.1-3) ... [2022-03-06T08:32:37.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-06T08:32:37.383Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-06T08:32:37.448Z] #21 3.860 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:32:37.593Z] #47 ... [2022-03-06T08:32:37.593Z] [2022-03-06T08:32:37.593Z] #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-06T08:32:37.593Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-06T08:32:37.593Z] #34 35.34 Updating files: 93% (1423/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-06T08:32:37.593Z] #34 35.48 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-06T08:32:37.593Z] #34 36.03 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-06T08:32:37.850Z] #34 ... [2022-03-06T08:32:37.850Z] [2022-03-06T08:32:37.850Z] #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-06T08:32:37.850Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:32:37.850Z] #47 45.64 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:32:37.850Z] #47 ... [2022-03-06T08:32:37.850Z] [2022-03-06T08:32:37.850Z] #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-06T08:32:37.850Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:32:37.850Z] #38 35.78 Selecting previously unselected package libicu67:amd64. [2022-03-06T08:32:37.850Z] #38 35.79 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-06T08:32:37.850Z] #38 35.81 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-06T08:32:37.850Z] #38 42.03 Selecting previously unselected package libxml2:amd64. [2022-03-06T08:32:37.850Z] #38 42.03 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-06T08:32:37.850Z] #38 42.04 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-06T08:32:37.850Z] #38 42.47 Selecting previously unselected package libarchive13:amd64. [2022-03-06T08:32:37.850Z] #38 42.48 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-06T08:32:37.851Z] #38 42.49 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-06T08:32:37.851Z] #38 42.79 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-06T08:32:37.851Z] #38 42.79 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-06T08:32:37.851Z] #38 42.80 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-06T08:32:37.851Z] #38 42.94 Selecting previously unselected package librhash0:amd64. [2022-03-06T08:32:37.851Z] #38 42.94 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-06T08:32:37.851Z] #38 42.95 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-06T08:32:37.851Z] #38 43.11 Selecting previously unselected package libuv1:amd64. [2022-03-06T08:32:37.851Z] #38 43.11 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-06T08:32:37.851Z] #38 43.11 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-06T08:32:37.851Z] #38 43.26 Selecting previously unselected package cmake. [2022-03-06T08:32:37.851Z] #38 43.26 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-06T08:32:37.851Z] #38 43.26 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-06T08:32:37.953Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-06T08:32:38.523Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-06T08:32:38.784Z] #38 ... [2022-03-06T08:32:38.784Z] [2022-03-06T08:32:38.784Z] #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-06T08:32:38.784Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-06T08:32:38.784Z] #47 DONE 46.3s [2022-03-06T08:32:38.784Z] [2022-03-06T08:32:38.784Z] #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-06T08:32:38.784Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:32:38.784Z] #51 39.38 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-06T08:32:38.784Z] #51 39.46 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-06T08:32:38.784Z] #51 39.46 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-06T08:32:38.784Z] #51 41.17 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-06T08:32:38.784Z] #51 41.19 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-06T08:32:38.784Z] #51 41.20 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-06T08:32:38.784Z] #51 41.34 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-06T08:32:38.784Z] #51 41.63 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-06T08:32:38.784Z] #51 41.63 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-06T08:32:38.784Z] #51 41.73 go: downloading golang.org/x/text v0.3.7 [2022-03-06T08:32:38.784Z] #51 46.77 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-06T08:32:39.046Z] #51 46.81 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-06T08:32:39.046Z] #51 46.84 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-06T08:32:39.046Z] #51 46.91 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-06T08:32:39.046Z] #51 46.95 go: downloading golang.org/x/mod v0.5.1 [2022-03-06T08:32:39.046Z] #51 46.95 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-06T08:32:39.092Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-06T08:32:39.306Z] #51 47.17 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-06T08:32:39.306Z] #51 ... [2022-03-06T08:32:39.306Z] [2022-03-06T08:32:39.306Z] #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-06T08:32:39.306Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-06T08:32:39.306Z] #38 47.07 Setting up libicu67:amd64 (67.1-7) ... [2022-03-06T08:32:39.306Z] #38 47.08 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:32:39.306Z] #38 47.16 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-06T08:32:39.306Z] #38 47.16 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:32:39.306Z] #38 47.30 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-06T08:32:39.306Z] #38 47.30 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-06T08:32:39.306Z] #38 47.30 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-06T08:32:39.306Z] #38 47.30 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-06T08:32:39.306Z] #38 47.30 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-06T08:32:39.562Z] #38 47.34 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-06T08:32:39.562Z] #38 47.34 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:32:39.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-06T08:32:40.046Z] #60 ... [2022-03-06T08:32:40.046Z] [2022-03-06T08:32:40.046Z] #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-06T08:32:40.046Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-06T08:32:40.046Z] #14 64.76 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-06T08:32:40.046Z] #14 64.77 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-03-06T08:32:40.046Z] #14 64.77 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:32:40.046Z] #14 69.02 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-06T08:32:40.046Z] #14 69.03 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-03-06T08:32:40.046Z] #14 69.04 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-06T08:32:40.046Z] #14 73.64 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-06T08:32:40.046Z] #14 73.65 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-03-06T08:32:40.046Z] #14 73.65 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:32:40.046Z] #14 ... [2022-03-06T08:32:40.046Z] [2022-03-06T08:32:40.046Z] #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-06T08:32:40.046Z] #63 sha256:a9f3d78b2103c2401fee432359624416a944c64ff052c114cdc69d0a7827e782 [2022-03-06T08:32:40.046Z] #63 75.15 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-06T08:32:40.046Z] #63 75.15 + GOBIN=/build [2022-03-06T08:32:40.046Z] #63 75.15 + GO111MODULE=on [2022-03-06T08:32:40.046Z] #63 75.16 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-06T08:32:40.061Z] #21 ... [2022-03-06T08:32:40.061Z] [2022-03-06T08:32:40.061Z] #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-06T08:32:40.061Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-06T08:32:40.061Z] #34 DONE 124.7s [2022-03-06T08:32:40.061Z] [2022-03-06T08:32:40.061Z] #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-06T08:32:40.061Z] #56 sha256:4b2524fa7f92f8d610e70f1c570542c6dd1fb3a90f3a9f87d4b2240aeb761c30 [2022-03-06T08:32:40.061Z] #56 10.35 + cd /tmp/tmp.vTXFlP2DI1/src/github.com/opencontainers/runc [2022-03-06T08:32:40.061Z] #56 10.35 + git checkout -q v1.1.0 [2022-03-06T08:32:40.061Z] #56 10.75 + '[' -z '' ']' [2022-03-06T08:32:40.061Z] #56 10.75 + target=static [2022-03-06T08:32:40.061Z] #56 10.75 + make BUILDTAGS=seccomp static [2022-03-06T08:32:40.061Z] #56 11.13 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-06T08:32:40.128Z] #38 DONE 48.1s [2022-03-06T08:32:40.128Z] [2022-03-06T08:32:40.128Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-06T08:32:40.128Z] #39 sha256:7b7cbb3707c22bd9a39c3df2fa3028363a30db65f4b9651674145463466e8b30 [2022-03-06T08:32:40.146Z] using credential docker-jenkins-github-credentials [2022-03-06T08:32:40.225Z] Cloning the remote Git repository [2022-03-06T08:32:40.225Z] Cloning with configured refspecs honoured and without tags [2022-03-06T08:32:40.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-06T08:32:40.496Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-06T08:32:40.496Z] Using test binary docker [2022-03-06T08:32:40.496Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-06T08:32:40.496Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-06T08:32:40.496Z] INFO: Waiting for daemon to start... [2022-03-06T08:32:40.496Z] Starting dockerd [2022-03-06T08:32:40.692Z] #39 DONE 0.3s [2022-03-06T08:32:40.692Z] [2022-03-06T08:32:40.692Z] #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-06T08:32:40.692Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:32:40.692Z] #51 47.30 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-06T08:32:40.692Z] #51 47.34 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-06T08:32:40.692Z] #51 47.37 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-06T08:32:40.692Z] #51 47.42 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-06T08:32:40.692Z] #51 47.55 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-06T08:32:40.692Z] #51 48.03 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-06T08:32:40.692Z] #51 48.03 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-06T08:32:40.692Z] #51 48.04 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-06T08:32:40.692Z] #51 48.32 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-06T08:32:40.692Z] #51 48.35 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-06T08:32:40.692Z] #51 48.41 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-06T08:32:40.692Z] #51 48.41 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-06T08:32:40.692Z] #51 48.41 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-06T08:32:40.692Z] #51 48.43 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-06T08:32:40.692Z] #51 48.68 go: downloading github.com/prometheus/common v0.10.0 [2022-03-06T08:32:40.949Z] #51 48.82 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-06T08:32:40.949Z] #51 48.99 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-06T08:32:41.074Z] #50 ... [2022-03-06T08:32:41.074Z] [2022-03-06T08:32:41.074Z] #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-06T08:32:41.074Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-06T08:32:41.074Z] #19 124.0 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-03-06T08:32:41.074Z] #19 124.0 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:32:41.074Z] #19 124.0 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-06T08:32:41.074Z] #19 124.0 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-03-06T08:32:41.075Z] #19 124.0 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:32:41.075Z] #19 124.0 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-06T08:32:41.075Z] #19 134.0 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-03-06T08:32:41.075Z] #19 134.0 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:32:41.075Z] #19 134.2 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-06T08:32:41.075Z] #19 135.2 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-03-06T08:32:41.075Z] #19 135.2 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:32:41.075Z] #19 135.2 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:32:41.075Z] #19 ... [2022-03-06T08:32:41.075Z] [2022-03-06T08:32:41.075Z] #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-06T08:32:41.075Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:32:41.075Z] #50 DONE 150.5s [2022-03-06T08:32:41.075Z] [2022-03-06T08:32:41.075Z] #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-06T08:32:41.075Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-06T08:32:41.205Z] #51 49.02 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-06T08:32:41.770Z] #51 ... [2022-03-06T08:32:41.770Z] [2022-03-06T08:32:41.770Z] #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-06T08:32:41.770Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-06T08:32:41.770Z] #49 49.21 gotestsum version dev [2022-03-06T08:32:41.770Z] #49 DONE 49.6s [2022-03-06T08:32:41.770Z] [2022-03-06T08:32:41.770Z] #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-06T08:32:41.770Z] #40 sha256:c2ea9ea7a2ace07872d46616a07acf01d3fc71c7d0d7cadb4b8829a42a9ddfa1 [2022-03-06T08:32:40.426Z] Cloning repository https://github.com/moby/moby.git [2022-03-06T08:32:40.848Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-06T08:32:41.817Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:32:41.817Z] > git --version # timeout=10 [2022-03-06T08:32:41.880Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-06T08:32:41.881Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:32:41.885Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:32:44.226Z] #63 79.43 rootlesskit version 0.14.6 [2022-03-06T08:32:44.226Z] #63 79.44 Usage of /build/rootlesskit-docker-proxy: [2022-03-06T08:32:44.226Z] #63 79.44 -container-ip string [2022-03-06T08:32:44.226Z] #63 79.44 container ip [2022-03-06T08:32:44.226Z] #63 79.44 -container-port int [2022-03-06T08:32:44.226Z] #63 79.44 container port (default -1) [2022-03-06T08:32:44.226Z] #63 79.44 -host-ip string [2022-03-06T08:32:44.226Z] #63 79.44 host ip [2022-03-06T08:32:44.226Z] #63 79.44 -host-port int [2022-03-06T08:32:44.226Z] #63 79.44 host port (default -1) [2022-03-06T08:32:44.226Z] #63 79.44 -proto string [2022-03-06T08:32:44.226Z] #63 79.44 proxy protocol (default "tcp") [2022-03-06T08:32:44.695Z] . [2022-03-06T08:32:44.695Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-06T08:32:44.695Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-06T08:32:44.695Z] Error: No such image: emptyfs [2022-03-06T08:32:44.695Z] Running integration-test (iteration 1) [2022-03-06T08:32:44.695Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-06T08:32:44.695Z] Loaded image: busybox:latest [2022-03-06T08:32:44.955Z] Loaded image: busybox:glibc [2022-03-06T08:32:45.344Z] #56 ... [2022-03-06T08:32:45.344Z] [2022-03-06T08:32:45.344Z] #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-06T08:32:45.344Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-06T08:32:45.344Z] #21 7.774 Fetched 8505 kB in 7s (1267 kB/s) [2022-03-06T08:32:45.344Z] #21 7.774 Reading package lists... [2022-03-06T08:32:45.344Z] #21 9.920 Reading package lists... [2022-03-06T08:32:45.894Z] Loaded image: debian:bullseye-slim [2022-03-06T08:32:45.894Z] Loaded image: hello-world:latest [2022-03-06T08:32:45.894Z] Loaded image: arm32v7/hello-world:latest [2022-03-06T08:32:45.894Z] INFO: Testing against a local daemon [2022-03-06T08:32:45.894Z] === RUN TestCgroupNamespacesBuild [2022-03-06T08:32:45.910Z] #21 11.91 Building dependency tree... [2022-03-06T08:32:45.966Z] #40 4.757 + RM_GOPATH=0 [2022-03-06T08:32:45.966Z] #40 4.757 + TMP_GOPATH= [2022-03-06T08:32:45.966Z] #40 4.757 + : /build [2022-03-06T08:32:45.966Z] #40 4.757 + '[' -z '' ']' [2022-03-06T08:32:45.966Z] #40 4.757 ++ mktemp -d [2022-03-06T08:32:45.966Z] #40 4.757 + export GOPATH=/tmp/tmp.6vwHAywn28 [2022-03-06T08:32:45.966Z] #40 4.757 + GOPATH=/tmp/tmp.6vwHAywn28 [2022-03-06T08:32:45.966Z] #40 4.757 + RM_GOPATH=1 [2022-03-06T08:32:45.966Z] #40 4.757 + case "$(go env GOARCH)" in [2022-03-06T08:32:45.966Z] #40 4.757 ++ go env GOARCH [2022-03-06T08:32:45.966Z] #40 4.803 Install tini version v0.19.0 [2022-03-06T08:32:45.966Z] #40 4.803 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:32:45.966Z] #40 4.803 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:32:45.966Z] #40 4.803 ++ dirname /install.sh [2022-03-06T08:32:45.966Z] #40 4.803 + dir=/ [2022-03-06T08:32:45.966Z] #40 4.803 + bin=tini [2022-03-06T08:32:45.966Z] #40 4.803 + shift [2022-03-06T08:32:45.966Z] #40 4.803 + '[' '!' -f //tini.installer ']' [2022-03-06T08:32:45.966Z] #40 4.803 + . //tini.installer [2022-03-06T08:32:45.966Z] #40 4.803 ++ : v0.19.0 [2022-03-06T08:32:45.966Z] #40 4.803 + install_tini [2022-03-06T08:32:45.966Z] #40 4.803 + echo 'Install tini version v0.19.0' [2022-03-06T08:32:45.966Z] #40 4.803 + git clone https://github.com/krallin/tini.git /tmp/tmp.6vwHAywn28/tini [2022-03-06T08:32:45.966Z] #40 4.803 Cloning into '/tmp/tmp.6vwHAywn28/tini'... [2022-03-06T08:32:45.966Z] #40 5.481 + cd /tmp/tmp.6vwHAywn28/tini [2022-03-06T08:32:45.966Z] #40 5.481 + git checkout -q v0.19.0 [2022-03-06T08:32:45.966Z] #40 5.494 + cmake . [2022-03-06T08:32:46.414Z] #19 141.5 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-03-06T08:32:46.414Z] #19 141.5 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:32:46.414Z] #19 141.5 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-06T08:32:46.414Z] #19 141.6 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-03-06T08:32:46.414Z] #19 141.6 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:32:46.414Z] #19 141.6 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:32:46.476Z] #21 12.97 The following additional packages will be installed: [2022-03-06T08:32:46.476Z] #21 12.97 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-06T08:32:46.476Z] #21 12.97 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-06T08:32:46.476Z] #21 12.97 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-06T08:32:46.476Z] #21 12.97 python3-pkg-resources vim-runtime xxd [2022-03-06T08:32:46.476Z] #21 12.97 Suggested packages: [2022-03-06T08:32:46.476Z] #21 12.98 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-06T08:32:46.476Z] #21 12.98 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-06T08:32:46.476Z] #21 12.98 acl attr quota [2022-03-06T08:32:46.476Z] #21 12.98 Recommended packages: [2022-03-06T08:32:46.476Z] #21 12.98 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-06T08:32:46.531Z] #40 5.970 -- The C compiler identification is GNU 10.2.1 [2022-03-06T08:32:46.531Z] #40 6.063 -- Detecting C compiler ABI info [2022-03-06T08:32:46.753Z] #63 ... [2022-03-06T08:32:46.753Z] [2022-03-06T08:32:46.753Z] #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-06T08:32:46.753Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-06T08:32:46.753Z] #14 82.15 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-06T08:32:46.753Z] #14 82.15 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-03-06T08:32:46.753Z] #14 82.16 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:32:47.095Z] #40 6.495 -- Detecting C compiler ABI info - done [2022-03-06T08:32:47.095Z] #40 6.597 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-06T08:32:47.095Z] #40 6.604 -- Detecting C compile features [2022-03-06T08:32:47.095Z] #40 6.605 -- Detecting C compile features - done [2022-03-06T08:32:47.095Z] #40 6.645 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-06T08:32:47.272Z] --- PASS: TestCgroupNamespacesBuild (1.23s) [2022-03-06T08:32:47.272Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-06T08:32:47.352Z] #40 6.819 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-06T08:32:47.352Z] #40 6.892 -- Configuring done [2022-03-06T08:32:47.352Z] #40 6.892 -- Generating done [2022-03-06T08:32:47.352Z] #40 6.892 -- Build files have been written to: /tmp/tmp.6vwHAywn28/tini [2022-03-06T08:32:47.352Z] #40 6.911 + make tini-static [2022-03-06T08:32:47.409Z] #21 14.07 The following NEW packages will be installed: [2022-03-06T08:32:47.410Z] #21 14.07 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-06T08:32:47.410Z] #21 14.08 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-06T08:32:47.410Z] #21 14.08 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-06T08:32:47.410Z] #21 14.08 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-06T08:32:47.410Z] #21 14.08 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-06T08:32:47.410Z] #21 14.08 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-06T08:32:47.410Z] #21 14.08 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-06T08:32:47.410Z] #21 14.08 xz-utils zip zstd [2022-03-06T08:32:47.668Z] #21 14.39 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:32:47.668Z] #21 14.39 Need to get 27.6 MB of archives. [2022-03-06T08:32:47.668Z] #21 14.39 After this operation, 106 MB of additional disk space will be used. [2022-03-06T08:32:47.668Z] #21 14.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-06T08:32:47.668Z] #21 14.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-06T08:32:47.668Z] #21 14.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-06T08:32:47.668Z] #21 14.40 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-06T08:32:47.668Z] #21 14.40 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-06T08:32:47.668Z] #21 14.40 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-06T08:32:47.668Z] #21 14.40 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-06T08:32:47.668Z] #21 14.40 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-06T08:32:47.668Z] #21 14.43 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-06T08:32:47.918Z] #40 7.260 Scanning dependencies of target tini-static [2022-03-06T08:32:47.926Z] #21 14.43 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-06T08:32:47.926Z] #21 14.44 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-06T08:32:47.926Z] #21 14.45 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-06T08:32:47.926Z] #21 14.45 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-06T08:32:47.926Z] #21 14.45 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-06T08:32:47.926Z] #21 14.47 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-06T08:32:47.926Z] #21 14.47 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-06T08:32:47.926Z] #21 14.48 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-06T08:32:47.926Z] #21 14.48 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-06T08:32:47.926Z] #21 14.49 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-06T08:32:47.926Z] #21 14.49 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-06T08:32:47.926Z] #21 14.49 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-06T08:32:47.926Z] #21 14.50 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-06T08:32:47.926Z] #21 14.50 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-06T08:32:47.926Z] #21 14.51 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-06T08:32:47.926Z] #21 14.52 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-06T08:32:47.926Z] #21 14.52 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-06T08:32:47.926Z] #21 14.52 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-06T08:32:48.175Z] #40 7.411 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-06T08:32:48.185Z] #21 14.78 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-06T08:32:48.185Z] #21 14.80 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-06T08:32:48.185Z] #21 14.80 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-06T08:32:48.185Z] #21 14.80 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-06T08:32:48.185Z] #21 14.80 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-06T08:32:48.185Z] #21 14.81 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-06T08:32:48.185Z] #21 14.81 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-06T08:32:48.185Z] #21 14.86 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-06T08:32:48.210Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.17s) [2022-03-06T08:32:48.210Z] === RUN TestBuildWithSession [2022-03-06T08:32:48.210Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:32:48.210Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-06T08:32:48.210Z] === RUN TestBuildSquashParent [2022-03-06T08:32:48.443Z] #21 14.87 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-06T08:32:48.444Z] #21 14.87 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-06T08:32:48.444Z] #21 14.89 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-06T08:32:48.444Z] #21 14.90 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-06T08:32:48.444Z] #21 14.90 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-06T08:32:48.444Z] #21 14.90 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-06T08:32:48.444Z] #21 14.93 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-06T08:32:48.444Z] #21 14.94 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-06T08:32:48.444Z] #21 14.95 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-06T08:32:48.444Z] #21 15.13 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-06T08:32:48.703Z] #21 15.16 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-06T08:32:48.703Z] #21 15.19 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-06T08:32:48.703Z] #21 15.19 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-06T08:32:48.962Z] #21 15.71 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:32:49.107Z] #40 8.565 [100%] Linking C executable tini-static [2022-03-06T08:32:49.221Z] #21 15.81 Fetched 27.6 MB in 1s (24.9 MB/s) [2022-03-06T08:32:49.221Z] #21 15.86 Selecting previously unselected package pigz. [2022-03-06T08:32:49.221Z] #21 15.86 (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-06T08:32:49.221Z] #21 15.92 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-06T08:32:49.221Z] #21 15.94 Unpacking pigz (2.6-1) ... [2022-03-06T08:32:49.221Z] #21 16.01 Selecting previously unselected package libelf1:amd64. [2022-03-06T08:32:49.221Z] #21 16.02 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-06T08:32:49.221Z] #21 16.04 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-06T08:32:49.374Z] #40 8.916 [100%] Built target tini-static [2022-03-06T08:32:49.480Z] #21 16.18 Selecting previously unselected package libbpf0:amd64. [2022-03-06T08:32:49.480Z] #21 16.20 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-06T08:32:49.480Z] #21 16.20 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-06T08:32:49.480Z] #21 16.28 Selecting previously unselected package libcap2:amd64. [2022-03-06T08:32:49.480Z] #21 16.28 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-06T08:32:49.635Z] #40 8.955 + mkdir -p /build [2022-03-06T08:32:49.635Z] #40 8.979 + cp tini-static /build/docker-init [2022-03-06T08:32:49.739Z] #21 16.28 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-06T08:32:49.739Z] #21 16.35 Selecting previously unselected package libmnl0:amd64. [2022-03-06T08:32:49.739Z] #21 16.35 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-06T08:32:49.739Z] #21 16.36 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-06T08:32:49.739Z] #21 16.42 Selecting previously unselected package libxtables12:amd64. [2022-03-06T08:32:49.739Z] #21 16.42 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-06T08:32:49.739Z] #21 16.42 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-06T08:32:49.739Z] #21 16.48 Selecting previously unselected package libcap2-bin. [2022-03-06T08:32:49.739Z] #21 16.49 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-06T08:32:49.739Z] #21 16.49 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-06T08:32:49.739Z] #21 16.56 Selecting previously unselected package iproute2. [2022-03-06T08:32:49.893Z] #40 DONE 9.4s [2022-03-06T08:32:49.893Z] [2022-03-06T08:32:49.893Z] #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-06T08:32:49.893Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:32:49.893Z] #14 48.01 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-06T08:32:49.893Z] #14 48.01 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-06T08:32:49.893Z] #14 48.01 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-06T08:32:49.893Z] #14 52.83 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-06T08:32:49.893Z] #14 52.83 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:32:49.893Z] #14 52.85 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-06T08:32:49.893Z] #14 52.98 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-06T08:32:49.893Z] #14 52.98 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:32:49.893Z] #14 52.98 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-06T08:32:49.997Z] #21 16.57 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-06T08:32:49.997Z] #21 16.59 Unpacking iproute2 (5.10.0-4) ... [2022-03-06T08:32:50.255Z] #21 17.01 Selecting previously unselected package xxd. [2022-03-06T08:32:50.513Z] #21 17.01 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-06T08:32:50.513Z] #21 17.02 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:32:50.513Z] #21 17.15 Selecting previously unselected package vim-common. [2022-03-06T08:32:50.513Z] #21 17.15 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:32:50.513Z] #21 17.17 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:32:50.770Z] #21 17.29 Selecting previously unselected package bash-completion. [2022-03-06T08:32:50.770Z] #21 17.30 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-06T08:32:50.906Z] using credential docker-jenkins-github-credentials [2022-03-06T08:32:50.983Z] Cloning the remote Git repository [2022-03-06T08:32:50.983Z] Cloning with configured refspecs honoured and without tags [2022-03-06T08:32:51.328Z] Fetching without tags [2022-03-06T08:32:51.704Z] #19 146.9 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-03-06T08:32:51.704Z] #19 146.9 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:32:51.704Z] #19 146.9 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:32:51.704Z] #19 147.0 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-03-06T08:32:51.704Z] #19 147.0 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:32:51.704Z] #19 147.0 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-06T08:32:51.704Z] #19 147.0 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-03-06T08:32:51.704Z] #19 147.0 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:32:51.704Z] #19 147.0 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-06T08:32:51.704Z] #19 147.1 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-03-06T08:32:51.704Z] #19 147.1 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:32:51.704Z] #19 147.1 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:32:51.704Z] #19 147.1 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-03-06T08:32:51.704Z] #19 147.1 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:32:51.180Z] Cloning repository https://github.com/moby/moby.git [2022-03-06T08:32:51.587Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-06T08:32:51.961Z] #19 147.1 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:32:51.961Z] #19 147.1 Selecting previously unselected package cross-config. [2022-03-06T08:32:51.961Z] #19 147.1 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-03-06T08:32:51.961Z] #19 147.1 Unpacking cross-config (2.6.18+nmu1) ... [2022-03-06T08:32:51.961Z] #19 147.2 Selecting previously unselected package gcc-10-cross-base. [2022-03-06T08:32:51.961Z] #19 147.2 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-03-06T08:32:51.961Z] #19 147.2 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-06T08:32:51.961Z] #19 147.2 Selecting previously unselected package libc6-arm64-cross. [2022-03-06T08:32:51.961Z] #19 147.2 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-03-06T08:32:51.961Z] #19 147.3 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-03-06T08:32:52.008Z] #14 86.96 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-06T08:32:52.008Z] #14 86.97 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-06T08:32:52.008Z] #14 87.08 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-06T08:32:52.008Z] #14 87.76 Selecting previously unselected package libapparmor1:arm64. [2022-03-06T08:32:52.008Z] #14 87.77 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-06T08:32:52.008Z] #14 87.79 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-06T08:32:52.008Z] #14 ... [2022-03-06T08:32:52.008Z] [2022-03-06T08:32:52.008Z] #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-06T08:32:52.008Z] #63 sha256:a9f3d78b2103c2401fee432359624416a944c64ff052c114cdc69d0a7827e782 [2022-03-06T08:32:52.008Z] #63 DONE 87.6s [2022-03-06T08:32:52.008Z] [2022-03-06T08:32:52.008Z] #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-06T08:32:52.008Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-06T08:32:52.008Z] #14 87.93 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-06T08:32:52.008Z] #14 ... [2022-03-06T08:32:52.008Z] [2022-03-06T08:32:52.008Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-06T08:32:52.008Z] #64 sha256:112e4d62393be0d5d7a57d953571ecfcba88dafc2d39815d0cf31031259e8676 [2022-03-06T08:32:52.038Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:32:52.219Z] #19 147.5 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-03-06T08:32:52.219Z] #19 147.5 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:32:52.219Z] #19 147.5 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:32:52.219Z] #19 147.5 Selecting previously unselected package libgomp1-arm64-cross. [2022-03-06T08:32:52.219Z] #19 147.5 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:32:52.219Z] #19 147.5 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:32:52.266Z] #64 DONE 0.2s [2022-03-06T08:32:52.266Z] [2022-03-06T08:32:52.267Z] #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-06T08:32:52.267Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-06T08:32:52.267Z] #14 87.93 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-06T08:32:52.267Z] #14 87.96 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-06T08:32:52.267Z] #14 ... [2022-03-06T08:32:52.267Z] [2022-03-06T08:32:52.267Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-06T08:32:52.267Z] #65 sha256:5bed3e4abaef2cb839d0f1d0e2ed769e8eff0c78c2af9694f22263f6cd5d40eb [2022-03-06T08:32:52.267Z] #65 DONE 0.1s [2022-03-06T08:32:52.267Z] [2022-03-06T08:32:52.267Z] #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-06T08:32:52.267Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-06T08:32:52.267Z] #14 88.13 Selecting previously unselected package libbtrfs0:arm64. [2022-03-06T08:32:52.267Z] #14 88.13 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-03-06T08:32:52.267Z] #14 88.13 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-03-06T08:32:52.415Z] #14 59.85 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-06T08:32:52.415Z] #14 59.85 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:32:52.415Z] #14 59.85 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:32:52.415Z] #14 ... [2022-03-06T08:32:52.415Z] [2022-03-06T08:32:52.415Z] #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-06T08:32:52.415Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:32:52.416Z] #51 50.32 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-06T08:32:52.476Z] #19 147.6 Selecting previously unselected package libitm1-arm64-cross. [2022-03-06T08:32:52.476Z] #19 147.6 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:32:52.476Z] #19 147.6 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:32:52.476Z] #19 147.6 Selecting previously unselected package libatomic1-arm64-cross. [2022-03-06T08:32:52.476Z] #19 147.6 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:32:52.476Z] #19 147.7 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:32:52.476Z] #19 147.7 Selecting previously unselected package libasan6-arm64-cross. [2022-03-06T08:32:52.476Z] #19 147.7 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:32:52.476Z] #19 147.7 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:32:52.672Z] #21 19.02 Unpacking bash-completion (1:2.11-2) ... [2022-03-06T08:32:52.777Z] #19 148.1 Selecting previously unselected package liblsan0-arm64-cross. [2022-03-06T08:32:52.777Z] #19 148.1 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:32:52.777Z] #19 148.1 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:32:52.833Z] #14 88.42 Selecting previously unselected package libbtrfs-dev:arm64. [2022-03-06T08:32:52.833Z] #14 88.42 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-03-06T08:32:52.833Z] #14 88.45 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-06T08:32:52.833Z] #14 88.72 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-03-06T08:32:52.833Z] #14 88.72 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-03-06T08:32:52.833Z] #14 88.73 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-06T08:32:52.930Z] #21 19.42 Selecting previously unselected package bzip2. [2022-03-06T08:32:52.930Z] #21 19.43 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-06T08:32:52.930Z] #21 19.44 Unpacking bzip2 (1.0.8-4) ... [2022-03-06T08:32:52.930Z] #21 19.52 Selecting previously unselected package xz-utils. [2022-03-06T08:32:52.930Z] #21 19.53 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-06T08:32:52.930Z] #21 19.54 Unpacking xz-utils (5.2.5-2) ... [2022-03-06T08:32:53.034Z] #19 148.3 Selecting previously unselected package libtsan0-arm64-cross. [2022-03-06T08:32:53.034Z] #19 148.3 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:32:53.034Z] #19 148.3 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:32:53.090Z] #14 88.79 Selecting previously unselected package libudev-dev:arm64. [2022-03-06T08:32:53.090Z] #14 88.80 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2022-03-06T08:32:53.090Z] #14 88.81 Unpacking libudev-dev:arm64 (247.3-6) ... [2022-03-06T08:32:53.090Z] #14 88.93 Selecting previously unselected package libsepol1-dev:arm64. [2022-03-06T08:32:53.090Z] #14 88.93 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-03-06T08:32:53.090Z] #14 88.94 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-03-06T08:32:53.189Z] #21 19.69 Selecting previously unselected package apparmor. [2022-03-06T08:32:53.189Z] #21 19.70 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-06T08:32:53.189Z] #21 19.75 Unpacking apparmor (2.13.6-10) ... [2022-03-06T08:32:53.292Z] #19 148.7 Selecting previously unselected package libstdc++6-arm64-cross. [2022-03-06T08:32:53.348Z] #14 89.13 Selecting previously unselected package libpcre2-16-0:arm64. [2022-03-06T08:32:53.348Z] #14 89.13 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-03-06T08:32:53.348Z] #14 89.13 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-03-06T08:32:53.453Z] #21 20.07 Selecting previously unselected package inetutils-ping. [2022-03-06T08:32:53.453Z] #21 20.08 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-06T08:32:53.453Z] #21 20.09 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-06T08:32:53.453Z] #21 20.22 Selecting previously unselected package libip4tc2:amd64. [2022-03-06T08:32:53.548Z] #19 148.7 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:32:53.548Z] #19 148.7 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:32:53.548Z] #19 148.9 Selecting previously unselected package libubsan1-arm64-cross. [2022-03-06T08:32:53.548Z] #19 148.9 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:32:53.548Z] #19 148.9 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:32:53.606Z] #14 89.23 Selecting previously unselected package libpcre2-32-0:arm64. [2022-03-06T08:32:53.606Z] #14 89.24 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-03-06T08:32:53.606Z] #14 89.25 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-03-06T08:32:53.606Z] #14 89.37 Selecting previously unselected package libpcre2-posix2:arm64. [2022-03-06T08:32:53.606Z] #14 89.38 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-03-06T08:32:53.606Z] #14 89.38 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-03-06T08:32:53.606Z] #14 89.44 Selecting previously unselected package libpcre2-dev:arm64. [2022-03-06T08:32:53.606Z] #14 89.44 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-03-06T08:32:53.606Z] #14 89.47 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-03-06T08:32:53.714Z] #21 20.22 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-06T08:32:53.714Z] #21 20.23 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-06T08:32:53.714Z] #21 20.28 Selecting previously unselected package libip6tc2:amd64. [2022-03-06T08:32:53.714Z] #21 20.29 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-06T08:32:53.714Z] #21 20.29 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-06T08:32:53.714Z] #21 20.35 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-06T08:32:53.714Z] #21 20.36 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-06T08:32:53.714Z] #21 20.37 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-06T08:32:53.714Z] #21 20.41 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-06T08:32:53.714Z] #21 20.42 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-06T08:32:53.714Z] #21 20.42 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-06T08:32:53.814Z] #19 149.1 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-03-06T08:32:53.814Z] #19 149.1 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:32:53.814Z] #19 149.1 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:32:53.864Z] #14 89.74 Selecting previously unselected package libselinux1-dev:arm64. [2022-03-06T08:32:53.864Z] #14 89.74 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-03-06T08:32:53.864Z] #14 89.76 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-03-06T08:32:52.514Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:32:52.514Z] > git --version # timeout=10 [2022-03-06T08:32:52.567Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-06T08:32:52.568Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:32:52.572Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:32:53.977Z] #21 20.50 Selecting previously unselected package libnftnl11:amd64. [2022-03-06T08:32:53.977Z] #21 20.50 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-06T08:32:53.977Z] #21 20.51 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-06T08:32:53.977Z] #21 20.59 Selecting previously unselected package iptables. [2022-03-06T08:32:53.977Z] #21 20.59 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-06T08:32:53.977Z] #21 20.60 Unpacking iptables (1.8.7-1) ... [2022-03-06T08:32:50.991Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:32:51.081Z] > git config --add remote.origin.fetch +refs/pull/43335/head:refs/remotes/origin/PR-43335 # timeout=10 [2022-03-06T08:32:51.127Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:32:51.241Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:32:51.360Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:32:51.360Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:32:51.362Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:32:52.142Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:32:52.188Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:32:54.071Z] #19 149.3 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-03-06T08:32:54.071Z] #19 149.3 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:32:54.071Z] #19 149.3 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:32:54.122Z] #14 89.93 Selecting previously unselected package libdevmapper-dev:arm64. [2022-03-06T08:32:54.122Z] #14 89.94 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-03-06T08:32:54.122Z] #14 89.94 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-03-06T08:32:54.122Z] #14 90.00 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-06T08:32:54.122Z] #14 90.00 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-06T08:32:54.122Z] #14 90.00 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-06T08:32:54.235Z] #21 20.84 Selecting previously unselected package libonig5:amd64. [2022-03-06T08:32:54.235Z] #21 20.85 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-06T08:32:54.235Z] #21 20.86 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:32:54.235Z] #21 20.99 Selecting previously unselected package libjq1:amd64. [2022-03-06T08:32:54.379Z] #14 90.09 Selecting previously unselected package libsystemd-dev:arm64. [2022-03-06T08:32:54.379Z] #14 90.10 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2022-03-06T08:32:54.379Z] #14 90.10 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2022-03-06T08:32:54.494Z] #21 20.99 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-06T08:32:54.494Z] #21 20.99 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:32:54.494Z] #21 21.08 Selecting previously unselected package jq. [2022-03-06T08:32:54.494Z] #21 21.09 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-06T08:32:54.494Z] #21 21.09 Unpacking jq (1.6-2.1) ... [2022-03-06T08:32:54.494Z] #21 21.16 Selecting previously unselected package libaio1:amd64. [2022-03-06T08:32:54.494Z] #21 21.16 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-06T08:32:54.494Z] #21 21.17 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-06T08:32:54.494Z] #21 21.20 Selecting previously unselected package libgpm2:amd64. [2022-03-06T08:32:54.637Z] #14 90.37 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-06T08:32:54.637Z] #14 90.38 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-06T08:32:54.637Z] #14 90.39 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-06T08:32:54.637Z] #14 90.40 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-03-06T08:32:54.637Z] #14 90.41 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-06T08:32:54.637Z] #14 90.42 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-03-06T08:32:54.637Z] #14 90.43 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-03-06T08:32:54.637Z] #14 90.44 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-03-06T08:32:54.637Z] #14 90.46 Setting up libudev-dev:arm64 (247.3-6) ... [2022-03-06T08:32:54.637Z] #14 90.47 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-03-06T08:32:54.637Z] #14 90.48 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-06T08:32:54.637Z] #14 90.49 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-06T08:32:54.637Z] #14 90.50 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-06T08:32:54.637Z] #14 90.51 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-06T08:32:54.637Z] #14 90.52 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-06T08:32:54.637Z] #14 90.53 Setting up libsystemd-dev:arm64 (247.3-6) ... [2022-03-06T08:32:54.637Z] #14 90.54 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-06T08:32:54.637Z] #14 90.55 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-03-06T08:32:54.637Z] #14 90.56 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-03-06T08:32:54.637Z] #14 90.57 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-06T08:32:54.753Z] #21 21.21 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-06T08:32:54.753Z] #21 21.21 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-06T08:32:54.753Z] #21 21.26 Selecting previously unselected package libicu67:amd64. [2022-03-06T08:32:54.753Z] #21 21.27 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-06T08:32:54.753Z] #21 21.27 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-06T08:32:54.894Z] #14 90.58 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:32:54.894Z] #14 90.59 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-06T08:32:54.894Z] #14 90.60 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:32:54.894Z] #14 90.61 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-06T08:32:54.894Z] #14 90.61 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-06T08:32:54.894Z] #14 90.62 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:32:54.894Z] #14 90.63 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-06T08:32:54.894Z] #14 90.64 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:32:54.894Z] #14 90.66 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-06T08:32:54.894Z] #14 90.68 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-06T08:32:54.894Z] #14 90.69 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-06T08:32:54.894Z] #14 90.70 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-06T08:32:54.894Z] #14 90.71 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-03-06T08:32:54.894Z] #14 90.72 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:32:55.104Z] Merge succeeded, producing b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:32:55.104Z] Checking out Revision b94a319fdf0b9ac44e41dd6a20a6300cf475e670 (PR-43335) [2022-03-06T08:32:55.459Z] #14 DONE 91.2s [2022-03-06T08:32:55.459Z] [2022-03-06T08:32:55.459Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-06T08:32:55.459Z] #55 sha256:4211a31ca10f58478058345d9fb7759a629da45552f2e8ccaaa4367d543e479f [2022-03-06T08:32:55.459Z] #55 DONE 0.1s [2022-03-06T08:32:55.459Z] [2022-03-06T08:32:55.459Z] #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-06T08:32:55.459Z] #56 sha256:055a12b31eb730f91666828e0d35bae6ff59a0422b0673755705ec520c88ea6d [2022-03-06T08:32:56.025Z] #56 0.711 + RM_GOPATH=0 [2022-03-06T08:32:56.025Z] #56 0.711 + TMP_GOPATH= [2022-03-06T08:32:56.025Z] #56 0.711 + : /build [2022-03-06T08:32:56.282Z] #56 ... [2022-03-06T08:32:56.282Z] [2022-03-06T08:32:56.282Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-06T08:32:56.282Z] #15 sha256:9fcee72a13afdc64193673faad22cfc8d635840bd59b8c3a85761ebc70bcc3c3 [2022-03-06T08:32:56.282Z] #15 DONE 0.9s [2022-03-06T08:32:56.282Z] [2022-03-06T08:32:56.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-06T08:32:56.282Z] #56 sha256:055a12b31eb730f91666828e0d35bae6ff59a0422b0673755705ec520c88ea6d [2022-03-06T08:32:56.282Z] #56 0.711 + '[' -z '' ']' [2022-03-06T08:32:56.282Z] #56 0.711 ++ mktemp -d [2022-03-06T08:32:56.282Z] #56 0.713 + export GOPATH=/tmp/tmp.yFOo7aK5TG [2022-03-06T08:32:56.282Z] #56 0.713 + GOPATH=/tmp/tmp.yFOo7aK5TG [2022-03-06T08:32:56.282Z] #56 0.713 + RM_GOPATH=1 [2022-03-06T08:32:56.282Z] #56 0.713 + case "$(go env GOARCH)" in [2022-03-06T08:32:56.282Z] #56 0.713 ++ go env GOARCH [2022-03-06T08:32:56.282Z] #56 0.718 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:32:56.282Z] #56 0.718 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:32:56.282Z] #56 0.718 ++ dirname /install.sh [2022-03-06T08:32:56.282Z] #56 0.718 + dir=/ [2022-03-06T08:32:56.282Z] #56 0.718 + bin=runc [2022-03-06T08:32:56.282Z] #56 0.718 + shift [2022-03-06T08:32:56.282Z] #56 0.719 + '[' '!' -f //runc.installer ']' [2022-03-06T08:32:56.282Z] #56 0.720 + . //runc.installer [2022-03-06T08:32:56.282Z] #56 0.720 ++ set -e [2022-03-06T08:32:56.282Z] #56 0.720 ++ : v1.1.0 [2022-03-06T08:32:56.282Z] #56 0.721 + install_runc [2022-03-06T08:32:56.282Z] #56 0.721 + RUNC_BUILDTAGS=seccomp [2022-03-06T08:32:56.282Z] #56 0.721 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-06T08:32:56.282Z] #56 0.721 Install runc version v1.1.0 (build tags: seccomp) [2022-03-06T08:32:56.282Z] #56 0.721 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.yFOo7aK5TG/src/github.com/opencontainers/runc [2022-03-06T08:32:56.282Z] #56 0.727 Cloning into '/tmp/tmp.yFOo7aK5TG/src/github.com/opencontainers/runc'... [2022-03-06T08:32:56.340Z] --- PASS: TestBuildSquashParent (6.83s) [2022-03-06T08:32:56.340Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-06T08:32:56.340Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:32:56.340Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:32:56.340Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:32:56.340Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:32:56.340Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:32:56.340Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:32:56.340Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:32:56.340Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:32:56.340Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:32:56.340Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:32:56.340Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:32:56.340Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:32:56.340Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:32:56.340Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:32:56.340Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:32:56.340Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:32:56.340Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:32:56.340Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:32:54.767Z] > git remote # timeout=10 [2022-03-06T08:32:54.838Z] > git config --get remote.origin.url # timeout=10 [2022-03-06T08:32:54.883Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:32:54.885Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-06T08:32:55.019Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-06T08:32:55.134Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:32:55.189Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:32:57.651Z] #56 ... [2022-03-06T08:32:57.651Z] [2022-03-06T08:32:57.651Z] #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-06T08:32:57.651Z] #16 sha256:0c80225504182bbac7a0e55e8c1aa3859d87336028874264d84ff9fa2df8a46a [2022-03-06T08:32:57.651Z] #16 DONE 1.1s [2022-03-06T08:32:57.651Z] [2022-03-06T08:32:57.651Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-06T08:32:57.651Z] #17 sha256:6d445e17e82a6afd8099c23fd61946d766c1342f7cb9d89c86708f3e96199681 [2022-03-06T08:32:57.907Z] #17 0.589 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-06T08:32:58.034Z] #21 24.06 Selecting previously unselected package libinih1:amd64. [2022-03-06T08:32:58.034Z] #21 24.06 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-06T08:32:58.034Z] #21 24.07 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-06T08:32:58.034Z] #21 24.12 Selecting previously unselected package libnet1:amd64. [2022-03-06T08:32:58.034Z] #21 24.14 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-06T08:32:58.034Z] #21 24.16 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:32:58.034Z] #21 24.23 Selecting previously unselected package libnl-3-200:amd64. [2022-03-06T08:32:58.034Z] #21 24.23 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-06T08:32:58.034Z] #21 24.23 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:32:58.034Z] #21 24.30 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-06T08:32:58.034Z] #21 24.31 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-06T08:32:58.034Z] #21 24.32 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:32:58.034Z] #21 24.38 Selecting previously unselected package net-tools. [2022-03-06T08:32:58.034Z] #21 24.39 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-06T08:32:58.034Z] #21 24.39 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-06T08:32:58.034Z] #21 24.57 Selecting previously unselected package patch. [2022-03-06T08:32:58.034Z] #21 24.58 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-06T08:32:58.034Z] #21 24.59 Unpacking patch (2.7.6-7) ... [2022-03-06T08:32:58.034Z] #21 24.69 Selecting previously unselected package python-pip-whl. [2022-03-06T08:32:58.034Z] #21 24.70 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-06T08:32:58.034Z] #21 24.72 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-06T08:32:58.665Z] #21 25.25 Selecting previously unselected package python3-lib2to3. [2022-03-06T08:32:58.665Z] #21 25.25 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-06T08:32:58.665Z] #21 25.26 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-06T08:32:58.665Z] #21 25.38 Selecting previously unselected package python3-distutils. [2022-03-06T08:32:58.837Z] #17 DONE 1.6s [2022-03-06T08:32:58.837Z] [2022-03-06T08:32:58.837Z] #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-06T08:32:58.837Z] #26 sha256:d71664108b8f32a2a14f74d4addfd39cd21e2672f3918e1674be3a3a3a4ffe73 [2022-03-06T08:32:58.923Z] #21 25.38 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-06T08:32:58.923Z] #21 25.38 Unpacking python3-distutils (3.9.2-1) ... [2022-03-06T08:32:58.923Z] #21 25.53 Selecting previously unselected package python3-pkg-resources. [2022-03-06T08:32:58.923Z] #21 25.53 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-06T08:32:58.923Z] #21 25.54 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:32:58.923Z] #21 25.67 Selecting previously unselected package python3-setuptools. [2022-03-06T08:32:58.977Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-06T08:32:58.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.96s) [2022-03-06T08:32:58.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.87s) [2022-03-06T08:32:58.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.09s) [2022-03-06T08:32:58.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.28s) [2022-03-06T08:32:58.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.28s) [2022-03-06T08:32:58.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.34s) [2022-03-06T08:32:58.977Z] === RUN TestBuildMultiStageCopy [2022-03-06T08:32:58.977Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-06T08:32:59.096Z] #26 93.84 Updating files: 28% (3235/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) [2022-03-06T08:32:59.096Z] #26 ... [2022-03-06T08:32:59.096Z] [2022-03-06T08:32:59.096Z] #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-06T08:32:59.096Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-06T08:32:59.096Z] #34 DONE 94.5s [2022-03-06T08:32:59.096Z] [2022-03-06T08:32:59.096Z] #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-06T08:32:59.096Z] #26 sha256:d71664108b8f32a2a14f74d4addfd39cd21e2672f3918e1674be3a3a3a4ffe73 [2022-03-06T08:32:59.182Z] #21 25.67 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-06T08:32:59.182Z] #21 25.68 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-06T08:32:59.182Z] #21 25.92 Selecting previously unselected package python3-wheel. [2022-03-06T08:32:59.182Z] #21 25.92 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-06T08:32:59.441Z] #21 25.94 Unpacking python3-wheel (0.34.2-1) ... [2022-03-06T08:32:59.441Z] #21 26.00 Selecting previously unselected package python3-pip. [2022-03-06T08:32:59.441Z] #21 26.01 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-06T08:32:59.441Z] #21 26.01 Unpacking python3-pip (20.3.4-4) ... [2022-03-06T08:32:59.700Z] #21 26.25 Selecting previously unselected package sudo. [2022-03-06T08:32:59.700Z] #21 26.26 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-06T08:32:59.700Z] #21 26.26 Unpacking sudo (1.9.5p2-3) ... [2022-03-06T08:33:00.131Z] #26 93.84 Updating files: 28% (3235/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: 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: 50% (5730/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) [2022-03-06T08:33:00.131Z] #26 ... [2022-03-06T08:33:00.131Z] [2022-03-06T08:33:00.131Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-06T08:33:00.131Z] #18 sha256:0be824bad61d5c4f371287ba4ea9564b3a8b3e2fe93d6ace3c834395cc1bdf6d [2022-03-06T08:33:00.131Z] #18 DONE 1.2s [2022-03-06T08:33:00.131Z] [2022-03-06T08:33:00.131Z] #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-06T08:33:00.131Z] #26 sha256:d71664108b8f32a2a14f74d4addfd39cd21e2672f3918e1674be3a3a3a4ffe73 [2022-03-06T08:33:00.267Z] #21 26.69 Selecting previously unselected package thin-provisioning-tools. [2022-03-06T08:33:00.267Z] #21 26.69 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-06T08:33:00.267Z] #21 26.70 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-06T08:33:00.267Z] #21 26.88 Selecting previously unselected package uidmap. [2022-03-06T08:33:00.267Z] #21 26.88 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-06T08:33:00.267Z] #21 26.89 Unpacking uidmap (1:4.8.1-1) ... [2022-03-06T08:33:00.273Z] Fetching without tags [2022-03-06T08:33:00.513Z] #51 ... [2022-03-06T08:33:00.513Z] [2022-03-06T08:33:00.513Z] #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-06T08:33:00.513Z] #60 sha256:0278013f9d999fac671041d312dd2067625e82bc2a3318bc499ad3eee54ecc42 [2022-03-06T08:33:00.525Z] #21 27.01 Selecting previously unselected package vim-runtime. [2022-03-06T08:33:00.525Z] #21 27.01 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:33:00.525Z] #21 27.03 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-06T08:33:00.525Z] #21 27.06 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-06T08:33:00.525Z] #21 27.06 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:00.906Z] #26 93.84 Updating files: 28% (3235/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: 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: 50% (5730/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: 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: 73% (8433/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) [2022-03-06T08:33:00.906Z] #26 ... [2022-03-06T08:33:00.906Z] [2022-03-06T08:33:00.906Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-06T08:33:00.906Z] #19 sha256:0d803f813b44ffe2129290229a5c41393e6d4e3d0bc33dd512d88242a9059d4a [2022-03-06T08:33:00.906Z] #19 DONE 0.9s [2022-03-06T08:33:00.906Z] [2022-03-06T08:33:00.906Z] #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-06T08:33:00.906Z] #26 sha256:d71664108b8f32a2a14f74d4addfd39cd21e2672f3918e1674be3a3a3a4ffe73 [2022-03-06T08:33:01.073Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:33:01.290Z] #60 37.86 Updating files: 60% (2852/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-06T08:33:01.290Z] #60 38.79 + cd /tmp/tmp.d43URXXaHB/src/github.com/containerd/containerd [2022-03-06T08:33:01.290Z] #60 38.79 + git checkout -q v1.5.10 [2022-03-06T08:33:01.422Z] #26 93.84 Updating files: 28% (3235/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: 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: 50% (5730/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: 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: 73% (8433/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: 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-06T08:33:01.422Z] #26 96.96 + cd /tmp/tmp.ZzZ1oyK05e/tmp/docker-ce [2022-03-06T08:33:01.516Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-06T08:33:01.680Z] #26 ... [2022-03-06T08:33:01.680Z] [2022-03-06T08:33:01.680Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-06T08:33:01.680Z] #20 sha256:3632c16c49cb9271406f3686f7bfc9cabcb81928521e8ce1c755c8632f702f99 [2022-03-06T08:33:01.680Z] #20 DONE 0.7s [2022-03-06T08:33:01.680Z] [2022-03-06T08:33:01.680Z] #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-06T08:33:01.680Z] #26 sha256:d71664108b8f32a2a14f74d4addfd39cd21e2672f3918e1674be3a3a3a4ffe73 [2022-03-06T08:33:01.680Z] #26 96.96 + git checkout -q v17.06.2-ce [2022-03-06T08:32:59.862Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:32:59.967Z] > git config --add remote.origin.fetch +refs/pull/43335/head:refs/remotes/origin/PR-43335 # timeout=10 [2022-03-06T08:33:00.033Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:33:00.173Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:33:00.313Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:33:00.313Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:33:00.315Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:33:01.200Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:33:01.255Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:33:02.086Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-06T08:33:02.319Z] #19 156.9 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-03-06T08:33:02.319Z] #19 156.9 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:33:02.319Z] #19 156.9 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:02.319Z] #19 157.0 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-03-06T08:33:02.319Z] #19 157.0 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-03-06T08:33:02.319Z] #19 157.0 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-06T08:33:02.319Z] #19 157.5 Selecting previously unselected package libc6-dev-arm64-cross. [2022-03-06T08:33:02.319Z] #19 157.5 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-03-06T08:33:02.319Z] #19 157.7 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-06T08:33:02.663Z] #60 39.94 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-06T08:33:02.663Z] #60 39.94 + BUILDTAGS='netgo osusergo static_build' [2022-03-06T08:33:02.663Z] #60 39.94 + export EXTRA_FLAGS=-buildmode=pie [2022-03-06T08:33:02.663Z] #60 39.94 + EXTRA_FLAGS=-buildmode=pie [2022-03-06T08:33:02.663Z] #60 39.94 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-06T08:33:02.663Z] #60 39.94 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-06T08:33:02.663Z] #60 39.94 + '[' '' = dynamic ']' [2022-03-06T08:33:02.663Z] #60 39.94 + make [2022-03-06T08:33:02.926Z] #19 158.1 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-03-06T08:33:02.926Z] #19 158.2 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:02.926Z] #19 158.2 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:33:03.024Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-06T08:33:03.315Z] #21 29.79 Selecting previously unselected package vim. [2022-03-06T08:33:03.315Z] #21 29.81 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-06T08:33:03.315Z] #21 29.83 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:03.574Z] #21 30.31 Selecting previously unselected package xfsprogs. [2022-03-06T08:33:03.574Z] #21 30.31 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-06T08:33:03.574Z] #21 30.31 Unpacking xfsprogs (5.10.0-4) ... [2022-03-06T08:33:04.038Z] #60 41.60 + bin/ctr [2022-03-06T08:33:04.142Z] #21 30.68 Selecting previously unselected package zip. [2022-03-06T08:33:04.142Z] #21 30.69 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-06T08:33:04.142Z] #21 30.70 Unpacking zip (3.0-12) ... [2022-03-06T08:33:04.142Z] #21 30.82 Selecting previously unselected package zstd. [2022-03-06T08:33:04.142Z] #21 30.85 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-06T08:33:04.142Z] #21 30.85 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-06T08:33:04.208Z] #26 99.61 + mkdir -p /tmp/tmp.ZzZ1oyK05e/src/github.com/docker [2022-03-06T08:33:04.208Z] #26 99.62 + mv components/cli /tmp/tmp.ZzZ1oyK05e/src/github.com/docker/cli [2022-03-06T08:33:04.208Z] #26 99.62 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-03-06T08:33:04.366Z] #19 159.3 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-03-06T08:33:04.366Z] #19 159.4 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:33:04.366Z] #19 159.4 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:04.406Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-06T08:33:04.708Z] #21 31.16 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:33:04.936Z] Merge succeeded, producing b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:33:04.937Z] Checking out Revision b94a319fdf0b9ac44e41dd6a20a6300cf475e670 (PR-43335) [2022-03-06T08:33:04.469Z] > git remote # timeout=10 [2022-03-06T08:33:04.586Z] > git config --get remote.origin.url # timeout=10 [2022-03-06T08:33:04.655Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:33:04.657Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-06T08:33:04.824Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-06T08:33:04.975Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:33:05.040Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:33:05.345Z] --- PASS: TestBuildMultiStageCopy (6.71s) [2022-03-06T08:33:05.345Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.71s) [2022-03-06T08:33:05.345Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-03-06T08:33:05.345Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-06T08:33:05.345Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-03-06T08:33:05.345Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-03-06T08:33:05.345Z] === RUN TestBuildMultiStageParentConfig [2022-03-06T08:33:05.533Z] #21 31.99 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-06T08:33:05.533Z] #21 32.01 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-06T08:33:05.533Z] #21 32.02 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-06T08:33:05.533Z] #21 32.03 Setting up libicu67:amd64 (67.1-7) ... [2022-03-06T08:33:05.533Z] #21 32.04 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-06T08:33:05.533Z] #21 32.08 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-06T08:33:05.533Z] #21 32.10 Setting up uidmap (1:4.8.1-1) ... [2022-03-06T08:33:05.533Z] #21 32.11 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:33:05.533Z] #21 32.12 Setting up bzip2 (1.0.8-4) ... [2022-03-06T08:33:05.533Z] #21 32.13 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:33:05.533Z] #21 32.16 Setting up python3-wheel (0.34.2-1) ... [2022-03-06T08:33:06.099Z] #21 32.70 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:06.099Z] #21 32.71 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-06T08:33:06.099Z] #21 32.72 Setting up libcap2-bin (1:2.44-1) ... [2022-03-06T08:33:06.099Z] #21 32.73 Setting up apparmor (2.13.6-10) ... [2022-03-06T08:33:06.203Z] Commit message: "remove deprecated builder/dockerignore" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-06T08:33:06.937Z] #19 ... [2022-03-06T08:33:06.937Z] [2022-03-06T08:33:06.937Z] #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-06T08:33:06.937Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:33:06.937Z] #58 176.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-06T08:33:07.485Z] #21 34.06 Setting up zip (3.0-12) ... [2022-03-06T08:33:07.486Z] #21 34.07 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:07.486Z] #21 34.09 Setting up bash-completion (1:2.11-2) ... [2022-03-06T08:33:09.375Z] + docker version [2022-03-06T08:33:09.385Z] #21 35.86 Setting up xz-utils (5.2.5-2) ... [2022-03-06T08:33:09.385Z] #21 35.87 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-06T08:33:09.385Z] #21 35.88 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-06T08:33:09.385Z] #21 35.90 Setting up patch (2.7.6-7) ... [2022-03-06T08:33:09.385Z] #21 35.91 Setting up sudo (1.9.5p2-3) ... [2022-03-06T08:33:09.385Z] #21 35.98 invoke-rc.d: could not determine current runlevel [2022-03-06T08:33:09.385Z] #21 35.99 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-06T08:33:09.385Z] #21 35.99 Setting up xfsprogs (5.10.0-4) ... [2022-03-06T08:33:09.385Z] #21 36.01 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-06T08:33:09.385Z] #21 36.02 Setting up inetutils-ping (2:2.0-1) ... [2022-03-06T08:33:09.385Z] #21 36.03 Setting up pigz (2.6-1) ... [2022-03-06T08:33:09.385Z] #21 36.04 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-06T08:33:09.385Z] #21 36.05 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:33:09.385Z] #21 36.07 Setting up python-pip-whl (20.3.4-4) ... [2022-03-06T08:33:09.643Z] #21 36.08 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:10.084Z] Fetching without tags [2022-03-06T08:33:10.209Z] #21 36.74 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-06T08:33:10.209Z] #21 36.76 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-06T08:33:10.518Z] #21 37.16 Setting up libelf1:amd64 (0.183-1) ... [2022-03-06T08:33:10.622Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-03-06T08:33:10.622Z] === RUN TestBuildLabelWithTargets [2022-03-06T08:33:10.758Z] #26 ... [2022-03-06T08:33:10.758Z] [2022-03-06T08:33:10.758Z] #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-06T08:33:10.758Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-06T08:33:10.758Z] #21 0.915 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:33:10.758Z] #21 0.933 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:33:10.758Z] #21 0.933 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:33:10.758Z] #21 1.268 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-06T08:33:10.758Z] #21 1.729 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-06T08:33:10.758Z] #21 2.436 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-06T08:33:10.758Z] #21 4.902 Fetched 8392 kB in 4s (1975 kB/s) [2022-03-06T08:33:10.758Z] #21 4.902 Reading package lists... [2022-03-06T08:33:10.758Z] #21 6.725 Reading package lists... [2022-03-06T08:33:10.758Z] #21 8.467 Building dependency tree... [2022-03-06T08:33:10.777Z] #21 37.25 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-06T08:33:10.777Z] #21 37.35 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:33:10.777Z] #21 37.36 Setting up python3-distutils (3.9.2-1) ... [2022-03-06T08:33:10.785Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:33:11.148Z] #58 DONE 181.2s [2022-03-06T08:33:11.148Z] [2022-03-06T08:33:11.148Z] #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-06T08:33:11.148Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-06T08:33:11.148Z] #19 165.8 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-03-06T08:33:11.148Z] #19 165.8 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:33:11.148Z] #19 165.9 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:11.148Z] #19 166.1 Selecting previously unselected package patch. [2022-03-06T08:33:11.148Z] #19 166.1 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-03-06T08:33:11.148Z] #19 166.1 Unpacking patch (2.7.6-7) ... [2022-03-06T08:33:11.148Z] #19 166.2 Selecting previously unselected package dpkg-dev. [2022-03-06T08:33:11.148Z] #19 166.2 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-03-06T08:33:11.148Z] #19 166.2 Unpacking dpkg-dev (1.20.9) ... [2022-03-06T08:33:11.148Z] #19 166.4 Selecting previously unselected package libconfig-inifiles-perl. [2022-03-06T08:33:11.148Z] #19 166.4 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-03-06T08:33:11.148Z] #19 166.4 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-03-06T08:33:11.148Z] #19 166.5 Selecting previously unselected package libio-string-perl. [2022-03-06T08:33:11.148Z] #19 166.5 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-03-06T08:33:11.148Z] #19 166.5 Unpacking libio-string-perl (1.08-3.1) ... [2022-03-06T08:33:11.148Z] #19 166.5 Selecting previously unselected package libicu67:amd64. [2022-03-06T08:33:11.148Z] #19 166.5 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-03-06T08:33:11.148Z] #19 166.5 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-06T08:33:11.294Z] #21 37.80 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:11.294Z] #21 37.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-06T08:33:11.294Z] #21 37.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-06T08:33:11.294Z] #21 37.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-06T08:33:11.294Z] #21 37.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-06T08:33:11.294Z] #21 37.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-06T08:33:11.294Z] #21 37.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-06T08:33:11.294Z] #21 37.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-06T08:33:11.294Z] #21 37.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-06T08:33:11.294Z] #21 37.88 Setting up python3-setuptools (52.0.0-4) ... [2022-03-06T08:33:11.323Z] #21 9.625 The following additional packages will be installed: [2022-03-06T08:33:11.323Z] #21 9.640 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-06T08:33:11.323Z] #21 9.640 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-06T08:33:11.323Z] #21 9.641 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-06T08:33:11.323Z] #21 9.641 python3-pkg-resources vim-runtime xxd [2022-03-06T08:33:11.323Z] #21 9.643 Suggested packages: [2022-03-06T08:33:11.323Z] #21 9.643 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-06T08:33:11.323Z] #21 9.643 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-06T08:33:11.323Z] #21 9.643 acl attr quota [2022-03-06T08:33:11.323Z] #21 9.643 Recommended packages: [2022-03-06T08:33:11.323Z] #21 9.643 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-06T08:33:12.254Z] #21 10.63 The following NEW packages will be installed: [2022-03-06T08:33:12.511Z] #21 10.65 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-06T08:33:12.511Z] #21 10.65 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-06T08:33:12.511Z] #21 10.65 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-06T08:33:12.511Z] #21 10.65 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-06T08:33:12.511Z] #21 10.66 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-06T08:33:12.511Z] #21 10.66 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-06T08:33:12.511Z] #21 10.66 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-06T08:33:12.511Z] #21 10.66 xz-utils zip zstd [2022-03-06T08:33:12.513Z] #19 167.6 Selecting previously unselected package libxml2:amd64. [2022-03-06T08:33:12.513Z] #19 167.6 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-06T08:33:12.513Z] #19 167.6 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-06T08:33:12.513Z] #19 167.7 Selecting previously unselected package libxml-namespacesupport-perl. [2022-03-06T08:33:12.513Z] #19 167.7 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-03-06T08:33:12.513Z] #19 167.7 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-06T08:33:12.513Z] #19 167.7 Selecting previously unselected package libxml-sax-base-perl. [2022-03-06T08:33:12.513Z] #19 167.7 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-03-06T08:33:12.513Z] #19 167.7 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-03-06T08:33:12.513Z] #19 167.7 Selecting previously unselected package libxml-sax-perl. [2022-03-06T08:33:12.513Z] #19 167.7 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-03-06T08:33:12.513Z] #19 167.7 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-03-06T08:33:12.513Z] #19 167.8 Selecting previously unselected package libxml-libxml-perl. [2022-03-06T08:33:12.513Z] #19 167.8 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-03-06T08:33:12.513Z] #19 167.8 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-06T08:33:12.514Z] #19 167.9 Selecting previously unselected package libxml-simple-perl. [2022-03-06T08:33:12.514Z] #19 167.9 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-03-06T08:33:12.514Z] #19 167.9 Unpacking libxml-simple-perl (2.25-1) ... [2022-03-06T08:33:12.514Z] #19 167.9 Selecting previously unselected package libyaml-perl. [2022-03-06T08:33:12.514Z] #19 167.9 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-03-06T08:33:12.514Z] #19 167.9 Unpacking libyaml-perl (1.30-1) ... [2022-03-06T08:33:12.514Z] #19 167.9 Selecting previously unselected package libconfig-auto-perl. [2022-03-06T08:33:12.514Z] #19 167.9 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-03-06T08:33:12.514Z] #19 167.9 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-03-06T08:33:12.514Z] #19 168.0 Selecting previously unselected package libfile-which-perl. [2022-03-06T08:33:09.784Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:33:09.840Z] > git config --add remote.origin.fetch +refs/pull/43335/head:refs/remotes/origin/PR-43335 # timeout=10 [2022-03-06T08:33:09.884Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:33:10.002Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-06T08:33:10.122Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-06T08:33:10.122Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:33:10.124Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43335/head:refs/remotes/origin/PR-43335 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-06T08:33:10.897Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:33:10.953Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:33:12.669Z] #21 39.30 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:33:12.669Z] #21 39.31 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-06T08:33:12.669Z] #21 39.32 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-06T08:33:12.669Z] #21 39.33 Setting up python3-pip (20.3.4-4) ... [2022-03-06T08:33:12.769Z] #21 10.97 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:33:12.769Z] #21 10.97 Need to get 27.0 MB of archives. [2022-03-06T08:33:12.769Z] #21 10.97 After this operation, 105 MB of additional disk space will be used. [2022-03-06T08:33:12.769Z] #21 10.97 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-03-06T08:33:12.769Z] #21 10.97 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-03-06T08:33:12.769Z] #21 10.98 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-03-06T08:33:12.769Z] #21 10.98 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-03-06T08:33:12.769Z] #21 10.98 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-03-06T08:33:12.769Z] #21 10.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-03-06T08:33:12.769Z] #21 10.99 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-03-06T08:33:12.769Z] #21 10.99 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-03-06T08:33:12.769Z] #21 11.00 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-06T08:33:12.769Z] #21 11.00 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-06T08:33:12.769Z] #21 11.01 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-03-06T08:33:12.769Z] #21 11.01 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-03-06T08:33:12.769Z] #21 11.02 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2022-03-06T08:33:12.769Z] #21 11.02 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-03-06T08:33:12.769Z] #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-06T08:33:12.769Z] #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-06T08:33:12.769Z] #21 11.04 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-03-06T08:33:12.769Z] #21 11.06 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-03-06T08:33:12.769Z] #21 11.06 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-03-06T08:33:12.769Z] #21 11.06 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-03-06T08:33:12.769Z] #21 11.06 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-03-06T08:33:12.769Z] #21 11.06 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-03-06T08:33:12.769Z] #21 11.07 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-03-06T08:33:12.769Z] #21 11.07 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-03-06T08:33:12.769Z] #21 11.07 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-03-06T08:33:12.769Z] #21 11.08 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-03-06T08:33:12.769Z] #21 11.08 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-03-06T08:33:12.769Z] #19 168.0 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-03-06T08:33:12.769Z] #19 168.0 Unpacking libfile-which-perl (1.23-1) ... [2022-03-06T08:33:12.769Z] #19 168.0 Selecting previously unselected package libfile-homedir-perl. [2022-03-06T08:33:12.769Z] #19 168.0 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-03-06T08:33:12.769Z] #19 168.0 Unpacking libfile-homedir-perl (1.006-1) ... [2022-03-06T08:33:12.769Z] #19 168.0 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-03-06T08:33:12.769Z] #19 168.0 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-03-06T08:33:12.769Z] #19 168.0 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-06T08:33:12.769Z] #19 168.1 Selecting previously unselected package dpkg-cross. [2022-03-06T08:33:12.769Z] #19 168.1 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-03-06T08:33:12.769Z] #19 168.1 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-03-06T08:33:12.769Z] #19 168.1 Selecting previously unselected package crossbuild-essential-arm64. [2022-03-06T08:33:12.769Z] #19 168.1 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-03-06T08:33:12.769Z] #19 168.1 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-03-06T08:33:12.769Z] #19 168.1 Selecting previously unselected package libc6-armel-cross. [2022-03-06T08:33:12.769Z] #19 168.1 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-03-06T08:33:12.769Z] #19 168.1 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-03-06T08:33:13.025Z] #19 168.3 Selecting previously unselected package libgcc-s1-armel-cross. [2022-03-06T08:33:13.025Z] #19 168.3 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:13.025Z] #19 168.3 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:13.025Z] #19 168.3 Selecting previously unselected package libgomp1-armel-cross. [2022-03-06T08:33:13.025Z] #19 168.3 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:13.025Z] #19 168.3 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:13.025Z] #19 168.3 Selecting previously unselected package libatomic1-armel-cross. [2022-03-06T08:33:13.025Z] #19 168.3 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:13.025Z] #19 168.3 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:13.025Z] #19 168.4 Selecting previously unselected package libasan6-armel-cross. [2022-03-06T08:33:13.025Z] #19 168.4 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:13.025Z] #19 168.4 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:13.026Z] #21 ... [2022-03-06T08:33:13.026Z] [2022-03-06T08:33:13.026Z] #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-06T08:33:13.026Z] #56 sha256:055a12b31eb730f91666828e0d35bae6ff59a0422b0673755705ec520c88ea6d [2022-03-06T08:33:13.026Z] #56 7.522 + cd /tmp/tmp.yFOo7aK5TG/src/github.com/opencontainers/runc [2022-03-06T08:33:13.026Z] #56 7.522 + git checkout -q v1.1.0 [2022-03-06T08:33:13.026Z] #56 7.833 + '[' -z '' ']' [2022-03-06T08:33:13.026Z] #56 7.833 + target=static [2022-03-06T08:33:13.026Z] #56 7.834 + make BUILDTAGS=seccomp static [2022-03-06T08:33:13.026Z] #56 7.943 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-06T08:33:13.026Z] #56 ... [2022-03-06T08:33:13.026Z] [2022-03-06T08:33:13.027Z] #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-06T08:33:13.027Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-06T08:33:13.027Z] #21 11.38 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-03-06T08:33:13.027Z] #21 11.38 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-06T08:33:13.027Z] #21 11.38 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-06T08:33:13.027Z] #21 11.38 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-06T08:33:13.027Z] #21 11.38 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-03-06T08:33:13.027Z] #21 11.38 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-03-06T08:33:13.027Z] #21 11.38 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-06T08:33:13.027Z] #21 11.46 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-06T08:33:13.284Z] #21 11.46 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-06T08:33:13.284Z] #21 11.50 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-06T08:33:13.284Z] #21 11.51 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-06T08:33:13.284Z] #21 11.51 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-06T08:33:13.284Z] #21 11.51 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2022-03-06T08:33:13.284Z] #21 11.51 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-03-06T08:33:13.284Z] #21 11.54 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-03-06T08:33:13.284Z] #21 11.54 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-03-06T08:33:13.284Z] #21 11.56 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-06T08:33:13.325Z] #19 168.6 Selecting previously unselected package libstdc++6-armel-cross. [2022-03-06T08:33:13.325Z] #19 168.6 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:13.325Z] #19 168.6 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:13.325Z] #19 168.7 Selecting previously unselected package libubsan1-armel-cross. [2022-03-06T08:33:13.325Z] #19 168.7 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:13.325Z] #19 168.7 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:13.542Z] #21 11.78 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-03-06T08:33:13.543Z] #21 11.79 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-03-06T08:33:13.543Z] #21 11.83 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-03-06T08:33:13.543Z] #21 11.83 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-03-06T08:33:13.582Z] #19 168.8 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-03-06T08:33:13.582Z] #19 168.8 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:13.582Z] #19 168.8 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:13.582Z] #19 168.9 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-03-06T08:33:13.582Z] #19 168.9 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:33:13.582Z] #19 168.9 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-06T08:33:13.833Z] Merge succeeded, producing b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:33:13.833Z] Checking out Revision b94a319fdf0b9ac44e41dd6a20a6300cf475e670 (PR-43335) [2022-03-06T08:33:13.999Z] #60 ... [2022-03-06T08:33:13.999Z] [2022-03-06T08:33:13.999Z] #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-06T08:33:13.999Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:33:13.999Z] #14 70.61 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-06T08:33:13.999Z] #14 70.62 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:33:13.999Z] #14 70.64 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:33:13.999Z] #14 75.21 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-06T08:33:13.999Z] #14 75.22 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:33:13.999Z] #14 75.23 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-06T08:33:13.999Z] #14 80.30 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-06T08:33:13.999Z] #14 80.30 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:33:13.999Z] #14 80.30 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:33:14.044Z] #21 40.49 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-06T08:33:14.044Z] #21 40.50 Setting up jq (1.6-2.1) ... [2022-03-06T08:33:14.044Z] #21 40.51 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-06T08:33:14.044Z] #21 40.52 Setting up iptables (1.8.7-1) ... [2022-03-06T08:33:14.044Z] #21 40.53 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-06T08:33:14.044Z] #21 40.53 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-06T08:33:14.044Z] #21 40.54 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-06T08:33:14.044Z] #21 40.54 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-06T08:33:14.044Z] #21 40.55 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-06T08:33:14.044Z] #21 40.55 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-06T08:33:14.044Z] #21 40.57 Setting up iproute2 (5.10.0-4) ... [2022-03-06T08:33:14.305Z] #21 40.92 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:33:14.477Z] #21 12.48 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:33:14.477Z] #21 12.61 Fetched 27.0 MB in 1s (22.8 MB/s) [2022-03-06T08:33:14.477Z] #21 12.65 Selecting previously unselected package pigz. [2022-03-06T08:33:14.477Z] #21 12.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 ... 24001 files and directories currently installed.) [2022-03-06T08:33:14.477Z] #21 12.69 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-03-06T08:33:14.477Z] #21 12.70 Unpacking pigz (2.6-1) ... [2022-03-06T08:33:14.477Z] #21 12.77 Selecting previously unselected package libelf1:arm64. [2022-03-06T08:33:14.477Z] #21 12.78 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-03-06T08:33:14.477Z] #21 12.78 Unpacking libelf1:arm64 (0.183-1) ... [2022-03-06T08:33:14.735Z] #21 12.92 Selecting previously unselected package libbpf0:arm64. [2022-03-06T08:33:14.736Z] #21 12.93 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-03-06T08:33:14.736Z] #21 12.93 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-03-06T08:33:14.736Z] #21 13.02 Selecting previously unselected package libcap2:arm64. [2022-03-06T08:33:14.736Z] #21 13.03 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-03-06T08:33:14.736Z] #21 13.03 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-03-06T08:33:14.736Z] #21 13.08 Selecting previously unselected package libmnl0:arm64. [2022-03-06T08:33:14.736Z] #21 13.09 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-03-06T08:33:14.736Z] #21 13.09 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-03-06T08:33:14.736Z] #21 13.14 Selecting previously unselected package libxtables12:arm64. [2022-03-06T08:33:14.736Z] #21 13.14 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-03-06T08:33:14.736Z] #21 13.15 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-03-06T08:33:14.736Z] #21 13.18 Selecting previously unselected package libcap2-bin. [2022-03-06T08:33:14.736Z] #21 13.19 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-03-06T08:33:14.995Z] #21 13.19 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-06T08:33:14.995Z] #21 13.27 Selecting previously unselected package iproute2. [2022-03-06T08:33:14.995Z] #21 13.27 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-03-06T08:33:14.995Z] #21 13.27 Unpacking iproute2 (5.10.0-4) ... [2022-03-06T08:33:15.240Z] #21 DONE 41.9s [2022-03-06T08:33:15.240Z] [2022-03-06T08:33:15.240Z] #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-06T08:33:15.240Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-06T08:33:15.561Z] #21 13.64 Selecting previously unselected package xxd. [2022-03-06T08:33:15.561Z] #21 13.66 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-06T08:33:15.561Z] #21 13.67 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:15.561Z] #21 13.75 Selecting previously unselected package vim-common. [2022-03-06T08:33:15.561Z] #21 13.75 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:33:15.561Z] #21 13.77 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:13.468Z] > git remote # timeout=10 [2022-03-06T08:33:13.543Z] > git config --get remote.origin.url # timeout=10 [2022-03-06T08:33:13.601Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-06T08:33:13.603Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-06T08:33:13.748Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-06T08:33:13.869Z] > git config core.sparsecheckout # timeout=10 [2022-03-06T08:33:13.914Z] > git checkout -f b94a319fdf0b9ac44e41dd6a20a6300cf475e670 # timeout=10 [2022-03-06T08:33:15.818Z] #21 13.92 Selecting previously unselected package bash-completion. [2022-03-06T08:33:15.818Z] #21 13.92 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-06T08:33:16.182Z] #22 0.851 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-06T08:33:16.182Z] #22 0.854 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-06T08:33:16.182Z] #22 0.872 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-06T08:33:16.182Z] #22 DONE 0.9s [2022-03-06T08:33:16.182Z] [2022-03-06T08:33:16.182Z] #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-06T08:33:16.182Z] #60 sha256:2da8bce0baf1ff45af776dd7d1cf2b850682137216ca31ce8a99e62a4e7cf907 [2022-03-06T08:33:16.182Z] #60 ... [2022-03-06T08:33:16.182Z] [2022-03-06T08:33:16.182Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-06T08:33:16.182Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-06T08:33:16.510Z] Commit message: "remove deprecated builder/dockerignore" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-06T08:33:17.191Z] #21 15.19 Unpacking bash-completion (1:2.11-2) ... [2022-03-06T08:33:17.191Z] #21 15.52 Selecting previously unselected package bzip2. [2022-03-06T08:33:17.448Z] #21 15.52 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-03-06T08:33:17.448Z] #21 15.54 Unpacking bzip2 (1.0.8-4) ... [2022-03-06T08:33:17.448Z] #21 15.59 Selecting previously unselected package xz-utils. [2022-03-06T08:33:17.448Z] #21 15.60 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2022-03-06T08:33:17.448Z] #21 15.60 Unpacking xz-utils (5.2.5-2) ... [2022-03-06T08:33:17.448Z] #21 15.71 Selecting previously unselected package apparmor. [2022-03-06T08:33:17.448Z] #21 15.73 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-03-06T08:33:17.448Z] #21 15.78 Unpacking apparmor (2.13.6-10) ... [2022-03-06T08:33:17.706Z] #21 16.03 Selecting previously unselected package inetutils-ping. [2022-03-06T08:33:17.706Z] #21 16.03 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-03-06T08:33:17.706Z] #21 16.03 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-06T08:33:17.706Z] #21 16.12 Selecting previously unselected package libip4tc2:arm64. [2022-03-06T08:33:17.706Z] #21 16.12 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-03-06T08:33:17.706Z] #21 16.13 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-03-06T08:33:17.706Z] #21 16.16 Selecting previously unselected package libip6tc2:arm64. [2022-03-06T08:33:17.924Z] Client: [2022-03-06T08:33:17.924Z] Version: 20.10.9 [2022-03-06T08:33:17.924Z] API version: 1.41 [2022-03-06T08:33:17.924Z] Go version: go1.16.8 [2022-03-06T08:33:17.924Z] Git commit: c2ea9bc [2022-03-06T08:33:17.924Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-06T08:33:17.924Z] OS/Arch: windows/amd64 [2022-03-06T08:33:17.924Z] Context: default [2022-03-06T08:33:17.924Z] Experimental: true [2022-03-06T08:33:17.924Z] [2022-03-06T08:33:17.924Z] Server: Docker Engine - Community [2022-03-06T08:33:17.924Z] Engine: [2022-03-06T08:33:17.924Z] Version: 20.10.9 [2022-03-06T08:33:17.924Z] API version: 1.41 (minimum version 1.24) [2022-03-06T08:33:17.924Z] Go version: go1.16.8 [2022-03-06T08:33:17.924Z] Git commit: 79ea9d3 [2022-03-06T08:33:17.924Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-06T08:33:17.924Z] OS/Arch: windows/amd64 [2022-03-06T08:33:17.924Z] Experimental: true [2022-03-06T08:33:17.963Z] #21 16.17 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-03-06T08:33:17.963Z] #21 16.17 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-03-06T08:33:17.963Z] #21 16.20 Selecting previously unselected package libnfnetlink0:arm64. [2022-03-06T08:33:17.963Z] #21 16.21 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-03-06T08:33:17.963Z] #21 16.21 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-03-06T08:33:17.963Z] #21 16.25 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-03-06T08:33:17.963Z] #21 16.25 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-03-06T08:33:17.963Z] #21 16.26 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-03-06T08:33:18.219Z] #21 16.35 Selecting previously unselected package libnftnl11:arm64. [2022-03-06T08:33:18.219Z] #21 16.36 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-03-06T08:33:18.219Z] #21 16.37 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-03-06T08:33:18.219Z] #21 16.45 Selecting previously unselected package iptables. [2022-03-06T08:33:18.219Z] #21 16.46 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-03-06T08:33:18.219Z] #21 16.47 Unpacking iptables (1.8.7-1) ... [2022-03-06T08:33:18.476Z] #21 16.73 Selecting previously unselected package libonig5:arm64. [2022-03-06T08:33:18.476Z] #21 16.73 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-03-06T08:33:18.476Z] #21 16.74 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-03-06T08:33:18.476Z] #21 16.84 Selecting previously unselected package libjq1:arm64. [2022-03-06T08:33:18.732Z] #21 16.84 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-03-06T08:33:18.732Z] #21 16.84 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-03-06T08:33:18.732Z] #21 16.96 Selecting previously unselected package jq. [2022-03-06T08:33:18.732Z] #21 16.96 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-03-06T08:33:18.732Z] #21 16.97 Unpacking jq (1.6-2.1) ... [2022-03-06T08:33:18.732Z] #21 17.03 Selecting previously unselected package libaio1:arm64. [2022-03-06T08:33:18.732Z] #21 17.03 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-03-06T08:33:18.732Z] #21 17.03 Unpacking libaio1:arm64 (0.3.112-9) ... [Pipeline] sh [2022-03-06T08:33:18.751Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-03-06T08:33:18.751Z] === RUN TestBuildWithEmptyLayers [2022-03-06T08:33:18.961Z] #19 173.6 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-03-06T08:33:18.961Z] #19 173.6 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:33:18.961Z] #19 173.6 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-06T08:33:18.961Z] #19 173.6 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-03-06T08:33:18.961Z] #19 173.6 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-03-06T08:33:18.961Z] #19 173.6 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-06T08:33:18.961Z] #19 173.8 Selecting previously unselected package libc6-dev-armel-cross. [2022-03-06T08:33:18.961Z] #19 173.8 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-03-06T08:33:18.961Z] #19 173.8 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-06T08:33:18.961Z] #19 174.0 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-03-06T08:33:18.961Z] #19 174.0 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:18.961Z] #19 174.0 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:18.961Z] #19 174.3 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-03-06T08:33:18.961Z] #19 174.3 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:33:18.961Z] #19 174.3 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-06T08:33:18.988Z] #21 17.08 Selecting previously unselected package libgpm2:arm64. [2022-03-06T08:33:18.988Z] #21 17.09 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-03-06T08:33:18.988Z] #21 17.09 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-03-06T08:33:18.988Z] #21 17.15 Selecting previously unselected package libicu67:arm64. [2022-03-06T08:33:18.988Z] #21 17.15 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-03-06T08:33:18.988Z] #21 17.15 Unpacking libicu67:arm64 (67.1-7) ... [2022-03-06T08:33:19.690Z] + docker info [2022-03-06T08:33:19.690Z] Client: [2022-03-06T08:33:19.690Z] Context: default [2022-03-06T08:33:19.690Z] Debug Mode: false [2022-03-06T08:33:19.690Z] [2022-03-06T08:33:19.690Z] Server: [2022-03-06T08:33:19.690Z] Containers: 0 [2022-03-06T08:33:19.690Z] Running: 0 [2022-03-06T08:33:19.690Z] Paused: 0 [2022-03-06T08:33:19.690Z] Stopped: 0 [2022-03-06T08:33:19.690Z] Images: 0 [2022-03-06T08:33:19.690Z] Server Version: 20.10.9 [2022-03-06T08:33:19.690Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-06T08:33:19.690Z] Windows: [2022-03-06T08:33:19.690Z] LCOW: [2022-03-06T08:33:19.690Z] Logging Driver: json-file [2022-03-06T08:33:19.690Z] Plugins: [2022-03-06T08:33:19.690Z] Volume: local [2022-03-06T08:33:19.690Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-06T08:33:19.690Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-06T08:33:19.690Z] Swarm: inactive [2022-03-06T08:33:19.690Z] Default Isolation: process [2022-03-06T08:33:19.690Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-06T08:33:19.690Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-06T08:33:19.690Z] OSType: windows [2022-03-06T08:33:19.690Z] Architecture: x86_64 [2022-03-06T08:33:19.690Z] CPUs: 4 [2022-03-06T08:33:19.690Z] Total Memory: 32GiB [2022-03-06T08:33:19.690Z] Name: azwin-2-d247c1 [2022-03-06T08:33:19.690Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-06T08:33:19.690Z] Docker Root Dir: D:\docker [2022-03-06T08:33:19.690Z] Debug Mode: false [2022-03-06T08:33:19.690Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:33:19.690Z] Labels: [2022-03-06T08:33:19.690Z] Experimental: true [2022-03-06T08:33:19.690Z] Insecure Registries: [2022-03-06T08:33:19.690Z] 10.0.0.4:5000 [2022-03-06T08:33:19.690Z] 127.0.0.0/8 [2022-03-06T08:33:19.690Z] Registry Mirrors: [2022-03-06T08:33:19.690Z] http://10.0.0.4:5000/ [2022-03-06T08:33:19.690Z] Live Restore Enabled: false [2022-03-06T08:33:19.690Z] Product License: Community Engine [2022-03-06T08:33:19.690Z] [2022-03-06T08:33:19.721Z] + docker version [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-06T08:33:21.286Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2022-03-06T08:33:21.286Z] === RUN TestBuildMultiStageOnBuild [2022-03-06T08:33:21.508Z] #21 19.77 Selecting previously unselected package libinih1:arm64. [2022-03-06T08:33:21.508Z] #21 19.77 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-03-06T08:33:21.508Z] #21 19.77 Unpacking libinih1:arm64 (53-1+b2) ... [2022-03-06T08:33:21.508Z] #21 19.83 Selecting previously unselected package libnet1:arm64. [2022-03-06T08:33:21.508Z] #21 19.83 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-03-06T08:33:21.508Z] #21 19.83 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:33:21.765Z] #21 19.91 Selecting previously unselected package libnl-3-200:arm64. [2022-03-06T08:33:21.765Z] #21 19.91 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-03-06T08:33:21.765Z] #21 19.93 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-06T08:33:21.765Z] #21 20.00 Selecting previously unselected package libprotobuf-c1:arm64. [2022-03-06T08:33:21.765Z] #21 20.00 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-03-06T08:33:21.765Z] #21 20.01 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-06T08:33:21.765Z] #21 20.06 Selecting previously unselected package net-tools. [2022-03-06T08:33:21.765Z] #21 20.07 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-03-06T08:33:21.765Z] #21 20.07 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-06T08:33:22.022Z] #21 20.26 Selecting previously unselected package patch. [2022-03-06T08:33:22.022Z] #21 20.26 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-03-06T08:33:22.022Z] #21 20.26 Unpacking patch (2.7.6-7) ... [2022-03-06T08:33:22.022Z] #21 20.36 Selecting previously unselected package python-pip-whl. [2022-03-06T08:33:22.106Z] #14 ... [2022-03-06T08:33:22.106Z] [2022-03-06T08:33:22.106Z] #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-06T08:33:22.106Z] #63 sha256:58ae64aa5587e638875963a7800e4959b909cba2b9727bf64d9625499e6cbcb5 [2022-03-06T08:33:22.106Z] #63 88.53 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-06T08:33:22.106Z] #63 88.53 + GOBIN=/build [2022-03-06T08:33:22.106Z] #63 88.54 + GO111MODULE=on [2022-03-06T08:33:22.106Z] #63 88.54 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-06T08:33:22.278Z] #21 20.36 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-06T08:33:22.278Z] #21 20.37 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-06T08:33:22.535Z] #21 20.81 Selecting previously unselected package python3-lib2to3. [2022-03-06T08:33:22.535Z] #21 20.82 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-06T08:33:22.535Z] #21 20.83 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-06T08:33:22.792Z] #21 20.93 Selecting previously unselected package python3-distutils. [2022-03-06T08:33:22.792Z] #21 20.94 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-06T08:33:22.792Z] #21 20.94 Unpacking python3-distutils (3.9.2-1) ... [2022-03-06T08:33:22.792Z] #21 21.05 Selecting previously unselected package python3-pkg-resources. [2022-03-06T08:33:22.792Z] #21 21.07 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-06T08:33:22.792Z] #21 21.08 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:33:22.792Z] #21 21.19 Selecting previously unselected package python3-setuptools. [2022-03-06T08:33:23.050Z] #21 21.19 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-06T08:33:23.050Z] #21 21.19 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-06T08:33:23.050Z] #21 21.43 Selecting previously unselected package python3-wheel. [2022-03-06T08:33:23.308Z] #21 21.44 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-06T08:33:23.308Z] #21 21.44 Unpacking python3-wheel (0.34.2-1) ... [2022-03-06T08:33:23.308Z] #21 21.49 Selecting previously unselected package python3-pip. [2022-03-06T08:33:23.308Z] #21 21.51 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-06T08:33:23.308Z] #21 21.52 Unpacking python3-pip (20.3.4-4) ... [2022-03-06T08:33:23.565Z] #21 21.76 Selecting previously unselected package sudo. [2022-03-06T08:33:23.565Z] #21 21.77 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-03-06T08:33:23.565Z] #21 21.78 Unpacking sudo (1.9.5p2-3) ... [2022-03-06T08:33:24.130Z] #21 22.19 Selecting previously unselected package thin-provisioning-tools. [2022-03-06T08:33:24.130Z] #21 22.20 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-03-06T08:33:24.130Z] #21 22.20 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-06T08:33:24.130Z] #21 22.39 Selecting previously unselected package uidmap. [2022-03-06T08:33:24.130Z] #21 22.42 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-03-06T08:33:24.130Z] #21 22.43 Unpacking uidmap (1:4.8.1-1) ... [2022-03-06T08:33:24.207Z] #19 178.8 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-03-06T08:33:24.208Z] #19 178.8 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:33:24.208Z] #19 178.8 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-06T08:33:24.208Z] #19 178.8 Selecting previously unselected package crossbuild-essential-armel. [2022-03-06T08:33:24.208Z] #19 178.8 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-03-06T08:33:24.208Z] #19 178.8 Unpacking crossbuild-essential-armel (12.9) ... [2022-03-06T08:33:24.208Z] #19 178.8 Selecting previously unselected package libc6-armhf-cross. [2022-03-06T08:33:24.208Z] #19 178.8 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-03-06T08:33:24.208Z] #19 178.8 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-03-06T08:33:24.208Z] #19 178.9 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-03-06T08:33:24.208Z] #19 178.9 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:24.208Z] #19 178.9 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:24.208Z] #19 179.0 Selecting previously unselected package libgomp1-armhf-cross. [2022-03-06T08:33:24.208Z] #19 179.0 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:24.208Z] #19 179.0 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:24.208Z] #19 179.0 Selecting previously unselected package libatomic1-armhf-cross. [2022-03-06T08:33:24.208Z] #19 179.0 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:24.208Z] #19 179.0 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:24.208Z] #19 179.1 Selecting previously unselected package libasan6-armhf-cross. [2022-03-06T08:33:24.208Z] #19 179.1 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:24.208Z] #19 179.1 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:24.208Z] #19 179.3 Selecting previously unselected package libstdc++6-armhf-cross. [2022-03-06T08:33:24.208Z] #19 179.3 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:24.208Z] #19 179.3 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:24.208Z] #19 179.4 Selecting previously unselected package libubsan1-armhf-cross. [2022-03-06T08:33:24.208Z] #19 179.4 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:24.208Z] #19 179.4 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:24.208Z] #19 179.5 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-03-06T08:33:24.208Z] #19 179.5 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:24.208Z] #19 179.5 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:24.208Z] #19 179.6 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-03-06T08:33:24.398Z] #21 22.54 Selecting previously unselected package vim-runtime. [2022-03-06T08:33:24.398Z] #21 22.55 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:33:24.398Z] #21 22.58 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-06T08:33:24.398Z] #21 22.62 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-06T08:33:24.398Z] #21 22.63 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:24.465Z] #19 179.6 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:33:24.465Z] #19 179.6 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-06T08:33:25.056Z] Commit message: "remove deprecated builder/dockerignore" [Pipeline] withEnv [Pipeline] { [2022-03-06T08:33:25.384Z] #63 93.15 rootlesskit version 0.14.6 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-06T08:33:25.641Z] #63 93.16 Usage of /build/rootlesskit-docker-proxy: [2022-03-06T08:33:25.641Z] #63 93.16 -container-ip string [2022-03-06T08:33:25.641Z] #63 93.16 container ip [2022-03-06T08:33:25.641Z] #63 93.16 -container-port int [2022-03-06T08:33:25.641Z] #63 93.16 container port (default -1) [2022-03-06T08:33:25.641Z] #63 93.16 -host-ip string [2022-03-06T08:33:25.641Z] #63 93.16 host ip [2022-03-06T08:33:25.641Z] #63 93.16 -host-port int [2022-03-06T08:33:25.641Z] #63 93.16 host port (default -1) [2022-03-06T08:33:25.641Z] #63 93.16 -proto string [2022-03-06T08:33:25.641Z] #63 93.16 proxy protocol (default "tcp") [2022-03-06T08:33:26.158Z] #23 9.501 Collecting yamllint==1.26.1 [2022-03-06T08:33:26.565Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-03-06T08:33:26.566Z] === RUN TestBuildUncleanTarFilenames [2022-03-06T08:33:26.566Z] --- PASS: TestBuildUncleanTarFilenames (0.49s) [2022-03-06T08:33:26.566Z] === RUN TestBuildMultiStageLayerLeak [2022-03-06T08:33:26.725Z] #23 10.53 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-06T08:33:26.976Z] #21 25.42 Selecting previously unselected package vim. [2022-03-06T08:33:27.233Z] #21 25.43 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-06T08:33:27.233Z] #21 25.43 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:27.490Z] #21 25.82 Selecting previously unselected package xfsprogs. [2022-03-06T08:33:27.490Z] #21 25.83 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-03-06T08:33:27.747Z] #21 25.83 Unpacking xfsprogs (5.10.0-4) ... [2022-03-06T08:33:28.004Z] #21 26.21 Selecting previously unselected package zip. [2022-03-06T08:33:28.004Z] #21 26.22 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-03-06T08:33:28.004Z] #21 26.24 Unpacking zip (3.0-12) ... [2022-03-06T08:33:28.004Z] #21 26.34 Selecting previously unselected package zstd. [2022-03-06T08:33:28.103Z] #23 11.70 Collecting pathspec>=0.5.3 [2022-03-06T08:33:28.103Z] #23 11.72 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-06T08:33:28.203Z] + docker version [2022-03-06T08:33:28.261Z] #21 26.34 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-03-06T08:33:28.261Z] #21 26.34 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-06T08:33:28.362Z] #23 12.13 Collecting pyyaml [2022-03-06T08:33:28.362Z] #23 12.14 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-06T08:33:28.362Z] #23 12.20 Building wheels for collected packages: yamllint [2022-03-06T08:33:28.362Z] #23 12.20 Building wheel for yamllint (setup.py): started [2022-03-06T08:33:28.407Z] Client: [2022-03-06T08:33:28.407Z] Version: 20.10.9 [2022-03-06T08:33:28.407Z] API version: 1.41 [2022-03-06T08:33:28.407Z] Go version: go1.16.8 [2022-03-06T08:33:28.407Z] Git commit: c2ea9bc [2022-03-06T08:33:28.407Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-06T08:33:28.407Z] OS/Arch: windows/amd64 [2022-03-06T08:33:28.407Z] Context: default [2022-03-06T08:33:28.407Z] Experimental: true [2022-03-06T08:33:28.407Z] [2022-03-06T08:33:28.407Z] Server: Docker Engine - Community [2022-03-06T08:33:28.407Z] Engine: [2022-03-06T08:33:28.407Z] Version: 20.10.9 [2022-03-06T08:33:28.408Z] API version: 1.41 (minimum version 1.24) [2022-03-06T08:33:28.408Z] Go version: go1.16.8 [2022-03-06T08:33:28.408Z] Git commit: 79ea9d3 [2022-03-06T08:33:28.408Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-06T08:33:28.408Z] OS/Arch: windows/amd64 [2022-03-06T08:33:28.408Z] Experimental: true [2022-03-06T08:33:28.519Z] #21 26.73 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:33:29.082Z] #21 27.45 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-03-06T08:33:29.082Z] #21 27.46 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-06T08:33:29.082Z] #21 27.47 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-03-06T08:33:29.082Z] #21 27.48 Setting up libicu67:arm64 (67.1-7) ... [2022-03-06T08:33:29.082Z] #21 27.49 Setting up libip6tc2:arm64 (1.8.7-1) ... [Pipeline] sh [2022-03-06T08:33:29.298Z] #23 13.15 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-06T08:33:29.340Z] #21 27.50 Setting up libinih1:arm64 (53-1+b2) ... [2022-03-06T08:33:29.340Z] #21 27.51 Setting up uidmap (1:4.8.1-1) ... [2022-03-06T08:33:29.340Z] #21 27.52 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:33:29.340Z] #21 27.53 Setting up bzip2 (1.0.8-4) ... [2022-03-06T08:33:29.340Z] #21 27.54 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-06T08:33:29.340Z] #21 27.55 Setting up python3-wheel (0.34.2-1) ... [2022-03-06T08:33:29.556Z] #23 13.16 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=5af9c3f8768128cd916c60bf9379bf8b5073a52fb0f3b55dc1d73c688da729dc [2022-03-06T08:33:29.556Z] #23 13.16 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-06T08:33:29.556Z] #23 13.17 Successfully built yamllint [2022-03-06T08:33:29.556Z] #23 13.19 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-06T08:33:29.794Z] #19 184.3 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-03-06T08:33:29.794Z] #19 184.3 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:33:29.794Z] #19 184.3 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-06T08:33:29.794Z] #19 184.4 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-03-06T08:33:29.794Z] #19 184.4 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-03-06T08:33:29.794Z] #19 184.4 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-06T08:33:29.794Z] #19 184.5 Selecting previously unselected package libc6-dev-armhf-cross. [2022-03-06T08:33:29.794Z] #19 184.5 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-03-06T08:33:29.794Z] #19 184.5 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-06T08:33:29.794Z] #19 184.8 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-03-06T08:33:29.794Z] #19 184.8 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:29.794Z] #19 184.8 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:29.794Z] #19 185.0 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-03-06T08:33:29.794Z] #19 185.0 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:33:29.794Z] #19 185.0 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-06T08:33:29.818Z] #23 13.56 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-06T08:33:29.912Z] #21 28.18 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:29.912Z] #21 28.19 Setting up libcap2:arm64 (1:2.44-1) ... [2022-03-06T08:33:29.912Z] #21 28.20 Setting up libcap2-bin (1:2.44-1) ... [2022-03-06T08:33:29.912Z] #21 28.21 Setting up apparmor (2.13.6-10) ... [2022-03-06T08:33:30.011Z] + docker info [2022-03-06T08:33:30.383Z] #23 DONE 14.0s [2022-03-06T08:33:30.383Z] [2022-03-06T08:33:30.383Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-06T08:33:30.383Z] #27 sha256:76ec2fd6a27a3a0869eaa0e3baacf0e5838c616eca3117630d4249eb0562ea82 [2022-03-06T08:33:30.383Z] #27 DONE 0.3s [2022-03-06T08:33:30.383Z] [2022-03-06T08:33:30.383Z] #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-06T08:33:30.383Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:33:30.644Z] #51 ... [2022-03-06T08:33:30.644Z] [2022-03-06T08:33:30.644Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-06T08:33:30.644Z] #32 sha256:1188bca7b92bf6102b1fbeae19f1e2e5c455573a78fd9ad5554bd5e6651b6cf3 [2022-03-06T08:33:30.896Z] #63 ... [2022-03-06T08:33:30.896Z] [2022-03-06T08:33:30.896Z] #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-06T08:33:30.896Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:33:30.896Z] #14 90.84 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-06T08:33:30.896Z] #14 90.85 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:33:30.896Z] #14 90.85 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:33:30.896Z] #14 96.42 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-06T08:33:30.896Z] #14 96.42 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-06T08:33:30.896Z] #14 96.66 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-06T08:33:30.896Z] #14 98.52 Selecting previously unselected package libapparmor1:amd64. [2022-03-06T08:33:30.896Z] #14 98.52 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-06T08:33:30.896Z] #14 98.71 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-06T08:33:30.896Z] #14 ... [2022-03-06T08:33:30.896Z] [2022-03-06T08:33:30.896Z] #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-06T08:33:30.896Z] #63 sha256:58ae64aa5587e638875963a7800e4959b909cba2b9727bf64d9625499e6cbcb5 [2022-03-06T08:33:30.896Z] #63 DONE 98.6s [2022-03-06T08:33:30.896Z] [2022-03-06T08:33:30.896Z] #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-06T08:33:30.896Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:33:30.896Z] #14 98.80 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-06T08:33:30.896Z] #14 98.83 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-06T08:33:30.896Z] #14 ... [2022-03-06T08:33:30.896Z] [2022-03-06T08:33:30.896Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-06T08:33:30.896Z] #64 sha256:e3b9925a1da6a257fafdb4ffdebb69a87abff65005391bc62687dae4ab80e823 [2022-03-06T08:33:30.896Z] #64 DONE 0.2s [2022-03-06T08:33:30.896Z] [2022-03-06T08:33:30.896Z] #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-06T08:33:30.897Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:33:30.897Z] #14 98.89 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-06T08:33:31.153Z] #14 98.99 Selecting previously unselected package libbtrfs0:amd64. [2022-03-06T08:33:31.153Z] #14 98.99 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-06T08:33:31.153Z] #14 99.03 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:33:31.153Z] #14 ... [2022-03-06T08:33:31.153Z] [2022-03-06T08:33:31.153Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-06T08:33:31.153Z] #65 sha256:fc87a87167dca20aae0acf5de4a56c19d7388bdc7bff54262da426002f1ffa70 [2022-03-06T08:33:31.153Z] #65 DONE 0.2s [2022-03-06T08:33:31.153Z] [2022-03-06T08:33:31.153Z] #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-06T08:33:31.153Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-06T08:33:31.153Z] #14 99.21 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-06T08:33:31.153Z] #14 99.21 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-06T08:33:31.153Z] #14 99.21 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:33:31.218Z] #32 DONE 0.5s [2022-03-06T08:33:31.219Z] [2022-03-06T08:33:31.219Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-06T08:33:31.219Z] #35 sha256:2198011bab6872d79647773fee7c994131c29779806d61ae45f1fa63cac0b650 [2022-03-06T08:33:31.219Z] #35 DONE 0.3s [2022-03-06T08:33:31.219Z] [2022-03-06T08:33:31.219Z] #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-06T08:33:31.219Z] #56 sha256:4b2524fa7f92f8d610e70f1c570542c6dd1fb3a90f3a9f87d4b2240aeb761c30 [2022-03-06T08:33:31.280Z] #21 29.46 Setting up zip (3.0-12) ... [2022-03-06T08:33:31.280Z] #21 29.48 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:31.280Z] #21 29.50 Setting up bash-completion (1:2.11-2) ... [2022-03-06T08:33:31.409Z] #14 99.40 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-06T08:33:31.409Z] #14 99.40 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:33:31.409Z] #14 99.40 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:33:31.409Z] #14 99.45 Selecting previously unselected package libudev-dev:amd64. [2022-03-06T08:33:31.477Z] #56 ... [2022-03-06T08:33:31.477Z] [2022-03-06T08:33:31.477Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-06T08:33:31.477Z] #37 sha256:a2bcaf6cd8e91349433cc1c8dc424ffb77a2f8a30d9f2544f5c62dc121cc0966 [2022-03-06T08:33:31.477Z] #37 DONE 0.0s [2022-03-06T08:33:31.477Z] [2022-03-06T08:33:31.477Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-06T08:33:31.477Z] #41 sha256:54a2ad889cc81a3f43539e67c98354caa9e0cd789fbf87448ab790ea26c826f0 [2022-03-06T08:33:31.477Z] #41 DONE 0.0s [2022-03-06T08:33:31.669Z] #14 99.47 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-06T08:33:31.669Z] #14 99.48 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-06T08:33:31.669Z] #14 99.57 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-06T08:33:31.669Z] #14 99.59 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-06T08:33:31.669Z] #14 99.60 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-06T08:33:31.735Z] [2022-03-06T08:33:31.735Z] #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-06T08:33:31.735Z] #56 sha256:4b2524fa7f92f8d610e70f1c570542c6dd1fb3a90f3a9f87d4b2240aeb761c30 [2022-03-06T08:33:31.845Z] --- PASS: TestBuildMultiStageLayerLeak (4.51s) [2022-03-06T08:33:31.845Z] === RUN TestBuildWithHugeFile [2022-03-06T08:33:31.932Z] #14 99.84 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-06T08:33:31.932Z] #14 99.84 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-06T08:33:31.932Z] #14 99.85 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-06T08:33:32.188Z] #14 99.94 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-06T08:33:32.188Z] #14 99.95 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-06T08:33:32.188Z] #14 99.95 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-06T08:33:32.188Z] #14 100.1 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-06T08:33:32.188Z] #14 100.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-06T08:33:32.188Z] #14 100.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-06T08:33:32.188Z] #14 100.2 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-06T08:33:32.188Z] #14 100.2 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-06T08:33:32.188Z] #14 100.2 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-06T08:33:32.751Z] #14 100.6 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-06T08:33:32.751Z] #14 100.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-06T08:33:32.751Z] #14 100.6 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-06T08:33:33.029Z] #14 100.8 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-06T08:33:33.029Z] #14 100.9 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:33:33.029Z] #14 100.9 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:33:33.029Z] #14 100.9 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-06T08:33:33.029Z] #14 100.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-06T08:33:33.029Z] #14 101.0 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-06T08:33:33.175Z] #21 31.08 Setting up xz-utils (5.2.5-2) ... [2022-03-06T08:33:33.175Z] #21 31.09 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-06T08:33:33.175Z] #21 31.10 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-03-06T08:33:33.175Z] #21 31.14 Setting up patch (2.7.6-7) ... [2022-03-06T08:33:33.175Z] #21 31.16 Setting up sudo (1.9.5p2-3) ... [2022-03-06T08:33:33.175Z] #21 31.25 invoke-rc.d: could not determine current runlevel [2022-03-06T08:33:33.175Z] #21 31.25 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-06T08:33:33.175Z] #21 31.28 Setting up xfsprogs (5.10.0-4) ... [2022-03-06T08:33:33.175Z] #21 31.29 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-03-06T08:33:33.175Z] #21 31.31 Setting up inetutils-ping (2:2.0-1) ... [2022-03-06T08:33:33.175Z] #21 31.32 Setting up pigz (2.6-1) ... [2022-03-06T08:33:33.175Z] #21 31.33 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-03-06T08:33:33.175Z] #21 31.34 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-06T08:33:33.175Z] #21 31.38 Setting up python-pip-whl (20.3.4-4) ... [2022-03-06T08:33:33.175Z] #21 31.40 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:33.297Z] #14 101.1 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-06T08:33:33.297Z] #14 101.1 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-06T08:33:33.297Z] #14 101.2 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-06T08:33:33.433Z] #21 31.82 Setting up libaio1:arm64 (0.3.112-9) ... [2022-03-06T08:33:33.690Z] #21 31.86 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-06T08:33:33.897Z] #14 101.9 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-06T08:33:33.897Z] #14 101.9 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-06T08:33:33.897Z] #14 101.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-06T08:33:33.897Z] #14 101.9 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-06T08:33:33.946Z] #21 32.13 Setting up libelf1:arm64 (0.183-1) ... [2022-03-06T08:33:33.946Z] #21 32.16 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-06T08:33:33.946Z] #21 32.17 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-03-06T08:33:33.946Z] #21 32.19 Setting up python3-distutils (3.9.2-1) ... [2022-03-06T08:33:34.160Z] #14 101.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-06T08:33:34.161Z] #14 102.0 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-06T08:33:34.161Z] #14 102.0 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:33:34.161Z] #14 102.0 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-06T08:33:34.161Z] #14 102.0 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-06T08:33:34.161Z] #14 102.0 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-06T08:33:34.161Z] #14 102.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-06T08:33:34.161Z] #14 102.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:33:34.161Z] #14 102.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-06T08:33:34.161Z] #14 102.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-06T08:33:34.161Z] #14 102.1 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-06T08:33:34.161Z] #14 102.1 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-06T08:33:34.417Z] #14 102.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-06T08:33:34.417Z] #14 102.2 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-06T08:33:34.417Z] #14 102.2 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-06T08:33:34.417Z] #14 102.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-06T08:33:34.417Z] #14 102.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:33:34.417Z] #14 102.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-06T08:33:34.417Z] #14 102.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:33:34.417Z] #14 102.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-06T08:33:34.417Z] #14 102.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-06T08:33:34.417Z] #14 102.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:33:34.417Z] #14 102.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-06T08:33:34.417Z] #14 102.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:33:34.417Z] #14 102.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-06T08:33:34.417Z] #14 102.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:33:34.417Z] #14 102.4 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-06T08:33:34.417Z] #14 102.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:33:34.509Z] #21 32.63 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:33:34.509Z] #21 32.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-06T08:33:34.509Z] #21 32.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-06T08:33:34.509Z] #21 32.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-06T08:33:34.509Z] #21 32.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-06T08:33:34.509Z] #21 32.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-06T08:33:34.509Z] #21 32.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-06T08:33:34.509Z] #21 32.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-06T08:33:34.510Z] #21 32.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-06T08:33:34.510Z] #21 32.70 Setting up python3-setuptools (52.0.0-4) ... [2022-03-06T08:33:34.676Z] #14 102.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:33:34.676Z] #14 102.4 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:33:34.935Z] #14 DONE 102.9s [2022-03-06T08:33:34.935Z] [2022-03-06T08:33:34.935Z] #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-06T08:33:34.935Z] #60 sha256:0278013f9d999fac671041d312dd2067625e82bc2a3318bc499ad3eee54ecc42 [2022-03-06T08:33:35.076Z] #19 189.5 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-03-06T08:33:35.076Z] #19 189.5 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:33:35.076Z] #19 189.5 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-06T08:33:35.076Z] #19 189.5 Selecting previously unselected package crossbuild-essential-armhf. [2022-03-06T08:33:35.076Z] #19 189.5 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-03-06T08:33:35.076Z] #19 189.5 Unpacking crossbuild-essential-armhf (12.9) ... [2022-03-06T08:33:35.076Z] #19 189.6 Selecting previously unselected package libc6-ppc64el-cross. [2022-03-06T08:33:35.076Z] #19 189.6 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-06T08:33:35.076Z] #19 189.6 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-06T08:33:35.076Z] #19 189.8 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-03-06T08:33:35.076Z] #19 189.8 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:35.076Z] #19 189.8 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:35.076Z] #19 189.9 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-03-06T08:33:35.076Z] #19 189.9 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:35.076Z] #19 189.9 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:35.076Z] #19 190.0 Selecting previously unselected package libitm1-ppc64el-cross. [2022-03-06T08:33:35.076Z] #19 190.0 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:35.076Z] #19 190.0 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:35.076Z] #19 190.0 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-03-06T08:33:35.076Z] #19 190.0 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:35.076Z] #19 190.0 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:35.076Z] #19 190.0 Selecting previously unselected package libasan6-ppc64el-cross. [2022-03-06T08:33:35.076Z] #19 190.0 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:35.076Z] #19 190.0 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:35.076Z] #19 190.3 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-03-06T08:33:35.076Z] #19 190.3 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:35.076Z] #19 190.3 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:35.076Z] #19 190.4 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-03-06T08:33:35.076Z] #19 190.4 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:35.076Z] #19 190.4 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:35.198Z] #60 ... [2022-03-06T08:33:35.198Z] [2022-03-06T08:33:35.198Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-06T08:33:35.198Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-06T08:33:35.198Z] #15 ... [2022-03-06T08:33:35.198Z] [2022-03-06T08:33:35.198Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-06T08:33:35.198Z] #55 sha256:70c01b020400e6eefc15f37c5317aaeacf1a1262cb7cdd4ca6c7e87e537d0b2e [2022-03-06T08:33:35.198Z] #55 DONE 0.2s [2022-03-06T08:33:35.346Z] Client: [2022-03-06T08:33:35.346Z] Version: 20.10.9 [2022-03-06T08:33:35.346Z] API version: 1.41 [2022-03-06T08:33:35.346Z] Go version: go1.16.8 [2022-03-06T08:33:35.346Z] Git commit: c2ea9bc [2022-03-06T08:33:35.346Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-06T08:33:35.346Z] OS/Arch: windows/amd64 [2022-03-06T08:33:35.346Z] Context: default [2022-03-06T08:33:35.346Z] Experimental: true [2022-03-06T08:33:35.346Z] [2022-03-06T08:33:35.346Z] Server: Docker Engine - Community [2022-03-06T08:33:35.346Z] Engine: [2022-03-06T08:33:35.346Z] Version: 20.10.9 [2022-03-06T08:33:35.346Z] API version: 1.41 (minimum version 1.24) [2022-03-06T08:33:35.346Z] Go version: go1.16.8 [2022-03-06T08:33:35.346Z] Git commit: 79ea9d3 [2022-03-06T08:33:35.346Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-06T08:33:35.346Z] OS/Arch: windows/amd64 [2022-03-06T08:33:35.346Z] Experimental: true [2022-03-06T08:33:35.374Z] #19 190.6 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-03-06T08:33:35.374Z] #19 190.6 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:35.374Z] #19 190.6 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:35.374Z] #19 190.7 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-03-06T08:33:35.374Z] #19 190.7 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:35.374Z] #19 190.7 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:35.442Z] #21 33.81 Setting up libjq1:arm64 (1.6-2.1) ... [2022-03-06T08:33:35.442Z] #21 33.83 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-03-06T08:33:35.456Z] [2022-03-06T08:33:35.456Z] #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-06T08:33:35.456Z] #56 sha256:209a088c93ee4219b2de676b91074b8d0817eb7ae34e70d6caa2471e22dbcc43 [2022-03-06T08:33:35.630Z] #19 190.8 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-03-06T08:33:35.630Z] #19 190.8 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:35.630Z] #19 190.8 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:35.630Z] #19 190.9 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-03-06T08:33:35.630Z] #19 190.9 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:35.630Z] #19 190.9 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:35.630Z] #19 191.0 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-03-06T08:33:35.699Z] #21 33.84 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-06T08:33:35.699Z] #21 33.85 Setting up python3-pip (20.3.4-4) ... [2022-03-06T08:33:35.887Z] #19 191.0 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:33:35.887Z] #19 191.1 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [Pipeline] sh [2022-03-06T08:33:36.630Z] #21 34.77 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-03-06T08:33:36.630Z] #21 34.78 Setting up jq (1.6-2.1) ... [2022-03-06T08:33:36.630Z] #21 34.80 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-03-06T08:33:36.630Z] #21 34.81 Setting up iptables (1.8.7-1) ... [2022-03-06T08:33:36.630Z] #21 34.82 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-06T08:33:36.630Z] #21 34.83 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-06T08:33:36.630Z] #21 34.83 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-06T08:33:36.630Z] #21 34.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-06T08:33:36.630Z] #21 34.84 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-06T08:33:36.630Z] #21 34.84 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-06T08:33:36.630Z] #21 34.85 Setting up iproute2 (5.10.0-4) ... [2022-03-06T08:33:36.888Z] #21 35.19 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:33:36.923Z] + docker info [2022-03-06T08:33:36.924Z] Client: [2022-03-06T08:33:36.924Z] Context: default [2022-03-06T08:33:36.924Z] Debug Mode: false [2022-03-06T08:33:36.924Z] [2022-03-06T08:33:36.924Z] Server: [2022-03-06T08:33:36.924Z] Containers: 0 [2022-03-06T08:33:36.924Z] Running: 0 [2022-03-06T08:33:36.924Z] Paused: 0 [2022-03-06T08:33:36.924Z] Stopped: 0 [2022-03-06T08:33:36.924Z] Images: 0 [2022-03-06T08:33:36.924Z] Server Version: 20.10.9 [2022-03-06T08:33:36.924Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-06T08:33:36.924Z] Windows: [2022-03-06T08:33:36.924Z] LCOW: [2022-03-06T08:33:36.924Z] Logging Driver: json-file [2022-03-06T08:33:36.924Z] Plugins: [2022-03-06T08:33:36.924Z] Volume: local [2022-03-06T08:33:36.924Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-06T08:33:36.924Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-06T08:33:36.924Z] Swarm: inactive [2022-03-06T08:33:36.924Z] Default Isolation: process [2022-03-06T08:33:36.924Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-06T08:33:36.924Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-06T08:33:36.924Z] OSType: windows [2022-03-06T08:33:36.924Z] Architecture: x86_64 [2022-03-06T08:33:36.924Z] CPUs: 4 [2022-03-06T08:33:36.924Z] Total Memory: 32GiB [2022-03-06T08:33:36.924Z] Name: azwin-2-d247c0 [2022-03-06T08:33:36.924Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-06T08:33:36.924Z] Docker Root Dir: D:\docker [2022-03-06T08:33:36.924Z] Debug Mode: false [2022-03-06T08:33:36.924Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:33:36.924Z] Labels: [2022-03-06T08:33:36.924Z] Experimental: true [2022-03-06T08:33:36.924Z] Insecure Registries: [2022-03-06T08:33:36.924Z] 10.0.0.4:5000 [2022-03-06T08:33:36.924Z] 127.0.0.0/8 [2022-03-06T08:33:36.924Z] Registry Mirrors: [2022-03-06T08:33:36.924Z] http://10.0.0.4:5000/ [2022-03-06T08:33:36.924Z] Live Restore Enabled: false [2022-03-06T08:33:36.924Z] Product License: Community Engine [2022-03-06T08:33:36.924Z] [2022-03-06T08:33:37.002Z] #56 ... [2022-03-06T08:33:37.002Z] [2022-03-06T08:33:37.002Z] #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-06T08:33:37.002Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:33:37.002Z] #43 181.2 + dpkg --print-architecture [2022-03-06T08:33:37.002Z] #43 181.2 + git checkout -q v2.1.0 [2022-03-06T08:33:37.002Z] #43 181.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-06T08:33:37.002Z] #43 181.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-06T08:33:37.352Z] #56 2.080 + RM_GOPATH=0 [2022-03-06T08:33:37.352Z] #56 ... [2022-03-06T08:33:37.352Z] [2022-03-06T08:33:37.352Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-06T08:33:37.352Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-06T08:33:37.352Z] #15 DONE 2.4s [2022-03-06T08:33:37.352Z] [2022-03-06T08:33:37.352Z] #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-06T08:33:37.352Z] #56 sha256:209a088c93ee4219b2de676b91074b8d0817eb7ae34e70d6caa2471e22dbcc43 [2022-03-06T08:33:37.352Z] #56 2.081 + TMP_GOPATH= [2022-03-06T08:33:37.352Z] #56 2.081 + : /build [2022-03-06T08:33:37.352Z] #56 2.082 + '[' -z '' ']' [2022-03-06T08:33:37.352Z] #56 2.082 ++ mktemp -d [2022-03-06T08:33:37.352Z] #56 2.083 + export GOPATH=/tmp/tmp.vUrcnNVHAv [2022-03-06T08:33:37.352Z] #56 2.084 + GOPATH=/tmp/tmp.vUrcnNVHAv [2022-03-06T08:33:37.352Z] #56 2.084 + RM_GOPATH=1 [2022-03-06T08:33:37.352Z] #56 2.084 + case "$(go env GOARCH)" in [2022-03-06T08:33:37.352Z] #56 2.085 ++ go env GOARCH [2022-03-06T08:33:37.352Z] #56 2.111 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:33:37.352Z] #56 2.111 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:33:37.352Z] #56 2.111 ++ dirname /install.sh [2022-03-06T08:33:37.352Z] #56 2.111 + dir=/ [2022-03-06T08:33:37.352Z] #56 2.111 + bin=runc [2022-03-06T08:33:37.352Z] #56 2.111 + shift [2022-03-06T08:33:37.352Z] #56 2.111 + '[' '!' -f //runc.installer ']' [2022-03-06T08:33:37.352Z] #56 2.111 + . //runc.installer [2022-03-06T08:33:37.352Z] #56 2.111 ++ set -e [2022-03-06T08:33:37.352Z] #56 2.111 ++ : v1.1.0 [2022-03-06T08:33:37.352Z] #56 2.111 + install_runc [2022-03-06T08:33:37.352Z] #56 2.111 + RUNC_BUILDTAGS=seccomp [2022-03-06T08:33:37.352Z] #56 2.111 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-06T08:33:37.352Z] #56 2.111 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.vUrcnNVHAv/src/github.com/opencontainers/runc [2022-03-06T08:33:37.352Z] #56 2.112 Install runc version v1.1.0 (build tags: seccomp) [2022-03-06T08:33:37.352Z] #56 2.115 Cloning into '/tmp/tmp.vUrcnNVHAv/src/github.com/opencontainers/runc'... [2022-03-06T08:33:38.016Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-06T08:33:38.016Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-1685b05c\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-06T08:33:38.016Z] ---------------------------------------------------------------------------- [2022-03-06T08:33:38.016Z] [2022-03-06T08:33:38.016Z] INFO: executeCI.ps1 starting at Sun Mar 6 08:33:36 CUT 2022 [2022-03-06T08:33:38.016Z] [2022-03-06T08:33:38.016Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-06T08:33:38.016Z] INFO: Running git version 2.24.1.windows.2 [2022-03-06T08:33:38.016Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-06T08:33:38.016Z] INFO: Environment variables: [2022-03-06T08:33:38.016Z] [2022-03-06T08:33:38.016Z] Name Value [2022-03-06T08:33:38.016Z] ---- ----- [2022-03-06T08:33:38.016Z] ALLUSERSPROFILE C:\ProgramData [2022-03-06T08:33:38.016Z] amd64 true [2022-03-06T08:33:38.016Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-06T08:33:38.016Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-06T08:33:38.016Z] arm64 true [2022-03-06T08:33:38.016Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-06T08:33:38.016Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-06T08:33:38.016Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-06T08:33:38.016Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-06T08:33:38.016Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-06T08:33:38.016Z] BRANCH_NAME PR-43335 [2022-03-06T08:33:38.016Z] BUILD_DISPLAY_NAME #4 [2022-03-06T08:33:38.016Z] BUILD_ID 4 [2022-03-06T08:33:38.016Z] BUILD_NUMBER 4 [2022-03-06T08:33:38.016Z] BUILD_TAG jenkins-moby-PR-43335-4 [2022-03-06T08:33:38.016Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/ [2022-03-06T08:33:38.016Z] cgroup2 true [2022-03-06T08:33:38.016Z] CHANGE_AUTHOR thaJeztah [2022-03-06T08:33:38.016Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-06T08:33:38.016Z] CHANGE_BRANCH remove_deprecated_pkg [2022-03-06T08:33:38.016Z] CHANGE_FORK thaJeztah/docker [2022-03-06T08:33:38.016Z] CHANGE_ID 43335 [2022-03-06T08:33:38.016Z] CHANGE_TARGET master [2022-03-06T08:33:38.016Z] CHANGE_TITLE Remove deprecated packages: pkg/mount, pkg/term, pkg/locker, pkg/symlink [2022-03-06T08:33:38.016Z] CHANGE_URL https://github.com/moby/moby/pull/43335 [2022-03-06T08:33:38.016Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-06T08:33:38.016Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-06T08:33:38.016Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-06T08:33:38.016Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-06T08:33:38.016Z] COMPUTERNAME azwin-2-d247c1 [2022-03-06T08:33:38.016Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-06T08:33:38.016Z] ConfigSequenceNumber 0 [2022-03-06T08:33:38.016Z] dco true [2022-03-06T08:33:38.016Z] DOCKER_BUILDKIT 0 [2022-03-06T08:33:38.016Z] DOCKER_DUT_DEBUG 1 [2022-03-06T08:33:38.016Z] DOCKER_EXPERIMENTAL 1 [2022-03-06T08:33:38.016Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-06T08:33:38.016Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-06T08:33:38.016Z] EXECUTOR_NUMBER 0 [2022-03-06T08:33:38.016Z] FQDN azwin-2-d247c1.westus.cloudapp.azure.com [2022-03-06T08:33:38.016Z] GIT_BRANCH PR-43335 [2022-03-06T08:33:38.016Z] GIT_COMMIT b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:33:38.016Z] GIT_PREVIOUS_COMMIT b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:33:38.016Z] GIT_URL https://github.com/moby/moby.git [2022-03-06T08:33:38.016Z] HUDSON_COOKIE 16eb377c-5a8f-4c68-8d7f-0685df4dbc0a [2022-03-06T08:33:38.016Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-06T08:33:38.016Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-06T08:33:38.016Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-06T08:33:38.016Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-06T08:33:38.016Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-06T08:33:38.016Z] JENKINS_NODE_COOKIE bc2afc6d-6b61-4be6-b598-7938382c909a [2022-03-06T08:33:38.016Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-06T08:33:38.016Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-06T08:33:38.016Z] JOB_BASE_NAME PR-43335 [2022-03-06T08:33:38.016Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/display/redirect [2022-03-06T08:33:38.016Z] JOB_NAME moby/PR-43335 [2022-03-06T08:33:38.016Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/ [2022-03-06T08:33:38.016Z] library.jps.version master [2022-03-06T08:33:38.016Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-06T08:33:38.016Z] NODE_LABELS amd64 azure azwin-2-d247c1 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-06T08:33:38.016Z] NODE_NAME azwin-2-d247c1 [2022-03-06T08:33:38.016Z] NUMBER_OF_PROCESSORS 4 [2022-03-06T08:33:38.016Z] OS Windows_NT [2022-03-06T08:33:38.016Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-06T08:33:38.016Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-06T08:33:38.016Z] ppc64le false [2022-03-06T08:33:38.016Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-06T08:33:38.016Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-03-06T08:33:38.016Z] PROCESSOR_LEVEL 6 [2022-03-06T08:33:38.016Z] PROCESSOR_REVISION 5504 [2022-03-06T08:33:38.016Z] ProgramData C:\ProgramData [2022-03-06T08:33:38.016Z] ProgramFiles C:\Program Files [2022-03-06T08:33:38.016Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-06T08:33:38.016Z] ProgramW6432 C:\Program Files [2022-03-06T08:33:38.016Z] PROMPT $P$G [2022-03-06T08:33:38.017Z] PSExecutionPolicyPreference Bypass [2022-03-06T08:33:38.017Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-06T08:33:38.017Z] PUBLIC C:\Users\Public [2022-03-06T08:33:38.017Z] rootless true [2022-03-06T08:33:38.017Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/display/redirect?page=artif... [2022-03-06T08:33:38.017Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/display/redirect?page=changes [2022-03-06T08:33:38.017Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/display/redirect [2022-03-06T08:33:38.017Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/display/redirect?page=tests [2022-03-06T08:33:38.017Z] s390x false [2022-03-06T08:33:38.017Z] SKIP_VALIDATION_TESTS 1 [2022-03-06T08:33:38.017Z] SOURCES_DRIVE d [2022-03-06T08:33:38.017Z] SOURCES_SUBDIR gopath [2022-03-06T08:33:38.017Z] STAGE_NAME Run tests [2022-03-06T08:33:38.017Z] SystemDrive C: [2022-03-06T08:33:38.017Z] SystemRoot C:\Windows [2022-03-06T08:33:38.017Z] TEMP C:\Windows\TEMP [2022-03-06T08:33:38.017Z] TESTDEBUG 0 [2022-03-06T08:33:38.017Z] TESTRUN_DRIVE d [2022-03-06T08:33:38.017Z] TESTRUN_SUBDIR CI [2022-03-06T08:33:38.017Z] TIMEOUT 120m [2022-03-06T08:33:38.017Z] TMP C:\Windows\TEMP [2022-03-06T08:33:38.017Z] unit_validate true [2022-03-06T08:33:38.017Z] USERDOMAIN WORKGROUP [2022-03-06T08:33:38.017Z] USERNAME azwin-2-d247c1$ [2022-03-06T08:33:38.017Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-06T08:33:38.017Z] validate_force false [2022-03-06T08:33:38.017Z] windir C:\Windows [2022-03-06T08:33:38.017Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-06T08:33:38.017Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-06T08:33:38.017Z] windows2022 true [2022-03-06T08:33:38.017Z] windows2022containerd true [2022-03-06T08:33:38.017Z] windowsRS5 true [2022-03-06T08:33:38.017Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-06T08:33:38.017Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-06T08:33:38.017Z] [2022-03-06T08:33:38.017Z] [2022-03-06T08:33:38.017Z] [2022-03-06T08:33:38.783Z] #21 DONE 37.2s [2022-03-06T08:33:38.783Z] [2022-03-06T08:33:38.783Z] #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-06T08:33:38.783Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-06T08:33:38.978Z] INFO: Sources under d:\gopath\... [2022-03-06T08:33:38.978Z] INFO: Test run under d:\CI\... [2022-03-06T08:33:38.978Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-06T08:33:38.978Z] INFO: docker/docker repository was found [2022-03-06T08:33:38.978Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-06T08:33:39.041Z] #51 ... [2022-03-06T08:33:39.041Z] [2022-03-06T08:33:39.041Z] #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-06T08:33:39.041Z] #22 sha256:d14082d5357a42ffaebfff01d9ae84eabcf067dba5a4ac6a2b542cae9eff8027 [2022-03-06T08:33:39.244Z] #56 ... [2022-03-06T08:33:39.244Z] [2022-03-06T08:33:39.244Z] #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-06T08:33:39.244Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-06T08:33:39.244Z] #16 DONE 1.7s [2022-03-06T08:33:39.244Z] [2022-03-06T08:33:39.244Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-06T08:33:39.244Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-06T08:33:39.433Z] ltsc2022: Pulling from windows/servercore [2022-03-06T08:33:39.606Z] #22 0.603 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-06T08:33:39.606Z] #22 0.610 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-06T08:33:39.606Z] #22 0.612 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-06T08:33:39.606Z] #22 DONE 0.7s [2022-03-06T08:33:39.606Z] [2022-03-06T08:33:39.606Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-06T08:33:39.606Z] #23 sha256:af88cd3de548723313362069a44abf1b7f1032f90f1d69fc20000e663d609ccc [2022-03-06T08:33:39.889Z] 8f616e6e9eec: Pulling fs layer [2022-03-06T08:33:39.889Z] 898469748ff6: Pulling fs layer [2022-03-06T08:33:40.615Z] #17 1.397 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-06T08:33:40.871Z] #17 DONE 1.8s [2022-03-06T08:33:40.871Z] [2022-03-06T08:33:40.871Z] #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-06T08:33:40.871Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:33:40.871Z] #51 ... [2022-03-06T08:33:40.871Z] [2022-03-06T08:33:40.871Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-06T08:33:40.871Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-06T08:33:41.220Z] #19 195.7 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-03-06T08:33:41.220Z] #19 195.7 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:33:41.220Z] #19 195.7 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:41.220Z] #19 195.7 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-03-06T08:33:41.220Z] #19 195.7 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-03-06T08:33:41.220Z] #19 195.7 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-06T08:33:41.220Z] #19 195.9 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-03-06T08:33:41.220Z] #19 195.9 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-06T08:33:41.220Z] #19 195.9 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-06T08:33:41.220Z] #19 196.2 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-03-06T08:33:41.220Z] #19 196.2 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:41.220Z] #19 196.2 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:41.220Z] #19 196.4 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-03-06T08:33:41.220Z] #19 196.4 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:33:41.220Z] #19 196.4 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:42.763Z] #18 DONE 1.6s [2022-03-06T08:33:42.763Z] [2022-03-06T08:33:42.763Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-06T08:33:42.763Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-06T08:33:44.659Z] #19 DONE 1.8s [2022-03-06T08:33:44.659Z] [2022-03-06T08:33:44.659Z] #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-06T08:33:44.659Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-06T08:33:44.659Z] #34 DONE 111.9s [2022-03-06T08:33:44.659Z] [2022-03-06T08:33:44.659Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-06T08:33:44.659Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-06T08:33:44.971Z] Client: [2022-03-06T08:33:44.971Z] Context: default [2022-03-06T08:33:44.971Z] Debug Mode: false [2022-03-06T08:33:44.971Z] Plugins: [2022-03-06T08:33:44.971Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-06T08:33:44.971Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-06T08:33:44.971Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-06T08:33:44.971Z] [2022-03-06T08:33:44.971Z] Server: [2022-03-06T08:33:44.971Z] Containers: 0 [2022-03-06T08:33:44.971Z] Running: 0 [2022-03-06T08:33:44.971Z] Paused: 0 [2022-03-06T08:33:44.971Z] Stopped: 0 [2022-03-06T08:33:44.971Z] Images: 0 [2022-03-06T08:33:44.971Z] Server Version: 20.10.9 [2022-03-06T08:33:44.971Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-06T08:33:44.971Z] Windows: [2022-03-06T08:33:44.971Z] LCOW: [2022-03-06T08:33:44.971Z] Logging Driver: json-file [2022-03-06T08:33:44.971Z] Plugins: [2022-03-06T08:33:44.971Z] Volume: local [2022-03-06T08:33:44.971Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-06T08:33:44.971Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-06T08:33:44.971Z] Swarm: inactive [2022-03-06T08:33:44.971Z] Default Isolation: process [2022-03-06T08:33:44.971Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-06T08:33:44.971Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-06T08:33:44.971Z] OSType: windows [2022-03-06T08:33:44.971Z] Architecture: x86_64 [2022-03-06T08:33:44.971Z] CPUs: 4 [2022-03-06T08:33:44.971Z] Total Memory: 32GiB [2022-03-06T08:33:44.971Z] Name: azwin-2-b23990 [2022-03-06T08:33:44.971Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-06T08:33:44.971Z] Docker Root Dir: D:\docker [2022-03-06T08:33:44.971Z] Debug Mode: false [2022-03-06T08:33:44.971Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:33:44.971Z] Labels: [2022-03-06T08:33:44.971Z] Experimental: true [2022-03-06T08:33:44.971Z] Insecure Registries: [2022-03-06T08:33:44.971Z] 10.0.0.4:5000 [2022-03-06T08:33:44.971Z] 127.0.0.0/8 [2022-03-06T08:33:44.971Z] Registry Mirrors: [2022-03-06T08:33:44.971Z] http://10.0.0.4:5000/ [2022-03-06T08:33:44.971Z] Live Restore Enabled: false [2022-03-06T08:33:44.971Z] Product License: Community Engine [2022-03-06T08:33:44.971Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-06T08:33:45.434Z] #19 200.8 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-03-06T08:33:45.692Z] #19 200.8 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:33:45.692Z] #19 200.8 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:45.692Z] #19 200.8 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-03-06T08:33:45.692Z] #19 200.8 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-03-06T08:33:45.692Z] #19 200.8 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-03-06T08:33:45.692Z] #19 200.8 Selecting previously unselected package libc6-s390x-cross. [2022-03-06T08:33:45.692Z] #19 200.8 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-03-06T08:33:45.692Z] #19 200.8 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-03-06T08:33:45.692Z] #19 201.0 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-03-06T08:33:45.692Z] #19 201.0 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:45.692Z] #19 201.0 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:45.692Z] #19 201.0 Selecting previously unselected package libgomp1-s390x-cross. [2022-03-06T08:33:45.692Z] #19 201.0 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:45.692Z] #19 201.0 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:45.692Z] #19 201.0 Selecting previously unselected package libitm1-s390x-cross. [2022-03-06T08:33:45.692Z] #19 201.0 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:45.948Z] #19 201.0 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:45.948Z] #19 201.1 Selecting previously unselected package libatomic1-s390x-cross. [2022-03-06T08:33:45.948Z] #19 201.1 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:45.948Z] #19 201.1 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:45.948Z] #19 201.1 Selecting previously unselected package libasan6-s390x-cross. [2022-03-06T08:33:45.948Z] #19 201.1 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:45.948Z] #19 201.1 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:45.948Z] #19 201.3 Selecting previously unselected package libstdc++6-s390x-cross. [2022-03-06T08:33:46.245Z] #19 201.3 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:46.245Z] #19 201.3 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:46.245Z] #19 201.4 Selecting previously unselected package libubsan1-s390x-cross. [2022-03-06T08:33:46.245Z] #19 201.4 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:46.245Z] #19 201.4 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:46.245Z] #19 201.5 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-03-06T08:33:46.245Z] #19 201.5 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:46.245Z] #19 201.5 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:46.245Z] #19 201.6 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-03-06T08:33:46.501Z] #19 201.6 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:33:46.501Z] #19 201.6 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:46.558Z] #20 DONE 2.4s [2022-03-06T08:33:46.558Z] [2022-03-06T08:33:46.558Z] #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-06T08:33:46.558Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-06T08:33:49.078Z] #21 2.427 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:33:49.078Z] #21 2.439 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:33:49.078Z] #21 2.441 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:33:49.334Z] #21 2.736 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:33:49.563Z] #23 8.407 Collecting yamllint==1.26.1 [2022-03-06T08:33:49.563Z] #23 9.455 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-06T08:33:49.897Z] #21 3.326 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:33:50.126Z] #23 10.42 Collecting pathspec>=0.5.3 [2022-03-06T08:33:50.126Z] #23 10.45 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-06T08:33:50.384Z] #23 10.71 Collecting pyyaml [2022-03-06T08:33:50.384Z] #23 10.72 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-03-06T08:33:50.384Z] #23 10.75 Building wheels for collected packages: yamllint [2022-03-06T08:33:50.384Z] #23 10.76 Building wheel for yamllint (setup.py): started [2022-03-06T08:33:50.711Z] #19 206.0 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-03-06T08:33:50.711Z] #19 206.0 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:33:50.711Z] #19 206.0 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:50.711Z] #19 206.0 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-03-06T08:33:50.711Z] #19 206.0 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-03-06T08:33:50.711Z] #19 206.0 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-06T08:33:50.825Z] #21 4.057 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:33:50.968Z] #19 206.2 Selecting previously unselected package libc6-dev-s390x-cross. [2022-03-06T08:33:50.968Z] #19 206.2 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-03-06T08:33:50.968Z] #19 206.2 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-06T08:33:50.968Z] #19 206.4 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-03-06T08:33:51.224Z] #19 206.4 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-06T08:33:51.224Z] #19 206.4 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:51.224Z] #19 206.7 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-03-06T08:33:51.316Z] #23 11.56 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-06T08:33:51.316Z] #23 11.56 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=99109f6607a4c2564b9d22482c642a3e3abbcd6a197b333776638e15d4d51f9a [2022-03-06T08:33:51.316Z] #23 11.56 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-06T08:33:51.316Z] #23 11.56 Successfully built yamllint [2022-03-06T08:33:51.316Z] #23 11.58 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-06T08:33:51.481Z] #19 206.7 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-06T08:33:51.481Z] #19 206.7 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:51.573Z] #23 11.95 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-06T08:33:52.136Z] #23 DONE 12.4s [2022-03-06T08:33:52.136Z] [2022-03-06T08:33:52.136Z] #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-06T08:33:52.136Z] #60 sha256:0c8f9a0e2308018d9ee56011ba96bd61bdb5db17c2942ffba8550974aef1dece [2022-03-06T08:33:52.245Z] 8f616e6e9eec: Verifying Checksum [2022-03-06T08:33:52.245Z] 8f616e6e9eec: Download complete [2022-03-06T08:33:52.245Z] 898469748ff6: Verifying Checksum [2022-03-06T08:33:52.245Z] 898469748ff6: Download complete [2022-03-06T08:33:54.036Z] #60 ... [2022-03-06T08:33:54.036Z] [2022-03-06T08:33:54.036Z] #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-06T08:33:54.036Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-06T08:33:54.101Z] #21 7.020 Fetched 8505 kB in 5s (1747 kB/s) [2022-03-06T08:33:54.300Z] #43 149.6 + dpkg --print-architecture [2022-03-06T08:33:54.868Z] #43 DONE 150.3s [2022-03-06T08:33:54.868Z] [2022-03-06T08:33:54.868Z] #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-06T08:33:54.868Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-06T08:33:55.031Z] #21 7.020 Reading package lists... [2022-03-06T08:33:55.031Z] #21 ... [2022-03-06T08:33:55.031Z] [2022-03-06T08:33:55.031Z] #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-06T08:33:55.031Z] #56 sha256:209a088c93ee4219b2de676b91074b8d0817eb7ae34e70d6caa2471e22dbcc43 [2022-03-06T08:33:55.031Z] #56 9.920 + cd /tmp/tmp.vUrcnNVHAv/src/github.com/opencontainers/runc [2022-03-06T08:33:55.031Z] #56 9.952 + git checkout -q v1.1.0 [2022-03-06T08:33:55.031Z] #56 10.27 + '[' -z '' ']' [2022-03-06T08:33:55.031Z] #56 10.27 + target=static [2022-03-06T08:33:55.031Z] #56 10.27 + make BUILDTAGS=seccomp static [2022-03-06T08:33:55.031Z] #56 10.41 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-06T08:33:55.535Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-06T08:33:55.535Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-314838b0\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-06T08:33:55.535Z] ---------------------------------------------------------------------------- [2022-03-06T08:33:55.535Z] [2022-03-06T08:33:55.535Z] INFO: executeCI.ps1 starting at Sun Mar 6 08:33:53 CUT 2022 [2022-03-06T08:33:55.535Z] [2022-03-06T08:33:55.535Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-06T08:33:55.535Z] INFO: Running git version 2.24.1.windows.2 [2022-03-06T08:33:55.535Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-06T08:33:55.535Z] INFO: Environment variables: [2022-03-06T08:33:55.535Z] [2022-03-06T08:33:55.536Z] Name Value [2022-03-06T08:33:55.536Z] ---- ----- [2022-03-06T08:33:55.536Z] ALLUSERSPROFILE C:\ProgramData [2022-03-06T08:33:55.536Z] amd64 true [2022-03-06T08:33:55.536Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-06T08:33:55.536Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-06T08:33:55.536Z] arm64 true [2022-03-06T08:33:55.536Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-06T08:33:55.536Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-06T08:33:55.536Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-06T08:33:55.536Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-06T08:33:55.536Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-06T08:33:55.536Z] BRANCH_NAME PR-43335 [2022-03-06T08:33:55.536Z] BUILD_DISPLAY_NAME #4 [2022-03-06T08:33:55.536Z] BUILD_ID 4 [2022-03-06T08:33:55.536Z] BUILD_NUMBER 4 [2022-03-06T08:33:55.536Z] BUILD_TAG jenkins-moby-PR-43335-4 [2022-03-06T08:33:55.536Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/ [2022-03-06T08:33:55.536Z] cgroup2 true [2022-03-06T08:33:55.536Z] CHANGE_AUTHOR thaJeztah [2022-03-06T08:33:55.536Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-06T08:33:55.536Z] CHANGE_BRANCH remove_deprecated_pkg [2022-03-06T08:33:55.536Z] CHANGE_FORK thaJeztah/docker [2022-03-06T08:33:55.536Z] CHANGE_ID 43335 [2022-03-06T08:33:55.536Z] CHANGE_TARGET master [2022-03-06T08:33:55.536Z] CHANGE_TITLE Remove deprecated packages: pkg/mount, pkg/term, pkg/locker, pkg/symlink [2022-03-06T08:33:55.536Z] CHANGE_URL https://github.com/moby/moby/pull/43335 [2022-03-06T08:33:55.536Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-06T08:33:55.536Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-06T08:33:55.536Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-06T08:33:55.536Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-06T08:33:55.536Z] COMPUTERNAME azwin-2-d247c0 [2022-03-06T08:33:55.536Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-06T08:33:55.536Z] ConfigSequenceNumber 0 [2022-03-06T08:33:55.536Z] dco true [2022-03-06T08:33:55.536Z] DOCKER_BUILDKIT 0 [2022-03-06T08:33:55.536Z] DOCKER_DUT_DEBUG 1 [2022-03-06T08:33:55.536Z] DOCKER_EXPERIMENTAL 1 [2022-03-06T08:33:55.536Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-06T08:33:55.536Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-03-06T08:33:55.536Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-06T08:33:55.536Z] EXECUTOR_NUMBER 0 [2022-03-06T08:33:55.536Z] FQDN azwin-2-d247c0.westus.cloudapp.azure.com [2022-03-06T08:33:55.536Z] GIT_BRANCH PR-43335 [2022-03-06T08:33:55.536Z] GIT_COMMIT b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:33:55.536Z] GIT_PREVIOUS_COMMIT b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:33:55.536Z] GIT_URL https://github.com/moby/moby.git [2022-03-06T08:33:55.536Z] HUDSON_COOKIE 9449b57c-eb2b-44a2-9b3f-0dd76d4635b1 [2022-03-06T08:33:55.536Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-06T08:33:55.536Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-06T08:33:55.536Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-06T08:33:55.536Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-06T08:33:55.536Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-06T08:33:55.536Z] JENKINS_NODE_COOKIE 5832d0d3-05d0-4264-a268-d6a508314971 [2022-03-06T08:33:55.536Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-06T08:33:55.536Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-06T08:33:55.536Z] JOB_BASE_NAME PR-43335 [2022-03-06T08:33:55.536Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/display/redirect [2022-03-06T08:33:55.536Z] JOB_NAME moby/PR-43335 [2022-03-06T08:33:55.536Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/ [2022-03-06T08:33:55.536Z] library.jps.version master [2022-03-06T08:33:55.536Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-06T08:33:55.536Z] NODE_LABELS amd64 azure azwin-2-d247c0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-06T08:33:55.536Z] NODE_NAME azwin-2-d247c0 [2022-03-06T08:33:55.536Z] NUMBER_OF_PROCESSORS 4 [2022-03-06T08:33:55.536Z] OS Windows_NT [2022-03-06T08:33:55.536Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-06T08:33:55.536Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-06T08:33:55.536Z] ppc64le false [2022-03-06T08:33:55.536Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-06T08:33:55.536Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-03-06T08:33:55.536Z] PROCESSOR_LEVEL 6 [2022-03-06T08:33:55.536Z] PROCESSOR_REVISION 5504 [2022-03-06T08:33:55.536Z] ProgramData C:\ProgramData [2022-03-06T08:33:55.536Z] ProgramFiles C:\Program Files [2022-03-06T08:33:55.536Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-06T08:33:55.536Z] ProgramW6432 C:\Program Files [2022-03-06T08:33:55.536Z] PROMPT $P$G [2022-03-06T08:33:55.536Z] PSExecutionPolicyPreference Bypass [2022-03-06T08:33:55.536Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-06T08:33:55.536Z] PUBLIC C:\Users\Public [2022-03-06T08:33:55.536Z] rootless true [2022-03-06T08:33:55.536Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/display/redirect?page=artif... [2022-03-06T08:33:55.536Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/display/redirect?page=changes [2022-03-06T08:33:55.536Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/display/redirect [2022-03-06T08:33:55.536Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/display/redirect?page=tests [2022-03-06T08:33:55.536Z] s390x false [2022-03-06T08:33:55.536Z] SKIP_VALIDATION_TESTS 1 [2022-03-06T08:33:55.536Z] SOURCES_DRIVE d [2022-03-06T08:33:55.536Z] SOURCES_SUBDIR gopath [2022-03-06T08:33:55.536Z] STAGE_NAME Run tests [2022-03-06T08:33:55.536Z] SystemDrive C: [2022-03-06T08:33:55.536Z] SystemRoot C:\Windows [2022-03-06T08:33:55.536Z] TEMP C:\Windows\TEMP [2022-03-06T08:33:55.536Z] TESTDEBUG 0 [2022-03-06T08:33:55.536Z] TESTRUN_DRIVE d [2022-03-06T08:33:55.536Z] TESTRUN_SUBDIR CI [2022-03-06T08:33:55.536Z] TIMEOUT 120m [2022-03-06T08:33:55.536Z] TMP C:\Windows\TEMP [2022-03-06T08:33:55.536Z] unit_validate true [2022-03-06T08:33:55.536Z] USERDOMAIN WORKGROUP [2022-03-06T08:33:55.536Z] USERNAME azwin-2-d247c0$ [2022-03-06T08:33:55.536Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-06T08:33:55.536Z] validate_force false [2022-03-06T08:33:55.536Z] windir C:\Windows [2022-03-06T08:33:55.536Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-06T08:33:55.536Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-06T08:33:55.536Z] windows2022 true [2022-03-06T08:33:55.536Z] windows2022containerd true [2022-03-06T08:33:55.536Z] windowsRS5 true [2022-03-06T08:33:55.536Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-06T08:33:55.536Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-06T08:33:55.536Z] [2022-03-06T08:33:55.536Z] [2022-03-06T08:33:55.536Z] [2022-03-06T08:33:55.648Z] #19 210.9 Selecting previously unselected package g++-s390x-linux-gnu. [2022-03-06T08:33:55.648Z] #19 210.9 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-06T08:33:55.648Z] #19 210.9 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:55.648Z] #19 210.9 Selecting previously unselected package crossbuild-essential-s390x. [2022-03-06T08:33:55.648Z] #19 210.9 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-03-06T08:33:55.648Z] #19 210.9 Unpacking crossbuild-essential-s390x (12.9) ... [2022-03-06T08:33:55.648Z] #19 211.0 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-03-06T08:33:55.648Z] #19 211.0 Setting up libfile-which-perl (1.23-1) ... [2022-03-06T08:33:55.648Z] #19 211.0 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-06T08:33:55.648Z] #19 211.0 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-03-06T08:33:55.648Z] #19 211.0 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-06T08:33:55.648Z] #19 211.0 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-06T08:33:55.648Z] #19 211.0 Setting up libicu67:amd64 (67.1-7) ... [2022-03-06T08:33:55.648Z] #19 211.0 Setting up libmagic-mgc (1:5.39-3) ... [2022-03-06T08:33:55.648Z] #19 211.1 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-06T08:33:55.648Z] #19 211.1 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-03-06T08:33:55.648Z] #19 211.1 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-03-06T08:33:55.648Z] #19 211.1 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-06T08:33:55.903Z] #19 211.1 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-06T08:33:55.903Z] #19 211.1 Setting up file (1:5.39-3) ... [2022-03-06T08:33:55.903Z] #19 211.1 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-06T08:33:55.903Z] #19 211.1 Setting up bzip2 (1.0.8-4) ... [2022-03-06T08:33:55.903Z] #19 211.1 Setting up libyaml-perl (1.30-1) ... [2022-03-06T08:33:55.903Z] #19 211.2 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-06T08:33:55.904Z] #19 211.2 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-03-06T08:33:55.904Z] #19 211.2 Setting up libio-string-perl (1.08-3.1) ... [2022-03-06T08:33:55.904Z] #19 211.2 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-06T08:33:55.904Z] #19 211.2 Setting up cross-config (2.6.18+nmu1) ... [2022-03-06T08:33:55.904Z] #19 211.3 Setting up xz-utils (5.2.5-2) ... [2022-03-06T08:33:55.961Z] #56 ... [2022-03-06T08:33:55.961Z] [2022-03-06T08:33:55.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-06T08:33:55.961Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-06T08:33:55.961Z] #21 7.020 Reading package lists... [2022-03-06T08:33:56.003Z] INFO: Sources under d:\gopath\... [2022-03-06T08:33:56.003Z] INFO: Test run under d:\CI\... [2022-03-06T08:33:56.003Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-06T08:33:56.003Z] INFO: docker/docker repository was found [2022-03-06T08:33:56.003Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-06T08:33:56.159Z] #19 211.3 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-06T08:33:56.159Z] #19 211.3 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-03-06T08:33:56.159Z] #19 211.3 Setting up patch (2.7.6-7) ... [2022-03-06T08:33:56.159Z] #19 211.3 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-06T08:33:56.159Z] #19 211.4 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.4 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.4 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-06T08:33:56.159Z] #19 211.4 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-03-06T08:33:56.159Z] #19 211.4 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.4 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.4 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-06T08:33:56.159Z] #19 211.4 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-06T08:33:56.159Z] #19 211.4 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.4 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.5 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-06T08:33:56.159Z] #19 211.5 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-06T08:33:56.159Z] #19 211.5 Setting up libfile-homedir-perl (1.006-1) ... [2022-03-06T08:33:56.159Z] #19 211.5 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-06T08:33:56.159Z] #19 211.5 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.5 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-06T08:33:56.159Z] #19 211.5 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.5 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-03-06T08:33:56.159Z] #19 211.5 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:56.159Z] #19 211.5 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.6 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.6 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.6 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.6 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.6 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.6 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.159Z] #19 211.6 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.6 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.6 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.6 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-06T08:33:56.418Z] #19 211.7 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.7 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.7 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.7 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.7 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-06T08:33:56.418Z] #19 211.7 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.7 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.7 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.7 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-06T08:33:56.418Z] #19 211.8 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.8 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.8 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.418Z] #19 211.8 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-03-06T08:33:56.418Z] #19 211.9 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-03-06T08:33:56.471Z] ltsc2022: Pulling from windows/servercore [2022-03-06T08:33:56.716Z] #19 211.9 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-06T08:33:56.716Z] #19 212.0 [2022-03-06T08:33:56.716Z] #19 212.0 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-06T08:33:56.716Z] #19 212.1 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.716Z] #19 212.1 Setting up dpkg-dev (1.20.9) ... [2022-03-06T08:33:56.716Z] #19 212.1 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.716Z] #19 212.1 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-06T08:33:56.938Z] 8f616e6e9eec: Pulling fs layer [2022-03-06T08:33:56.938Z] 898469748ff6: Pulling fs layer [2022-03-06T08:33:56.973Z] #19 212.1 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.974Z] #19 212.1 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.974Z] #19 212.2 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.974Z] #19 212.2 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.974Z] #19 212.2 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-06T08:33:56.974Z] #19 212.2 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.974Z] #19 212.2 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.974Z] #19 212.2 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.974Z] #19 212.2 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:56.974Z] #19 212.2 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-06T08:33:56.974Z] #19 212.3 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-03-06T08:33:56.974Z] #19 212.4 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-03-06T08:33:57.229Z] #19 212.4 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-06T08:33:57.229Z] #19 212.5 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-06T08:33:57.229Z] #19 212.6 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.6 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.6 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.6 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-06T08:33:57.229Z] #19 212.6 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.6 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.6 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:57.229Z] #19 212.6 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.6 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.6 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.7 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.7 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.7 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.7 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.7 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-06T08:33:57.229Z] #19 212.7 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:57.485Z] #19 212.7 Setting up libxml-simple-perl (2.25-1) ... [2022-03-06T08:33:57.485Z] #19 212.7 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-06T08:33:57.485Z] #19 212.7 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.7 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-06T08:33:57.485Z] #19 212.8 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.8 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.8 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.8 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.8 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.8 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-03-06T08:33:57.485Z] #19 212.8 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.8 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.8 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.8 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.8 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-06T08:33:57.485Z] #19 212.9 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.9 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-06T08:33:57.485Z] #19 212.9 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:57.485Z] #19 212.9 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.9 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.9 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:57.485Z] #19 212.9 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-06T08:33:57.741Z] #19 212.9 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:57.741Z] #19 212.9 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:57.741Z] #19 212.9 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-06T08:33:57.741Z] #19 213.0 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:57.741Z] #19 213.0 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-03-06T08:33:57.741Z] #19 213.0 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:57.741Z] #19 213.0 Setting up crossbuild-essential-armel (12.9) ... [2022-03-06T08:33:57.741Z] #19 213.0 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-06T08:33:57.741Z] #19 213.0 Setting up crossbuild-essential-armhf (12.9) ... [2022-03-06T08:33:57.741Z] #19 213.0 Setting up crossbuild-essential-arm64 (12.9) ... [2022-03-06T08:33:57.741Z] #19 213.1 Setting up crossbuild-essential-s390x (12.9) ... [2022-03-06T08:33:57.741Z] #19 213.1 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-03-06T08:33:57.741Z] #19 213.1 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:33:57.857Z] #21 9.234 Reading package lists... [2022-03-06T08:33:58.312Z] #19 DONE 213.7s [2022-03-06T08:33:58.312Z] [2022-03-06T08:33:58.312Z] #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-06T08:33:58.312Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-06T08:33:58.420Z] #21 11.23 Building dependency tree... [2022-03-06T08:33:58.570Z] #65 ... [2022-03-06T08:33:58.570Z] [2022-03-06T08:33:58.570Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-06T08:33:58.570Z] #69 sha256:a64e0f65b3fcf55b67d1ee4d3f72bc404848e167841ac88a892d7b0ee10e3bd3 [2022-03-06T08:33:58.570Z] #69 DONE 0.2s [2022-03-06T08:33:58.570Z] [2022-03-06T08:33:58.570Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-06T08:33:58.570Z] #32 sha256:faa45fcabc4c263432ff5ad5b5d28edafb5289b6a63d2d694208da256f9294f2 [2022-03-06T08:33:58.570Z] #32 DONE 0.2s [2022-03-06T08:33:58.570Z] [2022-03-06T08:33:58.570Z] #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-06T08:33:58.570Z] #33 sha256:fc257749cd52942afc07de5dcb6143b264f652a774f8396cfad1d0b7f49c411b [2022-03-06T08:33:58.676Z] #21 12.15 The following additional packages will be installed: [2022-03-06T08:33:58.676Z] #21 12.15 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-06T08:33:58.676Z] #21 12.15 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-06T08:33:58.676Z] #21 12.15 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-06T08:33:58.676Z] #21 12.15 python3-pkg-resources vim-runtime xxd [2022-03-06T08:33:58.676Z] #21 12.16 Suggested packages: [2022-03-06T08:33:58.676Z] #21 12.16 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-06T08:33:58.676Z] #21 12.16 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-06T08:33:58.676Z] #21 12.16 acl attr quota [2022-03-06T08:33:58.676Z] #21 12.16 Recommended packages: [2022-03-06T08:33:58.676Z] #21 12.16 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-06T08:33:58.925Z] #43 DONE 201.3s [2022-03-06T08:33:58.925Z] [2022-03-06T08:33:58.925Z] #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-06T08:33:58.925Z] #60 sha256:2da8bce0baf1ff45af776dd7d1cf2b850682137216ca31ce8a99e62a4e7cf907 [2022-03-06T08:33:58.925Z] #60 ... [2022-03-06T08:33:58.925Z] [2022-03-06T08:33:58.925Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-06T08:33:58.925Z] #44 sha256:3f037d8c6272d902035c1f6dcd549f6f4db750fa9832340cb17b47e312c52b16 [2022-03-06T08:33:58.925Z] #44 DONE 0.5s [2022-03-06T08:33:58.925Z] [2022-03-06T08:33:58.925Z] #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-06T08:33:58.925Z] #60 sha256:2da8bce0baf1ff45af776dd7d1cf2b850682137216ca31ce8a99e62a4e7cf907 [2022-03-06T08:33:58.925Z] #60 ... [2022-03-06T08:33:58.925Z] [2022-03-06T08:33:58.925Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-06T08:33:58.925Z] #48 sha256:12616ccea8309177f9e796e1fe9eeadde5af7b92174f09b48e9e2ddbbb93fdb4 [2022-03-06T08:33:58.925Z] #48 DONE 0.0s [2022-03-06T08:33:58.925Z] [2022-03-06T08:33:58.925Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-06T08:33:58.925Z] #50 sha256:884c047d0ac52679ef495ff7b00d29e853251614d43bde994998547467a6ada8 [2022-03-06T08:33:58.925Z] #50 DONE 0.1s [2022-03-06T08:33:58.925Z] [2022-03-06T08:33:58.925Z] #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-06T08:33:58.925Z] #60 sha256:2da8bce0baf1ff45af776dd7d1cf2b850682137216ca31ce8a99e62a4e7cf907 [2022-03-06T08:33:59.982Z] #33 1.138 + RM_GOPATH=0 [2022-03-06T08:33:59.982Z] #33 1.138 + TMP_GOPATH= [2022-03-06T08:33:59.982Z] #33 1.138 + : /build [2022-03-06T08:33:59.982Z] #33 1.138 + '[' -z '' ']' [2022-03-06T08:33:59.982Z] #33 1.138 ++ mktemp -d [2022-03-06T08:33:59.982Z] #33 1.138 + export GOPATH=/tmp/tmp.bqGvSPv75T [2022-03-06T08:33:59.982Z] #33 1.138 + GOPATH=/tmp/tmp.bqGvSPv75T [2022-03-06T08:33:59.982Z] #33 1.138 + RM_GOPATH=1 [2022-03-06T08:33:59.982Z] #33 1.138 + case "$(go env GOARCH)" in [2022-03-06T08:33:59.982Z] #33 1.139 ++ go env GOARCH [2022-03-06T08:33:59.982Z] #33 1.144 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:33:59.982Z] #33 1.144 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:33:59.982Z] #33 1.144 ++ dirname /install.sh [2022-03-06T08:33:59.982Z] #33 1.146 + dir=/ [2022-03-06T08:33:59.982Z] #33 1.146 + bin=dockercli [2022-03-06T08:33:59.982Z] #33 1.146 + shift [2022-03-06T08:33:59.982Z] #33 1.146 + '[' '!' -f //dockercli.installer ']' [2022-03-06T08:33:59.982Z] #33 1.146 + . //dockercli.installer [2022-03-06T08:33:59.982Z] #33 1.146 ++ : stable [2022-03-06T08:33:59.982Z] #33 1.146 ++ : 17.06.2-ce [2022-03-06T08:33:59.982Z] #33 1.146 + install_dockercli [2022-03-06T08:33:59.982Z] #33 1.146 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-06T08:33:59.982Z] #33 1.146 Install docker/cli version 17.06.2-ce from stable [2022-03-06T08:33:59.982Z] #33 1.150 ++ uname -m [2022-03-06T08:33:59.982Z] #33 1.154 + arch=x86_64 [2022-03-06T08:33:59.982Z] #33 1.154 + '[' x86_64 '!=' x86_64 ']' [2022-03-06T08:33:59.982Z] #33 1.154 + url=https://download.docker.com/linux/static [2022-03-06T08:33:59.982Z] #33 1.154 + tar -xz docker/docker [2022-03-06T08:33:59.982Z] #33 1.157 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-06T08:34:00.044Z] #21 13.15 The following NEW packages will be installed: [2022-03-06T08:34:00.044Z] #21 13.15 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-06T08:34:00.044Z] #21 13.15 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-06T08:34:00.044Z] #21 13.15 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-06T08:34:00.044Z] #21 13.15 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-06T08:34:00.044Z] #21 13.15 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-06T08:34:00.044Z] #21 13.15 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-06T08:34:00.044Z] #21 13.15 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-06T08:34:00.044Z] #21 13.15 xz-utils zip zstd [2022-03-06T08:34:00.044Z] #21 13.46 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:34:00.044Z] #21 13.46 Need to get 27.6 MB of archives. [2022-03-06T08:34:00.044Z] #21 13.46 After this operation, 106 MB of additional disk space will be used. [2022-03-06T08:34:00.044Z] #21 13.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-06T08:34:00.044Z] #21 13.47 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-06T08:34:00.044Z] #21 13.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-06T08:34:00.044Z] #21 13.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-06T08:34:00.044Z] #21 13.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-06T08:34:00.044Z] #21 13.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-06T08:34:00.044Z] #21 13.48 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-06T08:34:00.044Z] #21 13.48 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-06T08:34:00.044Z] #21 13.50 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-06T08:34:00.044Z] #21 13.51 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-06T08:34:00.044Z] #21 13.52 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-06T08:34:00.044Z] #21 13.53 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-06T08:34:00.044Z] #21 13.53 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-06T08:34:00.044Z] #21 13.53 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-06T08:34:00.301Z] #21 13.56 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-06T08:34:00.301Z] #21 13.56 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-06T08:34:00.301Z] #21 13.57 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-06T08:34:00.301Z] #21 13.57 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-06T08:34:00.301Z] #21 13.57 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-06T08:34:00.301Z] #21 13.57 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-06T08:34:00.301Z] #21 13.58 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-06T08:34:00.301Z] #21 13.58 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-06T08:34:00.301Z] #21 13.59 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-06T08:34:00.301Z] #21 13.60 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-06T08:34:00.301Z] #21 13.61 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-06T08:34:00.301Z] #21 13.61 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-06T08:34:00.301Z] #21 13.61 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-06T08:34:00.559Z] #21 14.00 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-06T08:34:00.559Z] #21 14.00 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-06T08:34:00.559Z] #21 14.00 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-06T08:34:00.559Z] #21 14.00 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-06T08:34:00.559Z] #21 14.00 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-06T08:34:00.559Z] #21 14.01 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-06T08:34:00.559Z] #21 14.01 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-06T08:34:00.559Z] #21 14.06 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-06T08:34:00.559Z] #21 14.07 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-06T08:34:00.559Z] #21 14.07 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-06T08:34:00.559Z] #21 14.07 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-06T08:34:00.559Z] #21 14.08 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-06T08:34:00.559Z] #21 14.09 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-06T08:34:00.817Z] #21 14.13 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-06T08:34:00.817Z] #21 14.14 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-06T08:34:00.817Z] #21 14.16 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-06T08:34:00.817Z] #21 14.16 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-06T08:34:01.074Z] #21 14.39 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-06T08:34:01.074Z] #21 14.45 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-06T08:34:01.074Z] #21 14.46 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-06T08:34:01.074Z] #21 14.46 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-06T08:34:01.638Z] #21 15.04 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:34:01.895Z] #21 15.17 Fetched 27.6 MB in 1s (20.9 MB/s) [2022-03-06T08:34:01.895Z] #21 15.23 Selecting previously unselected package pigz. [2022-03-06T08:34:01.895Z] #21 15.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-06T08:34:01.895Z] #21 15.28 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-06T08:34:01.895Z] #21 15.29 Unpacking pigz (2.6-1) ... [2022-03-06T08:34:02.152Z] #21 15.37 Selecting previously unselected package libelf1:amd64. [2022-03-06T08:34:02.152Z] #21 15.38 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-06T08:34:02.152Z] #21 15.39 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-06T08:34:02.152Z] #21 15.52 Selecting previously unselected package libbpf0:amd64. [2022-03-06T08:34:02.152Z] #21 15.53 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-06T08:34:02.152Z] #21 15.54 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-06T08:34:02.152Z] #21 15.63 Selecting previously unselected package libcap2:amd64. [2022-03-06T08:34:02.410Z] #21 15.63 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-06T08:34:02.410Z] #21 15.64 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-06T08:34:02.410Z] #21 15.70 Selecting previously unselected package libmnl0:amd64. [2022-03-06T08:34:02.410Z] #21 15.71 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-06T08:34:02.410Z] #21 15.72 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-06T08:34:02.410Z] #21 15.78 Selecting previously unselected package libxtables12:amd64. [2022-03-06T08:34:02.410Z] #21 15.78 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-06T08:34:02.410Z] #21 15.78 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-06T08:34:02.410Z] #21 15.85 Selecting previously unselected package libcap2-bin. [2022-03-06T08:34:02.410Z] #21 15.85 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-06T08:34:02.410Z] #21 15.86 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-06T08:34:02.546Z] #33 3.763 + mkdir -p /build [2022-03-06T08:34:02.546Z] #33 3.765 + mv docker/docker /build/ [2022-03-06T08:34:02.546Z] #33 3.770 + rmdir docker [2022-03-06T08:34:02.546Z] #33 DONE 3.9s [2022-03-06T08:34:02.546Z] [2022-03-06T08:34:02.546Z] #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-06T08:34:02.546Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-06T08:34:02.546Z] #65 1.808 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:34:02.546Z] #65 1.846 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:34:02.546Z] #65 1.921 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:34:02.546Z] #65 2.193 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-06T08:34:02.546Z] #65 2.509 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-06T08:34:02.546Z] #65 2.980 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:34:02.546Z] #65 3.557 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-06T08:34:02.546Z] #65 4.116 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-06T08:34:02.668Z] #21 15.96 Selecting previously unselected package iproute2. [2022-03-06T08:34:02.668Z] #21 15.96 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-06T08:34:02.668Z] #21 15.96 Unpacking iproute2 (5.10.0-4) ... [2022-03-06T08:34:03.234Z] #21 16.40 Selecting previously unselected package xxd. [2022-03-06T08:34:03.234Z] #21 16.40 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-06T08:34:03.234Z] #21 16.41 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:34:03.234Z] #21 16.52 Selecting previously unselected package vim-common. [2022-03-06T08:34:03.234Z] #21 16.53 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:34:03.234Z] #21 16.55 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:34:03.491Z] #21 16.68 Selecting previously unselected package bash-completion. [2022-03-06T08:34:03.491Z] #21 16.70 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-06T08:34:03.564Z] #65 4.877 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-06T08:34:04.085Z] 898469748ff6: Verifying Checksum [2022-03-06T08:34:04.085Z] 898469748ff6: Download complete [2022-03-06T08:34:04.126Z] #65 5.574 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-06T08:34:04.126Z] #65 5.574 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-06T08:34:04.126Z] #65 5.574 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:34:04.126Z] #65 5.574 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-06T08:34:04.126Z] #65 5.598 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-06T08:34:04.126Z] #65 5.598 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-06T08:34:04.126Z] #65 5.613 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:34:04.126Z] #65 5.613 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-06T08:34:04.126Z] #65 5.613 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-06T08:34:04.126Z] #65 5.613 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-06T08:34:04.126Z] #65 5.613 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-06T08:34:04.126Z] #65 5.613 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-06T08:34:05.386Z] #21 18.39 Unpacking bash-completion (1:2.11-2) ... [2022-03-06T08:34:05.386Z] #21 18.83 Selecting previously unselected package bzip2. [2022-03-06T08:34:05.386Z] #21 18.85 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-06T08:34:05.386Z] #21 18.86 Unpacking bzip2 (1.0.8-4) ... [2022-03-06T08:34:05.657Z] #21 18.95 Selecting previously unselected package xz-utils. [2022-03-06T08:34:05.657Z] #21 18.96 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-06T08:34:05.657Z] #21 18.96 Unpacking xz-utils (5.2.5-2) ... [2022-03-06T08:34:05.657Z] #21 19.14 Selecting previously unselected package apparmor. [2022-03-06T08:34:05.657Z] #21 19.15 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-06T08:34:05.914Z] #21 19.21 Unpacking apparmor (2.13.6-10) ... [2022-03-06T08:34:06.171Z] #21 19.55 Selecting previously unselected package inetutils-ping. [2022-03-06T08:34:06.171Z] #21 19.56 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-06T08:34:06.171Z] #21 19.56 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-06T08:34:06.171Z] #21 19.65 Selecting previously unselected package libip4tc2:amd64. [2022-03-06T08:34:06.428Z] #21 19.65 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-06T08:34:06.428Z] #21 19.65 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-06T08:34:06.428Z] #21 19.71 Selecting previously unselected package libip6tc2:amd64. [2022-03-06T08:34:06.428Z] #21 19.72 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-06T08:34:06.428Z] #21 19.73 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-06T08:34:06.428Z] #21 19.79 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-06T08:34:06.428Z] #21 19.79 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-06T08:34:06.428Z] #21 19.80 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-06T08:34:06.428Z] #21 19.85 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-06T08:34:06.428Z] #21 19.86 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-06T08:34:06.428Z] #21 19.87 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-06T08:34:06.428Z] #21 19.92 Selecting previously unselected package libnftnl11:amd64. [2022-03-06T08:34:06.686Z] #21 19.93 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-06T08:34:06.686Z] #21 19.93 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-06T08:34:06.686Z] #21 20.01 Selecting previously unselected package iptables. [2022-03-06T08:34:06.686Z] #21 20.01 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-06T08:34:06.686Z] #21 20.02 Unpacking iptables (1.8.7-1) ... [2022-03-06T08:34:06.700Z] #65 ... [2022-03-06T08:34:06.700Z] [2022-03-06T08:34:06.700Z] #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-06T08:34:06.700Z] #70 sha256:2780bd61b5e5150fd85515fc90fa130ff1e661fcb00c59afe0d2a5afa1c830d0 [2022-03-06T08:34:06.700Z] #70 1.302 + RM_GOPATH=0 [2022-03-06T08:34:06.700Z] #70 1.302 + TMP_GOPATH= [2022-03-06T08:34:06.700Z] #70 1.302 + : /build [2022-03-06T08:34:06.700Z] #70 1.302 + '[' -z '' ']' [2022-03-06T08:34:06.700Z] #70 1.302 ++ mktemp -d [2022-03-06T08:34:06.700Z] #70 1.304 + export GOPATH=/tmp/tmp.j5D99U69mX [2022-03-06T08:34:06.700Z] #70 1.304 + GOPATH=/tmp/tmp.j5D99U69mX [2022-03-06T08:34:06.700Z] #70 1.304 + RM_GOPATH=1 [2022-03-06T08:34:06.700Z] #70 1.304 + case "$(go env GOARCH)" in [2022-03-06T08:34:06.700Z] #70 1.304 ++ go env GOARCH [2022-03-06T08:34:06.700Z] #70 1.311 Install rootlesskit version v0.14.6 [2022-03-06T08:34:06.700Z] #70 1.312 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:34:06.700Z] #70 1.312 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:34:06.700Z] #70 1.312 ++ dirname /install.sh [2022-03-06T08:34:06.700Z] #70 1.312 + dir=/ [2022-03-06T08:34:06.700Z] #70 1.312 + bin=rootlesskit [2022-03-06T08:34:06.700Z] #70 1.312 + shift [2022-03-06T08:34:06.700Z] #70 1.312 + '[' '!' -f //rootlesskit.installer ']' [2022-03-06T08:34:06.700Z] #70 1.312 + . //rootlesskit.installer [2022-03-06T08:34:06.700Z] #70 1.312 ++ : v0.14.6 [2022-03-06T08:34:06.700Z] #70 1.312 + install_rootlesskit [2022-03-06T08:34:06.700Z] #70 1.312 + case "$1" in [2022-03-06T08:34:06.700Z] #70 1.312 + export CGO_ENABLED=0 [2022-03-06T08:34:06.700Z] #70 1.312 + CGO_ENABLED=0 [2022-03-06T08:34:06.700Z] #70 1.312 + _install_rootlesskit [2022-03-06T08:34:06.700Z] #70 1.312 + echo 'Install rootlesskit version v0.14.6' [2022-03-06T08:34:06.700Z] #70 1.323 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-06T08:34:06.700Z] #70 1.323 + GOBIN=/build [2022-03-06T08:34:06.700Z] #70 1.323 + GO111MODULE=on [2022-03-06T08:34:06.700Z] #70 1.323 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-06T08:34:06.700Z] #70 1.776 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-06T08:34:06.700Z] #70 3.608 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-06T08:34:06.700Z] #70 3.612 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-06T08:34:06.700Z] #70 3.903 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-06T08:34:06.700Z] #70 5.554 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-06T08:34:06.700Z] #70 5.764 go: downloading github.com/google/uuid v1.3.0 [2022-03-06T08:34:06.700Z] #70 5.847 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-06T08:34:06.700Z] #70 5.895 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-06T08:34:06.700Z] #70 5.944 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-06T08:34:06.700Z] #70 5.961 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-06T08:34:06.700Z] #70 6.002 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-06T08:34:06.700Z] #70 6.070 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-06T08:34:06.700Z] #70 6.130 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-06T08:34:06.700Z] #70 6.223 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-06T08:34:06.700Z] #70 6.931 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-06T08:34:06.944Z] #21 20.32 Selecting previously unselected package libonig5:amd64. [2022-03-06T08:34:06.944Z] #21 20.33 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-06T08:34:06.944Z] #21 20.33 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:34:06.944Z] #21 20.47 Selecting previously unselected package libjq1:amd64. [2022-03-06T08:34:07.202Z] #21 20.48 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-06T08:34:07.202Z] #21 20.48 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:34:07.202Z] #21 20.55 Selecting previously unselected package jq. [2022-03-06T08:34:07.202Z] #21 20.56 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-06T08:34:07.202Z] #21 20.57 Unpacking jq (1.6-2.1) ... [2022-03-06T08:34:07.202Z] #21 20.63 Selecting previously unselected package libaio1:amd64. [2022-03-06T08:34:07.202Z] #21 20.64 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-06T08:34:07.202Z] #21 20.64 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-06T08:34:07.459Z] #21 20.69 Selecting previously unselected package libgpm2:amd64. [2022-03-06T08:34:07.459Z] #21 20.70 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-06T08:34:07.459Z] #21 20.70 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-06T08:34:07.459Z] #21 20.77 Selecting previously unselected package libicu67:amd64. [2022-03-06T08:34:07.459Z] #21 20.78 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-06T08:34:07.459Z] #21 20.78 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-06T08:34:08.673Z] #70 ... [2022-03-06T08:34:08.673Z] [2022-03-06T08:34:08.673Z] #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-06T08:34:08.673Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-06T08:34:08.673Z] #20 1.714 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:34:08.673Z] #20 1.726 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:34:08.673Z] #20 1.913 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:34:08.673Z] #20 2.038 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-06T08:34:08.673Z] #20 2.411 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-06T08:34:08.673Z] #20 2.920 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-06T08:34:08.673Z] #20 3.511 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-06T08:34:08.673Z] #20 4.129 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-06T08:34:08.673Z] #20 4.697 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:34:08.673Z] #20 5.351 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-06T08:34:08.673Z] #20 5.368 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:34:08.673Z] #20 5.368 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-06T08:34:08.673Z] #20 5.368 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-06T08:34:08.673Z] #20 5.368 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-06T08:34:08.673Z] #20 5.375 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-06T08:34:08.673Z] #20 5.376 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-06T08:34:08.673Z] #20 5.381 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-06T08:34:08.673Z] #20 5.440 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:34:08.673Z] #20 5.440 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-06T08:34:08.673Z] #20 5.440 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-06T08:34:08.673Z] #20 5.440 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-06T08:34:08.673Z] #20 ... [2022-03-06T08:34:08.673Z] [2022-03-06T08:34:08.673Z] #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-06T08:34:08.673Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-06T08:34:08.673Z] #45 1.804 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:34:08.673Z] #45 1.831 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:34:08.673Z] #45 1.912 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:34:08.673Z] #45 2.134 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-06T08:34:08.673Z] #45 2.463 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-06T08:34:08.673Z] #45 2.838 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-06T08:34:08.673Z] #45 3.387 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:34:08.673Z] #45 4.113 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-06T08:34:08.673Z] #45 4.741 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-06T08:34:08.673Z] #45 5.368 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-06T08:34:08.673Z] #45 5.368 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-06T08:34:08.674Z] #45 5.381 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-06T08:34:08.674Z] #45 5.381 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-06T08:34:08.674Z] #45 5.425 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-06T08:34:08.674Z] #45 5.425 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:34:08.674Z] #45 5.425 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:34:08.674Z] #45 5.425 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-06T08:34:08.674Z] #45 5.425 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-06T08:34:08.674Z] #45 5.425 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-06T08:34:08.674Z] #45 5.425 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-06T08:34:08.674Z] #45 5.425 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-06T08:34:10.746Z] #21 23.84 Selecting previously unselected package libinih1:amd64. [2022-03-06T08:34:10.746Z] #21 23.84 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-06T08:34:10.746Z] #21 23.84 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-06T08:34:10.746Z] #21 23.89 Selecting previously unselected package libnet1:amd64. [2022-03-06T08:34:10.746Z] #21 23.90 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-06T08:34:10.746Z] #21 23.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:34:10.746Z] #21 23.95 Selecting previously unselected package libnl-3-200:amd64. [2022-03-06T08:34:10.746Z] #21 23.96 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-06T08:34:10.746Z] #21 23.96 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:34:10.746Z] #21 24.01 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-06T08:34:10.746Z] #21 24.02 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-06T08:34:10.746Z] #21 24.03 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:34:10.746Z] #21 24.07 Selecting previously unselected package net-tools. [2022-03-06T08:34:10.746Z] #21 24.08 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-06T08:34:10.746Z] #21 24.09 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-06T08:34:11.003Z] #21 24.27 Selecting previously unselected package patch. [2022-03-06T08:34:11.003Z] #21 24.28 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-06T08:34:11.003Z] #21 24.28 Unpacking patch (2.7.6-7) ... [2022-03-06T08:34:11.003Z] #21 24.39 Selecting previously unselected package python-pip-whl. [2022-03-06T08:34:11.003Z] #21 24.39 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-06T08:34:11.003Z] #21 24.40 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-06T08:34:11.043Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-06T08:34:11.044Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-714f883c\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-06T08:34:11.044Z] ---------------------------------------------------------------------------- [2022-03-06T08:34:11.044Z] [2022-03-06T08:34:11.044Z] INFO: executeCI.ps1 starting at Sun Mar 6 08:34:10 CUT 2022 [2022-03-06T08:34:11.044Z] [2022-03-06T08:34:11.044Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-06T08:34:11.044Z] INFO: Running git version 2.24.1.windows.2 [2022-03-06T08:34:11.515Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-03-06T08:34:11.515Z] INFO: Environment variables: [2022-03-06T08:34:11.515Z] [2022-03-06T08:34:11.515Z] Name Value [2022-03-06T08:34:11.515Z] ---- ----- [2022-03-06T08:34:11.515Z] ALLUSERSPROFILE C:\ProgramData [2022-03-06T08:34:11.515Z] amd64 true [2022-03-06T08:34:11.515Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-06T08:34:11.515Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-06T08:34:11.515Z] arm64 true [2022-03-06T08:34:11.515Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-06T08:34:11.515Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-06T08:34:11.515Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-06T08:34:11.515Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-06T08:34:11.515Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-06T08:34:11.515Z] BRANCH_NAME PR-43335 [2022-03-06T08:34:11.515Z] BUILD_DISPLAY_NAME #4 [2022-03-06T08:34:11.515Z] BUILD_ID 4 [2022-03-06T08:34:11.515Z] BUILD_NUMBER 4 [2022-03-06T08:34:11.515Z] BUILD_TAG jenkins-moby-PR-43335-4 [2022-03-06T08:34:11.515Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/ [2022-03-06T08:34:11.515Z] cgroup2 true [2022-03-06T08:34:11.515Z] CHANGE_AUTHOR thaJeztah [2022-03-06T08:34:11.515Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-06T08:34:11.515Z] CHANGE_BRANCH remove_deprecated_pkg [2022-03-06T08:34:11.515Z] CHANGE_FORK thaJeztah/docker [2022-03-06T08:34:11.515Z] CHANGE_ID 43335 [2022-03-06T08:34:11.515Z] CHANGE_TARGET master [2022-03-06T08:34:11.515Z] CHANGE_TITLE Remove deprecated packages: pkg/mount, pkg/term, pkg/locker, pkg/symlink [2022-03-06T08:34:11.515Z] CHANGE_URL https://github.com/moby/moby/pull/43335 [2022-03-06T08:34:11.515Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-06T08:34:11.515Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-06T08:34:11.515Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-06T08:34:11.515Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-06T08:34:11.515Z] COMPUTERNAME azwin-2-b23990 [2022-03-06T08:34:11.515Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-06T08:34:11.515Z] ConfigSequenceNumber 0 [2022-03-06T08:34:11.515Z] dco true [2022-03-06T08:34:11.515Z] DOCKER_BUILDKIT 0 [2022-03-06T08:34:11.515Z] DOCKER_DUT_DEBUG 1 [2022-03-06T08:34:11.515Z] DOCKER_EXPERIMENTAL 1 [2022-03-06T08:34:11.515Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-06T08:34:11.515Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-06T08:34:11.515Z] EXECUTOR_NUMBER 0 [2022-03-06T08:34:11.515Z] FQDN azwin-2-b23990.westus.cloudapp.azure.com [2022-03-06T08:34:11.515Z] GIT_BRANCH PR-43335 [2022-03-06T08:34:11.515Z] GIT_COMMIT b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:34:11.515Z] GIT_PREVIOUS_COMMIT b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:34:11.515Z] GIT_URL https://github.com/moby/moby.git [2022-03-06T08:34:11.515Z] HUDSON_COOKIE 44b9180b-a429-4bb7-bd05-7baefabd6b2d [2022-03-06T08:34:11.515Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-06T08:34:11.515Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-06T08:34:11.515Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-06T08:34:11.515Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-06T08:34:11.515Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-06T08:34:11.515Z] JENKINS_NODE_COOKIE b9e7b1e5-392f-4115-8ac2-36b3d04ed33d [2022-03-06T08:34:11.515Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-06T08:34:11.515Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-06T08:34:11.515Z] JOB_BASE_NAME PR-43335 [2022-03-06T08:34:11.515Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/display/redirect [2022-03-06T08:34:11.515Z] JOB_NAME moby/PR-43335 [2022-03-06T08:34:11.515Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/ [2022-03-06T08:34:11.515Z] library.jps.version master [2022-03-06T08:34:11.515Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-06T08:34:11.515Z] NODE_LABELS amd64 azure azwin-2-b23990 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-03-06T08:34:11.515Z] NODE_NAME azwin-2-b23990 [2022-03-06T08:34:11.515Z] NUMBER_OF_PROCESSORS 4 [2022-03-06T08:34:11.515Z] OS Windows_NT [2022-03-06T08:34:11.515Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-06T08:34:11.515Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-06T08:34:11.518Z] ppc64le false [2022-03-06T08:34:11.518Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-06T08:34:11.518Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-06T08:34:11.518Z] PROCESSOR_LEVEL 6 [2022-03-06T08:34:11.518Z] PROCESSOR_REVISION 4f01 [2022-03-06T08:34:11.518Z] ProgramData C:\ProgramData [2022-03-06T08:34:11.518Z] ProgramFiles C:\Program Files [2022-03-06T08:34:11.518Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-06T08:34:11.518Z] ProgramW6432 C:\Program Files [2022-03-06T08:34:11.518Z] PROMPT $P$G [2022-03-06T08:34:11.518Z] PSExecutionPolicyPreference Bypass [2022-03-06T08:34:11.518Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-06T08:34:11.518Z] PUBLIC C:\Users\Public [2022-03-06T08:34:11.518Z] rootless true [2022-03-06T08:34:11.518Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/display/redirect?page=artif... [2022-03-06T08:34:11.518Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/display/redirect?page=changes [2022-03-06T08:34:11.518Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/display/redirect [2022-03-06T08:34:11.518Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43335/4/display/redirect?page=tests [2022-03-06T08:34:11.518Z] s390x false [2022-03-06T08:34:11.518Z] SKIP_VALIDATION_TESTS 1 [2022-03-06T08:34:11.518Z] SOURCES_DRIVE d [2022-03-06T08:34:11.518Z] SOURCES_SUBDIR gopath [2022-03-06T08:34:11.518Z] STAGE_NAME Run tests [2022-03-06T08:34:11.518Z] SystemDrive C: [2022-03-06T08:34:11.518Z] SystemRoot C:\Windows [2022-03-06T08:34:11.518Z] TEMP C:\Windows\TEMP [2022-03-06T08:34:11.518Z] TESTDEBUG 0 [2022-03-06T08:34:11.518Z] TESTRUN_DRIVE d [2022-03-06T08:34:11.518Z] TESTRUN_SUBDIR CI [2022-03-06T08:34:11.518Z] TIMEOUT 120m [2022-03-06T08:34:11.518Z] TMP C:\Windows\TEMP [2022-03-06T08:34:11.518Z] unit_validate true [2022-03-06T08:34:11.518Z] USERDOMAIN WORKGROUP [2022-03-06T08:34:11.518Z] USERNAME azwin-2-b23990$ [2022-03-06T08:34:11.518Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-06T08:34:11.518Z] validate_force false [2022-03-06T08:34:11.518Z] windir C:\Windows [2022-03-06T08:34:11.568Z] #21 24.87 Selecting previously unselected package python3-lib2to3. [2022-03-06T08:34:11.568Z] #21 24.88 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-06T08:34:11.568Z] #21 24.88 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-06T08:34:11.568Z] #21 24.98 Selecting previously unselected package python3-distutils. [2022-03-06T08:34:11.568Z] #21 25.00 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-06T08:34:11.568Z] #21 25.01 Unpacking python3-distutils (3.9.2-1) ... [2022-03-06T08:34:11.825Z] #21 25.13 Selecting previously unselected package python3-pkg-resources. [2022-03-06T08:34:11.825Z] #21 25.15 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-06T08:34:11.825Z] #21 25.15 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:34:11.990Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-06T08:34:11.990Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-03-06T08:34:11.990Z] windows2022 true [2022-03-06T08:34:11.990Z] windows2022containerd true [2022-03-06T08:34:11.990Z] windowsRS5 true [2022-03-06T08:34:11.990Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-06T08:34:11.990Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-06T08:34:11.990Z] [2022-03-06T08:34:11.990Z] [2022-03-06T08:34:11.990Z] [2022-03-06T08:34:12.083Z] #21 25.28 Selecting previously unselected package python3-setuptools. [2022-03-06T08:34:12.083Z] #21 25.28 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-06T08:34:12.083Z] #21 25.28 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-06T08:34:12.083Z] #21 25.53 Selecting previously unselected package python3-wheel. [2022-03-06T08:34:12.340Z] #21 25.54 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-06T08:34:12.340Z] #21 25.54 Unpacking python3-wheel (0.34.2-1) ... [2022-03-06T08:34:12.340Z] #21 25.61 Selecting previously unselected package python3-pip. [2022-03-06T08:34:12.340Z] #21 25.61 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-06T08:34:12.340Z] #21 25.62 Unpacking python3-pip (20.3.4-4) ... [2022-03-06T08:34:12.597Z] #21 25.88 Selecting previously unselected package sudo. [2022-03-06T08:34:12.597Z] #21 25.89 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-06T08:34:12.597Z] #21 25.90 Unpacking sudo (1.9.5p2-3) ... [2022-03-06T08:34:13.161Z] #21 26.33 Selecting previously unselected package thin-provisioning-tools. [2022-03-06T08:34:13.161Z] #21 26.35 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-06T08:34:13.161Z] #21 26.35 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-06T08:34:13.421Z] #21 26.58 Selecting previously unselected package uidmap. [2022-03-06T08:34:13.421Z] #21 26.60 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-06T08:34:13.421Z] #21 26.61 Unpacking uidmap (1:4.8.1-1) ... [2022-03-06T08:34:13.421Z] #21 26.75 Selecting previously unselected package vim-runtime. [2022-03-06T08:34:13.421Z] #21 26.76 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:34:13.421Z] #21 26.78 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-06T08:34:13.421Z] #21 26.80 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-06T08:34:13.421Z] #21 26.81 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:34:14.217Z] INFO: Sources under d:\gopath\... [2022-03-06T08:34:14.217Z] INFO: Test run under d:\CI\... [2022-03-06T08:34:14.217Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-06T08:34:14.217Z] INFO: docker/docker repository was found [2022-03-06T08:34:14.217Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-03-06T08:34:14.689Z] ltsc2019: Pulling from windows/servercore [2022-03-06T08:34:14.689Z] 4612f6d0b889: Pulling fs layer [2022-03-06T08:34:14.689Z] 1bd78008c728: Pulling fs layer [2022-03-06T08:34:16.557Z] 8f616e6e9eec: Verifying Checksum [2022-03-06T08:34:16.557Z] 8f616e6e9eec: Download complete [2022-03-06T08:34:16.704Z] #21 29.54 Selecting previously unselected package vim. [2022-03-06T08:34:16.704Z] #21 29.54 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-06T08:34:16.704Z] #21 29.56 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:34:16.704Z] #21 30.01 Selecting previously unselected package xfsprogs. [2022-03-06T08:34:16.704Z] #21 30.03 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-06T08:34:16.704Z] #21 30.04 Unpacking xfsprogs (5.10.0-4) ... [2022-03-06T08:34:16.964Z] #21 30.41 Selecting previously unselected package zip. [2022-03-06T08:34:16.965Z] #21 30.41 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-06T08:34:16.965Z] #21 30.41 Unpacking zip (3.0-12) ... [2022-03-06T08:34:16.965Z] #21 30.51 Selecting previously unselected package zstd. [2022-03-06T08:34:17.222Z] #21 30.51 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-06T08:34:17.222Z] #21 30.53 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-06T08:34:17.479Z] #21 30.90 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:34:18.410Z] #21 31.63 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-06T08:34:18.410Z] #21 31.65 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-06T08:34:18.410Z] #21 31.66 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-06T08:34:18.410Z] #21 31.67 Setting up libicu67:amd64 (67.1-7) ... [2022-03-06T08:34:18.410Z] #21 31.68 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-06T08:34:18.410Z] #21 31.69 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-06T08:34:18.410Z] #21 31.71 Setting up uidmap (1:4.8.1-1) ... [2022-03-06T08:34:18.410Z] #21 31.73 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:34:18.410Z] #21 31.74 Setting up bzip2 (1.0.8-4) ... [2022-03-06T08:34:18.410Z] #21 31.75 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:34:18.410Z] #21 31.77 Setting up python3-wheel (0.34.2-1) ... [2022-03-06T08:34:18.976Z] #21 32.34 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:34:18.976Z] #21 32.35 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-06T08:34:18.976Z] #21 32.36 Setting up libcap2-bin (1:2.44-1) ... [2022-03-06T08:34:18.976Z] #21 32.37 Setting up apparmor (2.13.6-10) ... [2022-03-06T08:34:20.870Z] #21 33.97 Setting up zip (3.0-12) ... [2022-03-06T08:34:20.870Z] #21 33.98 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:34:20.870Z] #21 34.01 Setting up bash-completion (1:2.11-2) ... [2022-03-06T08:34:20.929Z] #45 21.52 Fetched 48.9 MB in 20s (2450 kB/s) [2022-03-06T08:34:20.929Z] #45 21.52 Reading package lists... [2022-03-06T08:34:20.929Z] #45 ... [2022-03-06T08:34:20.929Z] [2022-03-06T08:34:20.929Z] #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-06T08:34:20.929Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-06T08:34:20.929Z] #65 21.52 Fetched 48.9 MB in 20s (2452 kB/s) [2022-03-06T08:34:22.497Z] #21 35.68 Setting up xz-utils (5.2.5-2) ... [2022-03-06T08:34:22.497Z] #21 35.70 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-06T08:34:22.497Z] #21 35.71 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-06T08:34:22.497Z] #21 35.73 Setting up patch (2.7.6-7) ... [2022-03-06T08:34:22.497Z] #21 35.74 Setting up sudo (1.9.5p2-3) ... [2022-03-06T08:34:22.497Z] #21 35.82 invoke-rc.d: could not determine current runlevel [2022-03-06T08:34:22.497Z] #21 35.83 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-06T08:34:22.497Z] #21 35.84 Setting up xfsprogs (5.10.0-4) ... [2022-03-06T08:34:22.497Z] #21 35.85 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-06T08:34:22.497Z] #21 35.87 Setting up inetutils-ping (2:2.0-1) ... [2022-03-06T08:34:22.497Z] #21 35.88 Setting up pigz (2.6-1) ... [2022-03-06T08:34:22.497Z] #21 35.89 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-06T08:34:22.497Z] #21 35.90 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:34:22.754Z] #21 35.93 Setting up python-pip-whl (20.3.4-4) ... [2022-03-06T08:34:22.754Z] #21 35.96 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:34:23.319Z] #21 36.63 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-06T08:34:23.319Z] #21 36.64 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-06T08:34:23.577Z] #21 37.03 Setting up libelf1:amd64 (0.183-1) ... [2022-03-06T08:34:23.577Z] #21 37.06 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-06T08:34:23.834Z] #21 37.08 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:34:23.834Z] #21 37.09 Setting up python3-distutils (3.9.2-1) ... [2022-03-06T08:34:24.398Z] #21 37.52 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:34:24.398Z] #21 37.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-06T08:34:24.398Z] #21 37.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-06T08:34:24.398Z] #21 37.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-06T08:34:24.398Z] #21 37.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-06T08:34:24.398Z] #21 37.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-06T08:34:24.398Z] #21 37.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-06T08:34:24.398Z] #21 37.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-06T08:34:24.398Z] #21 37.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-06T08:34:24.398Z] #21 37.59 Setting up python3-setuptools (52.0.0-4) ... [2022-03-06T08:34:25.768Z] #21 38.88 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:34:25.768Z] #21 38.89 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-06T08:34:25.768Z] #21 38.90 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-06T08:34:25.768Z] #21 38.91 Setting up python3-pip (20.3.4-4) ... [2022-03-06T08:34:26.698Z] #21 39.99 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-06T08:34:26.698Z] #21 40.01 Setting up jq (1.6-2.1) ... [2022-03-06T08:34:26.698Z] #21 40.03 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-06T08:34:26.698Z] #21 40.04 Setting up iptables (1.8.7-1) ... [2022-03-06T08:34:26.698Z] #21 40.05 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-06T08:34:26.698Z] #21 40.05 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-06T08:34:26.698Z] #21 40.06 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-06T08:34:26.698Z] #21 40.06 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-06T08:34:26.698Z] #21 40.07 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-06T08:34:26.698Z] #21 40.07 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-06T08:34:26.698Z] #21 40.09 Setting up iproute2 (5.10.0-4) ... [2022-03-06T08:34:26.955Z] #21 40.41 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:34:27.248Z] 1bd78008c728: Verifying Checksum [2022-03-06T08:34:27.248Z] 1bd78008c728: Download complete [2022-03-06T08:34:28.095Z] --- PASS: TestBuildWithHugeFile (52.35s) [2022-03-06T08:34:28.095Z] === RUN TestBuildWCOWSandboxSize [2022-03-06T08:34:28.095Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T08:34:28.095Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-06T08:34:28.095Z] === RUN TestBuildWithEmptyDockerfile [2022-03-06T08:34:28.095Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:34:28.095Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:34:28.095Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:34:28.095Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:34:28.095Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:34:28.095Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:34:28.095Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:34:28.095Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:34:28.095Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:34:28.095Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-06T08:34:28.095Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.05s) [2022-03-06T08:34:28.095Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-06T08:34:28.095Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.05s) [2022-03-06T08:34:28.095Z] === RUN TestBuildPreserveOwnership [2022-03-06T08:34:28.095Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-06T08:34:28.847Z] #21 DONE 41.9s [2022-03-06T08:34:28.847Z] [2022-03-06T08:34:28.847Z] #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-06T08:34:28.847Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-06T08:34:29.032Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-06T08:34:29.057Z] #65 21.52 Reading package lists... [2022-03-06T08:34:29.313Z] #65 30.75 Reading package lists... [2022-03-06T08:34:29.313Z] #65 ... [2022-03-06T08:34:29.313Z] [2022-03-06T08:34:29.313Z] #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-06T08:34:29.313Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-06T08:34:29.313Z] #45 21.52 Reading package lists... [2022-03-06T08:34:29.776Z] #22 1.297 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-06T08:34:29.776Z] #22 1.301 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-06T08:34:29.776Z] #22 1.304 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-06T08:34:29.776Z] #22 DONE 1.4s [2022-03-06T08:34:29.776Z] [2022-03-06T08:34:29.776Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-06T08:34:29.776Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-06T08:34:30.499Z] #45 31.07 Reading package lists... [2022-03-06T08:34:30.499Z] #45 ... [2022-03-06T08:34:30.499Z] [2022-03-06T08:34:30.499Z] #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-06T08:34:30.499Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-06T08:34:30.499Z] #20 21.85 Fetched 48.9 MB in 20s (2395 kB/s) [2022-03-06T08:34:30.499Z] #20 21.85 Reading package lists... [2022-03-06T08:34:31.005Z] #60 188.8 + bin/containerd [2022-03-06T08:34:33.226Z] --- PASS: TestBuildPreserveOwnership (9.57s) [2022-03-06T08:34:33.226Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.57s) [2022-03-06T08:34:33.226Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-03-06T08:34:33.226Z] === RUN TestBuildPlatformInvalid [2022-03-06T08:34:33.226Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2022-03-06T08:34:33.226Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-06T08:34:33.226Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-06T08:34:33.226Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-06T08:34:33.226Z] PASS [2022-03-06T08:34:33.226Z] [2022-03-06T08:34:33.226Z] === Skipped [2022-03-06T08:34:33.226Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-06T08:34:33.226Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:34:33.226Z] [2022-03-06T08:34:33.226Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-06T08:34:33.226Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T08:34:33.226Z] [2022-03-06T08:34:33.226Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-06T08:34:33.226Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-06T08:34:33.226Z] [2022-03-06T08:34:33.226Z] DONE 34 tests, 3 skipped in 108.567s [2022-03-06T08:34:33.226Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-06T08:34:33.226Z] INFO: Testing against a local daemon [2022-03-06T08:34:33.226Z] === RUN TestConfigInspect [2022-03-06T08:34:33.226Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:34:33.226Z] --- SKIP: TestConfigInspect (0.01s) [2022-03-06T08:34:33.226Z] === RUN TestConfigList [2022-03-06T08:34:33.226Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:34:33.226Z] --- SKIP: TestConfigList (0.01s) [2022-03-06T08:34:33.226Z] === RUN TestConfigsCreateAndDelete [2022-03-06T08:34:33.226Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:34:33.226Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-03-06T08:34:33.226Z] === RUN TestConfigsUpdate [2022-03-06T08:34:33.226Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:34:33.226Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-03-06T08:34:33.226Z] === RUN TestTemplatedConfig [2022-03-06T08:34:33.226Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:34:33.226Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-06T08:34:33.226Z] === RUN TestConfigCreateResolve [2022-03-06T08:34:33.226Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:34:33.226Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-06T08:34:33.226Z] PASS [2022-03-06T08:34:33.226Z] [2022-03-06T08:34:33.226Z] === Skipped [2022-03-06T08:34:33.226Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-03-06T08:34:33.226Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:34:33.226Z] [2022-03-06T08:34:33.226Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-03-06T08:34:33.226Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:34:33.226Z] [2022-03-06T08:34:33.226Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-03-06T08:34:33.226Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:34:33.226Z] [2022-03-06T08:34:33.226Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-03-06T08:34:33.227Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:34:33.227Z] [2022-03-06T08:34:33.227Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-03-06T08:34:33.227Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:34:33.227Z] [2022-03-06T08:34:33.227Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-03-06T08:34:33.227Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:34:33.227Z] [2022-03-06T08:34:33.227Z] DONE 6 tests, 6 skipped in 0.072s [2022-03-06T08:34:33.227Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-06T08:34:33.227Z] INFO: Testing against a local daemon [2022-03-06T08:34:33.227Z] === RUN TestCheckpoint [2022-03-06T08:34:33.227Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T08:34:33.227Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-06T08:34:33.227Z] === RUN TestContainerInvalidJSON [2022-03-06T08:34:33.227Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:34:33.227Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:34:33.227Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:34:33.227Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:34:33.227Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:34:33.227Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:34:33.227Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-06T08:34:33.227Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-06T08:34:33.227Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-06T08:34:33.227Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-06T08:34:33.488Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2022-03-06T08:34:33.488Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-06T08:34:33.488Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-06T08:34:33.488Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-06T08:34:33.488Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-06T08:34:33.488Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-06T08:34:33.488Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-06T08:34:33.488Z] === RUN TestCopyFromContainer [2022-03-06T08:34:33.537Z] #60 ... [2022-03-06T08:34:33.537Z] [2022-03-06T08:34:33.537Z] #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-06T08:34:33.537Z] #56 sha256:4b2524fa7f92f8d610e70f1c570542c6dd1fb3a90f3a9f87d4b2240aeb761c30 [2022-03-06T08:34:33.537Z] #56 126.2 + mkdir -p /build [2022-03-06T08:34:33.537Z] #56 126.2 + cp runc /build/runc [2022-03-06T08:34:35.441Z] #56 DONE 128.3s [2022-03-06T08:34:35.441Z] [2022-03-06T08:34:35.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-06T08:34:35.441Z] #60 sha256:2da8bce0baf1ff45af776dd7d1cf2b850682137216ca31ce8a99e62a4e7cf907 [2022-03-06T08:34:35.950Z] 4612f6d0b889: Verifying Checksum [2022-03-06T08:34:35.950Z] 4612f6d0b889: Download complete [2022-03-06T08:34:37.691Z] === RUN TestCopyFromContainer// [2022-03-06T08:34:37.691Z] === RUN TestCopyFromContainer//bar/root [2022-03-06T08:34:37.691Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-06T08:34:37.691Z] === RUN TestCopyFromContainer/bar/quux [2022-03-06T08:34:37.691Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-06T08:34:37.691Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-06T08:34:37.691Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-06T08:34:37.691Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-06T08:34:37.691Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-06T08:34:37.691Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-06T08:34:37.691Z] --- PASS: TestCopyFromContainer (4.16s) [2022-03-06T08:34:37.691Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-03-06T08:34:37.691Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-03-06T08:34:37.691Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-03-06T08:34:37.691Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-03-06T08:34:37.691Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.04s) [2022-03-06T08:34:37.691Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-06T08:34:37.691Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-06T08:34:37.691Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.04s) [2022-03-06T08:34:37.691Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.04s) [2022-03-06T08:34:37.691Z] --- PASS: TestCopyFromContainer/bar/notarget (0.04s) [2022-03-06T08:34:37.691Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-06T08:34:37.691Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:34:37.691Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:34:37.691Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:34:37.691Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:34:37.691Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:34:37.691Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:34:37.691Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:34:37.691Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:34:37.691Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:34:37.691Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-06T08:34:37.691Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-06T08:34:37.691Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-06T08:34:37.691Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-06T08:34:37.691Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-06T08:34:37.691Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2022-03-06T08:34:37.691Z] === RUN TestCreateWithInvalidEnv [2022-03-06T08:34:37.691Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-06T08:34:37.691Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-06T08:34:37.691Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-06T08:34:37.691Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-06T08:34:37.691Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-06T08:34:37.691Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-06T08:34:37.691Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-06T08:34:37.691Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-06T08:34:37.691Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-06T08:34:37.691Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-06T08:34:37.691Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-06T08:34:37.691Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-06T08:34:37.691Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-06T08:34:37.691Z] === RUN TestCreateTmpfsMountsTarget [2022-03-06T08:34:37.691Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-06T08:34:37.691Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-06T08:34:37.977Z] #60 ... [2022-03-06T08:34:37.977Z] [2022-03-06T08:34:37.977Z] #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-06T08:34:37.977Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:34:37.977Z] #51 242.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-06T08:34:38.235Z] #51 DONE 243.0s [2022-03-06T08:34:38.235Z] [2022-03-06T08:34:38.236Z] #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-06T08:34:38.236Z] #60 sha256:2da8bce0baf1ff45af776dd7d1cf2b850682137216ca31ce8a99e62a4e7cf907 [2022-03-06T08:34:38.728Z] #20 30.93 Reading package lists... [2022-03-06T08:34:38.728Z] #20 ... [2022-03-06T08:34:38.728Z] [2022-03-06T08:34:38.728Z] #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-06T08:34:38.728Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-06T08:34:38.728Z] #65 30.75 Reading package lists... [2022-03-06T08:34:39.069Z] --- PASS: TestCreateWithCustomMaskedPaths (1.22s) [2022-03-06T08:34:39.069Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-06T08:34:39.814Z] #23 9.809 Collecting yamllint==1.26.1 [2022-03-06T08:34:40.071Z] #23 ... [2022-03-06T08:34:40.071Z] [2022-03-06T08:34:40.071Z] #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-06T08:34:40.071Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:34:40.071Z] #43 167.4 + dpkg --print-architecture [2022-03-06T08:34:40.071Z] #43 167.4 + git checkout -q v2.1.0 [2022-03-06T08:34:40.135Z] #60 ... [2022-03-06T08:34:40.135Z] [2022-03-06T08:34:40.135Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-06T08:34:40.135Z] #52 sha256:cd45b5b80c04ad72ad7fd10940408856e397704d8c2912760b26267395421df2 [2022-03-06T08:34:40.135Z] #52 DONE 0.5s [2022-03-06T08:34:40.135Z] [2022-03-06T08:34:40.135Z] #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-06T08:34:40.135Z] #60 sha256:2da8bce0baf1ff45af776dd7d1cf2b850682137216ca31ce8a99e62a4e7cf907 [2022-03-06T08:34:40.394Z] #60 ... [2022-03-06T08:34:40.394Z] [2022-03-06T08:34:40.394Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-06T08:34:40.394Z] #54 sha256:0f53c100d763d11eeaecfed6fce27c1751cdf287aec40c1412df2117a19d6d36 [2022-03-06T08:34:40.394Z] #54 DONE 0.0s [2022-03-06T08:34:40.394Z] [2022-03-06T08:34:40.394Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-06T08:34:40.394Z] #57 sha256:83cfd335ddfe1efd99e71e7075aa0905e8b92ca759863163350a9f8804e7cf5e [2022-03-06T08:34:40.394Z] #57 DONE 0.2s [2022-03-06T08:34:40.394Z] [2022-03-06T08:34:40.394Z] #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-06T08:34:40.394Z] #60 sha256:2da8bce0baf1ff45af776dd7d1cf2b850682137216ca31ce8a99e62a4e7cf907 [2022-03-06T08:34:40.447Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.28s) [2022-03-06T08:34:40.447Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-06T08:34:40.447Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:34:40.447Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:34:40.447Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:34:40.447Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:34:40.447Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:34:40.447Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:34:40.447Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:34:40.447Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:34:40.447Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:34:40.447Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:34:40.447Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:34:40.447Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:34:40.447Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:34:40.447Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:34:40.447Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:34:40.448Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-06T08:34:40.448Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-06T08:34:40.448Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-06T08:34:40.448Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-06T08:34:40.448Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-06T08:34:40.448Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-06T08:34:40.448Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-06T08:34:40.621Z] #65 39.71 Building dependency tree... [2022-03-06T08:34:40.633Z] #43 168.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-06T08:34:40.633Z] #43 168.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-06T08:34:40.708Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s) [2022-03-06T08:34:40.708Z] === RUN TestCreateDifferentPlatform [2022-03-06T08:34:40.708Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-06T08:34:40.708Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-06T08:34:40.708Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-06T08:34:40.708Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-06T08:34:40.708Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-06T08:34:40.708Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-06T08:34:40.708Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-06T08:34:40.708Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-06T08:34:40.708Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-06T08:34:40.708Z] === RUN TestContainerStartOnDaemonRestart [2022-03-06T08:34:40.708Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-06T08:34:40.708Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-03-06T08:34:40.708Z] === RUN TestDaemonRestartIpcMode [2022-03-06T08:34:40.708Z] === PAUSE TestDaemonRestartIpcMode [2022-03-06T08:34:40.708Z] === RUN TestDaemonHostGatewayIP [2022-03-06T08:34:40.708Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:34:40.708Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-03-06T08:34:40.708Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-06T08:34:40.708Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-06T08:34:40.708Z] === RUN TestContainerKillOnDaemonStart [2022-03-06T08:34:40.708Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-06T08:34:40.708Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-06T08:34:40.708Z] === RUN TestDiff [2022-03-06T08:34:41.278Z] --- PASS: TestDiff (0.44s) [2022-03-06T08:34:41.278Z] === RUN TestExecWithCloseStdin [2022-03-06T08:34:41.538Z] --- PASS: TestExecWithCloseStdin (0.47s) [2022-03-06T08:34:41.538Z] === RUN TestExec [2022-03-06T08:34:42.105Z] --- PASS: TestExec (0.46s) [2022-03-06T08:34:42.105Z] === RUN TestExecUser [2022-03-06T08:34:42.509Z] #65 43.93 The following additional packages will be installed: [2022-03-06T08:34:42.509Z] #65 43.94 libbtrfs0 [2022-03-06T08:34:42.509Z] #65 44.18 The following NEW packages will be installed: [2022-03-06T08:34:42.509Z] #65 44.21 libbtrfs-dev libbtrfs0 [2022-03-06T08:34:42.674Z] --- PASS: TestExecUser (0.44s) [2022-03-06T08:34:42.674Z] === RUN TestExportContainerAndImportImage [2022-03-06T08:34:42.933Z] --- PASS: TestExportContainerAndImportImage (0.54s) [2022-03-06T08:34:42.933Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-06T08:34:43.115Z] #65 44.71 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:34:43.115Z] #65 44.71 Need to get 460 kB of archives. [2022-03-06T08:34:43.115Z] #65 44.71 After this operation, 1237 kB of additional disk space will be used. [2022-03-06T08:34:43.115Z] #65 44.71 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-06T08:34:43.115Z] #65 44.71 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-06T08:34:43.677Z] #65 45.29 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:34:43.677Z] #65 ... [2022-03-06T08:34:43.677Z] [2022-03-06T08:34:43.677Z] #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-06T08:34:43.677Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-06T08:34:43.677Z] #20 30.93 Reading package lists... [2022-03-06T08:34:43.678Z] #20 40.09 Building dependency tree... [2022-03-06T08:34:43.678Z] #20 44.23 The following additional packages will be installed: [2022-03-06T08:34:43.678Z] #20 44.24 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-06T08:34:43.678Z] #20 44.24 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-06T08:34:43.678Z] #20 44.24 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-06T08:34:43.678Z] #20 44.24 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-06T08:34:43.678Z] #20 44.24 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-06T08:34:43.678Z] #20 44.25 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-06T08:34:43.678Z] #20 44.26 mingw-w64-common mingw-w64-x86-64-dev [2022-03-06T08:34:43.678Z] #20 44.30 Suggested packages: [2022-03-06T08:34:43.678Z] #20 44.30 gcc-10-locales seccomp wine64 [2022-03-06T08:34:43.678Z] #20 44.95 The following NEW packages will be installed: [2022-03-06T08:34:43.678Z] #20 44.95 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-06T08:34:43.678Z] #20 44.96 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-06T08:34:43.678Z] #20 44.96 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-06T08:34:43.678Z] #20 44.96 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-06T08:34:43.678Z] #20 44.96 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-06T08:34:43.678Z] #20 44.97 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-06T08:34:43.678Z] #20 44.97 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-06T08:34:43.678Z] #20 44.97 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-06T08:34:43.678Z] #20 44.98 mingw-w64-x86-64-dev [2022-03-06T08:34:43.934Z] #20 45.39 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:34:43.934Z] #20 45.39 Need to get 115 MB of archives. [2022-03-06T08:34:43.934Z] #20 45.39 After this operation, 645 MB of additional disk space will be used. [2022-03-06T08:34:43.934Z] #20 45.39 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-06T08:34:43.934Z] #20 45.42 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-06T08:34:43.934Z] #20 45.46 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-06T08:34:43.934Z] #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-06T08:34:43.934Z] #20 45.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-06T08:34:43.934Z] #20 45.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-06T08:34:43.934Z] #20 45.56 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-06T08:34:43.934Z] #20 45.61 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-06T08:34:44.190Z] #20 45.62 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-06T08:34:44.190Z] #20 45.78 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-06T08:34:44.190Z] #20 ... [2022-03-06T08:34:44.190Z] [2022-03-06T08:34:44.190Z] #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-06T08:34:44.190Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-06T08:34:44.190Z] #65 45.66 Fetched 460 kB in 0s (1460 kB/s) [2022-03-06T08:34:44.190Z] #65 45.74 Selecting previously unselected package libbtrfs0:amd64. [2022-03-06T08:34:44.190Z] #65 45.74 (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-06T08:34:44.191Z] #65 45.81 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-06T08:34:44.191Z] #65 45.82 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:34:44.191Z] #65 45.89 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-06T08:34:44.319Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2022-03-06T08:34:44.319Z] === RUN TestHealthCheckWorkdir [2022-03-06T08:34:44.448Z] #65 45.89 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-06T08:34:44.448Z] #65 45.90 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:34:44.448Z] #65 46.11 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:34:44.448Z] #65 46.14 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:34:44.448Z] #65 46.15 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:34:44.803Z] #43 ... [2022-03-06T08:34:44.803Z] [2022-03-06T08:34:44.803Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-06T08:34:44.803Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-06T08:34:44.803Z] #23 10.87 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-06T08:34:44.803Z] #23 11.88 Collecting pathspec>=0.5.3 [2022-03-06T08:34:44.803Z] #23 11.89 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-06T08:34:44.803Z] #23 12.29 Collecting pyyaml [2022-03-06T08:34:44.803Z] #23 12.30 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-06T08:34:44.803Z] #23 12.45 Building wheels for collected packages: yamllint [2022-03-06T08:34:44.803Z] #23 12.45 Building wheel for yamllint (setup.py): started [2022-03-06T08:34:44.803Z] #23 13.40 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-06T08:34:44.803Z] #23 13.40 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=5684b949cc6946802f4758b584c3c293dcd625d77f4f393d3529838f6ad83096 [2022-03-06T08:34:44.803Z] #23 13.41 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-06T08:34:44.803Z] #23 13.41 Successfully built yamllint [2022-03-06T08:34:44.803Z] #23 13.44 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-06T08:34:44.803Z] #23 13.89 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-06T08:34:44.803Z] #23 DONE 14.7s [2022-03-06T08:34:44.803Z] [2022-03-06T08:34:44.803Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-06T08:34:44.803Z] #27 sha256:07b5052e1eb6e2cdf407185378cbe6c95ed709ead92021f4b497b12cd4dd6c34 [2022-03-06T08:34:44.888Z] --- PASS: TestHealthCheckWorkdir (0.61s) [2022-03-06T08:34:44.889Z] === RUN TestHealthKillContainer [2022-03-06T08:34:45.014Z] #65 DONE 46.5s [2022-03-06T08:34:45.014Z] [2022-03-06T08:34:45.014Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-06T08:34:45.014Z] #66 sha256:cb00377341256b43453d7c6ed9492a9b1e5c85e852f341a5da9cf2baddefb82f [2022-03-06T08:34:45.014Z] #66 DONE 0.2s [2022-03-06T08:34:45.014Z] [2022-03-06T08:34:45.014Z] #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-06T08:34:45.014Z] #67 sha256:983dfd9704f3d75fece46dd38279f3d11d8c7843f6f98bd0c1c345eb28e86125 [2022-03-06T08:34:45.368Z] #27 DONE 0.8s [2022-03-06T08:34:45.368Z] [2022-03-06T08:34:45.368Z] #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-06T08:34:45.368Z] #60 sha256:0278013f9d999fac671041d312dd2067625e82bc2a3318bc499ad3eee54ecc42 [2022-03-06T08:34:45.368Z] #60 ... [2022-03-06T08:34:45.368Z] [2022-03-06T08:34:45.368Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-06T08:34:45.368Z] #32 sha256:168a609fba0f71b2b7c223a72b58c538feee75a311386a084cf93d12534664eb [2022-03-06T08:34:46.031Z] #67 0.732 + RM_GOPATH=0 [2022-03-06T08:34:46.031Z] #67 0.732 + TMP_GOPATH= [2022-03-06T08:34:46.031Z] #67 0.732 + : /build [2022-03-06T08:34:46.031Z] #67 0.732 + '[' -z '' ']' [2022-03-06T08:34:46.031Z] #67 0.732 ++ mktemp -d [2022-03-06T08:34:46.031Z] #67 0.742 + export GOPATH=/tmp/tmp.ZlrtcCl2kJ [2022-03-06T08:34:46.031Z] #67 0.742 + GOPATH=/tmp/tmp.ZlrtcCl2kJ [2022-03-06T08:34:46.031Z] #67 0.742 + RM_GOPATH=1 [2022-03-06T08:34:46.031Z] #67 0.743 + case "$(go env GOARCH)" in [2022-03-06T08:34:46.031Z] #67 0.743 ++ go env GOARCH [2022-03-06T08:34:46.031Z] #67 0.751 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:34:46.031Z] #67 0.751 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:34:46.031Z] #67 0.752 ++ dirname /install.sh [2022-03-06T08:34:46.031Z] #67 0.752 + dir=/ [2022-03-06T08:34:46.031Z] #67 0.753 + bin=containerd [2022-03-06T08:34:46.031Z] #67 0.753 + shift [2022-03-06T08:34:46.031Z] #67 0.753 + '[' '!' -f //containerd.installer ']' [2022-03-06T08:34:46.031Z] #67 0.753 + . //containerd.installer [2022-03-06T08:34:46.031Z] #67 0.753 ++ set -e [2022-03-06T08:34:46.031Z] #67 0.754 ++ : v1.5.10 [2022-03-06T08:34:46.031Z] #67 0.754 + install_containerd [2022-03-06T08:34:46.031Z] #67 0.754 + echo 'Install containerd version v1.5.10' [2022-03-06T08:34:46.031Z] #67 0.755 Install containerd version v1.5.10 [2022-03-06T08:34:46.031Z] #67 0.755 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ZlrtcCl2kJ/src/github.com/containerd/containerd [2022-03-06T08:34:46.031Z] #67 0.760 Cloning into '/tmp/tmp.ZlrtcCl2kJ/src/github.com/containerd/containerd'... [2022-03-06T08:34:46.031Z] #67 ... [2022-03-06T08:34:46.031Z] [2022-03-06T08:34:46.031Z] #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-06T08:34:46.031Z] #70 sha256:2780bd61b5e5150fd85515fc90fa130ff1e661fcb00c59afe0d2a5afa1c830d0 [2022-03-06T08:34:46.031Z] #70 44.33 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-06T08:34:46.031Z] #70 44.33 + GOBIN=/build [2022-03-06T08:34:46.031Z] #70 44.33 + GO111MODULE=on [2022-03-06T08:34:46.031Z] #70 44.33 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-06T08:34:46.031Z] #70 47.34 rootlesskit version 0.14.6 [2022-03-06T08:34:46.031Z] #70 47.35 Usage of /build/rootlesskit-docker-proxy: [2022-03-06T08:34:46.031Z] #70 47.35 -container-ip string [2022-03-06T08:34:46.031Z] #70 47.35 container ip [2022-03-06T08:34:46.031Z] #70 47.35 -container-port int [2022-03-06T08:34:46.031Z] #70 47.35 container port (default -1) [2022-03-06T08:34:46.031Z] #70 47.35 -host-ip string [2022-03-06T08:34:46.031Z] #70 47.35 host ip [2022-03-06T08:34:46.031Z] #70 47.35 -host-port int [2022-03-06T08:34:46.031Z] #70 47.35 host port (default -1) [2022-03-06T08:34:46.031Z] #70 47.35 -proto string [2022-03-06T08:34:46.031Z] #70 47.35 proxy protocol (default "tcp") [2022-03-06T08:34:46.031Z] #70 DONE 47.5s [2022-03-06T08:34:46.288Z] [2022-03-06T08:34:46.288Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-06T08:34:46.288Z] #71 sha256:c5db31e24f962cbbfcd1258326df2201210dbeaa891024f4033536b0afe4ed08 [2022-03-06T08:34:46.288Z] #71 DONE 0.1s [2022-03-06T08:34:46.288Z] [2022-03-06T08:34:46.288Z] #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-06T08:34:46.288Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-06T08:34:46.288Z] #20 46.31 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-06T08:34:46.288Z] #20 46.62 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-06T08:34:46.288Z] #20 46.95 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-06T08:34:46.288Z] #20 47.48 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-06T08:34:46.288Z] #20 47.63 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-06T08:34:46.288Z] #20 47.63 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-06T08:34:46.288Z] #20 47.64 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-06T08:34:46.288Z] #20 47.64 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-06T08:34:46.288Z] #20 47.64 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-06T08:34:46.288Z] #20 47.65 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-06T08:34:46.288Z] #20 47.65 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-06T08:34:46.288Z] #20 47.65 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-06T08:34:46.288Z] #20 47.65 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-06T08:34:46.288Z] #20 47.65 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-06T08:34:46.288Z] #20 47.66 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-06T08:34:46.288Z] #20 47.66 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-06T08:34:46.288Z] #20 47.67 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-06T08:34:46.288Z] #20 47.67 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-06T08:34:46.288Z] #20 47.67 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-06T08:34:46.288Z] #20 47.67 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-06T08:34:46.300Z] #32 DONE 1.0s [2022-03-06T08:34:46.300Z] [2022-03-06T08:34:46.300Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-06T08:34:46.300Z] #35 sha256:c9a5409645e8f6138983c6680618ec5c23b387e1a066f4406bf3e62da36d7ca1 [2022-03-06T08:34:46.544Z] #20 ... [2022-03-06T08:34:46.544Z] [2022-03-06T08:34:46.544Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-06T08:34:46.544Z] #72 sha256:f8f17532be23ba94a449dcc328c0e676f57e91cf2a15506e355a6457fb0fa7da [2022-03-06T08:34:46.544Z] #72 DONE 0.1s [2022-03-06T08:34:46.544Z] [2022-03-06T08:34:46.544Z] #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-06T08:34:46.544Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-06T08:34:46.544Z] #20 48.20 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:34:46.863Z] #35 DONE 0.5s [2022-03-06T08:34:46.863Z] [2022-03-06T08:34:46.863Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-06T08:34:46.863Z] #37 sha256:92a9280569c1f26139d80901e38d21c87fb92f93e845da6aac8308c4532f9371 [2022-03-06T08:34:46.863Z] #37 DONE 0.0s [2022-03-06T08:34:46.863Z] [2022-03-06T08:34:46.863Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-06T08:34:46.863Z] #41 sha256:1016e592737f2b44abcebfa5efe7e65d99f2f5790268764eafe10c274aabf8b7 [2022-03-06T08:34:46.863Z] #41 DONE 0.0s [2022-03-06T08:34:46.863Z] [2022-03-06T08:34:46.863Z] #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-06T08:34:46.863Z] #56 sha256:209a088c93ee4219b2de676b91074b8d0817eb7ae34e70d6caa2471e22dbcc43 [2022-03-06T08:34:47.111Z] #20 48.68 Fetched 115 MB in 3s (44.7 MB/s) [2022-03-06T08:34:47.111Z] #20 48.76 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-06T08:34:47.416Z] #20 48.76 (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-06T08:34:47.417Z] #20 48.82 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-06T08:34:47.417Z] #20 48.83 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-06T08:34:47.979Z] #20 49.61 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-06T08:34:47.979Z] #20 49.61 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-06T08:34:47.979Z] #20 49.62 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-06T08:34:48.585Z] #20 50.32 Selecting previously unselected package binutils-mingw-w64. [2022-03-06T08:34:48.585Z] #20 ... [2022-03-06T08:34:48.585Z] [2022-03-06T08:34:48.585Z] #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-06T08:34:48.585Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-06T08:34:48.585Z] #45 31.07 Reading package lists... [2022-03-06T08:34:48.585Z] #45 40.43 Building dependency tree... [2022-03-06T08:34:48.585Z] #45 44.41 The following additional packages will be installed: [2022-03-06T08:34:48.585Z] #45 44.42 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-03-06T08:34:48.585Z] #45 44.44 Suggested packages: [2022-03-06T08:34:48.585Z] #45 44.44 cmake-doc ninja-build lrzip [2022-03-06T08:34:48.585Z] #45 44.44 Recommended packages: [2022-03-06T08:34:48.585Z] #45 44.44 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-06T08:34:48.585Z] #45 44.84 The following NEW packages will be installed: [2022-03-06T08:34:48.585Z] #45 44.88 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-03-06T08:34:48.585Z] #45 45.32 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:34:48.585Z] #45 45.32 Need to get 8418 kB of archives. [2022-03-06T08:34:48.585Z] #45 45.32 After this operation, 34.9 MB of additional disk space will be used. [2022-03-06T08:34:48.585Z] #45 45.32 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-06T08:34:48.585Z] #45 45.33 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-06T08:34:48.585Z] #45 45.33 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-06T08:34:48.585Z] #45 45.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-06T08:34:48.585Z] #45 45.38 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-06T08:34:48.585Z] #45 45.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-06T08:34:48.585Z] #45 45.38 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-06T08:34:48.585Z] #45 45.38 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-06T08:34:48.585Z] #45 46.25 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:34:48.585Z] #45 46.59 Fetched 8418 kB in 1s (15.8 MB/s) [2022-03-06T08:34:48.585Z] #45 46.67 Selecting previously unselected package xxd. [2022-03-06T08:34:48.585Z] #45 46.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 ... 30207 files and directories currently installed.) [2022-03-06T08:34:48.585Z] #45 46.71 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-06T08:34:48.585Z] #45 46.73 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:34:48.585Z] #45 46.86 Selecting previously unselected package vim-common. [2022-03-06T08:34:48.585Z] #45 46.86 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:34:48.585Z] #45 46.89 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:34:48.585Z] #45 47.08 Selecting previously unselected package cmake-data. [2022-03-06T08:34:48.585Z] #45 47.08 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-06T08:34:48.585Z] #45 47.09 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-06T08:34:48.585Z] #45 48.39 Selecting previously unselected package libarchive13:amd64. [2022-03-06T08:34:48.585Z] #45 48.40 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-06T08:34:48.585Z] #45 48.42 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-06T08:34:48.585Z] #45 48.64 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-06T08:34:48.585Z] #45 48.66 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-06T08:34:48.585Z] #45 48.66 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-06T08:34:48.585Z] #45 48.79 Selecting previously unselected package librhash0:amd64. [2022-03-06T08:34:48.585Z] #45 48.80 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-03-06T08:34:48.585Z] #45 48.80 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-06T08:34:48.585Z] #45 48.92 Selecting previously unselected package libuv1:amd64. [2022-03-06T08:34:48.585Z] #45 48.94 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-03-06T08:34:48.585Z] #45 48.98 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-06T08:34:48.585Z] #45 49.12 Selecting previously unselected package cmake. [2022-03-06T08:34:48.585Z] #45 49.12 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-06T08:34:48.585Z] #45 49.12 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-06T08:34:48.841Z] #45 50.36 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-06T08:34:48.841Z] #45 50.38 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:34:48.841Z] #45 50.39 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-06T08:34:48.841Z] #45 50.40 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:34:48.841Z] #45 50.42 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-06T08:34:48.841Z] #45 ... [2022-03-06T08:34:48.841Z] [2022-03-06T08:34:48.841Z] #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-06T08:34:48.841Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-06T08:34:48.841Z] #20 50.32 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-06T08:34:48.841Z] #20 50.33 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-06T08:34:48.841Z] #20 50.40 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-06T08:34:48.841Z] #20 50.40 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:34:48.841Z] #20 50.40 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:34:48.841Z] #20 50.47 Selecting previously unselected package dmsetup. [2022-03-06T08:34:48.841Z] #20 50.47 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:34:48.841Z] #20 50.48 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-06T08:34:49.097Z] #20 50.54 Selecting previously unselected package mingw-w64-common. [2022-03-06T08:34:49.097Z] #20 50.54 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-06T08:34:49.097Z] #20 50.55 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-06T08:34:49.097Z] #20 ... [2022-03-06T08:34:49.097Z] [2022-03-06T08:34:49.097Z] #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-06T08:34:49.097Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-06T08:34:49.097Z] #45 50.44 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-06T08:34:49.097Z] #45 50.45 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-06T08:34:49.097Z] #45 50.47 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-06T08:34:49.097Z] #45 50.49 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:34:49.097Z] #45 DONE 50.8s [2022-03-06T08:34:49.356Z] [2022-03-06T08:34:49.356Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-06T08:34:49.356Z] #46 sha256:4fc78fa92674e94d9b92ed5bb1b384971ac7e18763966976bde2d342a8703f0e [2022-03-06T08:34:49.356Z] #46 DONE 0.1s [2022-03-06T08:34:49.356Z] [2022-03-06T08:34:49.356Z] #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-06T08:34:49.356Z] #47 sha256:db462ad117be8711c233b9fc1df49183d30a01dd0c3522606b7d947250425df5 [2022-03-06T08:34:49.961Z] #47 0.777 + RM_GOPATH=0 [2022-03-06T08:34:49.962Z] #47 0.777 + TMP_GOPATH= [2022-03-06T08:34:49.962Z] #47 0.777 + : /build [2022-03-06T08:34:49.962Z] #47 0.777 + '[' -z '' ']' [2022-03-06T08:34:49.962Z] #47 0.777 ++ mktemp -d [2022-03-06T08:34:50.218Z] #47 0.778 + export GOPATH=/tmp/tmp.WzawBtq4Cx [2022-03-06T08:34:50.218Z] #47 0.778 + GOPATH=/tmp/tmp.WzawBtq4Cx [2022-03-06T08:34:50.218Z] #47 0.778 + RM_GOPATH=1 [2022-03-06T08:34:50.218Z] #47 0.778 + case "$(go env GOARCH)" in [2022-03-06T08:34:50.218Z] #47 0.779 ++ go env GOARCH [2022-03-06T08:34:50.218Z] #47 0.784 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:34:50.218Z] #47 0.784 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:34:50.218Z] #47 0.785 ++ dirname /install.sh [2022-03-06T08:34:50.218Z] #47 0.785 + dir=/ [2022-03-06T08:34:50.218Z] #47 0.785 + bin=tini [2022-03-06T08:34:50.218Z] #47 0.786 + shift [2022-03-06T08:34:50.218Z] #47 0.786 + '[' '!' -f //tini.installer ']' [2022-03-06T08:34:50.218Z] #47 0.786 + . //tini.installer [2022-03-06T08:34:50.218Z] #47 0.786 ++ : v0.19.0 [2022-03-06T08:34:50.218Z] #47 0.786 + install_tini [2022-03-06T08:34:50.218Z] #47 0.786 + echo 'Install tini version v0.19.0' [2022-03-06T08:34:50.218Z] #47 0.786 Install tini version v0.19.0 [2022-03-06T08:34:50.218Z] #47 0.787 + git clone https://github.com/krallin/tini.git /tmp/tmp.WzawBtq4Cx/tini [2022-03-06T08:34:50.218Z] #47 0.788 Cloning into '/tmp/tmp.WzawBtq4Cx/tini'... [2022-03-06T08:34:50.517Z] #47 1.136 + cd /tmp/tmp.WzawBtq4Cx/tini [2022-03-06T08:34:50.517Z] #47 1.137 + git checkout -q v0.19.0 [2022-03-06T08:34:50.517Z] #47 1.147 + cmake . [2022-03-06T08:34:50.517Z] #47 1.314 -- The C compiler identification is GNU 10.2.1 [2022-03-06T08:34:50.517Z] #47 1.330 -- Detecting C compiler ABI info [2022-03-06T08:34:50.773Z] #47 1.532 -- Detecting C compiler ABI info - done [2022-03-06T08:34:50.773Z] #47 1.580 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-06T08:34:50.773Z] #47 1.587 -- Detecting C compile features [2022-03-06T08:34:51.029Z] #47 1.588 -- Detecting C compile features - done [2022-03-06T08:34:51.029Z] #47 1.602 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-06T08:34:51.029Z] #47 1.684 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-06T08:34:51.029Z] #47 1.724 -- Configuring done [2022-03-06T08:34:51.029Z] #47 1.732 -- Generating done [2022-03-06T08:34:51.029Z] #47 1.738 -- Build files have been written to: /tmp/tmp.WzawBtq4Cx/tini [2022-03-06T08:34:51.029Z] #47 1.740 + make tini-static [2022-03-06T08:34:51.029Z] #47 1.872 Scanning dependencies of target tini-static [2022-03-06T08:34:51.074Z] #51 ... [2022-03-06T08:34:51.074Z] [2022-03-06T08:34:51.074Z] #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-06T08:34:51.074Z] #26 sha256:d71664108b8f32a2a14f74d4addfd39cd21e2672f3918e1674be3a3a3a4ffe73 [2022-03-06T08:34:51.074Z] #26 199.3 + return [2022-03-06T08:34:51.074Z] #26 DONE 201.2s [2022-03-06T08:34:51.074Z] [2022-03-06T08:34:51.074Z] #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-06T08:34:51.074Z] #60 sha256:0c8f9a0e2308018d9ee56011ba96bd61bdb5db17c2942ffba8550974aef1dece [2022-03-06T08:34:51.074Z] #60 169.8 + bin/containerd [2022-03-06T08:34:51.074Z] #60 ... [2022-03-06T08:34:51.074Z] [2022-03-06T08:34:51.074Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-06T08:34:51.074Z] #27 sha256:eb96766b4ac3767db4c7672a56030f5c7b0d7b448c36835227ddcb220d5dc6ff [2022-03-06T08:34:51.074Z] #27 DONE 0.7s [2022-03-06T08:34:51.074Z] [2022-03-06T08:34:51.074Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-06T08:34:51.074Z] #32 sha256:8bf2ef9bccd0a3cb26c17c23907ea72432f6584ed516e33d7b5bf7e821f58160 [2022-03-06T08:34:51.074Z] #32 DONE 0.9s [2022-03-06T08:34:51.074Z] [2022-03-06T08:34:51.074Z] #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-06T08:34:51.074Z] #60 sha256:0c8f9a0e2308018d9ee56011ba96bd61bdb5db17c2942ffba8550974aef1dece [2022-03-06T08:34:51.074Z] #60 ... [2022-03-06T08:34:51.074Z] [2022-03-06T08:34:51.074Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-06T08:34:51.074Z] #35 sha256:8eee111824aaab7c6714544b66e6e1eb38e65dd9357eb5c2fe49a54b750392c5 [2022-03-06T08:34:51.286Z] #47 1.944 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-06T08:34:51.849Z] #47 2.335 [100%] Linking C executable tini-static [2022-03-06T08:34:51.849Z] #47 2.579 [100%] Built target tini-static [2022-03-06T08:34:51.849Z] #47 2.594 + mkdir -p /build [2022-03-06T08:34:51.849Z] #47 2.596 + cp tini-static /build/docker-init [2022-03-06T08:34:52.148Z] #47 DONE 3.0s [2022-03-06T08:34:52.148Z] [2022-03-06T08:34:52.148Z] #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-06T08:34:52.148Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-06T08:34:52.148Z] #20 52.26 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-06T08:34:52.148Z] #20 52.27 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-06T08:34:52.148Z] #20 52.28 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-06T08:34:52.710Z] #20 54.26 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-06T08:34:52.710Z] #20 54.27 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:34:52.710Z] #20 54.27 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-06T08:34:52.967Z] #20 54.41 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-06T08:34:52.967Z] #20 54.41 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:34:52.967Z] #20 54.43 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-06T08:34:53.017Z] --- PASS: TestHealthKillContainer (7.85s) [2022-03-06T08:34:53.017Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-06T08:34:53.017Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-06T08:34:53.017Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-06T08:34:53.017Z] === RUN TestIpcModeNone [2022-03-06T08:34:53.277Z] --- PASS: TestIpcModeNone (0.45s) [2022-03-06T08:34:53.277Z] === RUN TestIpcModePrivate [2022-03-06T08:34:53.537Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-03-06T08:34:53.597Z] #35 DONE 4.7s [2022-03-06T08:34:53.597Z] [2022-03-06T08:34:53.597Z] #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-06T08:34:53.597Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-06T08:34:53.597Z] #51 208.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-06T08:34:53.597Z] #51 DONE 208.9s [2022-03-06T08:34:53.597Z] [2022-03-06T08:34:53.597Z] #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-06T08:34:53.597Z] #56 sha256:055a12b31eb730f91666828e0d35bae6ff59a0422b0673755705ec520c88ea6d [2022-03-06T08:34:53.597Z] #56 115.2 + mkdir -p /build [2022-03-06T08:34:53.597Z] #56 115.2 + cp runc /build/runc [2022-03-06T08:34:53.597Z] #56 DONE 117.6s [2022-03-06T08:34:53.597Z] [2022-03-06T08:34:53.597Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-06T08:34:53.597Z] #37 sha256:74a81da08ea0996e41b2452f53d147b727dbc3b83b4a5831489aa06dfd942ed7 [2022-03-06T08:34:53.598Z] #37 DONE 0.1s [2022-03-06T08:34:53.598Z] [2022-03-06T08:34:53.598Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-06T08:34:53.598Z] #41 sha256:14184b40e3d7dad6460348e425f37dd582ab014bb87977f86cdbcdaf717556d9 [2022-03-06T08:34:53.598Z] #41 DONE 0.2s [2022-03-06T08:34:53.598Z] [2022-03-06T08:34:53.598Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-06T08:34:53.598Z] #44 sha256:adaf9cc1b78676d56f1afd60fe38f278ddbef71b7d31ac55abd160beb2f15026 [2022-03-06T08:34:53.797Z] --- PASS: TestIpcModePrivate (0.51s) [2022-03-06T08:34:53.797Z] === RUN TestIpcModeShareable [2022-03-06T08:34:53.797Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-06T08:34:53.797Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-03-06T08:34:53.797Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-06T08:34:53.857Z] #44 DONE 0.5s [2022-03-06T08:34:53.858Z] [2022-03-06T08:34:53.858Z] #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-06T08:34:53.858Z] #60 sha256:0c8f9a0e2308018d9ee56011ba96bd61bdb5db17c2942ffba8550974aef1dece [2022-03-06T08:34:54.115Z] #60 ... [2022-03-06T08:34:54.115Z] [2022-03-06T08:34:54.116Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-06T08:34:54.116Z] #48 sha256:74fc735a8936f1af57399a491c9002c4dc38bd3715738ba2af4e37281cf4797d [2022-03-06T08:34:54.375Z] #48 DONE 0.3s [2022-03-06T08:34:54.375Z] [2022-03-06T08:34:54.375Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-06T08:34:54.375Z] #50 sha256:f45ed744a7db26d159b011817466d5b242109666347aa1d90d227a9a725d3b87 [2022-03-06T08:34:54.375Z] #50 DONE 0.1s [2022-03-06T08:34:54.375Z] [2022-03-06T08:34:54.375Z] #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-06T08:34:54.375Z] #60 sha256:0c8f9a0e2308018d9ee56011ba96bd61bdb5db17c2942ffba8550974aef1dece [2022-03-06T08:34:55.180Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.41s) [2022-03-06T08:34:55.180Z] === RUN TestAPIIpcModeHost [2022-03-06T08:34:55.180Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-06T08:34:55.180Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-03-06T08:34:55.180Z] === RUN TestDaemonIpcModeShareable [2022-03-06T08:34:55.180Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-06T08:34:55.180Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-03-06T08:34:55.180Z] === RUN TestDaemonIpcModePrivate [2022-03-06T08:34:55.308Z] #60 ... [2022-03-06T08:34:55.308Z] [2022-03-06T08:34:55.308Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-06T08:34:55.308Z] #52 sha256:7b59e62bb1bb22c4a63fe583d8c2534a2ce07eb3d63e3903a826d76970ff8a3c [2022-03-06T08:34:55.528Z] #20 56.98 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-06T08:34:55.528Z] #20 56.99 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:34:55.528Z] #20 56.99 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:34:56.119Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-06T08:34:56.240Z] #52 DONE 1.1s [2022-03-06T08:34:56.240Z] [2022-03-06T08:34:56.240Z] #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-06T08:34:56.240Z] #60 sha256:0c8f9a0e2308018d9ee56011ba96bd61bdb5db17c2942ffba8550974aef1dece [2022-03-06T08:34:56.240Z] #60 ... [2022-03-06T08:34:56.240Z] [2022-03-06T08:34:56.240Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-06T08:34:56.240Z] #54 sha256:6c0808f88e596efe9336e58340de5399f40cc4fb18af474ddf6a21996cf68923 [2022-03-06T08:34:56.240Z] #54 DONE 0.1s [2022-03-06T08:34:56.240Z] [2022-03-06T08:34:56.240Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-06T08:34:56.240Z] #57 sha256:ee6999d7738acb743e0de7b903a9fd0532c928f8a75c64e86c1b9997c3d2eaa7 [2022-03-06T08:34:56.378Z] --- PASS: TestDaemonIpcModePrivate (1.13s) [2022-03-06T08:34:56.379Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-06T08:34:56.379Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-06T08:34:56.379Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-06T08:34:56.379Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-06T08:34:56.379Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-06T08:34:56.379Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-06T08:34:56.379Z] === RUN TestIpcModeOlderClient [2022-03-06T08:34:56.379Z] === PAUSE TestIpcModeOlderClient [2022-03-06T08:34:56.379Z] === RUN TestKillContainerInvalidSignal [2022-03-06T08:34:56.805Z] #57 DONE 0.5s [2022-03-06T08:34:56.805Z] [2022-03-06T08:34:56.805Z] #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-06T08:34:56.805Z] #60 sha256:0c8f9a0e2308018d9ee56011ba96bd61bdb5db17c2942ffba8550974aef1dece [2022-03-06T08:34:56.949Z] --- PASS: TestKillContainerInvalidSignal (0.50s) [2022-03-06T08:34:56.949Z] === RUN TestKillContainer [2022-03-06T08:34:56.949Z] === RUN TestKillContainer/no_signal [2022-03-06T08:34:57.209Z] === RUN TestKillContainer/non_killing_signal [2022-03-06T08:34:57.469Z] === RUN TestKillContainer/killing_signal [2022-03-06T08:34:58.039Z] --- PASS: TestKillContainer (1.30s) [2022-03-06T08:34:58.039Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-03-06T08:34:58.039Z] --- PASS: TestKillContainer/non_killing_signal (0.24s) [2022-03-06T08:34:58.039Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2022-03-06T08:34:58.039Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-06T08:34:58.039Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-06T08:34:58.088Z] #20 ... [2022-03-06T08:34:58.088Z] [2022-03-06T08:34:58.088Z] #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-06T08:34:58.088Z] #67 sha256:983dfd9704f3d75fece46dd38279f3d11d8c7843f6f98bd0c1c345eb28e86125 [2022-03-06T08:34:58.088Z] #67 12.92 + cd /tmp/tmp.ZlrtcCl2kJ/src/github.com/containerd/containerd [2022-03-06T08:34:58.088Z] #67 12.92 + git checkout -q v1.5.10 [2022-03-06T08:34:58.609Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-06T08:34:59.019Z] #67 13.83 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-06T08:34:59.020Z] #67 13.83 + BUILDTAGS='netgo osusergo static_build' [2022-03-06T08:34:59.020Z] #67 13.83 + export EXTRA_FLAGS=-buildmode=pie [2022-03-06T08:34:59.020Z] #67 13.83 + EXTRA_FLAGS=-buildmode=pie [2022-03-06T08:34:59.020Z] #67 13.83 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-06T08:34:59.020Z] #67 13.83 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-06T08:34:59.020Z] #67 13.83 + '[' '' = dynamic ']' [2022-03-06T08:34:59.020Z] #67 13.83 + make [2022-03-06T08:34:59.179Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.91s) [2022-03-06T08:34:59.179Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.47s) [2022-03-06T08:34:59.179Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2022-03-06T08:34:59.179Z] === RUN TestKillStoppedContainer [2022-03-06T08:34:59.179Z] --- PASS: TestKillStoppedContainer (0.03s) [2022-03-06T08:34:59.179Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-06T08:34:59.179Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s) [2022-03-06T08:34:59.179Z] === RUN TestKillDifferentUserContainer [2022-03-06T08:34:59.277Z] #67 14.36 + bin/ctr [2022-03-06T08:34:59.439Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-03-06T08:34:59.440Z] === RUN TestInspectOomKilledTrue [2022-03-06T08:34:59.440Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:34:59.440Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-06T08:34:59.440Z] === RUN TestInspectOomKilledFalse [2022-03-06T08:34:59.440Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-06T08:34:59.440Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-06T08:34:59.440Z] === RUN TestLinksEtcHostsContentMatch [2022-03-06T08:34:59.440Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-06T08:34:59.440Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-03-06T08:34:59.440Z] === RUN TestLinksContainerNames [2022-03-06T08:35:00.377Z] --- PASS: TestLinksContainerNames (0.87s) [2022-03-06T08:35:00.377Z] === RUN TestLogsFollowTailEmpty [2022-03-06T08:35:00.946Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-03-06T08:35:00.946Z] === RUN TestContainerNetworkMountsNoChown [2022-03-06T08:35:01.205Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/default [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/default [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/private [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/private [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rprivate [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/slave [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/slave [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rslave [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/shared [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/shared [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rshared [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/default [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/rslave [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/slave [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/rshared [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/rprivate [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/private [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/shared [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-06T08:35:01.205Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-06T08:35:01.205Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-06T08:35:01.205Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-06T08:35:01.464Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-06T08:35:01.464Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-06T08:35:01.464Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-06T08:35:01.464Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-06T08:35:01.465Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-06T08:35:01.465Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-06T08:35:01.465Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-06T08:35:01.465Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-06T08:35:01.465Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-06T08:35:01.465Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-06T08:35:01.465Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-06T08:35:01.465Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-06T08:35:01.465Z] === RUN TestContainerBindMountNonRecursive [2022-03-06T08:35:01.465Z] 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-06T08:35:01.465Z] --- SKIP: TestContainerBindMountNonRecursive (0.00s) [2022-03-06T08:35:01.465Z] === RUN TestContainerVolumesMountedAsShared [2022-03-06T08:35:01.465Z] 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-06T08:35:01.465Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-03-06T08:35:01.465Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-06T08:35:01.465Z] 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-06T08:35:01.465Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-03-06T08:35:01.465Z] === RUN TestNetworkNat [2022-03-06T08:35:01.718Z] #56 ... [2022-03-06T08:35:01.718Z] [2022-03-06T08:35:01.718Z] #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-06T08:35:01.718Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-06T08:35:01.718Z] #43 DONE 189.0s [2022-03-06T08:35:01.718Z] [2022-03-06T08:35:01.718Z] #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-06T08:35:01.718Z] #60 sha256:0278013f9d999fac671041d312dd2067625e82bc2a3318bc499ad3eee54ecc42 [2022-03-06T08:35:02.033Z] --- PASS: TestNetworkNat (0.51s) [2022-03-06T08:35:02.033Z] === RUN TestNetworkLocalhostTCPNat [2022-03-06T08:35:02.292Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2022-03-06T08:35:02.292Z] === RUN TestNetworkLoopbackNat [2022-03-06T08:35:04.253Z] #60 ... [2022-03-06T08:35:04.253Z] [2022-03-06T08:35:04.253Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-06T08:35:04.253Z] #44 sha256:648a29f84efa9d213ad9e6a381d8404c9d8025106dbc965bc196daa9790e75c9 [2022-03-06T08:35:04.527Z] #67 ... [2022-03-06T08:35:04.527Z] [2022-03-06T08:35:04.527Z] #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-06T08:35:04.527Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-06T08:35:04.527Z] #20 60.78 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-06T08:35:04.527Z] #20 60.78 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:35:04.527Z] #20 60.79 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:35:04.527Z] #20 62.29 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-06T08:35:04.527Z] #20 62.29 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:35:04.527Z] #20 62.30 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-06T08:35:04.527Z] #20 64.09 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-06T08:35:04.527Z] #20 64.10 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:35:04.527Z] #20 64.10 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:35:04.831Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2022-03-06T08:35:04.831Z] === RUN TestPause [2022-03-06T08:35:04.831Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:04.831Z] --- SKIP: TestPause (0.00s) [2022-03-06T08:35:04.831Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-06T08:35:04.831Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-06T08:35:04.831Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-06T08:35:04.831Z] === RUN TestPauseStopPausedContainer [2022-03-06T08:35:04.831Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:04.831Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-06T08:35:04.831Z] === RUN TestPidHost [2022-03-06T08:35:05.187Z] #44 DONE 1.0s [2022-03-06T08:35:05.187Z] [2022-03-06T08:35:05.187Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-06T08:35:05.187Z] #60 sha256:0278013f9d999fac671041d312dd2067625e82bc2a3318bc499ad3eee54ecc42 [2022-03-06T08:35:05.187Z] #60 ... [2022-03-06T08:35:05.187Z] [2022-03-06T08:35:05.187Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-06T08:35:05.187Z] #48 sha256:6643ed4b5fd073a7be3f01e8e5983da370439054c3fb3ebacf9b5233bd5e5552 [2022-03-06T08:35:05.187Z] #48 DONE 0.2s [2022-03-06T08:35:05.187Z] [2022-03-06T08:35:05.187Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-06T08:35:05.187Z] #60 sha256:0278013f9d999fac671041d312dd2067625e82bc2a3318bc499ad3eee54ecc42 [2022-03-06T08:35:05.447Z] #60 ... [2022-03-06T08:35:05.447Z] [2022-03-06T08:35:05.447Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-06T08:35:05.447Z] #50 sha256:2035c5378d5edfd0f282df9f1092ba107c2c1fef0a27d77141e061bf2e0d9536 [2022-03-06T08:35:05.706Z] #50 DONE 0.3s [2022-03-06T08:35:05.706Z] [2022-03-06T08:35:05.706Z] #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-06T08:35:05.706Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:35:05.771Z] --- PASS: TestPidHost (0.94s) [2022-03-06T08:35:05.771Z] === RUN TestPsFilter [2022-03-06T08:35:06.031Z] --- PASS: TestPsFilter (0.09s) [2022-03-06T08:35:06.031Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-06T08:35:06.291Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2022-03-06T08:35:06.291Z] === RUN TestRemoveContainerWithVolume [2022-03-06T08:35:06.421Z] #20 67.95 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-06T08:35:06.421Z] #20 67.96 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-06T08:35:06.421Z] #20 67.96 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:35:06.861Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-03-06T08:35:06.861Z] === RUN TestRemoveContainerRunning [2022-03-06T08:35:06.932Z] #60 227.6 # github.com/containerd/containerd/cmd/containerd [2022-03-06T08:35:06.932Z] #60 227.6 /usr/bin/ld: /tmp/go-link-3268284254/000019.o: in function `New': [2022-03-06T08:35:06.932Z] #60 227.6 /tmp/tmp.g83BWKxvTc/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-06T08:35:07.192Z] #60 227.7 + bin/containerd-stress [2022-03-06T08:35:07.431Z] --- PASS: TestRemoveContainerRunning (0.45s) [2022-03-06T08:35:07.431Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-06T08:35:07.691Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-03-06T08:35:07.691Z] === RUN TestRemoveInvalidContainer [2022-03-06T08:35:07.691Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-06T08:35:07.691Z] === RUN TestRenameLinkedContainer [2022-03-06T08:35:08.125Z] #60 228.8 + bin/containerd-shim [2022-03-06T08:35:08.413Z] #20 69.70 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-06T08:35:08.413Z] #20 69.71 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-06T08:35:08.413Z] #20 69.72 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-06T08:35:08.413Z] #20 69.79 Selecting previously unselected package libapparmor1:amd64. [2022-03-06T08:35:08.413Z] #20 69.79 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-06T08:35:08.413Z] #20 69.80 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-06T08:35:08.413Z] #20 69.85 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-06T08:35:08.413Z] #20 69.87 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-06T08:35:08.413Z] #20 69.87 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-06T08:35:08.413Z] #20 69.94 Selecting previously unselected package libbtrfs0:amd64. [2022-03-06T08:35:08.413Z] #20 69.94 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-06T08:35:08.413Z] #20 69.95 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:35:08.413Z] #20 70.03 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-06T08:35:08.413Z] #20 70.04 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-06T08:35:08.413Z] #20 70.04 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:35:08.673Z] #20 70.13 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-06T08:35:08.673Z] #20 70.13 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:35:08.673Z] #20 70.14 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:35:08.673Z] #20 70.21 Selecting previously unselected package libudev-dev:amd64. [2022-03-06T08:35:08.673Z] #20 70.22 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-06T08:35:08.673Z] #20 70.22 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-06T08:35:08.673Z] #20 70.32 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-06T08:35:08.673Z] #20 70.33 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-06T08:35:08.673Z] #20 70.33 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-06T08:35:08.673Z] #20 70.45 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-06T08:35:08.947Z] #20 70.46 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-06T08:35:08.947Z] #20 70.47 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-06T08:35:08.947Z] #20 70.59 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-06T08:35:08.947Z] #20 70.59 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-06T08:35:08.947Z] #20 70.59 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-06T08:35:08.947Z] #20 70.66 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-06T08:35:08.947Z] #20 70.67 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-06T08:35:08.947Z] #20 70.67 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-06T08:35:09.205Z] #20 70.71 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-06T08:35:09.205Z] #20 70.72 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-06T08:35:09.205Z] #20 70.73 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-06T08:35:09.461Z] #20 70.91 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-06T08:35:09.462Z] #20 70.91 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-06T08:35:09.462Z] #20 70.92 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-06T08:35:09.462Z] #20 71.00 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-06T08:35:09.462Z] #20 71.01 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-06T08:35:09.462Z] #20 71.01 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:35:09.462Z] #20 71.06 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-06T08:35:09.462Z] #20 71.07 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-06T08:35:09.462Z] #20 71.07 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-06T08:35:09.462Z] #20 71.14 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-06T08:35:09.601Z] --- PASS: TestRenameLinkedContainer (1.74s) [2022-03-06T08:35:09.601Z] === RUN TestRenameStoppedContainer [2022-03-06T08:35:09.719Z] #20 71.14 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-06T08:35:09.719Z] #20 71.15 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-06T08:35:09.719Z] #20 71.37 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-06T08:35:09.719Z] #20 71.39 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-06T08:35:09.719Z] #20 71.40 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-06T08:35:09.719Z] #20 71.42 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-06T08:35:09.719Z] #20 71.43 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-06T08:35:09.719Z] #20 71.44 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-06T08:35:09.719Z] #20 71.45 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-06T08:35:09.719Z] #20 71.46 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-06T08:35:09.719Z] #20 71.47 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-06T08:35:09.719Z] #20 71.49 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-06T08:35:09.719Z] #20 71.50 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-06T08:35:09.861Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-03-06T08:35:09.861Z] === RUN TestRenameRunningContainerAndReuse [2022-03-06T08:35:09.975Z] #20 71.51 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-06T08:35:09.975Z] #20 71.53 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-06T08:35:09.975Z] #20 71.54 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-06T08:35:09.975Z] #20 71.55 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-06T08:35:09.975Z] #20 71.57 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-06T08:35:09.975Z] #20 71.58 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-06T08:35:09.975Z] #20 71.59 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-06T08:35:09.975Z] #20 71.61 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-06T08:35:09.975Z] #20 71.62 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-06T08:35:09.975Z] #20 71.63 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:35:09.975Z] #20 71.64 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-06T08:35:09.975Z] #20 71.65 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:35:09.975Z] #20 71.66 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-06T08:35:09.975Z] #20 71.66 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-06T08:35:09.975Z] #20 71.67 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-06T08:35:09.975Z] #20 71.68 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-06T08:35:09.975Z] #20 71.69 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-06T08:35:09.975Z] #20 71.70 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-06T08:35:09.975Z] #20 71.72 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:35:10.232Z] #20 71.73 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-06T08:35:10.232Z] #20 71.74 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:35:10.232Z] #20 71.75 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-06T08:35:10.232Z] #20 71.77 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:35:10.800Z] --- PASS: TestRenameRunningContainerAndReuse (0.89s) [2022-03-06T08:35:10.800Z] === RUN TestRenameInvalidName [2022-03-06T08:35:11.059Z] --- PASS: TestRenameInvalidName (0.42s) [2022-03-06T08:35:11.059Z] === RUN TestRenameAnonymousContainer [2022-03-06T08:35:12.795Z] #20 DONE 74.3s [2022-03-06T08:35:12.795Z] [2022-03-06T08:35:12.795Z] #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-06T08:35:12.795Z] #21 sha256:db75bd3b135fe2d1bd4cb661fe8f3bb76feaaa7f57437ececffd905ad46fd13d [2022-03-06T08:35:12.966Z] --- PASS: TestRenameAnonymousContainer (1.67s) [2022-03-06T08:35:12.966Z] === RUN TestRenameContainerWithSameName [2022-03-06T08:35:13.225Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-03-06T08:35:13.225Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-06T08:35:14.163Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s) [2022-03-06T08:35:14.163Z] === RUN TestResize [2022-03-06T08:35:14.164Z] #21 1.213 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-06T08:35:14.164Z] #21 1.293 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-06T08:35:14.164Z] #21 1.297 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-06T08:35:14.733Z] --- PASS: TestResize (0.44s) [2022-03-06T08:35:14.733Z] === RUN TestResizeWithInvalidSize [2022-03-06T08:35:14.993Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-03-06T08:35:14.993Z] === RUN TestResizeWhenContainerNotStarted [2022-03-06T08:35:15.563Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-03-06T08:35:15.563Z] === RUN TestDaemonRestartKillContainers [2022-03-06T08:35:15.563Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-06T08:35:15.563Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-06T08:35:15.563Z] === RUN TestCgroupNamespacesRun [2022-03-06T08:35:16.229Z] #60 236.0 + bin/containerd-shim-runc-v1 [2022-03-06T08:35:16.502Z] --- PASS: TestCgroupNamespacesRun (1.15s) [2022-03-06T08:35:16.503Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-06T08:35:17.883Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.16s) [2022-03-06T08:35:17.883Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-06T08:35:18.263Z] 8f616e6e9eec: Pull complete [2022-03-06T08:35:18.779Z] #60 201.3 # github.com/containerd/containerd/cmd/containerd [2022-03-06T08:35:18.779Z] #60 201.3 /usr/bin/ld: /tmp/go-link-3287728651/000019.o: in function `New': [2022-03-06T08:35:18.779Z] #60 201.3 /tmp/tmp.E681nkfw3P/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-06T08:35:18.779Z] #60 201.4 + bin/containerd-stress [2022-03-06T08:35:18.779Z] #60 202.4 + bin/containerd-shim [2022-03-06T08:35:18.822Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s) [2022-03-06T08:35:18.822Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-06T08:35:19.759Z] #21 1.733 Reading package lists... [2022-03-06T08:35:20.204Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s) [2022-03-06T08:35:20.204Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-06T08:35:21.143Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-03-06T08:35:21.143Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-06T08:35:21.493Z] #60 241.1 + bin/containerd-shim-runc-v2 [2022-03-06T08:35:21.493Z] #60 241.7 + binaries [2022-03-06T08:35:21.493Z] #60 241.7 + install -D bin/containerd /build/containerd [2022-03-06T08:35:21.493Z] #60 241.7 + install -D bin/containerd-shim /build/containerd-shim [2022-03-06T08:35:21.493Z] #60 241.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-06T08:35:21.493Z] #60 241.7 + install -D bin/ctr /build/ctr [2022-03-06T08:35:22.525Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.20s) [2022-03-06T08:35:22.525Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-06T08:35:23.095Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-03-06T08:35:23.095Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-06T08:35:23.440Z] #60 DONE 243.8s [2022-03-06T08:35:24.007Z] [2022-03-06T08:35:24.007Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-06T08:35:24.007Z] #61 sha256:ea3125e09c10db2b282d15bcadc3b68756eca3ec12e0804e7dd60ac188d5eb1c [2022-03-06T08:35:24.034Z] #60 208.3 + bin/containerd-shim-runc-v1 [2022-03-06T08:35:24.047Z] #21 6.396 Reading package lists... [2022-03-06T08:35:24.474Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.18s) [2022-03-06T08:35:24.474Z] === RUN TestNISDomainname [2022-03-06T08:35:24.474Z] 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-06T08:35:24.474Z] --- SKIP: TestNISDomainname (0.00s) [2022-03-06T08:35:24.474Z] === RUN TestHostnameDnsResolution [2022-03-06T08:35:24.956Z] #61 DONE 0.7s [2022-03-06T08:35:24.956Z] [2022-03-06T08:35:24.956Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-06T08:35:24.956Z] #66 sha256:d55206b684603fe2b4586f31b78190c5ea1edbc5bec08af4c722d1fc89395686 [2022-03-06T08:35:24.956Z] #66 DONE 0.2s [2022-03-06T08:35:24.956Z] [2022-03-06T08:35:24.956Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-06T08:35:24.956Z] #71 sha256:09fdf60d3629a9b516e26b3a381d48573384e8e77e76008fc19836961c9de5a0 [2022-03-06T08:35:24.976Z] #21 11.01 Building dependency tree... [2022-03-06T08:35:24.976Z] #21 12.11 Reading state information... [2022-03-06T08:35:25.043Z] --- PASS: TestHostnameDnsResolution (0.71s) [2022-03-06T08:35:25.043Z] === RUN TestUnprivilegedPortsAndPing [2022-03-06T08:35:25.043Z] 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-06T08:35:25.043Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-03-06T08:35:25.043Z] === RUN TestStats [2022-03-06T08:35:25.043Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:25.043Z] --- SKIP: TestStats (0.00s) [2022-03-06T08:35:25.043Z] === RUN TestStopContainerWithTimeout [2022-03-06T08:35:25.043Z] === RUN TestStopContainerWithTimeout/0 [2022-03-06T08:35:25.043Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-06T08:35:25.043Z] === RUN TestStopContainerWithTimeout/1 [2022-03-06T08:35:25.043Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-06T08:35:25.043Z] === RUN TestStopContainerWithTimeout/3 [2022-03-06T08:35:25.043Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-06T08:35:25.043Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-06T08:35:25.043Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-06T08:35:25.043Z] === CONT TestStopContainerWithTimeout/0 [2022-03-06T08:35:25.043Z] === CONT TestStopContainerWithTimeout/3 [2022-03-06T08:35:25.043Z] === CONT TestStopContainerWithTimeout/1 [2022-03-06T08:35:25.043Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-06T08:35:25.889Z] #71 DONE 0.9s [2022-03-06T08:35:25.889Z] [2022-03-06T08:35:25.889Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-06T08:35:25.889Z] #72 sha256:fdc31438b0da260ecd1ababece14296409a6ac5f448af4db6a53165f2d375bf2 [2022-03-06T08:35:25.889Z] #72 DONE 0.0s [2022-03-06T08:35:25.889Z] [2022-03-06T08:35:25.889Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-06T08:35:25.889Z] #73 sha256:d756f0cbaa06527477e694a1251187a8f48ed1f32770a4eef281e596a04bb84e [2022-03-06T08:35:26.381Z] #21 13.28 The following additional packages will be installed: [2022-03-06T08:35:26.381Z] #21 13.28 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-06T08:35:26.381Z] #21 13.28 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-06T08:35:26.381Z] #21 13.28 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-06T08:35:26.381Z] #21 13.29 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-06T08:35:26.381Z] #21 13.29 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-06T08:35:26.381Z] #21 13.29 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-03-06T08:35:26.381Z] #21 13.29 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-03-06T08:35:26.381Z] #21 13.31 Suggested packages: [2022-03-06T08:35:26.381Z] #21 13.31 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-03-06T08:35:26.381Z] #21 13.31 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-03-06T08:35:26.381Z] #21 13.31 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-03-06T08:35:26.381Z] #21 13.31 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-03-06T08:35:26.381Z] #21 13.31 seccomp:ppc64el seccomp:s390x [2022-03-06T08:35:26.381Z] #21 13.31 Recommended packages: [2022-03-06T08:35:26.381Z] #21 13.31 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-03-06T08:35:26.381Z] #21 13.31 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-03-06T08:35:26.381Z] #21 13.31 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-03-06T08:35:26.381Z] #21 13.31 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-03-06T08:35:26.381Z] #21 13.76 The following NEW packages will be installed: [2022-03-06T08:35:26.381Z] #21 13.76 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-06T08:35:26.381Z] #21 13.76 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-03-06T08:35:26.381Z] #21 13.76 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-03-06T08:35:26.381Z] #21 13.76 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-06T08:35:26.381Z] #21 13.76 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-06T08:35:26.381Z] #21 13.76 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-06T08:35:26.381Z] #21 13.76 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-06T08:35:26.381Z] #21 13.77 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-03-06T08:35:26.381Z] #21 13.77 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-03-06T08:35:26.381Z] #21 13.77 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-03-06T08:35:26.381Z] #21 13.77 libseccomp2:ppc64el libseccomp2:s390x [2022-03-06T08:35:26.638Z] #21 14.12 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:35:26.638Z] #21 14.12 Need to get 15.9 MB of archives. [2022-03-06T08:35:26.638Z] #21 14.12 After this operation, 73.0 MB of additional disk space will be used. [2022-03-06T08:35:26.638Z] #21 14.12 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-03-06T08:35:26.638Z] #21 14.12 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-03-06T08:35:26.895Z] #21 14.13 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-03-06T08:35:26.895Z] #21 14.13 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-03-06T08:35:26.895Z] #21 14.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-03-06T08:35:26.895Z] #21 14.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-03-06T08:35:26.895Z] #21 14.14 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-03-06T08:35:26.895Z] #21 14.14 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-03-06T08:35:26.895Z] #21 14.17 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-03-06T08:35:26.895Z] #21 14.17 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-03-06T08:35:26.895Z] #21 14.18 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-03-06T08:35:26.895Z] #21 14.18 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-03-06T08:35:26.895Z] #21 14.18 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-03-06T08:35:26.895Z] #21 14.22 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-03-06T08:35:26.895Z] #21 14.22 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-03-06T08:35:26.895Z] #21 14.22 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-03-06T08:35:26.895Z] #21 14.23 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-03-06T08:35:26.895Z] #21 14.23 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-03-06T08:35:26.895Z] #21 14.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-03-06T08:35:26.895Z] #21 14.25 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-03-06T08:35:26.895Z] #21 14.26 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-03-06T08:35:26.895Z] #21 14.26 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-03-06T08:35:26.895Z] #21 14.26 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-03-06T08:35:26.895Z] #21 14.29 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-06T08:35:26.895Z] #21 14.29 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-06T08:35:26.895Z] #21 14.29 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-03-06T08:35:26.895Z] #21 14.29 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-03-06T08:35:26.895Z] #21 14.29 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-03-06T08:35:26.895Z] #21 14.32 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-03-06T08:35:26.895Z] #21 14.32 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-03-06T08:35:26.895Z] #21 14.32 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-03-06T08:35:26.895Z] #21 14.32 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-06T08:35:26.895Z] #21 14.32 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-03-06T08:35:27.151Z] #21 14.33 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-06T08:35:27.151Z] #21 14.33 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-03-06T08:35:27.151Z] #21 14.33 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-06T08:35:27.151Z] #21 14.33 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-03-06T08:35:27.151Z] #21 14.33 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-06T08:35:27.151Z] #21 14.33 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-03-06T08:35:27.151Z] #21 14.33 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-06T08:35:27.261Z] #73 DONE 1.0s [2022-03-06T08:35:27.261Z] [2022-03-06T08:35:27.261Z] #74 exporting to image [2022-03-06T08:35:27.261Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-06T08:35:27.261Z] #74 exporting layers [2022-03-06T08:35:27.714Z] #21 14.82 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:35:27.714Z] #21 15.00 Fetched 15.9 MB in 0s (31.9 MB/s) [2022-03-06T08:35:27.714Z] #21 15.05 Selecting previously unselected package gcc-10-base:armel. [2022-03-06T08:35:27.714Z] #21 15.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 ... 38508 files and directories currently installed.) [2022-03-06T08:35:27.714Z] #21 15.08 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-03-06T08:35:27.714Z] #21 15.09 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-03-06T08:35:27.714Z] #21 15.13 Selecting previously unselected package gcc-10-base:armhf. [2022-03-06T08:35:27.714Z] #21 15.14 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-03-06T08:35:27.714Z] #21 15.14 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-03-06T08:35:27.714Z] #21 15.19 Selecting previously unselected package gcc-10-base:ppc64el. [2022-03-06T08:35:27.970Z] #21 15.19 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-03-06T08:35:27.970Z] #21 15.20 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-06T08:35:27.970Z] #21 15.25 Selecting previously unselected package gcc-10-base:s390x. [2022-03-06T08:35:27.970Z] #21 15.26 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-03-06T08:35:27.970Z] #21 15.26 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-03-06T08:35:27.970Z] #21 15.30 Selecting previously unselected package gcc-10-base:arm64. [2022-03-06T08:35:27.970Z] #21 15.31 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-03-06T08:35:27.970Z] #21 15.32 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-03-06T08:35:27.970Z] #21 15.37 Selecting previously unselected package libgcc-s1:armel. [2022-03-06T08:35:27.970Z] #21 15.38 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-03-06T08:35:27.970Z] #21 15.39 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-03-06T08:35:28.208Z] #60 212.5 + bin/containerd-shim-runc-v2 [2022-03-06T08:35:28.269Z] #21 15.43 Selecting previously unselected package libcrypt1:armel. [2022-03-06T08:35:28.270Z] #21 15.44 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-03-06T08:35:28.270Z] #21 15.45 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-03-06T08:35:28.270Z] #21 15.54 Selecting previously unselected package libc6:armel. [2022-03-06T08:35:28.270Z] #21 15.54 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-03-06T08:35:28.334Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-06T08:35:28.334Z] --- PASS: TestStopContainerWithTimeout/0 (0.86s) [2022-03-06T08:35:28.334Z] --- PASS: TestStopContainerWithTimeout/1 (1.73s) [2022-03-06T08:35:28.334Z] --- PASS: TestStopContainerWithTimeout/-1 (2.85s) [2022-03-06T08:35:28.334Z] --- PASS: TestStopContainerWithTimeout/3 (2.90s) [2022-03-06T08:35:28.334Z] === RUN TestDeleteDevicemapper [2022-03-06T08:35:28.334Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-06T08:35:28.334Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-06T08:35:28.334Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-06T08:35:28.526Z] #21 15.72 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-03-06T08:35:28.771Z] #60 213.1 + binaries [2022-03-06T08:35:28.771Z] #60 213.1 + install -D bin/containerd /build/containerd [2022-03-06T08:35:28.771Z] #60 213.1 + install -D bin/containerd-shim /build/containerd-shim [2022-03-06T08:35:28.771Z] #60 213.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-06T08:35:28.771Z] #60 213.1 + install -D bin/ctr /build/ctr [2022-03-06T08:35:28.783Z] #21 16.14 Selecting previously unselected package libapparmor1:armel. [2022-03-06T08:35:28.783Z] #21 16.14 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-03-06T08:35:28.783Z] #21 16.15 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-03-06T08:35:28.783Z] #21 16.19 Selecting previously unselected package libapparmor-dev:armel. [2022-03-06T08:35:28.783Z] #21 16.19 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-03-06T08:35:28.783Z] #21 16.20 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-03-06T08:35:28.783Z] #21 16.26 Selecting previously unselected package libgcc-s1:arm64. [2022-03-06T08:35:28.783Z] #21 16.26 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-03-06T08:35:29.038Z] #21 16.27 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-03-06T08:35:29.038Z] #21 16.32 Selecting previously unselected package libcrypt1:arm64. [2022-03-06T08:35:29.038Z] #21 16.32 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-03-06T08:35:29.038Z] #21 16.32 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-06T08:35:29.038Z] #21 16.40 Selecting previously unselected package libc6:arm64. [2022-03-06T08:35:29.038Z] #21 16.40 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-03-06T08:35:29.294Z] #21 16.57 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-03-06T08:35:29.718Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.96s) [2022-03-06T08:35:29.718Z] === RUN TestUpdateMemory [2022-03-06T08:35:29.718Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:29.718Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-06T08:35:29.718Z] === RUN TestUpdateCPUQuota [2022-03-06T08:35:29.718Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:29.718Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-03-06T08:35:29.718Z] === RUN TestUpdatePidsLimit [2022-03-06T08:35:29.718Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:29.718Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-03-06T08:35:29.718Z] === RUN TestUpdateRestartPolicy [2022-03-06T08:35:29.806Z] #21 16.98 Selecting previously unselected package libapparmor1:arm64. [2022-03-06T08:35:29.807Z] #21 16.99 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-06T08:35:29.807Z] #21 17.00 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-06T08:35:29.807Z] #21 17.04 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-06T08:35:29.807Z] #21 17.05 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-06T08:35:29.807Z] #21 17.06 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-06T08:35:29.807Z] #21 17.12 Selecting previously unselected package libgcc-s1:s390x. [2022-03-06T08:35:29.807Z] #21 17.12 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-03-06T08:35:29.807Z] #21 17.13 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-03-06T08:35:29.807Z] #21 17.17 Selecting previously unselected package libcrypt1:s390x. [2022-03-06T08:35:29.807Z] #21 17.17 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-03-06T08:35:29.807Z] #21 17.18 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-03-06T08:35:29.807Z] #21 17.25 Selecting previously unselected package libc6:s390x. [2022-03-06T08:35:29.807Z] #21 17.25 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-03-06T08:35:30.063Z] #21 17.40 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-03-06T08:35:30.361Z] #21 17.82 Selecting previously unselected package libapparmor1:s390x. [2022-03-06T08:35:30.617Z] #21 17.83 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-03-06T08:35:30.617Z] #21 17.83 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-03-06T08:35:30.617Z] #21 17.88 Selecting previously unselected package libapparmor-dev:s390x. [2022-03-06T08:35:30.617Z] #21 17.89 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-03-06T08:35:30.617Z] #21 17.89 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-03-06T08:35:30.617Z] #21 17.96 Selecting previously unselected package libgcc-s1:armhf. [2022-03-06T08:35:30.617Z] #21 17.96 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-03-06T08:35:30.617Z] #21 17.96 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-03-06T08:35:30.617Z] #21 18.01 Selecting previously unselected package libcrypt1:armhf. [2022-03-06T08:35:30.617Z] #21 18.01 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-03-06T08:35:30.617Z] #21 18.02 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-03-06T08:35:30.617Z] #21 18.09 Selecting previously unselected package libc6:armhf. [2022-03-06T08:35:30.874Z] #21 18.10 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-03-06T08:35:31.130Z] #21 18.27 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-03-06T08:35:31.385Z] #21 18.66 Selecting previously unselected package libapparmor1:armhf. [2022-03-06T08:35:31.385Z] #21 18.67 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-03-06T08:35:31.385Z] #21 18.68 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-03-06T08:35:31.385Z] #21 18.73 Selecting previously unselected package libapparmor-dev:armhf. [2022-03-06T08:35:31.385Z] #21 18.73 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-03-06T08:35:31.385Z] #21 18.74 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-03-06T08:35:31.385Z] #21 18.80 Selecting previously unselected package libgcc-s1:ppc64el. [2022-03-06T08:35:31.641Z] #21 18.80 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-03-06T08:35:31.641Z] #21 18.81 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-06T08:35:31.641Z] #21 18.85 Selecting previously unselected package libcrypt1:ppc64el. [2022-03-06T08:35:31.641Z] #21 18.85 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-03-06T08:35:31.641Z] #21 18.86 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-06T08:35:31.641Z] #21 18.93 Selecting previously unselected package libc6:ppc64el. [2022-03-06T08:35:31.641Z] #21 18.94 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-03-06T08:35:31.898Z] #21 19.11 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-06T08:35:32.461Z] #21 19.67 Selecting previously unselected package libapparmor1:ppc64el. [2022-03-06T08:35:32.461Z] #21 19.68 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-03-06T08:35:32.461Z] #21 19.69 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-03-06T08:35:32.461Z] #21 19.74 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-03-06T08:35:32.461Z] #21 19.75 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-03-06T08:35:32.461Z] #21 19.76 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-06T08:35:32.461Z] #21 19.82 Selecting previously unselected package libseccomp2:s390x. [2022-03-06T08:35:32.461Z] #21 19.82 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-03-06T08:35:32.461Z] #21 19.83 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-06T08:35:32.461Z] #21 19.87 Selecting previously unselected package libseccomp-dev:s390x. [2022-03-06T08:35:32.461Z] #21 19.88 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-03-06T08:35:32.461Z] #21 19.88 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-06T08:35:32.719Z] #21 19.94 Selecting previously unselected package libseccomp2:ppc64el. [2022-03-06T08:35:32.719Z] #21 19.95 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-06T08:35:32.719Z] #21 19.96 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-06T08:35:32.719Z] #21 20.00 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-03-06T08:35:32.719Z] #21 20.02 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-06T08:35:32.719Z] #21 20.02 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-06T08:35:32.719Z] #21 20.09 Selecting previously unselected package libseccomp2:armhf. [2022-03-06T08:35:32.719Z] #21 20.09 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-03-06T08:35:32.719Z] #21 20.10 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-06T08:35:32.719Z] #21 20.13 Selecting previously unselected package libseccomp-dev:armhf. [2022-03-06T08:35:32.719Z] #21 20.14 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-03-06T08:35:32.719Z] #21 20.15 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-06T08:35:32.719Z] #21 20.20 Selecting previously unselected package libseccomp2:armel. [2022-03-06T08:35:32.975Z] #21 20.21 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-03-06T08:35:32.975Z] #21 20.22 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-06T08:35:32.975Z] #21 20.26 Selecting previously unselected package libseccomp-dev:armel. [2022-03-06T08:35:32.975Z] #21 20.26 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-03-06T08:35:32.975Z] #21 20.27 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-06T08:35:33.272Z] #21 20.33 Selecting previously unselected package libseccomp2:arm64. [2022-03-06T08:35:33.272Z] #21 20.34 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-03-06T08:35:33.272Z] #21 20.34 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-06T08:35:33.272Z] #21 20.38 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-06T08:35:33.272Z] #21 20.39 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-06T08:35:33.272Z] #21 20.39 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-06T08:35:33.272Z] #21 20.48 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-03-06T08:35:33.272Z] #21 20.49 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-03-06T08:35:33.272Z] #21 20.50 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-03-06T08:35:33.272Z] #21 20.51 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-06T08:35:33.272Z] #21 20.52 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-03-06T08:35:33.272Z] #21 20.54 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-06T08:35:33.272Z] #21 20.55 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-03-06T08:35:33.272Z] #21 20.56 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-03-06T08:35:33.272Z] #21 20.57 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-06T08:35:33.272Z] #21 20.58 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-03-06T08:35:33.272Z] #21 20.59 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-03-06T08:35:33.272Z] #21 20.60 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-03-06T08:35:33.272Z] #21 20.61 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-03-06T08:35:33.272Z] #21 20.62 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-06T08:35:33.272Z] #21 20.63 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-03-06T08:35:33.272Z] #21 20.64 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-03-06T08:35:33.823Z] #74 exporting layers 6.1s done [2022-03-06T08:35:33.823Z] #74 writing image sha256:56ea729acba3635712bde3e13fa7d40d32f880fa0867650b765024d9bdd06dd6 done [2022-03-06T08:35:33.823Z] #74 naming to docker.io/library/docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 done [2022-03-06T08:35:33.823Z] #74 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-03-06T08:35:34.024Z] #60 DONE 217.7s [2022-03-06T08:35:34.159Z] + trap exit INT TERM [2022-03-06T08:35:34.159Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-03-06T08:35:34.159Z] + CONTAINER_NAME=docker-pr4 [2022-03-06T08:35:34.159Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43335/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -e DOCKER_GRAPHDRIVER docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/make.sh dynbinary [2022-03-06T08:35:34.280Z] [2022-03-06T08:35:34.280Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-06T08:35:34.280Z] #61 sha256:08b0573e0901da74d94e1076a9f2d6ea1fea90ec2d1065dd4f3f1fce31fe1b6e [2022-03-06T08:35:34.721Z] #21 21.85 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-03-06T08:35:35.529Z] [2022-03-06T08:35:35.529Z] Removing bundles/ [2022-03-06T08:35:35.529Z] [2022-03-06T08:35:35.529Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-06T08:35:35.529Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-06T08:35:35.529Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:35:35.649Z] #21 23.07 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-03-06T08:35:36.173Z] #61 DONE 1.8s [2022-03-06T08:35:36.173Z] [2022-03-06T08:35:36.173Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-06T08:35:36.173Z] #66 sha256:0a84925853f42b511f240a082583aec321c5f9260e90443209c5ed4c84a136d4 [2022-03-06T08:35:36.173Z] #66 DONE 0.4s [2022-03-06T08:35:36.429Z] [2022-03-06T08:35:36.429Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-06T08:35:36.429Z] #71 sha256:5ae2c3f918207b2785c4467f9b710a2c4ed9abb060dfea3115a07a458181ef92 [2022-03-06T08:35:37.027Z] #21 24.30 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-06T08:35:37.761Z] #51 ... [2022-03-06T08:35:37.761Z] [2022-03-06T08:35:37.761Z] #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-06T08:35:37.761Z] #60 sha256:0278013f9d999fac671041d312dd2067625e82bc2a3318bc499ad3eee54ecc42 [2022-03-06T08:35:37.761Z] #60 190.5 + bin/containerd [2022-03-06T08:35:38.322Z] #71 DONE 2.1s [2022-03-06T08:35:38.393Z] #21 25.53 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-03-06T08:35:38.579Z] [2022-03-06T08:35:38.579Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-06T08:35:38.579Z] #72 sha256:0cf78950016deee918ec9ad644aa83837339657549d6ea7b360850d20ded9fe6 [2022-03-06T08:35:38.579Z] #72 DONE 0.0s [2022-03-06T08:35:38.579Z] [2022-03-06T08:35:38.579Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-06T08:35:38.579Z] #73 sha256:6e9c9cbbde61d57506ab0c5d0c03cb455951098267a4ba37c1b50e2774cd4c48 [2022-03-06T08:35:39.322Z] #21 26.76 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-06T08:35:39.322Z] #21 26.77 Setting up libapparmor1:armel (2.13.6-10) ... [2022-03-06T08:35:39.322Z] #21 26.78 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-03-06T08:35:39.322Z] #21 26.79 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-03-06T08:35:39.322Z] #21 26.80 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-03-06T08:35:39.509Z] #73 DONE 0.9s [2022-03-06T08:35:39.509Z] [2022-03-06T08:35:39.509Z] #74 exporting to image [2022-03-06T08:35:39.509Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-06T08:35:39.509Z] #74 exporting layers [2022-03-06T08:35:39.582Z] #21 26.82 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-06T08:35:39.582Z] #21 26.83 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-06T08:35:39.582Z] #21 26.84 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-06T08:35:39.582Z] #21 26.85 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-06T08:35:39.582Z] #21 26.86 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-06T08:35:39.582Z] #21 26.87 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-06T08:35:39.582Z] #21 26.88 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-03-06T08:35:39.582Z] #21 26.90 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-03-06T08:35:39.582Z] #21 26.91 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-06T08:35:39.582Z] #21 26.92 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-03-06T08:35:39.582Z] #21 26.93 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-06T08:35:39.582Z] #21 26.94 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-06T08:35:39.582Z] #21 26.95 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-06T08:35:39.582Z] #21 26.97 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-06T08:35:39.582Z] #21 26.98 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-06T08:35:39.582Z] #21 26.99 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:35:40.512Z] #21 DONE 27.5s [2022-03-06T08:35:40.512Z] [2022-03-06T08:35:40.512Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-06T08:35:40.512Z] #22 sha256:049910e928085381c0242f32aad2fd6a9c72d163e636c7a2fccc1360c0dc0548 [2022-03-06T08:35:40.512Z] #22 ... [2022-03-06T08:35:40.512Z] [2022-03-06T08:35:40.512Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-06T08:35:40.512Z] #62 sha256:4fd9000d0f44ab1195e6dcf5ec0f7920c2d26bcf8e6d90f7292689d7dae74910 [2022-03-06T08:35:40.512Z] #62 DONE 0.2s [2022-03-06T08:35:40.512Z] [2022-03-06T08:35:40.512Z] #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-06T08:35:40.512Z] #63 sha256:a00a919c2c38148957ee521c3f26badbff2084a702c76c5b125bb19c30466801 [2022-03-06T08:35:41.036Z] #60 ... [2022-03-06T08:35:41.036Z] [2022-03-06T08:35:41.036Z] #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-06T08:35:41.036Z] #56 sha256:209a088c93ee4219b2de676b91074b8d0817eb7ae34e70d6caa2471e22dbcc43 [2022-03-06T08:35:41.036Z] #56 125.5 + mkdir -p /build [2022-03-06T08:35:41.036Z] #56 125.5 + cp runc /build/runc [2022-03-06T08:35:41.443Z] #63 ... [2022-03-06T08:35:41.443Z] [2022-03-06T08:35:41.443Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-06T08:35:41.443Z] #22 sha256:049910e928085381c0242f32aad2fd6a9c72d163e636c7a2fccc1360c0dc0548 [2022-03-06T08:35:41.443Z] #22 DONE 1.2s [2022-03-06T08:35:41.443Z] [2022-03-06T08:35:41.443Z] #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-06T08:35:41.443Z] #63 sha256:a00a919c2c38148957ee521c3f26badbff2084a702c76c5b125bb19c30466801 [2022-03-06T08:35:41.443Z] #63 1.039 + RM_GOPATH=0 [2022-03-06T08:35:41.443Z] #63 1.039 + TMP_GOPATH= [2022-03-06T08:35:41.443Z] #63 1.039 + : /build [2022-03-06T08:35:41.443Z] #63 1.039 + '[' -z '' ']' [2022-03-06T08:35:41.443Z] #63 1.039 ++ mktemp -d [2022-03-06T08:35:41.443Z] #63 1.039 + export GOPATH=/tmp/tmp.QkukV4gKsW [2022-03-06T08:35:41.443Z] #63 1.039 + GOPATH=/tmp/tmp.QkukV4gKsW [2022-03-06T08:35:41.443Z] #63 1.039 + RM_GOPATH=1 [2022-03-06T08:35:41.443Z] #63 1.039 + case "$(go env GOARCH)" in [2022-03-06T08:35:41.443Z] #63 1.043 ++ go env GOARCH [2022-03-06T08:35:41.443Z] #63 1.071 + export GO_BUILDMODE=-buildmode=pie [2022-03-06T08:35:41.443Z] #63 1.071 + GO_BUILDMODE=-buildmode=pie [2022-03-06T08:35:41.443Z] #63 1.071 ++ dirname /install.sh [2022-03-06T08:35:41.704Z] #63 1.075 + dir=/ [2022-03-06T08:35:41.704Z] #63 1.075 + bin=runc [2022-03-06T08:35:41.704Z] #63 1.075 + shift [2022-03-06T08:35:41.704Z] #63 1.075 + '[' '!' -f //runc.installer ']' [2022-03-06T08:35:41.704Z] #63 1.075 + . //runc.installer [2022-03-06T08:35:41.704Z] #63 1.075 ++ set -e [2022-03-06T08:35:41.704Z] #63 1.075 ++ : v1.1.0 [2022-03-06T08:35:41.704Z] #63 1.075 + install_runc [2022-03-06T08:35:41.704Z] #63 1.075 + RUNC_BUILDTAGS=seccomp [2022-03-06T08:35:41.704Z] #63 1.075 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-06T08:35:41.704Z] #63 1.075 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.QkukV4gKsW/src/github.com/opencontainers/runc [2022-03-06T08:35:41.704Z] #63 1.075 Install runc version v1.1.0 (build tags: seccomp) [2022-03-06T08:35:41.704Z] #63 1.079 Cloning into '/tmp/tmp.QkukV4gKsW/src/github.com/opencontainers/runc'... [2022-03-06T08:35:41.933Z] --- PASS: TestUpdateRestartPolicy (11.02s) [2022-03-06T08:35:41.933Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-06T08:35:41.933Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-03-06T08:35:41.933Z] === RUN TestWaitNonBlocked [2022-03-06T08:35:41.933Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:35:41.933Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:35:41.933Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:35:41.933Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:35:41.933Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:35:41.933Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:35:41.933Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-06T08:35:41.933Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2022-03-06T08:35:41.933Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2022-03-06T08:35:41.933Z] === RUN TestWaitBlocked [2022-03-06T08:35:41.933Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-06T08:35:41.933Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-06T08:35:41.933Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-06T08:35:41.933Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-06T08:35:41.933Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-06T08:35:41.933Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-06T08:35:42.634Z] #63 ... [2022-03-06T08:35:42.634Z] [2022-03-06T08:35:42.634Z] #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-06T08:35:42.634Z] #23 sha256:08ef7aab0ae1c051ee5514bf7661a991d1f1c86a87327c5fa71e369ed4370d6a [2022-03-06T08:35:42.634Z] #23 DONE 1.0s [2022-03-06T08:35:42.634Z] [2022-03-06T08:35:42.634Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-06T08:35:42.634Z] #24 sha256:57c943574319571dc37b4c12cf80791bbd2382fc4b8f8d5e6a767a99787cda50 [2022-03-06T08:35:42.783Z] 8f616e6e9eec: Pull complete [2022-03-06T08:35:42.786Z] #74 exporting layers 3.1s done [2022-03-06T08:35:42.786Z] #74 writing image sha256:6dea941921ab769ec084e5ca46a455529c0b29defc196d997f52c158eb91330a done [2022-03-06T08:35:42.786Z] #74 naming to docker.io/library/docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 done [2022-03-06T08:35:42.786Z] #74 DONE 3.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-06T08:35:42.872Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-06T08:35:42.872Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s) [2022-03-06T08:35:42.872Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.73s) [2022-03-06T08:35:42.872Z] === CONT TestDaemonRestartIpcMode [2022-03-06T08:35:42.872Z] === CONT TestIpcModeOlderClient [2022-03-06T08:35:42.872Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-06T08:35:42.872Z] --- PASS: TestIpcModeOlderClient (0.18s) [2022-03-06T08:35:43.108Z] + sudo modprobe ip6table_filter [2022-03-06T08:35:43.195Z] #24 0.852 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [Pipeline] sh [2022-03-06T08:35:43.451Z] #24 DONE 0.9s [2022-03-06T08:35:43.452Z] [2022-03-06T08:35:43.452Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-06T08:35:43.452Z] #25 sha256:c79e1e4a6eeaa399b796a413950280c15dcd45913219f685865b0df00db85412 [2022-03-06T08:35:43.642Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/test/unit [2022-03-06T08:35:44.427Z] #25 DONE 0.9s [2022-03-06T08:35:44.427Z] [2022-03-06T08:35:44.427Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-06T08:35:44.427Z] #26 sha256:d326afb01be0f9fa2354eaf00d23e7439b881216a41668b7ebc2270a7f9867b1 [2022-03-06T08:35:44.778Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.19s) [2022-03-06T08:35:45.213Z] #56 DONE 129.5s [2022-03-06T08:35:45.213Z] [2022-03-06T08:35:45.213Z] #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-06T08:35:45.213Z] #60 sha256:0278013f9d999fac671041d312dd2067625e82bc2a3318bc499ad3eee54ecc42 [2022-03-06T08:35:45.347Z] --- PASS: TestDaemonRestartIpcMode (2.65s) [2022-03-06T08:35:45.347Z] PASS [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === Skipped [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-06T08:35:45.347Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-03-06T08:35:45.347Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-03-06T08:35:45.347Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-03-06T08:35:45.347Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-06T08:35:45.347Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-03-06T08:35:45.347Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-03-06T08:35:45.347Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-03-06T08:35:45.347Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-06T08:35:45.347Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-06T08:35:45.347Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-06T08:35:45.347Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-06T08:35:45.347Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-03-06T08:35:45.347Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.00s) [2022-03-06T08:35:45.347Z] 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-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-03-06T08:35:45.347Z] 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-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-03-06T08:35:45.347Z] 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-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-03-06T08:35:45.347Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-06T08:35:45.347Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.00s) [2022-03-06T08:35:45.347Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-03-06T08:35:45.347Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestNISDomainname (0.00s) [2022-03-06T08:35:45.347Z] 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-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-03-06T08:35:45.347Z] 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-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-03-06T08:35:45.347Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-06T08:35:45.347Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-06T08:35:45.347Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-03-06T08:35:45.347Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-03-06T08:35:45.347Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-06T08:35:45.347Z] [2022-03-06T08:35:45.347Z] DONE 177 tests, 27 skipped in 72.037s [2022-03-06T08:35:45.347Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-06T08:35:45.347Z] === RUN TestConfigDaemonLibtrustID [2022-03-06T08:35:45.355Z] #26 DONE 0.8s [2022-03-06T08:35:45.355Z] [2022-03-06T08:35:45.355Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-03-06T08:35:45.355Z] #27 sha256:31b8876c5768dd12c94844f6e4b385a2f5b2c66122305733c479327e231acf32 [2022-03-06T08:35:45.534Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-06T08:35:45.534Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-06T08:35:45.534Z] + TESTDIRS=./... [2022-03-06T08:35:45.534Z] + exclude_paths='/vendor/|/integration' [2022-03-06T08:35:45.534Z] ++ go list ./... [2022-03-06T08:35:45.534Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-06T08:35:45.916Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-06T08:35:45.916Z] === RUN TestDaemonConfigValidation [2022-03-06T08:35:45.916Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-06T08:35:45.916Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-06T08:35:45.916Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-06T08:35:45.916Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-06T08:35:45.916Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-06T08:35:45.916Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-06T08:35:45.916Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-06T08:35:45.916Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-06T08:35:45.916Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-06T08:35:45.916Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-06T08:35:45.916Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-06T08:35:45.916Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-06T08:35:45.916Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-06T08:35:45.916Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-06T08:35:45.916Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-06T08:35:45.916Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-06T08:35:45.916Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2022-03-06T08:35:45.916Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-03-06T08:35:45.916Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2022-03-06T08:35:45.916Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-03-06T08:35:45.916Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-03-06T08:35:45.916Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-06T08:35:45.916Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-06T08:35:45.917Z] #27 DONE 0.9s [2022-03-06T08:35:45.917Z] [2022-03-06T08:35:45.917Z] #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-06T08:35:45.917Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-06T08:35:46.098Z] + pkg_list='github.com/docker/docker/api [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/backend/build [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/httputils [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/middleware [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/build [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/container [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/debug [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/distribution [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/grpc [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/image [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/network [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/plugin [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/session [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/swarm [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/system [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/server/router/volume [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/backend [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/blkiodev [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/container [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/events [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/filters [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/image [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/mount [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/network [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/registry [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/strslice [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/swarm [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/time [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/versions [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-06T08:35:46.098Z] github.com/docker/docker/api/types/volume [2022-03-06T08:35:46.098Z] github.com/docker/docker/builder [2022-03-06T08:35:46.098Z] github.com/docker/docker/builder/builder-next [2022-03-06T08:35:46.098Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-06T08:35:46.098Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-06T08:35:46.098Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-06T08:35:46.098Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-06T08:35:46.098Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-06T08:35:46.098Z] github.com/docker/docker/builder/builder-next/worker [2022-03-06T08:35:46.098Z] github.com/docker/docker/builder/dockerfile [2022-03-06T08:35:46.098Z] github.com/docker/docker/builder/remotecontext [2022-03-06T08:35:46.098Z] github.com/docker/docker/builder/remotecontext/git [2022-03-06T08:35:46.098Z] github.com/docker/docker/cli [2022-03-06T08:35:46.099Z] github.com/docker/docker/cli/config [2022-03-06T08:35:46.099Z] github.com/docker/docker/cli/debug [2022-03-06T08:35:46.099Z] github.com/docker/docker/client [2022-03-06T08:35:46.099Z] github.com/docker/docker/cmd/docker-proxy [2022-03-06T08:35:46.099Z] github.com/docker/docker/cmd/dockerd [2022-03-06T08:35:46.099Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-06T08:35:46.099Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-06T08:35:46.099Z] github.com/docker/docker/container [2022-03-06T08:35:46.099Z] github.com/docker/docker/container/stream [2022-03-06T08:35:46.099Z] github.com/docker/docker/contrib/apparmor [2022-03-06T08:35:46.099Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-06T08:35:46.099Z] github.com/docker/docker/contrib/httpserver [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/cluster [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/cluster/convert [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/cluster/executor [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/cluster/provider [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/config [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/events [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/events/testutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/exec [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/images [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/initlayer [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/links [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/listeners [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/gelf [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/journald [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/local [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/logentries [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/splunk [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/syslog [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/templates [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/names [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/network [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/stats [2022-03-06T08:35:46.099Z] github.com/docker/docker/distribution [2022-03-06T08:35:46.099Z] github.com/docker/docker/distribution/metadata [2022-03-06T08:35:46.099Z] github.com/docker/docker/distribution/utils [2022-03-06T08:35:46.099Z] github.com/docker/docker/distribution/xfer [2022-03-06T08:35:46.099Z] github.com/docker/docker/dockerversion [2022-03-06T08:35:46.099Z] github.com/docker/docker/errdefs [2022-03-06T08:35:46.099Z] github.com/docker/docker/image [2022-03-06T08:35:46.099Z] github.com/docker/docker/image/cache [2022-03-06T08:35:46.099Z] github.com/docker/docker/image/tarexport [2022-03-06T08:35:46.099Z] github.com/docker/docker/image/v1 [2022-03-06T08:35:46.099Z] github.com/docker/docker/internal/test/suite [2022-03-06T08:35:46.099Z] github.com/docker/docker/layer [2022-03-06T08:35:46.099Z] github.com/docker/docker/libcontainerd [2022-03-06T08:35:46.099Z] github.com/docker/docker/libcontainerd/queue [2022-03-06T08:35:46.099Z] github.com/docker/docker/libcontainerd/remote [2022-03-06T08:35:46.099Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-06T08:35:46.099Z] github.com/docker/docker/libcontainerd/types [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/bitseq [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cluster [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/config [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/datastore [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/driverapi [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/etchosts [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/idm [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/ipam [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/iptables [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/netlabel [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/netutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/networkdb [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/ns [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/options [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/osl [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/portallocator [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/portmapper [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/testutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/types [2022-03-06T08:35:46.099Z] github.com/docker/docker/oci [2022-03-06T08:35:46.099Z] github.com/docker/docker/oci/caps [2022-03-06T08:35:46.099Z] github.com/docker/docker/opts [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/aaparser [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/archive [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/authorization [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/broadcaster [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/capabilities [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/chrootarchive [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/containerfs [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/devicemapper [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/directory [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/dmesg [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/filenotify [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/fileutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/fsutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/homedir [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/idtools [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/ioutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/jsonmessage [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/longpath [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/loopback [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/namesgenerator [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/parsers [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/pidfile [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/platform [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/plugingetter [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/plugins [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/plugins/transport [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/pools [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/progress [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/pubsub [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/reexec [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/signal [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/stack [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/stdcopy [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/streamformatter [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/stringid [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/sysinfo [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/system [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/tailfile [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/tarsum [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/truncindex [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/urlutil [2022-03-06T08:35:46.099Z] github.com/docker/docker/pkg/useragent [2022-03-06T08:35:46.099Z] github.com/docker/docker/plugin [2022-03-06T08:35:46.099Z] github.com/docker/docker/plugin/executor/containerd [2022-03-06T08:35:46.099Z] github.com/docker/docker/plugin/v2 [2022-03-06T08:35:46.099Z] github.com/docker/docker/profiles/apparmor [2022-03-06T08:35:46.099Z] github.com/docker/docker/profiles/seccomp [2022-03-06T08:35:46.099Z] github.com/docker/docker/quota [2022-03-06T08:35:46.099Z] github.com/docker/docker/reference [2022-03-06T08:35:46.099Z] github.com/docker/docker/registry [2022-03-06T08:35:46.099Z] github.com/docker/docker/registry/resumable [2022-03-06T08:35:46.099Z] github.com/docker/docker/restartmanager [2022-03-06T08:35:46.099Z] github.com/docker/docker/rootless [2022-03-06T08:35:46.099Z] github.com/docker/docker/rootless/specconv [2022-03-06T08:35:46.099Z] github.com/docker/docker/runconfig [2022-03-06T08:35:46.099Z] github.com/docker/docker/runconfig/opts [2022-03-06T08:35:46.099Z] github.com/docker/docker/testutil [2022-03-06T08:35:46.099Z] github.com/docker/docker/testutil/daemon [2022-03-06T08:35:46.099Z] github.com/docker/docker/testutil/environment [2022-03-06T08:35:46.099Z] github.com/docker/docker/testutil/fakecontext [2022-03-06T08:35:46.099Z] github.com/docker/docker/testutil/fakegit [2022-03-06T08:35:46.099Z] github.com/docker/docker/testutil/fakestorage [2022-03-06T08:35:46.099Z] github.com/docker/docker/testutil/fixtures/load [2022-03-06T08:35:46.099Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-06T08:35:46.099Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-06T08:35:46.099Z] github.com/docker/docker/testutil/registry [2022-03-06T08:35:46.099Z] github.com/docker/docker/testutil/request [2022-03-06T08:35:46.099Z] github.com/docker/docker/volume [2022-03-06T08:35:46.099Z] github.com/docker/docker/volume/drivers [2022-03-06T08:35:46.099Z] github.com/docker/docker/volume/local [2022-03-06T08:35:46.099Z] github.com/docker/docker/volume/mounts [2022-03-06T08:35:46.099Z] github.com/docker/docker/volume/service [2022-03-06T08:35:46.099Z] github.com/docker/docker/volume/service/opts [2022-03-06T08:35:46.099Z] github.com/docker/docker/volume/testutils' [2022-03-06T08:35:46.099Z] ++ grep --fixed-strings -v /libnetwork [2022-03-06T08:35:46.099Z] ++ echo 'github.com/docker/docker/api [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/backend/build [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/httputils [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/middleware [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/build [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/container [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/debug [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/distribution [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/grpc [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/image [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/network [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/plugin [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/session [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/swarm [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/system [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/server/router/volume [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/backend [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/blkiodev [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/container [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/events [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/filters [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/image [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/mount [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/network [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/registry [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/strslice [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/swarm [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/time [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/versions [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-06T08:35:46.099Z] github.com/docker/docker/api/types/volume [2022-03-06T08:35:46.099Z] github.com/docker/docker/builder [2022-03-06T08:35:46.099Z] github.com/docker/docker/builder/builder-next [2022-03-06T08:35:46.099Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-06T08:35:46.099Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-06T08:35:46.099Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-06T08:35:46.099Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-06T08:35:46.099Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-06T08:35:46.099Z] github.com/docker/docker/builder/builder-next/worker [2022-03-06T08:35:46.099Z] github.com/docker/docker/builder/dockerfile [2022-03-06T08:35:46.099Z] github.com/docker/docker/builder/remotecontext [2022-03-06T08:35:46.099Z] github.com/docker/docker/builder/remotecontext/git [2022-03-06T08:35:46.099Z] github.com/docker/docker/cli [2022-03-06T08:35:46.099Z] github.com/docker/docker/cli/config [2022-03-06T08:35:46.099Z] github.com/docker/docker/cli/debug [2022-03-06T08:35:46.099Z] github.com/docker/docker/client [2022-03-06T08:35:46.099Z] github.com/docker/docker/cmd/docker-proxy [2022-03-06T08:35:46.099Z] github.com/docker/docker/cmd/dockerd [2022-03-06T08:35:46.099Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-06T08:35:46.099Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-06T08:35:46.099Z] github.com/docker/docker/container [2022-03-06T08:35:46.099Z] github.com/docker/docker/container/stream [2022-03-06T08:35:46.099Z] github.com/docker/docker/contrib/apparmor [2022-03-06T08:35:46.099Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-06T08:35:46.099Z] github.com/docker/docker/contrib/httpserver [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/cluster [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/cluster/convert [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/cluster/executor [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/cluster/provider [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/config [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/events [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/events/testutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/exec [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/images [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/initlayer [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/links [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/listeners [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/gelf [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/journald [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/local [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/logentries [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/splunk [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/syslog [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/logger/templates [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/names [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/network [2022-03-06T08:35:46.099Z] github.com/docker/docker/daemon/stats [2022-03-06T08:35:46.099Z] github.com/docker/docker/distribution [2022-03-06T08:35:46.099Z] github.com/docker/docker/distribution/metadata [2022-03-06T08:35:46.099Z] github.com/docker/docker/distribution/utils [2022-03-06T08:35:46.099Z] github.com/docker/docker/distribution/xfer [2022-03-06T08:35:46.099Z] github.com/docker/docker/dockerversion [2022-03-06T08:35:46.099Z] github.com/docker/docker/errdefs [2022-03-06T08:35:46.099Z] github.com/docker/docker/image [2022-03-06T08:35:46.099Z] github.com/docker/docker/image/cache [2022-03-06T08:35:46.099Z] github.com/docker/docker/image/tarexport [2022-03-06T08:35:46.099Z] github.com/docker/docker/image/v1 [2022-03-06T08:35:46.099Z] github.com/docker/docker/internal/test/suite [2022-03-06T08:35:46.099Z] github.com/docker/docker/layer [2022-03-06T08:35:46.099Z] github.com/docker/docker/libcontainerd [2022-03-06T08:35:46.099Z] github.com/docker/docker/libcontainerd/queue [2022-03-06T08:35:46.099Z] github.com/docker/docker/libcontainerd/remote [2022-03-06T08:35:46.099Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-06T08:35:46.099Z] github.com/docker/docker/libcontainerd/types [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/bitseq [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cluster [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-06T08:35:46.099Z] github.com/docker/docker/libnetwork/config [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/datastore [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/driverapi [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/etchosts [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/idm [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/ipam [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/iptables [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/netlabel [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/netutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/networkdb [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/ns [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/options [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/osl [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/portallocator [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/portmapper [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/testutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/libnetwork/types [2022-03-06T08:35:46.100Z] github.com/docker/docker/oci [2022-03-06T08:35:46.100Z] github.com/docker/docker/oci/caps [2022-03-06T08:35:46.100Z] github.com/docker/docker/opts [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/aaparser [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/archive [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/authorization [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/broadcaster [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/capabilities [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/chrootarchive [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/containerfs [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/devicemapper [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/directory [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/dmesg [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/filenotify [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/fileutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/fsutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/homedir [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/idtools [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/ioutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/jsonmessage [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/longpath [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/loopback [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/namesgenerator [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/parsers [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/pidfile [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/platform [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/plugingetter [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/plugins [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/plugins/transport [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/pools [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/progress [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/pubsub [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/reexec [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/signal [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/stack [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/stdcopy [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/streamformatter [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/stringid [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/sysinfo [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/system [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/tailfile [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/tarsum [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/truncindex [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/urlutil [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/useragent [2022-03-06T08:35:46.100Z] github.com/docker/docker/plugin [2022-03-06T08:35:46.100Z] github.com/docker/docker/plugin/executor/containerd [2022-03-06T08:35:46.100Z] github.com/docker/docker/plugin/v2 [2022-03-06T08:35:46.100Z] github.com/docker/docker/profiles/apparmor [2022-03-06T08:35:46.100Z] github.com/docker/docker/profiles/seccomp [2022-03-06T08:35:46.100Z] github.com/docker/docker/quota [2022-03-06T08:35:46.100Z] github.com/docker/docker/reference [2022-03-06T08:35:46.100Z] github.com/docker/docker/registry [2022-03-06T08:35:46.100Z] github.com/docker/docker/registry/resumable [2022-03-06T08:35:46.100Z] github.com/docker/docker/restartmanager [2022-03-06T08:35:46.100Z] github.com/docker/docker/rootless [2022-03-06T08:35:46.100Z] github.com/docker/docker/rootless/specconv [2022-03-06T08:35:46.100Z] github.com/docker/docker/runconfig [2022-03-06T08:35:46.100Z] github.com/docker/docker/runconfig/opts [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/daemon [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/environment [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/fakecontext [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/fakegit [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/fakestorage [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/fixtures/load [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/registry [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/request [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume/drivers [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume/local [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume/mounts [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume/service [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume/service/opts [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume/testutils' [2022-03-06T08:35:46.100Z] + base_pkg_list='github.com/docker/docker/api [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/backend/build [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/httputils [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/middleware [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/build [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/container [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/debug [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/distribution [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/grpc [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/image [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/network [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/plugin [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/session [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/swarm [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/system [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/volume [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/backend [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/blkiodev [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/container [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/events [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/filters [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/image [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/mount [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/network [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/registry [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/strslice [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/swarm [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/time [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/versions [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/types/volume [2022-03-06T08:35:46.100Z] github.com/docker/docker/builder [2022-03-06T08:35:46.100Z] github.com/docker/docker/builder/builder-next [2022-03-06T08:35:46.100Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-06T08:35:46.100Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-06T08:35:46.100Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-06T08:35:46.100Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-06T08:35:46.100Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-06T08:35:46.100Z] github.com/docker/docker/builder/builder-next/worker [2022-03-06T08:35:46.100Z] github.com/docker/docker/builder/dockerfile [2022-03-06T08:35:46.100Z] github.com/docker/docker/builder/remotecontext [2022-03-06T08:35:46.100Z] github.com/docker/docker/builder/remotecontext/git [2022-03-06T08:35:46.100Z] github.com/docker/docker/cli [2022-03-06T08:35:46.100Z] github.com/docker/docker/cli/config [2022-03-06T08:35:46.100Z] github.com/docker/docker/cli/debug [2022-03-06T08:35:46.100Z] github.com/docker/docker/client [2022-03-06T08:35:46.100Z] github.com/docker/docker/cmd/docker-proxy [2022-03-06T08:35:46.100Z] github.com/docker/docker/cmd/dockerd [2022-03-06T08:35:46.100Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-06T08:35:46.100Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-06T08:35:46.100Z] github.com/docker/docker/container [2022-03-06T08:35:46.100Z] github.com/docker/docker/container/stream [2022-03-06T08:35:46.100Z] github.com/docker/docker/contrib/apparmor [2022-03-06T08:35:46.100Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-06T08:35:46.100Z] github.com/docker/docker/contrib/httpserver [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/cluster [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/cluster/convert [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/cluster/executor [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/cluster/provider [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/config [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/events [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/events/testutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/exec [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/images [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/initlayer [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/links [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/listeners [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/gelf [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/journald [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/local [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/logentries [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/splunk [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/syslog [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/logger/templates [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/names [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/network [2022-03-06T08:35:46.100Z] github.com/docker/docker/daemon/stats [2022-03-06T08:35:46.100Z] github.com/docker/docker/distribution [2022-03-06T08:35:46.100Z] github.com/docker/docker/distribution/metadata [2022-03-06T08:35:46.100Z] github.com/docker/docker/distribution/utils [2022-03-06T08:35:46.100Z] github.com/docker/docker/distribution/xfer [2022-03-06T08:35:46.100Z] github.com/docker/docker/dockerversion [2022-03-06T08:35:46.100Z] github.com/docker/docker/errdefs [2022-03-06T08:35:46.100Z] github.com/docker/docker/image [2022-03-06T08:35:46.100Z] github.com/docker/docker/image/cache [2022-03-06T08:35:46.100Z] github.com/docker/docker/image/tarexport [2022-03-06T08:35:46.100Z] github.com/docker/docker/image/v1 [2022-03-06T08:35:46.100Z] github.com/docker/docker/internal/test/suite [2022-03-06T08:35:46.100Z] github.com/docker/docker/layer [2022-03-06T08:35:46.100Z] github.com/docker/docker/libcontainerd [2022-03-06T08:35:46.100Z] github.com/docker/docker/libcontainerd/queue [2022-03-06T08:35:46.100Z] github.com/docker/docker/libcontainerd/remote [2022-03-06T08:35:46.100Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-06T08:35:46.100Z] github.com/docker/docker/libcontainerd/types [2022-03-06T08:35:46.100Z] github.com/docker/docker/oci [2022-03-06T08:35:46.100Z] github.com/docker/docker/oci/caps [2022-03-06T08:35:46.100Z] github.com/docker/docker/opts [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/aaparser [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/archive [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/authorization [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/broadcaster [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/capabilities [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/chrootarchive [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/containerfs [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/devicemapper [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/directory [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/dmesg [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/filenotify [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/fileutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/fsutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/homedir [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/idtools [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/ioutils [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/jsonmessage [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/longpath [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/loopback [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/namesgenerator [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/parsers [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/pidfile [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/platform [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/plugingetter [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/plugins [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/plugins/transport [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/pools [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/progress [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/pubsub [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/reexec [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/signal [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/stack [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/stdcopy [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/streamformatter [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/stringid [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/sysinfo [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/system [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/tailfile [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/tarsum [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/truncindex [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/urlutil [2022-03-06T08:35:46.100Z] github.com/docker/docker/pkg/useragent [2022-03-06T08:35:46.100Z] github.com/docker/docker/plugin [2022-03-06T08:35:46.100Z] github.com/docker/docker/plugin/executor/containerd [2022-03-06T08:35:46.100Z] github.com/docker/docker/plugin/v2 [2022-03-06T08:35:46.100Z] github.com/docker/docker/profiles/apparmor [2022-03-06T08:35:46.100Z] github.com/docker/docker/profiles/seccomp [2022-03-06T08:35:46.100Z] github.com/docker/docker/quota [2022-03-06T08:35:46.100Z] github.com/docker/docker/reference [2022-03-06T08:35:46.100Z] github.com/docker/docker/registry [2022-03-06T08:35:46.100Z] github.com/docker/docker/registry/resumable [2022-03-06T08:35:46.100Z] github.com/docker/docker/restartmanager [2022-03-06T08:35:46.100Z] github.com/docker/docker/rootless [2022-03-06T08:35:46.100Z] github.com/docker/docker/rootless/specconv [2022-03-06T08:35:46.100Z] github.com/docker/docker/runconfig [2022-03-06T08:35:46.100Z] github.com/docker/docker/runconfig/opts [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/daemon [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/environment [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/fakecontext [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/fakegit [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/fakestorage [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/fixtures/load [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/registry [2022-03-06T08:35:46.100Z] github.com/docker/docker/testutil/request [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume/drivers [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume/local [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume/mounts [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume/service [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume/service/opts [2022-03-06T08:35:46.100Z] github.com/docker/docker/volume/testutils' [2022-03-06T08:35:46.100Z] ++ grep --fixed-strings /libnetwork [2022-03-06T08:35:46.100Z] ++ echo 'github.com/docker/docker/api [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/backend/build [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/httputils [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/middleware [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/build [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/container [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/debug [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/distribution [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/grpc [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/image [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/network [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/plugin [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/session [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/swarm [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/system [2022-03-06T08:35:46.100Z] github.com/docker/docker/api/server/router/volume [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/backend [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/blkiodev [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/container [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/events [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/filters [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/image [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/mount [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/network [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/registry [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/strslice [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/swarm [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/time [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/versions [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-06T08:35:46.101Z] github.com/docker/docker/api/types/volume [2022-03-06T08:35:46.101Z] github.com/docker/docker/builder [2022-03-06T08:35:46.101Z] github.com/docker/docker/builder/builder-next [2022-03-06T08:35:46.101Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-06T08:35:46.101Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-06T08:35:46.101Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-06T08:35:46.101Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-06T08:35:46.101Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-06T08:35:46.101Z] github.com/docker/docker/builder/builder-next/worker [2022-03-06T08:35:46.101Z] github.com/docker/docker/builder/dockerfile [2022-03-06T08:35:46.101Z] github.com/docker/docker/builder/remotecontext [2022-03-06T08:35:46.101Z] github.com/docker/docker/builder/remotecontext/git [2022-03-06T08:35:46.101Z] github.com/docker/docker/cli [2022-03-06T08:35:46.101Z] github.com/docker/docker/cli/config [2022-03-06T08:35:46.101Z] github.com/docker/docker/cli/debug [2022-03-06T08:35:46.101Z] github.com/docker/docker/client [2022-03-06T08:35:46.101Z] github.com/docker/docker/cmd/docker-proxy [2022-03-06T08:35:46.101Z] github.com/docker/docker/cmd/dockerd [2022-03-06T08:35:46.101Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-06T08:35:46.101Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-06T08:35:46.101Z] github.com/docker/docker/container [2022-03-06T08:35:46.101Z] github.com/docker/docker/container/stream [2022-03-06T08:35:46.101Z] github.com/docker/docker/contrib/apparmor [2022-03-06T08:35:46.101Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-06T08:35:46.101Z] github.com/docker/docker/contrib/httpserver [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/cluster [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/cluster/convert [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/cluster/executor [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/cluster/provider [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/config [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/events [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/events/testutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/exec [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/images [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/initlayer [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/links [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/listeners [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/gelf [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/journald [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/local [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/logentries [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/splunk [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/syslog [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/logger/templates [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/names [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/network [2022-03-06T08:35:46.101Z] github.com/docker/docker/daemon/stats [2022-03-06T08:35:46.101Z] github.com/docker/docker/distribution [2022-03-06T08:35:46.101Z] github.com/docker/docker/distribution/metadata [2022-03-06T08:35:46.101Z] github.com/docker/docker/distribution/utils [2022-03-06T08:35:46.101Z] github.com/docker/docker/distribution/xfer [2022-03-06T08:35:46.101Z] github.com/docker/docker/dockerversion [2022-03-06T08:35:46.101Z] github.com/docker/docker/errdefs [2022-03-06T08:35:46.101Z] github.com/docker/docker/image [2022-03-06T08:35:46.101Z] github.com/docker/docker/image/cache [2022-03-06T08:35:46.101Z] github.com/docker/docker/image/tarexport [2022-03-06T08:35:46.101Z] github.com/docker/docker/image/v1 [2022-03-06T08:35:46.101Z] github.com/docker/docker/internal/test/suite [2022-03-06T08:35:46.101Z] github.com/docker/docker/layer [2022-03-06T08:35:46.101Z] github.com/docker/docker/libcontainerd [2022-03-06T08:35:46.101Z] github.com/docker/docker/libcontainerd/queue [2022-03-06T08:35:46.101Z] github.com/docker/docker/libcontainerd/remote [2022-03-06T08:35:46.101Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-06T08:35:46.101Z] github.com/docker/docker/libcontainerd/types [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/bitseq [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cluster [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/config [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/datastore [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/driverapi [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/etchosts [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/idm [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipam [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/iptables [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/netlabel [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/netutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/networkdb [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ns [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/options [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/osl [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/portallocator [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/portmapper [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/testutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/types [2022-03-06T08:35:46.101Z] github.com/docker/docker/oci [2022-03-06T08:35:46.101Z] github.com/docker/docker/oci/caps [2022-03-06T08:35:46.101Z] github.com/docker/docker/opts [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/aaparser [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/archive [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/authorization [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/broadcaster [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/capabilities [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/chrootarchive [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/containerfs [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/devicemapper [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/directory [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/dmesg [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/filenotify [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/fileutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/fsutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/homedir [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/idtools [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/ioutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/jsonmessage [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/longpath [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/loopback [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/namesgenerator [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/parsers [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/pidfile [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/platform [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/plugingetter [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/plugins [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/plugins/transport [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/pools [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/progress [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/pubsub [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/reexec [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/signal [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/stack [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/stdcopy [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/streamformatter [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/stringid [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/sysinfo [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/system [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/tailfile [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/tarsum [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/truncindex [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/urlutil [2022-03-06T08:35:46.101Z] github.com/docker/docker/pkg/useragent [2022-03-06T08:35:46.101Z] github.com/docker/docker/plugin [2022-03-06T08:35:46.101Z] github.com/docker/docker/plugin/executor/containerd [2022-03-06T08:35:46.101Z] github.com/docker/docker/plugin/v2 [2022-03-06T08:35:46.101Z] github.com/docker/docker/profiles/apparmor [2022-03-06T08:35:46.101Z] github.com/docker/docker/profiles/seccomp [2022-03-06T08:35:46.101Z] github.com/docker/docker/quota [2022-03-06T08:35:46.101Z] github.com/docker/docker/reference [2022-03-06T08:35:46.101Z] github.com/docker/docker/registry [2022-03-06T08:35:46.101Z] github.com/docker/docker/registry/resumable [2022-03-06T08:35:46.101Z] github.com/docker/docker/restartmanager [2022-03-06T08:35:46.101Z] github.com/docker/docker/rootless [2022-03-06T08:35:46.101Z] github.com/docker/docker/rootless/specconv [2022-03-06T08:35:46.101Z] github.com/docker/docker/runconfig [2022-03-06T08:35:46.101Z] github.com/docker/docker/runconfig/opts [2022-03-06T08:35:46.101Z] github.com/docker/docker/testutil [2022-03-06T08:35:46.101Z] github.com/docker/docker/testutil/daemon [2022-03-06T08:35:46.101Z] github.com/docker/docker/testutil/environment [2022-03-06T08:35:46.101Z] github.com/docker/docker/testutil/fakecontext [2022-03-06T08:35:46.101Z] github.com/docker/docker/testutil/fakegit [2022-03-06T08:35:46.101Z] github.com/docker/docker/testutil/fakestorage [2022-03-06T08:35:46.101Z] github.com/docker/docker/testutil/fixtures/load [2022-03-06T08:35:46.101Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-06T08:35:46.101Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-06T08:35:46.101Z] github.com/docker/docker/testutil/registry [2022-03-06T08:35:46.101Z] github.com/docker/docker/testutil/request [2022-03-06T08:35:46.101Z] github.com/docker/docker/volume [2022-03-06T08:35:46.101Z] github.com/docker/docker/volume/drivers [2022-03-06T08:35:46.101Z] github.com/docker/docker/volume/local [2022-03-06T08:35:46.101Z] github.com/docker/docker/volume/mounts [2022-03-06T08:35:46.101Z] github.com/docker/docker/volume/service [2022-03-06T08:35:46.101Z] github.com/docker/docker/volume/service/opts [2022-03-06T08:35:46.101Z] github.com/docker/docker/volume/testutils' [2022-03-06T08:35:46.101Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/bitseq [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cluster [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/config [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/datastore [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/driverapi [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/etchosts [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/idm [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipam [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/iptables [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/netlabel [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/netutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/networkdb [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/ns [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/options [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/osl [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/portallocator [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/portmapper [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/testutils [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/types' [2022-03-06T08:35:46.101Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-06T08:35:46.101Z] + echo 'github.com/docker/docker/libnetwork [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/bitseq [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cluster [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/config [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/datastore [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/driverapi [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-06T08:35:46.101Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/etchosts [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/idm [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/ipam [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/iptables [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/netlabel [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/netutils [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/networkdb [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/ns [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/options [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/osl [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/portallocator [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/portmapper [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/testutils [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/types' [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:35:46.102Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:35:46.102Z] + type docker-proxy [2022-03-06T08:35:46.102Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-06T08:35:46.102Z] + hack/make.sh binary-proxy install-proxy [2022-03-06T08:35:46.102Z] [2022-03-06T08:35:46.102Z] Removing bundles/ [2022-03-06T08:35:46.102Z] [2022-03-06T08:35:46.102Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-06T08:35:46.102Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-06T08:35:46.102Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:35:46.145Z] #60 ... [2022-03-06T08:35:46.145Z] [2022-03-06T08:35:46.145Z] #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-06T08:35:46.145Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-06T08:35:46.145Z] #51 234.1 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-06T08:35:46.145Z] #51 DONE 234.1s [2022-03-06T08:35:46.402Z] [2022-03-06T08:35:46.402Z] #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-06T08:35:46.402Z] #60 sha256:0278013f9d999fac671041d312dd2067625e82bc2a3318bc499ad3eee54ecc42 [2022-03-06T08:35:47.281Z] #28 1.131 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-06T08:35:47.281Z] #28 1.147 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-06T08:35:47.281Z] #28 1.147 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-06T08:35:47.294Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-06T08:35:47.537Z] #28 1.386 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-06T08:35:47.537Z] #28 1.641 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-06T08:35:47.835Z] #28 1.849 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-06T08:35:48.231Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-06T08:35:48.298Z] #60 ... [2022-03-06T08:35:48.298Z] [2022-03-06T08:35:48.298Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-06T08:35:48.298Z] #52 sha256:0518cf26aa1a31d0c6b176dd15824eb2e0a862e61daf3939c72a3d0b30f5a216 [2022-03-06T08:35:48.398Z] #28 2.155 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-06T08:35:48.697Z] #28 2.433 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-06T08:35:48.697Z] #28 2.674 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-06T08:35:48.864Z] #52 DONE 1.0s [2022-03-06T08:35:48.864Z] [2022-03-06T08:35:48.864Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-06T08:35:48.864Z] #54 sha256:634c32ae9c690907c33fe259d04b58e18550f64865e703ee9e02a69687699c71 [2022-03-06T08:35:48.864Z] #54 DONE 0.1s [2022-03-06T08:35:48.864Z] [2022-03-06T08:35:48.864Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-06T08:35:48.864Z] #57 sha256:62b69a15ced725952b88d56e923241b5add8daeda74ebb956c0483d290af5373 [2022-03-06T08:35:48.954Z] #28 2.933 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-06T08:35:48.954Z] #28 2.935 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-06T08:35:48.954Z] #28 2.937 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-06T08:35:48.954Z] #28 2.946 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-06T08:35:48.954Z] #28 2.947 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-06T08:35:48.954Z] #28 2.949 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-06T08:35:48.954Z] #28 2.955 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-06T08:35:48.954Z] #28 2.955 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-06T08:35:48.954Z] #28 2.956 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-06T08:35:48.954Z] #28 2.957 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-06T08:35:48.954Z] #28 2.957 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-06T08:35:48.954Z] #28 2.962 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-06T08:35:49.430Z] #57 DONE 0.5s [2022-03-06T08:35:49.430Z] [2022-03-06T08:35:49.430Z] #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-06T08:35:49.430Z] #60 sha256:0278013f9d999fac671041d312dd2067625e82bc2a3318bc499ad3eee54ecc42 [2022-03-06T08:35:49.614Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-06T08:35:49.614Z] daemon_test.go:156: [da53c5aa05846] daemon is not started [2022-03-06T08:35:49.614Z] --- PASS: TestConfigDaemonSeccompProfiles (3.36s) [2022-03-06T08:35:49.614Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.13s) [2022-03-06T08:35:49.614Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.11s) [2022-03-06T08:35:49.614Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.12s) [2022-03-06T08:35:49.614Z] === RUN TestDaemonProxy [2022-03-06T08:35:49.614Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-06T08:35:49.614Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-06T08:35:49.614Z] PASS [2022-03-06T08:35:49.614Z] [2022-03-06T08:35:49.614Z] === Skipped [2022-03-06T08:35:49.614Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-03-06T08:35:49.614Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-06T08:35:49.614Z] [2022-03-06T08:35:49.614Z] DONE 12 tests, 1 skipped in 4.009s [2022-03-06T08:35:49.614Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-06T08:35:49.614Z] INFO: Testing against a local daemon [2022-03-06T08:35:49.614Z] === RUN TestCommitInheritsEnv [2022-03-06T08:35:50.892Z] #28 ... [2022-03-06T08:35:50.892Z] [2022-03-06T08:35:50.892Z] #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-06T08:35:50.892Z] #67 sha256:983dfd9704f3d75fece46dd38279f3d11d8c7843f6f98bd0c1c345eb28e86125 [2022-03-06T08:35:50.892Z] #67 65.96 + bin/containerd [2022-03-06T08:35:51.519Z] --- PASS: TestCommitInheritsEnv (1.77s) [2022-03-06T08:35:51.519Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-06T08:35:51.519Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-06T08:35:51.519Z] === RUN TestImportWithCustomPlatform [2022-03-06T08:35:51.519Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-06T08:35:51.519Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-06T08:35:51.519Z] === RUN TestImportWithCustomPlatform// [2022-03-06T08:35:51.519Z] === RUN TestImportWithCustomPlatform/linux [2022-03-06T08:35:51.519Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-06T08:35:51.519Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-06T08:35:51.519Z] === RUN TestImportWithCustomPlatform/macos [2022-03-06T08:35:51.519Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-06T08:35:51.519Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-06T08:35:51.519Z] --- PASS: TestImportWithCustomPlatform (0.25s) [2022-03-06T08:35:51.519Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-06T08:35:51.519Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-06T08:35:51.519Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-06T08:35:51.519Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-06T08:35:51.519Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-06T08:35:51.519Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-06T08:35:51.519Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-06T08:35:51.519Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-06T08:35:51.519Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-06T08:35:51.519Z] === RUN TestImagesFilterMultiReference [2022-03-06T08:35:51.519Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2022-03-06T08:35:51.519Z] === RUN TestImagePullPlatformInvalid [2022-03-06T08:35:51.519Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2022-03-06T08:35:51.519Z] === RUN TestRemoveImageOrphaning [2022-03-06T08:35:52.648Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-06T08:35:52.648Z] [2022-03-06T08:35:52.648Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-06T08:35:52.648Z] Installing docker-proxy to /usr/local/bin/ [2022-03-06T08:35:52.648Z] [2022-03-06T08:35:52.648Z] + mkdir -p bundles [2022-03-06T08:35:52.648Z] + '[' -n 'github.com/docker/docker/api [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/backend/build [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/httputils [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/middleware [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/build [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/container [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/debug [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/distribution [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/grpc [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/image [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/network [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/plugin [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/session [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/swarm [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/system [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/server/router/volume [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/backend [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/blkiodev [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/container [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/events [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/filters [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/image [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/mount [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/network [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/registry [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/strslice [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/swarm [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/time [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/versions [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-06T08:35:52.648Z] github.com/docker/docker/api/types/volume [2022-03-06T08:35:52.648Z] github.com/docker/docker/builder [2022-03-06T08:35:52.648Z] github.com/docker/docker/builder/builder-next [2022-03-06T08:35:52.648Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-06T08:35:52.648Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-06T08:35:52.648Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-06T08:35:52.648Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-06T08:35:52.648Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-06T08:35:52.648Z] github.com/docker/docker/builder/builder-next/worker [2022-03-06T08:35:52.648Z] github.com/docker/docker/builder/dockerfile [2022-03-06T08:35:52.648Z] github.com/docker/docker/builder/remotecontext [2022-03-06T08:35:52.648Z] github.com/docker/docker/builder/remotecontext/git [2022-03-06T08:35:52.648Z] github.com/docker/docker/cli [2022-03-06T08:35:52.648Z] github.com/docker/docker/cli/config [2022-03-06T08:35:52.648Z] github.com/docker/docker/cli/debug [2022-03-06T08:35:52.648Z] github.com/docker/docker/client [2022-03-06T08:35:52.648Z] github.com/docker/docker/cmd/docker-proxy [2022-03-06T08:35:52.648Z] github.com/docker/docker/cmd/dockerd [2022-03-06T08:35:52.648Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-06T08:35:52.648Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-06T08:35:52.648Z] github.com/docker/docker/container [2022-03-06T08:35:52.648Z] github.com/docker/docker/container/stream [2022-03-06T08:35:52.648Z] github.com/docker/docker/contrib/apparmor [2022-03-06T08:35:52.648Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-06T08:35:52.648Z] github.com/docker/docker/contrib/httpserver [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/cluster [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/cluster/convert [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/cluster/executor [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/cluster/provider [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/config [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/events [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/events/testutils [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/exec [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/images [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/initlayer [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/links [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/listeners [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/gelf [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/journald [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/local [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/logentries [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/splunk [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/syslog [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/logger/templates [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/names [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/network [2022-03-06T08:35:52.648Z] github.com/docker/docker/daemon/stats [2022-03-06T08:35:52.648Z] github.com/docker/docker/distribution [2022-03-06T08:35:52.648Z] github.com/docker/docker/distribution/metadata [2022-03-06T08:35:52.648Z] github.com/docker/docker/distribution/utils [2022-03-06T08:35:52.648Z] github.com/docker/docker/distribution/xfer [2022-03-06T08:35:52.648Z] github.com/docker/docker/dockerversion [2022-03-06T08:35:52.648Z] github.com/docker/docker/errdefs [2022-03-06T08:35:52.648Z] github.com/docker/docker/image [2022-03-06T08:35:52.648Z] github.com/docker/docker/image/cache [2022-03-06T08:35:52.648Z] github.com/docker/docker/image/tarexport [2022-03-06T08:35:52.648Z] github.com/docker/docker/image/v1 [2022-03-06T08:35:52.648Z] github.com/docker/docker/internal/test/suite [2022-03-06T08:35:52.648Z] github.com/docker/docker/layer [2022-03-06T08:35:52.648Z] github.com/docker/docker/libcontainerd [2022-03-06T08:35:52.648Z] github.com/docker/docker/libcontainerd/queue [2022-03-06T08:35:52.648Z] github.com/docker/docker/libcontainerd/remote [2022-03-06T08:35:52.648Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-06T08:35:52.648Z] github.com/docker/docker/libcontainerd/types [2022-03-06T08:35:52.648Z] github.com/docker/docker/oci [2022-03-06T08:35:52.648Z] github.com/docker/docker/oci/caps [2022-03-06T08:35:52.648Z] github.com/docker/docker/opts [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/aaparser [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/archive [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/authorization [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/broadcaster [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/capabilities [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/chrootarchive [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/containerfs [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/devicemapper [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/directory [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/dmesg [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/filenotify [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/fileutils [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/fsutils [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/homedir [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/idtools [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/ioutils [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/jsonmessage [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/longpath [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/loopback [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/namesgenerator [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/parsers [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/pidfile [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/platform [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/plugingetter [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/plugins [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/plugins/transport [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/pools [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/progress [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/pubsub [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/reexec [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/signal [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/stack [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/stdcopy [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/streamformatter [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/stringid [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/sysinfo [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/system [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/tailfile [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/tarsum [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/truncindex [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/urlutil [2022-03-06T08:35:52.648Z] github.com/docker/docker/pkg/useragent [2022-03-06T08:35:52.648Z] github.com/docker/docker/plugin [2022-03-06T08:35:52.648Z] github.com/docker/docker/plugin/executor/containerd [2022-03-06T08:35:52.648Z] github.com/docker/docker/plugin/v2 [2022-03-06T08:35:52.648Z] github.com/docker/docker/profiles/apparmor [2022-03-06T08:35:52.648Z] github.com/docker/docker/profiles/seccomp [2022-03-06T08:35:52.648Z] github.com/docker/docker/quota [2022-03-06T08:35:52.648Z] github.com/docker/docker/reference [2022-03-06T08:35:52.648Z] github.com/docker/docker/registry [2022-03-06T08:35:52.648Z] github.com/docker/docker/registry/resumable [2022-03-06T08:35:52.648Z] github.com/docker/docker/restartmanager [2022-03-06T08:35:52.648Z] github.com/docker/docker/rootless [2022-03-06T08:35:52.648Z] github.com/docker/docker/rootless/specconv [2022-03-06T08:35:52.648Z] github.com/docker/docker/runconfig [2022-03-06T08:35:52.648Z] github.com/docker/docker/runconfig/opts [2022-03-06T08:35:52.648Z] github.com/docker/docker/testutil [2022-03-06T08:35:52.648Z] github.com/docker/docker/testutil/daemon [2022-03-06T08:35:52.648Z] github.com/docker/docker/testutil/environment [2022-03-06T08:35:52.648Z] github.com/docker/docker/testutil/fakecontext [2022-03-06T08:35:52.648Z] github.com/docker/docker/testutil/fakegit [2022-03-06T08:35:52.648Z] github.com/docker/docker/testutil/fakestorage [2022-03-06T08:35:52.648Z] github.com/docker/docker/testutil/fixtures/load [2022-03-06T08:35:52.648Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-06T08:35:52.648Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-06T08:35:52.648Z] github.com/docker/docker/testutil/registry [2022-03-06T08:35:52.648Z] github.com/docker/docker/testutil/request [2022-03-06T08:35:52.648Z] github.com/docker/docker/volume [2022-03-06T08:35:52.648Z] github.com/docker/docker/volume/drivers [2022-03-06T08:35:52.648Z] github.com/docker/docker/volume/local [2022-03-06T08:35:52.648Z] github.com/docker/docker/volume/mounts [2022-03-06T08:35:52.648Z] github.com/docker/docker/volume/service [2022-03-06T08:35:52.648Z] github.com/docker/docker/volume/service/opts [2022-03-06T08:35:52.648Z] github.com/docker/docker/volume/testutils' ']' [2022-03-06T08:35:52.649Z] + 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-06T08:35:52.905Z] ? github.com/docker/docker/api [no test files] [2022-03-06T08:35:53.426Z] --- PASS: TestRemoveImageOrphaning (1.69s) [2022-03-06T08:35:53.426Z] === RUN TestRemoveImageGarbageCollector [2022-03-06T08:35:53.426Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-06T08:35:53.426Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-06T08:35:53.426Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-06T08:35:53.426Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-06T08:35:53.426Z] === RUN TestTagInvalidReference [2022-03-06T08:35:53.426Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-06T08:35:53.426Z] === RUN TestTagValidPrefixedRepo [2022-03-06T08:35:53.426Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-06T08:35:53.426Z] === RUN TestTagExistedNameWithoutForce [2022-03-06T08:35:53.426Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-06T08:35:53.426Z] === RUN TestTagOfficialNames [2022-03-06T08:35:53.426Z] --- PASS: TestTagOfficialNames (0.04s) [2022-03-06T08:35:53.426Z] === RUN TestTagMatchesDigest [2022-03-06T08:35:53.426Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-06T08:35:53.426Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-06T08:35:56.240Z] #67 ... [2022-03-06T08:35:56.240Z] [2022-03-06T08:35:56.240Z] #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-06T08:35:56.240Z] #63 sha256:a00a919c2c38148957ee521c3f26badbff2084a702c76c5b125bb19c30466801 [2022-03-06T08:35:56.240Z] #63 5.349 + cd /tmp/tmp.QkukV4gKsW/src/github.com/opencontainers/runc [2022-03-06T08:35:56.240Z] #63 5.350 + git checkout -q v1.1.0 [2022-03-06T08:35:56.240Z] #63 5.631 + '[' -z '' ']' [2022-03-06T08:35:56.240Z] #63 5.631 + target=static [2022-03-06T08:35:56.240Z] #63 5.631 + make BUILDTAGS=seccomp static [2022-03-06T08:35:56.240Z] #63 5.906 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-06T08:36:00.450Z] #63 ... [2022-03-06T08:36:00.450Z] [2022-03-06T08:36:00.450Z] #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-06T08:36:00.450Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-06T08:36:00.450Z] #28 14.34 Fetched 48.9 MB in 13s (3632 kB/s) [2022-03-06T08:36:05.081Z] ok github.com/docker/docker/api/server 0.010s coverage: 9.0% of statements [2022-03-06T08:36:07.035Z] #28 14.34 Reading package lists... [2022-03-06T08:36:13.623Z] #28 20.77 Reading package lists... [2022-03-06T08:36:14.186Z] #28 26.66 Building dependency tree... [2022-03-06T08:36:15.556Z] #28 29.50 bzip2 is already the newest version (1.0.8-4). [2022-03-06T08:36:15.556Z] #28 29.50 patch is already the newest version (2.7.6-7). [2022-03-06T08:36:15.556Z] #28 29.50 xz-utils is already the newest version (5.2.5-2). [2022-03-06T08:36:15.556Z] #28 29.50 The following additional packages will be installed: [2022-03-06T08:36:15.556Z] #28 29.51 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-06T08:36:15.556Z] #28 29.51 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-03-06T08:36:15.556Z] #28 29.51 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-06T08:36:15.556Z] #28 29.52 python3-pkg-resources vim-runtime xxd [2022-03-06T08:36:15.556Z] #28 29.54 Suggested packages: [2022-03-06T08:36:15.556Z] #28 29.54 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-03-06T08:36:15.556Z] #28 29.54 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-03-06T08:36:15.556Z] #28 29.54 Recommended packages: [2022-03-06T08:36:15.556Z] #28 29.54 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-06T08:36:15.953Z] #60 230.4 # github.com/containerd/containerd/cmd/containerd [2022-03-06T08:36:15.954Z] #60 230.4 /usr/bin/ld: /tmp/go-link-4193738446/000019.o: in function `New': [2022-03-06T08:36:15.954Z] #60 230.4 /tmp/tmp.d43URXXaHB/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-06T08:36:15.954Z] #60 230.5 + bin/containerd-stress [2022-03-06T08:36:15.954Z] #60 231.5 + bin/containerd-shim [2022-03-06T08:36:16.970Z] #28 31.09 The following NEW packages will be installed: [2022-03-06T08:36:16.970Z] #28 31.09 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-03-06T08:36:16.970Z] #28 31.10 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-06T08:36:17.227Z] #28 31.10 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-03-06T08:36:17.227Z] #28 31.10 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-03-06T08:36:17.227Z] #28 31.10 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-03-06T08:36:17.227Z] #28 31.11 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-03-06T08:36:17.227Z] #28 31.11 vim-common vim-runtime xfsprogs xxd zip zstd [2022-03-06T08:36:17.528Z] #28 31.50 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:36:17.528Z] #28 31.50 Need to get 18.6 MB of archives. [2022-03-06T08:36:17.528Z] #28 31.50 After this operation, 71.4 MB of additional disk space will be used. [2022-03-06T08:36:17.528Z] #28 31.50 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-06T08:36:17.528Z] #28 31.50 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-06T08:36:17.528Z] #28 31.50 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-06T08:36:17.528Z] #28 31.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-06T08:36:17.528Z] #28 31.51 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-06T08:36:17.528Z] #28 31.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-06T08:36:17.528Z] #28 31.51 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-06T08:36:17.528Z] #28 31.51 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-06T08:36:17.528Z] #28 31.53 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-06T08:36:17.528Z] #28 31.53 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-06T08:36:17.528Z] #28 31.54 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-06T08:36:17.528Z] #28 31.54 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-06T08:36:17.528Z] #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-06T08:36:17.528Z] #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-06T08:36:17.528Z] #28 31.57 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-06T08:36:17.528Z] #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-06T08:36:17.528Z] #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-06T08:36:17.528Z] #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-06T08:36:17.528Z] #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-06T08:36:17.528Z] #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-06T08:36:17.528Z] #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-06T08:36:17.528Z] #28 31.59 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-06T08:36:17.528Z] #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-06T08:36:17.528Z] #28 31.60 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-06T08:36:17.528Z] #28 31.60 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-06T08:36:17.786Z] #28 31.60 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-06T08:36:17.786Z] #28 31.61 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-06T08:36:17.786Z] #28 31.61 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-06T08:36:17.786Z] #28 31.61 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-06T08:36:17.786Z] #28 31.62 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-06T08:36:17.786Z] #28 31.65 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-06T08:36:17.786Z] #28 31.66 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-06T08:36:17.786Z] #28 31.66 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-06T08:36:17.786Z] #28 31.67 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-06T08:36:17.786Z] #28 31.67 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-06T08:36:17.786Z] #28 31.68 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-06T08:36:17.786Z] #28 31.68 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-06T08:36:17.786Z] #28 31.70 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-06T08:36:17.786Z] #28 31.71 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-06T08:36:17.786Z] #28 31.72 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-06T08:36:17.786Z] #28 31.82 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-06T08:36:18.044Z] #28 31.85 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-06T08:36:18.044Z] #28 31.87 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-06T08:36:18.044Z] #28 31.87 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-06T08:36:18.647Z] #28 32.54 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:36:18.904Z] #28 32.82 Fetched 18.6 MB in 1s (27.4 MB/s) [2022-03-06T08:36:18.904Z] #28 32.86 Selecting previously unselected package pigz. [2022-03-06T08:36:18.904Z] #28 32.86 (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-06T08:36:18.904Z] #28 32.93 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-06T08:36:18.904Z] #28 32.94 Unpacking pigz (2.6-1) ... [2022-03-06T08:36:18.904Z] #28 33.00 Selecting previously unselected package libelf1:amd64. [2022-03-06T08:36:18.904Z] #28 33.00 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-06T08:36:18.904Z] #28 33.03 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-06T08:36:19.162Z] #28 33.13 Selecting previously unselected package libbpf0:amd64. [2022-03-06T08:36:19.162Z] #28 33.14 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-06T08:36:19.162Z] #28 33.15 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-06T08:36:19.162Z] #28 33.23 Selecting previously unselected package libcap2:amd64. [2022-03-06T08:36:19.162Z] #28 33.24 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-06T08:36:19.418Z] #28 33.25 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-06T08:36:19.418Z] #28 33.31 Selecting previously unselected package libmnl0:amd64. [2022-03-06T08:36:19.418Z] #28 33.31 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-06T08:36:19.418Z] #28 33.32 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-06T08:36:19.418Z] #28 33.38 Selecting previously unselected package libxtables12:amd64. [2022-03-06T08:36:19.418Z] #28 33.38 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-06T08:36:19.418Z] #28 33.39 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-06T08:36:19.418Z] #28 33.43 Selecting previously unselected package libcap2-bin. [2022-03-06T08:36:19.418Z] #28 33.44 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-06T08:36:19.418Z] #28 33.44 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-06T08:36:19.418Z] #28 33.51 Selecting previously unselected package iproute2. [2022-03-06T08:36:19.675Z] #28 33.51 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-06T08:36:19.675Z] #28 33.52 Unpacking iproute2 (5.10.0-4) ... [2022-03-06T08:36:19.675Z] #28 33.78 Selecting previously unselected package xxd. [2022-03-06T08:36:19.932Z] #28 33.78 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-06T08:36:19.932Z] #28 33.78 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:36:19.932Z] #28 33.88 Selecting previously unselected package vim-common. [2022-03-06T08:36:19.932Z] #28 33.89 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:36:19.932Z] #28 33.90 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:36:20.188Z] #28 34.05 Selecting previously unselected package bash-completion. [2022-03-06T08:36:20.188Z] #28 34.05 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-06T08:36:21.118Z] #28 35.15 Unpacking bash-completion (1:2.11-2) ... [2022-03-06T08:36:21.213Z] #60 238.7 + bin/containerd-shim-runc-v1 [2022-03-06T08:36:21.681Z] #28 35.39 Selecting previously unselected package apparmor. [2022-03-06T08:36:21.681Z] #28 35.39 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-03-06T08:36:21.681Z] #28 35.44 Unpacking apparmor (2.13.6-10) ... [2022-03-06T08:36:21.938Z] #28 35.74 Selecting previously unselected package inetutils-ping. [2022-03-06T08:36:21.938Z] #28 35.75 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-06T08:36:21.938Z] #28 35.76 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-06T08:36:21.938Z] #28 35.84 Selecting previously unselected package libip4tc2:amd64. [2022-03-06T08:36:21.938Z] #28 35.85 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-06T08:36:21.938Z] #28 35.85 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-06T08:36:21.938Z] #28 35.90 Selecting previously unselected package libip6tc2:amd64. [2022-03-06T08:36:21.938Z] #28 35.91 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-06T08:36:21.938Z] #28 35.91 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-06T08:36:22.194Z] #28 35.98 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-06T08:36:22.194Z] #28 35.98 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-06T08:36:22.194Z] #28 35.99 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-06T08:36:22.194Z] #28 36.03 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-06T08:36:22.194Z] #28 36.03 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-06T08:36:22.194Z] #28 36.04 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-06T08:36:22.194Z] #28 36.09 Selecting previously unselected package libnftnl11:amd64. [2022-03-06T08:36:22.194Z] #28 36.11 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-06T08:36:22.194Z] #28 36.11 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-06T08:36:22.194Z] #28 36.19 Selecting previously unselected package iptables. [2022-03-06T08:36:22.452Z] #28 36.20 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-03-06T08:36:22.452Z] #28 36.21 Unpacking iptables (1.8.7-1) ... [2022-03-06T08:36:22.452Z] #28 36.42 Selecting previously unselected package libonig5:amd64. [2022-03-06T08:36:22.452Z] #28 36.42 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-06T08:36:22.452Z] #28 36.43 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:36:22.452Z] #28 36.52 Selecting previously unselected package libjq1:amd64. [2022-03-06T08:36:22.452Z] #28 36.53 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-03-06T08:36:22.452Z] #28 36.54 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:36:22.709Z] #28 36.60 Selecting previously unselected package jq. [2022-03-06T08:36:22.709Z] #28 36.60 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-03-06T08:36:22.709Z] #28 36.61 Unpacking jq (1.6-2.1) ... [2022-03-06T08:36:22.709Z] #28 36.67 Selecting previously unselected package libaio1:amd64. [2022-03-06T08:36:22.709Z] #28 36.67 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-03-06T08:36:22.709Z] #28 36.68 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-06T08:36:22.709Z] #28 36.73 Selecting previously unselected package libgpm2:amd64. [2022-03-06T08:36:22.709Z] #28 36.73 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-03-06T08:36:22.709Z] #28 36.74 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-06T08:36:22.709Z] #28 36.79 Selecting previously unselected package libinih1:amd64. [2022-03-06T08:36:22.709Z] #28 36.79 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-03-06T08:36:22.709Z] #28 36.80 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-06T08:36:22.709Z] #28 36.84 Selecting previously unselected package libnet1:amd64. [2022-03-06T08:36:22.965Z] #28 36.84 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-06T08:36:22.966Z] #28 36.86 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:36:22.966Z] #28 36.92 Selecting previously unselected package libnl-3-200:amd64. [2022-03-06T08:36:22.966Z] #28 36.93 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-06T08:36:22.966Z] #28 36.94 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:36:23.222Z] #28 37.01 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-06T08:36:23.222Z] #28 37.01 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-06T08:36:23.222Z] #28 37.02 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:36:23.222Z] #28 37.07 Selecting previously unselected package net-tools. [2022-03-06T08:36:23.223Z] #28 37.08 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-06T08:36:23.223Z] #28 37.08 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-06T08:36:23.223Z] #28 37.22 Selecting previously unselected package python-pip-whl. [2022-03-06T08:36:23.223Z] #28 37.22 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-03-06T08:36:23.223Z] #28 37.23 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-06T08:36:23.479Z] #28 37.53 Selecting previously unselected package python3-lib2to3. [2022-03-06T08:36:23.479Z] #28 37.53 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-06T08:36:23.479Z] #28 37.54 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-06T08:36:23.736Z] #28 37.62 Selecting previously unselected package python3-distutils. [2022-03-06T08:36:23.736Z] #28 37.64 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-03-06T08:36:23.736Z] #28 37.65 Unpacking python3-distutils (3.9.2-1) ... [2022-03-06T08:36:23.736Z] #28 37.75 Selecting previously unselected package python3-pkg-resources. [2022-03-06T08:36:23.736Z] #28 37.76 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-06T08:36:23.736Z] #28 37.77 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:36:23.993Z] #28 37.87 Selecting previously unselected package python3-setuptools. [2022-03-06T08:36:23.993Z] #28 37.88 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-03-06T08:36:23.993Z] #28 37.89 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-06T08:36:24.249Z] #28 38.06 Selecting previously unselected package python3-wheel. [2022-03-06T08:36:24.249Z] #28 38.08 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-03-06T08:36:24.249Z] #28 38.08 Unpacking python3-wheel (0.34.2-1) ... [2022-03-06T08:36:24.249Z] #28 38.14 Selecting previously unselected package python3-pip. [2022-03-06T08:36:24.249Z] #28 38.15 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-03-06T08:36:24.249Z] #28 38.15 Unpacking python3-pip (20.3.4-4) ... [2022-03-06T08:36:24.505Z] #28 38.30 Selecting previously unselected package sudo. [2022-03-06T08:36:24.505Z] #28 38.30 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-03-06T08:36:24.505Z] #28 38.31 Unpacking sudo (1.9.5p2-3) ... [2022-03-06T08:36:24.762Z] #28 38.65 Selecting previously unselected package thin-provisioning-tools. [2022-03-06T08:36:24.762Z] #28 38.66 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-06T08:36:24.762Z] #28 38.67 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-06T08:36:24.762Z] #28 38.83 Selecting previously unselected package uidmap. [2022-03-06T08:36:24.762Z] #28 38.84 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-06T08:36:25.018Z] #28 38.84 Unpacking uidmap (1:4.8.1-1) ... [2022-03-06T08:36:25.018Z] #28 38.95 Selecting previously unselected package vim-runtime. [2022-03-06T08:36:25.018Z] #28 38.95 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-06T08:36:25.018Z] #28 38.98 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-06T08:36:25.018Z] #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-06T08:36:25.018Z] #28 39.01 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:36:26.472Z] #60 243.9 + bin/containerd-shim-runc-v2 [2022-03-06T08:36:26.958Z] #28 40.78 Selecting previously unselected package vim. [2022-03-06T08:36:26.958Z] #28 40.78 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-06T08:36:26.958Z] #28 40.80 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:36:27.036Z] #60 244.5 + binaries [2022-03-06T08:36:27.036Z] #60 244.5 + install -D bin/containerd /build/containerd [2022-03-06T08:36:27.036Z] #60 244.5 + install -D bin/containerd-shim /build/containerd-shim [2022-03-06T08:36:27.036Z] #60 244.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-06T08:36:27.036Z] #60 244.5 + install -D bin/ctr /build/ctr [2022-03-06T08:36:27.216Z] #28 41.15 Selecting previously unselected package xfsprogs. [2022-03-06T08:36:27.216Z] #28 41.16 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-06T08:36:27.216Z] #28 41.17 Unpacking xfsprogs (5.10.0-4) ... [2022-03-06T08:36:27.474Z] #28 41.45 Selecting previously unselected package zip. [2022-03-06T08:36:27.474Z] #28 41.46 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-03-06T08:36:27.474Z] #28 41.47 Unpacking zip (3.0-12) ... [2022-03-06T08:36:27.474Z] #28 41.54 Selecting previously unselected package zstd. [2022-03-06T08:36:27.474Z] #28 41.55 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-06T08:36:27.732Z] #28 41.56 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-06T08:36:27.988Z] #28 41.83 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-06T08:36:28.245Z] #28 42.38 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-06T08:36:28.500Z] #28 42.40 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-06T08:36:28.500Z] #28 42.41 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-06T08:36:28.500Z] #28 42.42 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-06T08:36:28.500Z] #28 42.43 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-06T08:36:28.500Z] #28 42.44 Setting up uidmap (1:4.8.1-1) ... [2022-03-06T08:36:28.500Z] #28 42.45 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-06T08:36:28.500Z] #28 42.47 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-06T08:36:28.500Z] #28 42.48 Setting up python3-wheel (0.34.2-1) ... [2022-03-06T08:36:29.061Z] #28 42.86 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:36:29.061Z] #28 42.87 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-06T08:36:29.061Z] #28 42.89 Setting up libcap2-bin (1:2.44-1) ... [2022-03-06T08:36:29.061Z] #28 42.90 Setting up apparmor (2.13.6-10) ... [2022-03-06T08:36:30.242Z] #28 44.02 Setting up zip (3.0-12) ... [2022-03-06T08:36:30.242Z] #28 44.03 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:36:30.242Z] #28 44.07 Setting up bash-completion (1:2.11-2) ... [2022-03-06T08:36:31.206Z] #60 DONE 248.3s [2022-03-06T08:36:31.216Z] #28 45.25 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-06T08:36:31.216Z] #28 45.26 Setting up sudo (1.9.5p2-3) ... [2022-03-06T08:36:31.216Z] #28 45.32 invoke-rc.d: could not determine current runlevel [2022-03-06T08:36:31.216Z] #28 45.32 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-06T08:36:31.464Z] [2022-03-06T08:36:31.464Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-06T08:36:31.464Z] #61 sha256:9afafb26e7525e29e0a4a469d0cf79010786aef71e8932ecc310593e06ef9370 [2022-03-06T08:36:31.475Z] #28 45.33 Setting up xfsprogs (5.10.0-4) ... [2022-03-06T08:36:31.475Z] #28 45.34 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-06T08:36:31.475Z] #28 45.35 Setting up inetutils-ping (2:2.0-1) ... [2022-03-06T08:36:31.475Z] #28 45.37 Setting up pigz (2.6-1) ... [2022-03-06T08:36:31.475Z] #28 45.38 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-06T08:36:31.475Z] #28 45.39 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-06T08:36:31.475Z] #28 45.41 Setting up python-pip-whl (20.3.4-4) ... [2022-03-06T08:36:31.475Z] #28 45.42 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:36:32.035Z] #28 45.88 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-06T08:36:32.035Z] #28 45.89 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-06T08:36:32.291Z] #28 46.16 Setting up libelf1:amd64 (0.183-1) ... [2022-03-06T08:36:32.291Z] #28 46.17 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-06T08:36:32.291Z] #28 46.19 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-06T08:36:32.291Z] #28 46.20 Setting up python3-distutils (3.9.2-1) ... [2022-03-06T08:36:32.546Z] #28 46.54 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-06T08:36:32.546Z] #28 46.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-06T08:36:32.546Z] #28 46.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-06T08:36:32.802Z] #28 46.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-06T08:36:32.802Z] #28 46.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-06T08:36:32.802Z] #28 46.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-06T08:36:32.802Z] #28 46.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-06T08:36:32.802Z] #28 46.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-06T08:36:32.802Z] #28 46.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-06T08:36:32.802Z] #28 46.62 Setting up python3-setuptools (52.0.0-4) ... [2022-03-06T08:36:32.828Z] #61 DONE 1.3s [2022-03-06T08:36:33.089Z] [2022-03-06T08:36:33.089Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-06T08:36:33.089Z] #66 sha256:15cce964edcc381052cce47fe2257fdcd678bba9b342a7fcfdd3f9899451bcfd [2022-03-06T08:36:33.353Z] #66 DONE 0.3s [2022-03-06T08:36:33.353Z] [2022-03-06T08:36:33.353Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-06T08:36:33.353Z] #71 sha256:7ca74d63841fd1ad0137ee8c6f4a7ad1d398c553222034b956f056f8304bb0cf [2022-03-06T08:36:33.363Z] #28 47.39 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-06T08:36:33.363Z] #28 47.41 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-06T08:36:33.619Z] #28 47.42 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-06T08:36:33.619Z] #28 47.43 Setting up python3-pip (20.3.4-4) ... [2022-03-06T08:36:34.227Z] #28 48.06 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-06T08:36:34.227Z] #28 48.08 Setting up jq (1.6-2.1) ... [2022-03-06T08:36:34.227Z] #28 48.10 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-06T08:36:34.227Z] #28 48.11 Setting up iptables (1.8.7-1) ... [2022-03-06T08:36:34.227Z] #28 48.12 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-06T08:36:34.227Z] #28 48.13 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-06T08:36:34.227Z] #28 48.13 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-06T08:36:34.227Z] #28 48.14 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-06T08:36:34.227Z] #28 48.14 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-06T08:36:34.227Z] #28 48.15 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-06T08:36:34.227Z] #28 48.16 Setting up iproute2 (5.10.0-4) ... [2022-03-06T08:36:34.485Z] #28 48.39 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:36:34.747Z] #71 DONE 1.3s [2022-03-06T08:36:34.748Z] [2022-03-06T08:36:34.748Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-06T08:36:34.748Z] #72 sha256:8f375a8a8fd892c89314b99c68355794e90b5000b1031443b4e6c3aef5c2084a [2022-03-06T08:36:34.748Z] #72 DONE 0.0s [2022-03-06T08:36:34.748Z] [2022-03-06T08:36:34.748Z] #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-06T08:36:34.748Z] #73 sha256:0f74c4fa72a3a4b71c653a32851a43d2f1d9ee3c8d90bafae02cd93080693dbd [2022-03-06T08:36:35.047Z] #28 DONE 49.1s [2022-03-06T08:36:35.047Z] [2022-03-06T08:36:35.047Z] #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-06T08:36:35.047Z] #29 sha256:794e2ac80c419903b645c774457fa107aa2162387b6113b98c83e52653cf009e [2022-03-06T08:36:35.314Z] #73 0.724 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-06T08:36:35.314Z] #73 0.807 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-06T08:36:35.573Z] #73 0.897 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-06T08:36:36.018Z] #29 0.861 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-06T08:36:36.018Z] #29 0.865 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-06T08:36:36.018Z] #29 0.869 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-06T08:36:36.018Z] #29 DONE 0.9s [2022-03-06T08:36:36.018Z] [2022-03-06T08:36:36.018Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-06T08:36:36.018Z] #30 sha256:43f2de394cf5ff2009356a6f1eb2c6da94e2e71bace4303f63c2f369b35b4b1c [2022-03-06T08:36:36.138Z] #73 0.997 Reading package lists... [2022-03-06T08:36:36.703Z] #73 1.507 Reading package lists... [2022-03-06T08:36:36.703Z] #73 2.004 Building dependency tree... [2022-03-06T08:36:36.703Z] #73 2.104 Reading state information... [2022-03-06T08:36:36.960Z] #73 2.218 The following additional packages will be installed: [2022-03-06T08:36:36.960Z] #73 2.219 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-03-06T08:36:36.960Z] #73 2.219 systemd-timesyncd [2022-03-06T08:36:36.960Z] #73 2.220 Suggested packages: [2022-03-06T08:36:36.960Z] #73 2.220 systemd-container policykit-1 [2022-03-06T08:36:36.960Z] #73 2.220 Recommended packages: [2022-03-06T08:36:36.960Z] #73 2.220 libnss-systemd [2022-03-06T08:36:36.960Z] #73 2.298 The following NEW packages will be installed: [2022-03-06T08:36:36.960Z] #73 2.299 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-03-06T08:36:36.960Z] #73 2.300 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2022-03-06T08:36:37.216Z] #73 2.567 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. [2022-03-06T08:36:37.216Z] #73 2.567 Need to get 5941 kB of archives. [2022-03-06T08:36:37.216Z] #73 2.567 After this operation, 19.5 MB of additional disk space will be used. [2022-03-06T08:36:37.216Z] #73 2.567 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-03-06T08:36:37.216Z] #73 2.571 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-03-06T08:36:37.216Z] #73 2.571 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-06T08:36:37.216Z] #73 2.576 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-03-06T08:36:37.216Z] #73 2.577 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2022-03-06T08:36:37.216Z] #73 2.579 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2022-03-06T08:36:37.216Z] #73 2.682 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2022-03-06T08:36:37.473Z] #73 2.683 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-03-06T08:36:37.473Z] #73 2.685 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-03-06T08:36:37.473Z] #73 2.687 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2022-03-06T08:36:37.473Z] #73 2.689 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-06T08:36:37.473Z] #73 2.865 debconf: delaying package configuration, since apt-utils is not installed [2022-03-06T08:36:37.473Z] #73 2.896 Fetched 5941 kB in 0s (14.6 MB/s) [2022-03-06T08:36:37.473Z] #73 2.921 Selecting previously unselected package libargon2-1:amd64. [2022-03-06T08:36:37.473Z] #73 2.921 (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-06T08:36:37.730Z] #73 2.934 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2022-03-06T08:36:37.730Z] #73 2.944 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-06T08:36:37.730Z] #73 2.979 Selecting previously unselected package libjson-c5:amd64. [2022-03-06T08:36:37.730Z] #73 2.981 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2022-03-06T08:36:37.730Z] #73 2.986 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-03-06T08:36:37.730Z] #73 3.020 Selecting previously unselected package libcryptsetup12:amd64. [2022-03-06T08:36:37.730Z] #73 3.023 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-03-06T08:36:37.730Z] #73 3.027 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-06T08:36:37.730Z] #73 3.082 Selecting previously unselected package libkmod2:amd64. [2022-03-06T08:36:37.730Z] #73 3.084 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2022-03-06T08:36:37.730Z] #73 3.089 Unpacking libkmod2:amd64 (28-1) ... [2022-03-06T08:36:37.730Z] #73 3.129 Selecting previously unselected package systemd-timesyncd. [2022-03-06T08:36:37.730Z] #73 3.131 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2022-03-06T08:36:37.730Z] #73 3.135 Unpacking systemd-timesyncd (247.3-6) ... [2022-03-06T08:36:37.730Z] #73 3.184 Selecting previously unselected package systemd. [2022-03-06T08:36:37.988Z] #73 3.186 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2022-03-06T08:36:37.988Z] #73 3.220 Unpacking systemd (247.3-6) ... [2022-03-06T08:36:38.244Z] #73 3.721 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-06T08:36:38.244Z] #73 3.731 Setting up libjson-c5:amd64 (0.15-2) ... [2022-03-06T08:36:38.244Z] #73 3.740 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-06T08:36:38.503Z] #73 3.750 Setting up libkmod2:amd64 (28-1) ... [2022-03-06T08:36:38.503Z] #73 3.760 Setting up systemd (247.3-6) ... [2022-03-06T08:36:38.503Z] #73 3.793 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-03-06T08:36:38.503Z] #73 3.795 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-03-06T08:36:38.503Z] #73 3.798 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-03-06T08:36:38.759Z] #73 4.111 Setting up systemd-timesyncd (247.3-6) ... [2022-03-06T08:36:38.760Z] #73 4.315 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-06T08:36:38.760Z] #73 4.315 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-06T08:36:39.016Z] #73 4.389 Selecting previously unselected package systemd-sysv. [2022-03-06T08:36:39.016Z] #73 4.389 (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-06T08:36:39.016Z] #73 4.399 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2022-03-06T08:36:39.016Z] #73 4.402 Unpacking systemd-sysv (247.3-6) ... [2022-03-06T08:36:39.016Z] #73 4.441 Selecting previously unselected package libdbus-1-3:amd64. [2022-03-06T08:36:39.016Z] #73 4.443 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-03-06T08:36:39.016Z] #73 4.447 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-06T08:36:39.016Z] #73 4.501 Selecting previously unselected package dbus. [2022-03-06T08:36:39.016Z] #73 4.504 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-03-06T08:36:39.016Z] #73 4.514 Unpacking dbus (1.12.20-2) ... [2022-03-06T08:36:39.016Z] #73 4.567 Selecting previously unselected package libpam-systemd:amd64. [2022-03-06T08:36:39.274Z] #73 4.569 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2022-03-06T08:36:39.274Z] #73 4.572 Unpacking libpam-systemd:amd64 (247.3-6) ... [2022-03-06T08:36:39.274Z] #73 4.619 Selecting previously unselected package dbus-user-session. [2022-03-06T08:36:39.274Z] #73 4.621 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-03-06T08:36:39.274Z] #73 4.625 Unpacking dbus-user-session (1.12.20-2) ... [2022-03-06T08:36:39.274Z] #73 4.714 Setting up systemd-sysv (247.3-6) ... [2022-03-06T08:36:39.274Z] #73 4.724 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-06T08:36:39.274Z] #73 4.734 Setting up dbus (1.12.20-2) ... [2022-03-06T08:36:39.274Z] #73 4.843 invoke-rc.d: could not determine current runlevel [2022-03-06T08:36:39.532Z] #73 4.845 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-06T08:36:39.532Z] #73 4.849 Setting up libpam-systemd:amd64 (247.3-6) ... [2022-03-06T08:36:39.790Z] #73 5.008 Setting up dbus-user-session (1.12.20-2) ... [2022-03-06T08:36:39.790Z] #73 5.021 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-06T08:36:39.790Z] #73 DONE 5.1s [2022-03-06T08:36:39.790Z] [2022-03-06T08:36:39.790Z] #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-06T08:36:39.790Z] #74 sha256:43ca9b17c515e7fb0bbcba7cf8f3bfa3d51573c92268506429f53c9e83c70b44 [2022-03-06T08:36:40.048Z] #74 0.386 % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-06T08:36:40.048Z] #74 0.388 Dload Upload Total Spent Left Speed [2022-03-06T08:36:40.304Z] #74 0.388 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5880 0 --:--:-- --:--:-- --:--:-- 5880 [2022-03-06T08:36:40.304Z] #74 DONE 0.7s [2022-03-06T08:36:40.561Z] [2022-03-06T08:36:40.561Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-06T08:36:40.561Z] #75 sha256:07aa8b9d50aec53d3743116809e174383e49230b43701141eed71e60599cdfb5 [2022-03-06T08:36:41.492Z] #75 DONE 0.9s [2022-03-06T08:36:41.492Z] [2022-03-06T08:36:41.492Z] #76 exporting to image [2022-03-06T08:36:41.492Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-06T08:36:41.492Z] #76 exporting layers [2022-03-06T08:36:44.103Z] #30 7.637 Collecting yamllint==1.26.1 [2022-03-06T08:36:44.231Z] 898469748ff6: Pull complete [2022-03-06T08:36:44.231Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-06T08:36:44.231Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:36:44.231Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:36:44.231Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-06T08:36:44.231Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-06T08:36:44.231Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-03-06T08:36:44.231Z] INFO: Docker version of control daemon [2022-03-06T08:36:44.231Z] [2022-03-06T08:36:44.231Z] Client: [2022-03-06T08:36:44.231Z] Version: 20.10.9 [2022-03-06T08:36:44.231Z] API version: 1.41 [2022-03-06T08:36:44.231Z] Go version: go1.16.8 [2022-03-06T08:36:44.231Z] Git commit: c2ea9bc [2022-03-06T08:36:44.231Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-06T08:36:44.231Z] OS/Arch: windows/amd64 [2022-03-06T08:36:44.231Z] Context: default [2022-03-06T08:36:44.231Z] Experimental: true [2022-03-06T08:36:44.231Z] [2022-03-06T08:36:44.231Z] Server: Docker Engine - Community [2022-03-06T08:36:44.231Z] Engine: [2022-03-06T08:36:44.231Z] Version: 20.10.9 [2022-03-06T08:36:44.231Z] API version: 1.41 (minimum version 1.24) [2022-03-06T08:36:44.231Z] Go version: go1.16.8 [2022-03-06T08:36:44.231Z] Git commit: 79ea9d3 [2022-03-06T08:36:44.231Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-06T08:36:44.231Z] OS/Arch: windows/amd64 [2022-03-06T08:36:44.231Z] Experimental: true [2022-03-06T08:36:44.231Z] [2022-03-06T08:36:44.231Z] INFO: Docker info of control daemon [2022-03-06T08:36:44.231Z] [2022-03-06T08:36:44.231Z] Client: [2022-03-06T08:36:44.231Z] Context: default [2022-03-06T08:36:44.231Z] Debug Mode: false [2022-03-06T08:36:44.231Z] [2022-03-06T08:36:44.231Z] Server: [2022-03-06T08:36:44.231Z] Containers: 0 [2022-03-06T08:36:44.231Z] Running: 0 [2022-03-06T08:36:44.231Z] Paused: 0 [2022-03-06T08:36:44.231Z] Stopped: 0 [2022-03-06T08:36:44.231Z] Images: 1 [2022-03-06T08:36:44.231Z] Server Version: 20.10.9 [2022-03-06T08:36:44.231Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-06T08:36:44.231Z] Windows: [2022-03-06T08:36:44.231Z] LCOW: [2022-03-06T08:36:44.231Z] Logging Driver: json-file [2022-03-06T08:36:44.231Z] Plugins: [2022-03-06T08:36:44.231Z] Volume: local [2022-03-06T08:36:44.231Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-06T08:36:44.231Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-06T08:36:44.231Z] Swarm: inactive [2022-03-06T08:36:44.231Z] Default Isolation: process [2022-03-06T08:36:44.231Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-06T08:36:44.231Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-06T08:36:44.231Z] OSType: windows [2022-03-06T08:36:44.231Z] Architecture: x86_64 [2022-03-06T08:36:44.231Z] CPUs: 4 [2022-03-06T08:36:44.231Z] Total Memory: 32GiB [2022-03-06T08:36:44.231Z] Name: azwin-2-d247c1 [2022-03-06T08:36:44.231Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-06T08:36:44.231Z] Docker Root Dir: D:\docker [2022-03-06T08:36:44.231Z] Debug Mode: false [2022-03-06T08:36:44.231Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:36:44.231Z] Labels: [2022-03-06T08:36:44.231Z] Experimental: true [2022-03-06T08:36:44.231Z] Insecure Registries: [2022-03-06T08:36:44.231Z] 10.0.0.4:5000 [2022-03-06T08:36:44.231Z] 127.0.0.0/8 [2022-03-06T08:36:44.231Z] Registry Mirrors: [2022-03-06T08:36:44.231Z] http://10.0.0.4:5000/ [2022-03-06T08:36:44.231Z] Live Restore Enabled: false [2022-03-06T08:36:44.231Z] Product License: Community Engine [2022-03-06T08:36:44.231Z] [2022-03-06T08:36:44.231Z] [2022-03-06T08:36:44.231Z] INFO: Commit hash is b94a319fdf [2022-03-06T08:36:44.231Z] INFO: Nuke-Everything... [2022-03-06T08:36:44.231Z] INFO: Container count on control daemon to delete is 0 [2022-03-06T08:36:44.231Z] INFO: Nuking d:\CI [2022-03-06T08:36:44.231Z] INFO: Zapped successfully [2022-03-06T08:36:44.231Z] INFO: Location for testing is d:\CI\PR-43335\4 [2022-03-06T08:36:44.231Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-06T08:36:44.231Z] [2022-03-06T08:36:44.231Z] [2022-03-06T08:36:44.231Z] INFO: Building the image from Dockerfile.windows at 03/06/2022 08:36:40... [2022-03-06T08:36:44.231Z] [2022-03-06T08:36:44.666Z] #30 8.677 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-06T08:36:45.229Z] #30 9.273 Collecting pathspec>=0.5.3 [2022-03-06T08:36:45.229Z] #30 9.279 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-06T08:36:45.486Z] #30 9.479 Collecting pyyaml [2022-03-06T08:36:45.486Z] #30 9.484 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-06T08:36:45.487Z] #30 9.525 Building wheels for collected packages: yamllint [2022-03-06T08:36:45.487Z] #30 9.528 Building wheel for yamllint (setup.py): started [2022-03-06T08:36:45.758Z] Sending build context to Docker daemon 62.45MB [2022-03-06T08:36:45.758Z] [2022-03-06T08:36:45.758Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-06T08:36:45.758Z] ---> bdeb13086b9f [2022-03-06T08:36:45.758Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-06T08:36:45.758Z] ---> Running in 37194941bb5a [2022-03-06T08:36:46.049Z] #30 10.17 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-06T08:36:46.050Z] #30 10.17 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=61cb0e0ac895861542f120d7a10775edb92dea2f7dac59b17788e767dce9f1a5 [2022-03-06T08:36:46.050Z] #30 10.17 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-06T08:36:46.050Z] #30 10.17 Successfully built yamllint [2022-03-06T08:36:46.050Z] #30 10.20 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-06T08:36:46.215Z] Removing intermediate container 37194941bb5a [2022-03-06T08:36:46.215Z] ---> d07ef85a95d5 [2022-03-06T08:36:46.215Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-06T08:36:46.215Z] ---> Running in 80c1a5b53187 [2022-03-06T08:36:46.215Z] Removing intermediate container 80c1a5b53187 [2022-03-06T08:36:46.215Z] ---> 127258815ba8 [2022-03-06T08:36:46.215Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-06T08:36:46.215Z] ---> Running in b08606d5b324 [2022-03-06T08:36:46.613Z] #30 10.42 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-06T08:36:46.671Z] Removing intermediate container b08606d5b324 [2022-03-06T08:36:46.671Z] ---> 9a9015c698dd [2022-03-06T08:36:46.671Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-06T08:36:46.671Z] ---> Running in f20a61a8936c [2022-03-06T08:36:46.892Z] #30 DONE 10.7s [2022-03-06T08:36:46.892Z] [2022-03-06T08:36:46.892Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-06T08:36:46.892Z] #34 sha256:6a0ccc0731101c231654b046fb5313a681f3c439c351bf5646fe0ccf3f651d7f [2022-03-06T08:36:46.892Z] #34 DONE 0.2s [2022-03-06T08:36:46.892Z] [2022-03-06T08:36:46.892Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-06T08:36:46.892Z] #39 sha256:3553ab5968acbd8147390abcb5986df90369b69726812f82b2d75fd3010fe973 [2022-03-06T08:36:47.129Z] Removing intermediate container f20a61a8936c [2022-03-06T08:36:47.129Z] ---> 11cd85bd3b9f [2022-03-06T08:36:47.129Z] 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-06T08:36:47.129Z] ---> Running in ed92b89e8083 [2022-03-06T08:36:47.253Z] #39 DONE 0.2s [2022-03-06T08:36:47.254Z] [2022-03-06T08:36:47.254Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-06T08:36:47.254Z] #42 sha256:3b2af49db2ccf9cb8217edbd0587bf7ab3f78c7e9a9ec95de5485c0f86c67672 [2022-03-06T08:36:47.254Z] #42 DONE 0.1s [2022-03-06T08:36:47.254Z] [2022-03-06T08:36:47.254Z] #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-06T08:36:47.254Z] #63 sha256:a00a919c2c38148957ee521c3f26badbff2084a702c76c5b125bb19c30466801 [2022-03-06T08:36:47.254Z] #63 ... [2022-03-06T08:36:47.254Z] [2022-03-06T08:36:47.254Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-06T08:36:47.254Z] #44 sha256:2afb6674bc2864c2f212865d81bdbcf6276e08a41a6678b972287ab0566ba5a9 [2022-03-06T08:36:47.254Z] #44 DONE 0.1s [2022-03-06T08:36:47.254Z] [2022-03-06T08:36:47.254Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-06T08:36:47.254Z] #48 sha256:d31e81c493784193b349980d23020b489161691f7fef45a9d586475e99023f40 [2022-03-06T08:36:47.254Z] #48 DONE 0.0s [2022-03-06T08:36:47.512Z] [2022-03-06T08:36:47.512Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-06T08:36:47.512Z] #51 sha256:d33d99b8e0d74bea6fa9dd36310d4f7f79eefa6847561714902f0d245c26dc3a [2022-03-06T08:36:47.512Z] #51 DONE 0.2s [2022-03-06T08:36:47.512Z] [2022-03-06T08:36:47.512Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-06T08:36:47.512Z] #55 sha256:5bcb537015bd012b558c1fa37e2b398caa2cf4415c23bb555329db844af6fbb5 [2022-03-06T08:36:47.512Z] #55 DONE 0.1s [2022-03-06T08:36:47.512Z] [2022-03-06T08:36:47.512Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-06T08:36:47.512Z] #57 sha256:e9307eda393dfca13945ec6ccebfca9524372ce5a61726bf79e01dc9525b3ab6 [2022-03-06T08:36:47.512Z] #57 DONE 0.1s [2022-03-06T08:36:47.512Z] [2022-03-06T08:36:47.512Z] #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-06T08:36:47.512Z] #63 sha256:a00a919c2c38148957ee521c3f26badbff2084a702c76c5b125bb19c30466801 [2022-03-06T08:36:47.585Z] Removing intermediate container ed92b89e8083 [2022-03-06T08:36:47.585Z] ---> ea1665698e1b [2022-03-06T08:36:47.585Z] 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-06T08:36:47.585Z] ---> Running in 38e844914584 [2022-03-06T08:36:47.785Z] #63 ... [2022-03-06T08:36:47.785Z] [2022-03-06T08:36:47.785Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-06T08:36:47.785Z] #59 sha256:e7c0015e8c887e6d0f7ad5da830c4bd40c431d83a61d9bd22f5c149e48b6407f [2022-03-06T08:36:47.785Z] #59 DONE 0.2s [2022-03-06T08:36:47.785Z] [2022-03-06T08:36:47.785Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-06T08:36:47.785Z] #61 sha256:ac172076ce6edae16920d0c31d74ab2429ff11e8bb1b21b7967eabf520edf5f3 [2022-03-06T08:36:47.785Z] #61 DONE 0.1s [2022-03-06T08:36:47.785Z] [2022-03-06T08:36:47.785Z] #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-06T08:36:47.785Z] #63 sha256:a00a919c2c38148957ee521c3f26badbff2084a702c76c5b125bb19c30466801 [2022-03-06T08:36:47.915Z] 4612f6d0b889: Pull complete [2022-03-06T08:36:48.037Z] #76 exporting layers 5.9s done [2022-03-06T08:36:48.037Z] #76 writing image sha256:b8a2b8853ab60078aabdab92ede46c2f4ffa083a2fb682ae438050a5ce6f446b done [2022-03-06T08:36:48.037Z] #76 naming to docker.io/library/docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 done [2022-03-06T08:36:48.037Z] #76 DONE 5.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-06T08:36:48.389Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -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:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/make.sh dynbinary test-integration [2022-03-06T08:36:50.285Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-03-06T08:36:50.285Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-03-06T08:36:50.285Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-03-06T08:36:50.285Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-03-06T08:36:50.285Z] 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-06T08:36:50.285Z] Detected virtualization docker. [2022-03-06T08:36:50.285Z] Detected architecture x86-64. [2022-03-06T08:36:50.285Z] Set hostname to <3b3b10a7e513>. [2022-03-06T08:36:50.285Z] modprobe@configfs.service: Succeeded. [2022-03-06T08:36:50.285Z] modprobe@drm.service: Succeeded. [2022-03-06T08:36:50.285Z] modprobe@fuse.service: Succeeded. [2022-03-06T08:36:50.285Z] + source /etc/docker-entrypoint-cmd [2022-03-06T08:36:50.285Z] ++ hack/make.sh dynbinary test-integration [2022-03-06T08:36:50.285Z] [2022-03-06T08:36:50.285Z] Removing bundles/ [2022-03-06T08:36:50.285Z] [2022-03-06T08:36:50.285Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-06T08:36:50.542Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-06T08:36:50.542Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:36:52.270Z] [2022-03-06T08:36:52.270Z] SUCCESS: Specified value was saved. [2022-03-06T08:36:53.231Z] INFO: Downloading git... [2022-03-06T08:36:54.194Z] INFO: Downloading go... [2022-03-06T08:36:56.365Z] INFO: Downloading compiler 1 of 3... [2022-03-06T08:36:57.328Z] INFO: Downloading compiler 2 of 3... [2022-03-06T08:36:58.288Z] INFO: Downloading compiler 3 of 3... [2022-03-06T08:36:59.250Z] INFO: Extracting git... [2022-03-06T08:37:05.934Z] #63 82.70 + mkdir -p /build [2022-03-06T08:37:05.934Z] #63 82.70 + cp runc /build/runc [2022-03-06T08:37:05.934Z] #63 DONE 83.0s [2022-03-06T08:37:05.934Z] [2022-03-06T08:37:05.934Z] #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-06T08:37:05.934Z] #67 sha256:983dfd9704f3d75fece46dd38279f3d11d8c7843f6f98bd0c1c345eb28e86125 [2022-03-06T08:37:05.934Z] #67 ... [2022-03-06T08:37:05.934Z] [2022-03-06T08:37:05.934Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-06T08:37:05.935Z] #64 sha256:20dd2c0c63f36120a63ac29d56a5454e889d55029ea3b15ef2bc2e0e4f3a4630 [2022-03-06T08:37:05.935Z] #64 DONE 0.1s [2022-03-06T08:37:05.935Z] [2022-03-06T08:37:05.935Z] #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-06T08:37:05.935Z] #67 sha256:983dfd9704f3d75fece46dd38279f3d11d8c7843f6f98bd0c1c345eb28e86125 [2022-03-06T08:37:09.000Z] 898469748ff6: Pull complete [2022-03-06T08:37:09.000Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-06T08:37:09.000Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:37:09.000Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:37:09.000Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-06T08:37:09.000Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-06T08:37:09.000Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-03-06T08:37:09.000Z] INFO: Docker version of control daemon [2022-03-06T08:37:09.000Z] [2022-03-06T08:37:09.000Z] Client: [2022-03-06T08:37:09.000Z] Version: 20.10.9 [2022-03-06T08:37:09.000Z] API version: 1.41 [2022-03-06T08:37:09.000Z] Go version: go1.16.8 [2022-03-06T08:37:09.000Z] Git commit: c2ea9bc [2022-03-06T08:37:09.000Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-06T08:37:09.000Z] OS/Arch: windows/amd64 [2022-03-06T08:37:09.000Z] Context: default [2022-03-06T08:37:09.000Z] Experimental: true [2022-03-06T08:37:09.000Z] [2022-03-06T08:37:09.000Z] Server: Docker Engine - Community [2022-03-06T08:37:09.000Z] Engine: [2022-03-06T08:37:09.000Z] Version: 20.10.9 [2022-03-06T08:37:09.000Z] API version: 1.41 (minimum version 1.24) [2022-03-06T08:37:09.000Z] Go version: go1.16.8 [2022-03-06T08:37:09.000Z] Git commit: 79ea9d3 [2022-03-06T08:37:09.000Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-06T08:37:09.000Z] OS/Arch: windows/amd64 [2022-03-06T08:37:09.000Z] Experimental: true [2022-03-06T08:37:09.000Z] [2022-03-06T08:37:09.000Z] INFO: Docker info of control daemon [2022-03-06T08:37:09.000Z] [2022-03-06T08:37:09.000Z] Client: [2022-03-06T08:37:09.000Z] Context: default [2022-03-06T08:37:09.000Z] Debug Mode: false [2022-03-06T08:37:09.000Z] [2022-03-06T08:37:09.000Z] Server: [2022-03-06T08:37:09.000Z] Containers: 0 [2022-03-06T08:37:09.000Z] Running: 0 [2022-03-06T08:37:09.000Z] Paused: 0 [2022-03-06T08:37:09.000Z] Stopped: 0 [2022-03-06T08:37:09.000Z] Images: 1 [2022-03-06T08:37:09.000Z] Server Version: 20.10.9 [2022-03-06T08:37:09.000Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-06T08:37:09.000Z] Windows: [2022-03-06T08:37:09.000Z] LCOW: [2022-03-06T08:37:09.000Z] Logging Driver: json-file [2022-03-06T08:37:09.000Z] Plugins: [2022-03-06T08:37:09.000Z] Volume: local [2022-03-06T08:37:09.000Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-06T08:37:09.000Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-06T08:37:09.000Z] Swarm: inactive [2022-03-06T08:37:09.000Z] Default Isolation: process [2022-03-06T08:37:09.000Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-06T08:37:09.000Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-06T08:37:09.000Z] OSType: windows [2022-03-06T08:37:09.000Z] Architecture: x86_64 [2022-03-06T08:37:09.000Z] CPUs: 4 [2022-03-06T08:37:09.000Z] Total Memory: 32GiB [2022-03-06T08:37:09.000Z] Name: azwin-2-d247c0 [2022-03-06T08:37:09.000Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-06T08:37:09.000Z] Docker Root Dir: D:\docker [2022-03-06T08:37:09.000Z] Debug Mode: false [2022-03-06T08:37:09.000Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:37:09.000Z] Labels: [2022-03-06T08:37:09.000Z] Experimental: true [2022-03-06T08:37:09.000Z] Insecure Registries: [2022-03-06T08:37:09.000Z] 10.0.0.4:5000 [2022-03-06T08:37:09.000Z] 127.0.0.0/8 [2022-03-06T08:37:09.000Z] Registry Mirrors: [2022-03-06T08:37:09.000Z] http://10.0.0.4:5000/ [2022-03-06T08:37:09.000Z] Live Restore Enabled: false [2022-03-06T08:37:09.000Z] Product License: Community Engine [2022-03-06T08:37:09.000Z] [2022-03-06T08:37:09.000Z] [2022-03-06T08:37:09.000Z] INFO: Commit hash is b94a319fdf [2022-03-06T08:37:09.000Z] INFO: Nuke-Everything... [2022-03-06T08:37:09.000Z] INFO: Container count on control daemon to delete is 0 [2022-03-06T08:37:09.000Z] INFO: Nuking d:\CI [2022-03-06T08:37:09.000Z] INFO: Zapped successfully [2022-03-06T08:37:09.000Z] INFO: Location for testing is d:\CI\PR-43335\4 [2022-03-06T08:37:09.000Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-06T08:37:09.000Z] [2022-03-06T08:37:09.000Z] [2022-03-06T08:37:09.000Z] INFO: Building the image from Dockerfile.windows at 03/06/2022 08:37:03... [2022-03-06T08:37:09.000Z] [2022-03-06T08:37:09.000Z] Sending build context to Docker daemon 62.45MB [2022-03-06T08:37:09.000Z] [2022-03-06T08:37:09.000Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-06T08:37:09.000Z] ---> bdeb13086b9f [2022-03-06T08:37:09.000Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-06T08:37:09.000Z] ---> Running in e8e2f461d3d1 [2022-03-06T08:37:09.467Z] Removing intermediate container e8e2f461d3d1 [2022-03-06T08:37:09.467Z] ---> a54e1534d910 [2022-03-06T08:37:09.467Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-06T08:37:09.467Z] ---> Running in a889f87761ce [2022-03-06T08:37:09.994Z] Removing intermediate container a889f87761ce [2022-03-06T08:37:09.994Z] ---> 4b0275390a39 [2022-03-06T08:37:09.994Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-06T08:37:09.994Z] ---> Running in 328f6cc49ecb [2022-03-06T08:37:10.105Z] #67 144.3 # github.com/containerd/containerd/cmd/containerd [2022-03-06T08:37:10.105Z] #67 144.3 /usr/bin/ld: /tmp/go-link-4147035839/000019.o: in function `New': [2022-03-06T08:37:10.105Z] #67 144.3 /tmp/tmp.ZlrtcCl2kJ/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-06T08:37:10.105Z] #67 144.4 + bin/containerd-stress [2022-03-06T08:37:10.461Z] Removing intermediate container 328f6cc49ecb [2022-03-06T08:37:10.461Z] ---> f3d78997a796 [2022-03-06T08:37:10.461Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-06T08:37:10.461Z] ---> Running in 7e3fd1e9a17a [2022-03-06T08:37:10.461Z] Removing intermediate container 7e3fd1e9a17a [2022-03-06T08:37:10.461Z] ---> d49e43a9d476 [2022-03-06T08:37:10.461Z] 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-06T08:37:10.461Z] ---> Running in 123203700cba [2022-03-06T08:37:10.710Z] #67 145.4 + bin/containerd-shim [2022-03-06T08:37:10.927Z] Removing intermediate container 123203700cba [2022-03-06T08:37:10.927Z] ---> 74b7bcd3cb25 [2022-03-06T08:37:10.927Z] 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-06T08:37:10.927Z] ---> Running in a032b1ea8f16 [2022-03-06T08:37:11.593Z] INFO: Expanding go... [2022-03-06T08:37:11.953Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-06T08:37:11.953Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-06T08:37:11.953Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:37:11.953Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-06T08:37:11.953Z] [2022-03-06T08:37:11.953Z] + TEST_INTEGRATION_DEST=2 [2022-03-06T08:37:11.953Z] + CONTAINER_NAME=docker-pr4-2 [2022-03-06T08:37:11.953Z] + TEST_SKIP_INTEGRATION=1 [2022-03-06T08:37:11.953Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-06T08:37:11.953Z] + run_tests [2022-03-06T08:37:11.953Z] + c=0 [2022-03-06T08:37:11.953Z] + '[' -n 0 ']' [2022-03-06T08:37:11.953Z] + rm= [2022-03-06T08:37:11.953Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43335/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43335/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/make.sh '' test-integration [2022-03-06T08:37:11.953Z] + TEST_INTEGRATION_DEST=1 [2022-03-06T08:37:11.953Z] + CONTAINER_NAME=docker-pr4-1 [2022-03-06T08:37:11.953Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-03-06T08:37:11.953Z] + run_tests test-integration-flaky [2022-03-06T08:37:11.953Z] + '[' -n 0 ']' [2022-03-06T08:37:11.953Z] + rm= [2022-03-06T08:37:11.953Z] + TEST_INTEGRATION_DEST=3 [2022-03-06T08:37:11.953Z] + CONTAINER_NAME=docker-pr4-3 [2022-03-06T08:37:11.953Z] + TEST_SKIP_INTEGRATION=1 [2022-03-06T08:37:11.953Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-06T08:37:11.953Z] + run_tests [2022-03-06T08:37:11.953Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43335/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43335/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/make.sh test-integration-flaky test-integration [2022-03-06T08:37:11.953Z] + '[' -n 0 ']' [2022-03-06T08:37:11.953Z] + rm= [2022-03-06T08:37:11.953Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43335/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43335/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/make.sh '' test-integration [2022-03-06T08:37:11.953Z] ++ jobs -p [2022-03-06T08:37:11.953Z] + for job in $(jobs -p) [2022-03-06T08:37:11.953Z] + wait 7543 [2022-03-06T08:37:11.953Z] [2022-03-06T08:37:11.953Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-06T08:37:11.953Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-06T08:37:11.953Z] HOSTNAME=be3af6b475ab [2022-03-06T08:37:11.953Z] TEST_SKIP_INTEGRATION=1 [2022-03-06T08:37:11.953Z] TESTDEBUG=0 [2022-03-06T08:37:11.953Z] DEST=bundles/test-integration [2022-03-06T08:37:11.953Z] PWD=/go/src/github.com/docker/docker [2022-03-06T08:37:11.953Z] KEEPBUNDLE=1 [2022-03-06T08:37:11.953Z] DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:37:11.953Z] container=docker [2022-03-06T08:37:11.953Z] HOME=/root [2022-03-06T08:37:11.953Z] GOLANG_VERSION=1.17.8 [2022-03-06T08:37:11.953Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-06T08:37:11.953Z] VALIDATE_BRANCH=master [2022-03-06T08:37:11.953Z] TERM=xterm [2022-03-06T08:37:11.953Z] DOCKER_PKG=github.com/docker/docker [2022-03-06T08:37:11.953Z] SHLVL=1 [2022-03-06T08:37:11.953Z] TIMEOUT=120m [2022-03-06T08:37:11.953Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-06T08:37:11.953Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-06T08:37:11.953Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-06T08:37:11.953Z] GO111MODULE=off [2022-03-06T08:37:11.953Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-06T08:37:11.953Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-06T08:37:11.953Z] GOPATH=/go [2022-03-06T08:37:11.953Z] PKG_CONFIG=pkg-config [2022-03-06T08:37:11.953Z] _=/usr/bin/env [2022-03-06T08:37:11.953Z] Building test suite binary ./integration-cli/test.main [2022-03-06T08:37:11.953Z] [2022-03-06T08:37:11.953Z] [2022-03-06T08:37:11.953Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-06T08:37:11.953Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-06T08:37:11.953Z] HOSTNAME=771e0ba2ef05 [2022-03-06T08:37:11.953Z] TEST_SKIP_INTEGRATION=1 [2022-03-06T08:37:11.953Z] TESTDEBUG=0 [2022-03-06T08:37:11.953Z] DEST=bundles/test-integration [2022-03-06T08:37:11.953Z] PWD=/go/src/github.com/docker/docker [2022-03-06T08:37:11.953Z] KEEPBUNDLE=1 [2022-03-06T08:37:11.953Z] DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:37:11.953Z] container=docker [2022-03-06T08:37:11.953Z] HOME=/root [2022-03-06T08:37:11.953Z] GOLANG_VERSION=1.17.8 [2022-03-06T08:37:11.953Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-06T08:37:11.953Z] VALIDATE_BRANCH=master [2022-03-06T08:37:11.953Z] TERM=xterm [2022-03-06T08:37:11.953Z] DOCKER_PKG=github.com/docker/docker [2022-03-06T08:37:11.953Z] SHLVL=1 [2022-03-06T08:37:11.953Z] TIMEOUT=120m [2022-03-06T08:37:11.953Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-06T08:37:11.953Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-06T08:37:11.953Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-06T08:37:11.953Z] GO111MODULE=off [2022-03-06T08:37:11.953Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-06T08:37:11.953Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-06T08:37:11.953Z] GOPATH=/go [2022-03-06T08:37:11.953Z] PKG_CONFIG=pkg-config [2022-03-06T08:37:11.953Z] _=/usr/bin/env [2022-03-06T08:37:11.954Z] Building test suite binary ./integration-cli/test.main [2022-03-06T08:37:11.954Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-03-06T08:37:11.954Z] No new tests added to integration. [2022-03-06T08:37:11.954Z] [2022-03-06T08:37:11.954Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-06T08:37:11.954Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-06T08:37:11.954Z] HOSTNAME=09cc9dba5621 [2022-03-06T08:37:11.954Z] TESTDEBUG=0 [2022-03-06T08:37:11.954Z] DEST=bundles/test-integration [2022-03-06T08:37:11.954Z] PWD=/go/src/github.com/docker/docker [2022-03-06T08:37:11.954Z] KEEPBUNDLE=1 [2022-03-06T08:37:11.954Z] DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:37:11.954Z] container=docker [2022-03-06T08:37:11.954Z] HOME=/root [2022-03-06T08:37:11.954Z] GOLANG_VERSION=1.17.8 [2022-03-06T08:37:11.954Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-06T08:37:11.954Z] VALIDATE_BRANCH=master [2022-03-06T08:37:11.954Z] TERM=xterm [2022-03-06T08:37:11.954Z] DOCKER_PKG=github.com/docker/docker [2022-03-06T08:37:11.954Z] SHLVL=1 [2022-03-06T08:37:11.954Z] TIMEOUT=120m [2022-03-06T08:37:11.954Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-06T08:37:11.954Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-06T08:37:11.954Z] GO111MODULE=off [2022-03-06T08:37:11.954Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-06T08:37:11.954Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-06T08:37:11.954Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-06T08:37:11.954Z] GOPATH=/go [2022-03-06T08:37:11.954Z] PKG_CONFIG=pkg-config [2022-03-06T08:37:11.954Z] _=/usr/bin/env [2022-03-06T08:37:11.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-06T08:37:12.733Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2022-03-06T08:37:12.733Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-06T08:37:12.733Z] ok github.com/docker/docker/api/server/router/swarm 0.011s coverage: 5.7% of statements [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-06T08:37:12.733Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2022-03-06T08:37:12.733Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-06T08:37:12.733Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-03-06T08:37:12.733Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/builder [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-06T08:37:12.733Z] ok github.com/docker/docker/builder/dockerfile 0.140s coverage: 49.3% of statements [2022-03-06T08:37:12.733Z] ok github.com/docker/docker/builder/remotecontext 0.071s coverage: 13.7% of statements [2022-03-06T08:37:12.733Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-06T08:37:12.733Z] ok github.com/docker/docker/builder/remotecontext/git 0.863s coverage: 86.3% of statements [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/cli [no test files] [2022-03-06T08:37:12.733Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-06T08:37:12.733Z] ok github.com/docker/docker/cmd/docker-proxy 0.365s coverage: 67.6% of statements [2022-03-06T08:37:12.989Z] ok github.com/docker/docker/client 0.118s coverage: 75.7% of statements [2022-03-06T08:37:15.684Z] [2022-03-06T08:37:15.685Z] SUCCESS: Specified value was saved. [2022-03-06T08:37:16.151Z] INFO: Downloading git... [2022-03-06T08:37:17.139Z] INFO: Downloading go... [2022-03-06T08:37:18.705Z] INFO: Downloading compiler 1 of 3... [2022-03-06T08:37:18.836Z] #67 152.7 + bin/containerd-shim-runc-v1 [2022-03-06T08:37:19.173Z] INFO: Downloading compiler 2 of 3... [2022-03-06T08:37:19.174Z] INFO: Downloading compiler 3 of 3... [2022-03-06T08:37:19.174Z] INFO: Extracting git... [2022-03-06T08:37:23.002Z] #67 157.9 + bin/containerd-shim-runc-v2 [2022-03-06T08:37:23.564Z] #67 158.5 + binaries [2022-03-06T08:37:23.564Z] #67 158.5 + install -D bin/containerd /build/containerd [2022-03-06T08:37:23.564Z] #67 158.5 + install -D bin/containerd-shim /build/containerd-shim [2022-03-06T08:37:23.564Z] #67 158.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-06T08:37:23.564Z] #67 158.5 + install -D bin/ctr /build/ctr [2022-03-06T08:37:24.130Z] #67 DONE 158.9s [2022-03-06T08:37:25.060Z] [2022-03-06T08:37:25.060Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-06T08:37:25.060Z] #68 sha256:e6ca86262518afdae5a2ca7b50ff3e12e842e0c9824f6cd67b5f5a72596ca5fc [2022-03-06T08:37:25.316Z] #68 DONE 0.2s [2022-03-06T08:37:25.316Z] [2022-03-06T08:37:25.316Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-06T08:37:25.316Z] #73 sha256:54df21947c5ac069aabf05f5af575474bc69e58c2af68d7d91d22367887098b2 [2022-03-06T08:37:25.316Z] #73 DONE 0.1s [2022-03-06T08:37:25.573Z] [2022-03-06T08:37:25.573Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-06T08:37:25.573Z] #78 sha256:2bc1b260d0adc6b8ed0cee0dc095f29e3f98408e6e5485a4e6029a7cd81984d1 [2022-03-06T08:37:25.829Z] #78 DONE 0.5s [2022-03-06T08:37:25.829Z] [2022-03-06T08:37:25.829Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-06T08:37:25.829Z] #79 sha256:d5f36403ec3f72343e6728921412bc34d2002c828ac5a2caabec7cdb14476e70 [2022-03-06T08:37:25.829Z] #79 DONE 0.0s [2022-03-06T08:37:25.829Z] [2022-03-06T08:37:25.829Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-06T08:37:25.829Z] #80 sha256:2ee70aff8210759bd0e5c048bacdad73857ee5e46683d02be61abd4f5760d614 [2022-03-06T08:37:29.994Z] #80 DONE 3.5s [2022-03-06T08:37:29.994Z] [2022-03-06T08:37:29.994Z] #81 exporting to image [2022-03-06T08:37:29.994Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-06T08:37:29.994Z] #81 exporting layers [2022-03-06T08:37:30.054Z] --- PASS: TestImportExtremelyLargeImageWorks (83.21s) [2022-03-06T08:37:30.054Z] PASS [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === Skipped [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-06T08:37:30.054Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] DONE 22 tests, 1 skipped in 87.137s [2022-03-06T08:37:30.054Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-06T08:37:30.054Z] INFO: Testing against a local daemon [2022-03-06T08:37:30.054Z] === RUN TestNetworkCreateDelete [2022-03-06T08:37:30.054Z] --- PASS: TestNetworkCreateDelete (0.17s) [2022-03-06T08:37:30.054Z] === RUN TestDockerNetworkDeletePreferID [2022-03-06T08:37:30.054Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s) [2022-03-06T08:37:30.054Z] === RUN TestDaemonDNSFallback [2022-03-06T08:37:30.054Z] --- PASS: TestDaemonDNSFallback (6.42s) [2022-03-06T08:37:30.054Z] === RUN TestInspectNetwork [2022-03-06T08:37:30.054Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:30.054Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestRunContainerWithBridgeNone [2022-03-06T08:37:30.054Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestNetworkInvalidJSON [2022-03-06T08:37:30.054Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-06T08:37:30.054Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-06T08:37:30.054Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:37:30.054Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:37:30.054Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:37:30.054Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:37:30.054Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-06T08:37:30.054Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:37:30.054Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:37:30.054Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-06T08:37:30.054Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-06T08:37:30.054Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-06T08:37:30.054Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestNetworkList [2022-03-06T08:37:30.054Z] === RUN TestNetworkList//networks [2022-03-06T08:37:30.054Z] === PAUSE TestNetworkList//networks [2022-03-06T08:37:30.054Z] === RUN TestNetworkList//networks/ [2022-03-06T08:37:30.054Z] === PAUSE TestNetworkList//networks/ [2022-03-06T08:37:30.054Z] === CONT TestNetworkList//networks [2022-03-06T08:37:30.054Z] === CONT TestNetworkList//networks/ [2022-03-06T08:37:30.054Z] --- PASS: TestNetworkList (0.01s) [2022-03-06T08:37:30.054Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-06T08:37:30.054Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestHostIPv4BridgeLabel [2022-03-06T08:37:30.054Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-06T08:37:30.054Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestDaemonDefaultNetworkPools [2022-03-06T08:37:30.054Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-06T08:37:30.054Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-06T08:37:30.054Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-06T08:37:30.054Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestServiceWithPredefinedNetwork [2022-03-06T08:37:30.054Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:30.054Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-06T08:37:30.054Z] service_test.go:243: FLAKY_TEST [2022-03-06T08:37:30.054Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestServiceWithDataPathPortInit [2022-03-06T08:37:30.054Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:30.054Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-06T08:37:30.054Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-06T08:37:30.054Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:30.054Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-06T08:37:30.054Z] PASS [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === Skipped [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-03-06T08:37:30.054Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-03-06T08:37:30.054Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-03-06T08:37:30.054Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-06T08:37:30.054Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-03-06T08:37:30.054Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-06T08:37:30.054Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-06T08:37:30.054Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-06T08:37:30.054Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-03-06T08:37:30.054Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T08:37:30.054Z] service_test.go:243: FLAKY_TEST [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-03-06T08:37:30.054Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-06T08:37:30.054Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:30.054Z] [2022-03-06T08:37:30.054Z] DONE 22 tests, 12 skipped in 7.103s [2022-03-06T08:37:30.055Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-06T08:37:30.055Z] INFO: Testing against a local daemon [2022-03-06T08:37:30.055Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-06T08:37:30.055Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:37:30.055Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestDockerNetworkIpvlan [2022-03-06T08:37:30.055Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:37:30.055Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-06T08:37:30.055Z] PASS [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === Skipped [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-06T08:37:30.055Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-06T08:37:30.055Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] DONE 2 tests, 2 skipped in 0.020s [2022-03-06T08:37:30.055Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-06T08:37:30.055Z] INFO: Testing against a local daemon [2022-03-06T08:37:30.055Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-06T08:37:30.055Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.055Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestDockerNetworkMacvlan [2022-03-06T08:37:30.055Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.055Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-03-06T08:37:30.055Z] PASS [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === Skipped [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-06T08:37:30.055Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-03-06T08:37:30.055Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] DONE 2 tests, 2 skipped in 0.017s [2022-03-06T08:37:30.055Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-06T08:37:30.055Z] testing: warning: no tests to run [2022-03-06T08:37:30.055Z] PASS [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] DONE 0 tests in 0.006s [2022-03-06T08:37:30.055Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-06T08:37:30.055Z] INFO: Testing against a local daemon [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginAllowRequest [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginTLS [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginDenyRequest [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginDenyResponse [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginAllowEventStream [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginErrorResponse [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginErrorRequest [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginHeader [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.03s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginV2Disable [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-03-06T08:37:30.055Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-06T08:37:30.055Z] PASS [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === Skipped [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.03s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-06T08:37:30.055Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] DONE 17 tests, 17 skipped in 0.107s [2022-03-06T08:37:30.055Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-06T08:37:30.055Z] INFO: Testing against a local daemon [2022-03-06T08:37:30.055Z] === RUN TestPluginInvalidJSON [2022-03-06T08:37:30.055Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:37:30.055Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:37:30.055Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:37:30.055Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-06T08:37:30.055Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestPluginInstall [2022-03-06T08:37:30.055Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestPluginsWithRuntimes [2022-03-06T08:37:30.055Z] 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-06T08:37:30.055Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-06T08:37:30.055Z] === RUN TestPluginBackCompatMediaTypes [2022-03-06T08:37:30.055Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-06T08:37:30.055Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-06T08:37:30.055Z] PASS [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === Skipped [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-03-06T08:37:30.055Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-03-06T08:37:30.055Z] 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-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-03-06T08:37:30.055Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] DONE 5 tests, 3 skipped in 0.030s [2022-03-06T08:37:30.055Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-06T08:37:30.055Z] INFO: Testing against a local daemon [2022-03-06T08:37:30.055Z] === RUN TestExternalGraphDriver [2022-03-06T08:37:30.055Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-06T08:37:30.055Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-03-06T08:37:30.055Z] === RUN TestGraphdriverPluginV2 [2022-03-06T08:37:30.055Z] --- PASS: TestGraphdriverPluginV2 (3.58s) [2022-03-06T08:37:30.055Z] PASS [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] === Skipped [2022-03-06T08:37:30.055Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-03-06T08:37:30.055Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-06T08:37:30.055Z] [2022-03-06T08:37:30.055Z] DONE 2 tests, 1 skipped in 3.629s [2022-03-06T08:37:30.055Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-06T08:37:30.055Z] INFO: Testing against a local daemon [2022-03-06T08:37:30.055Z] === RUN TestContinueAfterPluginCrash [2022-03-06T08:37:30.055Z] === PAUSE TestContinueAfterPluginCrash [2022-03-06T08:37:30.055Z] === RUN TestReadPluginNoRead [2022-03-06T08:37:30.055Z] === PAUSE TestReadPluginNoRead [2022-03-06T08:37:30.055Z] === RUN TestDaemonStartWithLogOpt [2022-03-06T08:37:30.055Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-06T08:37:30.055Z] === CONT TestContinueAfterPluginCrash [2022-03-06T08:37:30.055Z] === CONT TestDaemonStartWithLogOpt [2022-03-06T08:37:30.055Z] === CONT TestReadPluginNoRead [2022-03-06T08:37:30.055Z] === RUN TestReadPluginNoRead/default [2022-03-06T08:37:30.654Z] --- PASS: TestDaemonStartWithLogOpt (2.99s) [2022-03-06T08:37:31.227Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-06T08:37:31.648Z] INFO: Expanding go... [2022-03-06T08:37:32.606Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-06T08:37:33.986Z] === CONT TestReadPluginNoRead [2022-03-06T08:37:33.986Z] read_test.go:92: [d12fb50f8994e] daemon is not started [2022-03-06T08:37:33.986Z] --- PASS: TestReadPluginNoRead (6.22s) [2022-03-06T08:37:33.986Z] --- PASS: TestReadPluginNoRead/default (1.33s) [2022-03-06T08:37:33.986Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.27s) [2022-03-06T08:37:33.986Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.37s) [2022-03-06T08:37:35.366Z] --- PASS: TestContinueAfterPluginCrash (7.87s) [2022-03-06T08:37:35.366Z] PASS [2022-03-06T08:37:35.366Z] [2022-03-06T08:37:35.366Z] DONE 6 tests in 7.893s [2022-03-06T08:37:35.366Z] 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-06T08:37:35.366Z] testing: warning: no tests to run [2022-03-06T08:37:35.366Z] PASS [2022-03-06T08:37:35.366Z] [2022-03-06T08:37:35.366Z] DONE 0 tests in 0.006s [2022-03-06T08:37:35.366Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-06T08:37:35.366Z] INFO: Testing against a local daemon [2022-03-06T08:37:35.366Z] === RUN TestPluginWithDevMounts [2022-03-06T08:37:35.366Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-06T08:37:35.366Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-06T08:37:35.366Z] PASS [2022-03-06T08:37:35.366Z] [2022-03-06T08:37:35.366Z] === Skipped [2022-03-06T08:37:35.366Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-03-06T08:37:35.366Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-06T08:37:35.366Z] [2022-03-06T08:37:35.366Z] DONE 1 tests, 1 skipped in 0.019s [2022-03-06T08:37:35.366Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-06T08:37:35.366Z] INFO: Testing against a local daemon [2022-03-06T08:37:35.366Z] === RUN TestSecretInspect [2022-03-06T08:37:35.366Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.366Z] --- SKIP: TestSecretInspect (0.01s) [2022-03-06T08:37:35.366Z] === RUN TestSecretList [2022-03-06T08:37:35.366Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.366Z] --- SKIP: TestSecretList (0.01s) [2022-03-06T08:37:35.366Z] === RUN TestSecretsCreateAndDelete [2022-03-06T08:37:35.366Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-03-06T08:37:35.626Z] === RUN TestSecretsUpdate [2022-03-06T08:37:35.626Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-03-06T08:37:35.626Z] === RUN TestTemplatedSecret [2022-03-06T08:37:35.626Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-06T08:37:35.626Z] === RUN TestSecretCreateResolve [2022-03-06T08:37:35.626Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-03-06T08:37:35.626Z] PASS [2022-03-06T08:37:35.626Z] [2022-03-06T08:37:35.626Z] === Skipped [2022-03-06T08:37:35.626Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-03-06T08:37:35.626Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] [2022-03-06T08:37:35.626Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-03-06T08:37:35.626Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] [2022-03-06T08:37:35.626Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-03-06T08:37:35.626Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] [2022-03-06T08:37:35.626Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-03-06T08:37:35.626Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] [2022-03-06T08:37:35.626Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-03-06T08:37:35.626Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] [2022-03-06T08:37:35.626Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-03-06T08:37:35.626Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] [2022-03-06T08:37:35.626Z] DONE 6 tests, 6 skipped in 0.070s [2022-03-06T08:37:35.626Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-06T08:37:35.626Z] INFO: Testing against a local daemon [2022-03-06T08:37:35.626Z] === RUN TestServiceCreateInit [2022-03-06T08:37:35.626Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-06T08:37:35.626Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-06T08:37:35.626Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] --- PASS: TestServiceCreateInit (0.01s) [2022-03-06T08:37:35.626Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-06T08:37:35.626Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-06T08:37:35.626Z] === RUN TestCreateServiceMultipleTimes [2022-03-06T08:37:35.626Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-06T08:37:35.626Z] === RUN TestCreateServiceConflict [2022-03-06T08:37:35.626Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-03-06T08:37:35.626Z] === RUN TestCreateServiceMaxReplicas [2022-03-06T08:37:35.626Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-03-06T08:37:35.626Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-06T08:37:35.626Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-06T08:37:35.626Z] === RUN TestCreateServiceSecretFileMode [2022-03-06T08:37:35.626Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.626Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-03-06T08:37:35.626Z] === RUN TestCreateServiceConfigFileMode [2022-03-06T08:37:35.627Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.627Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-03-06T08:37:35.627Z] === RUN TestCreateServiceSysctls [2022-03-06T08:37:35.627Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.627Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-03-06T08:37:35.627Z] === RUN TestCreateServiceCapabilities [2022-03-06T08:37:35.627Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.627Z] --- SKIP: TestCreateServiceCapabilities (0.01s) [2022-03-06T08:37:35.627Z] === RUN TestInspect [2022-03-06T08:37:35.627Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.627Z] --- SKIP: TestInspect (0.01s) [2022-03-06T08:37:35.627Z] === RUN TestCreateJob [2022-03-06T08:37:35.627Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.627Z] --- SKIP: TestCreateJob (0.00s) [2022-03-06T08:37:35.627Z] === RUN TestReplicatedJob [2022-03-06T08:37:35.627Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.627Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-06T08:37:35.627Z] === RUN TestUpdateReplicatedJob [2022-03-06T08:37:35.627Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.627Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-03-06T08:37:35.627Z] === RUN TestServiceListWithStatuses [2022-03-06T08:37:35.627Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-06T08:37:35.627Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-06T08:37:35.627Z] === RUN TestDockerNetworkConnectAlias [2022-03-06T08:37:35.627Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.627Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-03-06T08:37:35.627Z] === RUN TestDockerNetworkReConnect [2022-03-06T08:37:35.627Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:35.627Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-03-06T08:37:35.627Z] === RUN TestServicePlugin [2022-03-06T08:37:36.687Z] INFO: Expanding compiler 1 of 3... [2022-03-06T08:37:36.687Z] INFO: Expanding compiler 2 of 3... [2022-03-06T08:37:37.537Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.537Z] --- SKIP: TestServicePlugin (1.76s) [2022-03-06T08:37:37.537Z] === RUN TestServiceUpdateLabel [2022-03-06T08:37:37.537Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.537Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-06T08:37:37.537Z] === RUN TestServiceUpdateSecrets [2022-03-06T08:37:37.537Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.537Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-06T08:37:37.537Z] === RUN TestServiceUpdateConfigs [2022-03-06T08:37:37.537Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.537Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-03-06T08:37:37.537Z] === RUN TestServiceUpdateNetwork [2022-03-06T08:37:37.537Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.537Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-03-06T08:37:37.537Z] === RUN TestServiceUpdatePidsLimit [2022-03-06T08:37:37.537Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.537Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-03-06T08:37:37.537Z] PASS [2022-03-06T08:37:37.537Z] [2022-03-06T08:37:37.537Z] === Skipped [2022-03-06T08:37:37.537Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-06T08:37:37.537Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.537Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-06T08:37:37.537Z] [2022-03-06T08:37:37.537Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-06T08:37:37.538Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-03-06T08:37:37.538Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-03-06T08:37:37.538Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-03-06T08:37:37.538Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-06T08:37:37.538Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-03-06T08:37:37.538Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-03-06T08:37:37.538Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-03-06T08:37:37.538Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.01s) [2022-03-06T08:37:37.538Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-03-06T08:37:37.538Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestCreateJob (0.00s) [2022-03-06T08:37:37.538Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestReplicatedJob (0.00s) [2022-03-06T08:37:37.538Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-03-06T08:37:37.538Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-06T08:37:37.538Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-03-06T08:37:37.538Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-03-06T08:37:37.538Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestServicePlugin (1.76s) [2022-03-06T08:37:37.538Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-03-06T08:37:37.538Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-03-06T08:37:37.538Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-03-06T08:37:37.538Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-03-06T08:37:37.538Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.01s) [2022-03-06T08:37:37.538Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] DONE 24 tests, 23 skipped in 1.988s [2022-03-06T08:37:37.538Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-06T08:37:37.538Z] INFO: Testing against a local daemon [2022-03-06T08:37:37.538Z] === RUN TestSessionCreate [2022-03-06T08:37:37.538Z] --- PASS: TestSessionCreate (0.01s) [2022-03-06T08:37:37.538Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-06T08:37:37.538Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-06T08:37:37.538Z] PASS [2022-03-06T08:37:37.538Z] [2022-03-06T08:37:37.538Z] DONE 2 tests in 0.049s [2022-03-06T08:37:37.538Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-06T08:37:37.538Z] INFO: Testing against a local daemon [2022-03-06T08:37:37.538Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-06T08:37:37.538Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-06T08:37:37.538Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-06T08:37:37.538Z] === RUN TestDiskUsage [2022-03-06T08:37:37.538Z] === PAUSE TestDiskUsage [2022-03-06T08:37:37.538Z] === RUN TestEventsExecDie [2022-03-06T08:37:38.109Z] --- PASS: TestEventsExecDie (0.52s) [2022-03-06T08:37:38.109Z] === RUN TestEventsBackwardsCompatible [2022-03-06T08:37:38.109Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-03-06T08:37:38.109Z] === RUN TestEventsVolumeCreate [2022-03-06T08:37:38.109Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-06T08:37:38.109Z] === RUN TestInfoBinaryCommits [2022-03-06T08:37:38.109Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-03-06T08:37:38.109Z] === RUN TestInfoAPIVersioned [2022-03-06T08:37:38.109Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-03-06T08:37:38.109Z] === RUN TestInfoAPI [2022-03-06T08:37:38.369Z] --- PASS: TestInfoAPI (0.01s) [2022-03-06T08:37:38.369Z] === RUN TestInfoAPIWarnings [2022-03-06T08:37:40.419Z] INFO: Expanding compiler 3 of 3... [2022-03-06T08:37:41.381Z] INFO: Removing downloaded files... [2022-03-06T08:37:41.381Z] INFO: Downloading containerd [2022-03-06T08:37:45.078Z] ok github.com/docker/docker/cmd/dockerd 0.040s coverage: 29.1% of statements [2022-03-06T08:37:45.641Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-03-06T08:37:45.641Z] ok github.com/docker/docker/cmd/dockerd/trap 2.397s coverage: 0.0% of statements [2022-03-06T08:37:45.641Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-06T08:37:45.641Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-06T08:37:45.641Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-06T08:37:45.641Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-06T08:37:45.641Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-06T08:37:49.813Z] ok github.com/docker/docker/daemon/cluster 0.052s coverage: 0.5% of statements [2022-03-06T08:37:51.708Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2022-03-06T08:37:53.080Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.9% of statements [2022-03-06T08:37:56.462Z] --- PASS: TestInfoAPIWarnings (16.35s) [2022-03-06T08:37:56.462Z] === RUN TestInfoDebug [2022-03-06T08:37:56.462Z] --- PASS: TestInfoDebug (0.58s) [2022-03-06T08:37:56.462Z] === RUN TestInfoInsecureRegistries [2022-03-06T08:37:56.462Z] --- PASS: TestInfoInsecureRegistries (0.56s) [2022-03-06T08:37:56.462Z] === RUN TestInfoRegistryMirrors [2022-03-06T08:37:56.462Z] --- PASS: TestInfoRegistryMirrors (0.56s) [2022-03-06T08:37:56.462Z] === RUN TestLoginFailsWithBadCredentials [2022-03-06T08:37:56.462Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-06T08:37:56.462Z] === RUN TestPingCacheHeaders [2022-03-06T08:37:56.462Z] --- PASS: TestPingCacheHeaders (0.01s) [2022-03-06T08:37:56.462Z] === RUN TestPingGet [2022-03-06T08:37:56.462Z] --- PASS: TestPingGet (0.01s) [2022-03-06T08:37:56.462Z] === RUN TestPingHead [2022-03-06T08:37:56.462Z] --- PASS: TestPingHead (0.01s) [2022-03-06T08:37:56.462Z] === RUN TestVersion [2022-03-06T08:37:56.462Z] --- PASS: TestVersion (0.01s) [2022-03-06T08:37:56.462Z] === CONT TestDiskUsage [2022-03-06T08:37:56.664Z] #81 exporting layers 23.5s done [2022-03-06T08:37:56.664Z] #81 writing image sha256:dfb5287a21672ac9e9a9aa9d86f943f72ef95105cda3c00b75f8f022230f0571 done [2022-03-06T08:37:56.664Z] #81 naming to docker.io/library/docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 done [2022-03-06T08:37:56.664Z] #81 DONE 23.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-03-06T08:37:56.909Z] INFO: Expanding compiler 1 of 3... [2022-03-06T08:37:56.909Z] INFO: Expanding compiler 2 of 3... [2022-03-06T08:37:56.998Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43335/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/validate/default [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/empty [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/empty/container_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/empty/image_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/empty/volume_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-06T08:37:57.032Z] === RUN TestDiskUsage/after_container.Run [2022-03-06T08:37:57.291Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-06T08:37:57.291Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-06T08:37:57.291Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-06T08:37:57.291Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-06T08:37:57.291Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-06T08:37:57.291Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-06T08:37:57.292Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-06T08:37:57.292Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-06T08:37:57.292Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-06T08:37:57.553Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage (1.19s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/empty (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.14s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_container.Run (0.35s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-03-06T08:37:57.553Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-03-06T08:37:57.553Z] PASS [2022-03-06T08:37:57.553Z] [2022-03-06T08:37:57.553Z] === Skipped [2022-03-06T08:37:57.553Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-06T08:37:57.553Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-06T08:37:57.553Z] [2022-03-06T08:37:57.553Z] DONE 50 tests, 1 skipped in 20.037s [2022-03-06T08:37:57.553Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-06T08:37:57.553Z] INFO: Testing against a local daemon [2022-03-06T08:37:57.553Z] === RUN TestVolumesCreateAndList [2022-03-06T08:37:57.553Z] --- PASS: TestVolumesCreateAndList (0.01s) [2022-03-06T08:37:57.553Z] === RUN TestVolumesRemove [2022-03-06T08:37:57.603Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-03-06T08:37:57.603Z] No api/types/ or api/swagger.yaml changes in diff. [2022-03-06T08:37:57.603Z] Congratulations! All TOML source files changed here have valid syntax. [2022-03-06T08:37:57.603Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-03-06T08:37:57.603Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-03-06T08:37:57.603Z] Congratulations! No new tests were added to integration-cli. [2022-03-06T08:37:57.603Z] [2022-03-06T08:37:57.603Z] INFO Start validation with golang-ci-lint [2022-03-06T08:37:57.813Z] --- PASS: TestVolumesRemove (0.04s) [2022-03-06T08:37:57.813Z] === RUN TestVolumesInspect [2022-03-06T08:37:57.813Z] --- PASS: TestVolumesInspect (0.01s) [2022-03-06T08:37:57.813Z] === RUN TestVolumesInvalidJSON [2022-03-06T08:37:57.813Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-06T08:37:57.813Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-06T08:37:57.813Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-06T08:37:57.813Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-06T08:37:57.813Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-06T08:37:57.813Z] PASS [2022-03-06T08:37:57.813Z] [2022-03-06T08:37:57.813Z] DONE 5 tests in 0.100s [2022-03-06T08:37:57.813Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-06T08:37:57.813Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 17676 is not a child of this shell [2022-03-06T08:37:57.813Z] warning: PID 17676 from bundles/test-integration/docker.pid had a nonzero exit code [2022-03-06T08:37:57.813Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-06T08:37:57.813Z] [2022-03-06T08:37:57.813Z] Unloading profiles will leave already running processes permanently [2022-03-06T08:37:57.813Z] unconfined, which can lead to unexpected situations. [2022-03-06T08:37:57.813Z] [2022-03-06T08:37:57.813Z] To set a process to complain mode, use the command line tool [2022-03-06T08:37:57.813Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-06T08:37:57.813Z] Removing test suite binaries [2022-03-06T08:37:57.813Z] exiting test-integration [2022-03-06T08:37:57.813Z] ++ exit 0 [2022-03-06T08:37:57.813Z] [2022-03-06T08:37:58.531Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-03-06T08:37:58.531Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-03-06T08:37:58.531Z] INFO [loader] Using build tags: [apparmor seccomp] Post stage [Pipeline] junit [2022-03-06T08:37:58.768Z] Recording test results [2022-03-06T08:37:59.856Z] INFO: Expanding compiler 3 of 3... [2022-03-06T08:38:00.161Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-06T08:38:00.507Z] + echo Ensuring container killed. [2022-03-06T08:38:00.507Z] Ensuring container killed. [2022-03-06T08:38:00.507Z] + docker rm -vf docker-pr4 [2022-03-06T08:38:00.507Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-03-06T08:38:00.791Z] + echo Chowning /workspace to jenkins user [2022-03-06T08:38:00.791Z] Chowning /workspace to jenkins user [2022-03-06T08:38:00.791Z] + id -u [2022-03-06T08:38:00.791Z] + id -g [2022-03-06T08:38:00.791Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43335:/workspace busybox chown -R 1000:1000 /workspace [2022-03-06T08:38:00.791Z] Unable to find image 'busybox:latest' locally [2022-03-06T08:38:00.791Z] latest: Pulling from library/busybox [2022-03-06T08:38:00.791Z] 7e5209d2300f: Pulling fs layer [2022-03-06T08:38:00.843Z] INFO: Removing downloaded files... [2022-03-06T08:38:00.843Z] INFO: Downloading containerd [2022-03-06T08:38:01.050Z] 7e5209d2300f: Download complete [2022-03-06T08:38:01.051Z] 7e5209d2300f: Pull complete [2022-03-06T08:38:01.051Z] Digest: sha256:966b716a398a975eb9d1487204ae24622ccb785c4a8fad60a977c22ba689dd5c [2022-03-06T08:38:01.051Z] Status: Downloaded newer image for busybox:latest [2022-03-06T08:38:01.174Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 13.8% of statements [2022-03-06T08:38:01.174Z] ok github.com/docker/docker/daemon/config 0.025s coverage: 81.0% of statements [2022-03-06T08:38:01.430Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-06T08:38:01.992Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-06T08:38:02.555Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.011s coverage: 4.2% of statements [2022-03-06T08:38:02.726Z] + bundleName=amd64-rootless [2022-03-06T08:38:02.726Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-03-06T08:38:02.726Z] Creating amd64-rootless-bundles.tar.gz [2022-03-06T08:38:02.726Z] + 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-06T08:38:02.726Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-06T08:38:02.739Z] Archiving artifacts [2022-03-06T08:38:03.924Z] ok github.com/docker/docker/daemon 10.111s coverage: 17.1% of statements [2022-03-06T08:38:03.924Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-06T08:38:03.924Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-06T08:38:03.924Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-06T08:38:03.924Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-06T08:38:04.183Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 3.0% of statements [2022-03-06T08:38:04.330Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43335/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-06T08:38:04.443Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.254s coverage: 56.2% of statements [2022-03-06T08:38:04.640Z] + make clean [2022-03-06T08:38:04.640Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-06T08:38:04.640Z] docker-dev-cache [2022-03-06T08:38:04.640Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-06T08:38:06.344Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.8% of statements [2022-03-06T08:38:06.484Z] [2022-03-06T08:38:06.485Z] Name Version Source Summary [2022-03-06T08:38:06.485Z] ---- ------- ------ ------- [2022-03-06T08:38:06.485Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-06T08:38:06.485Z] [2022-03-06T08:38:06.485Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-06T08:38:06.485Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-06T08:38:06.485Z] PSChildName : containerd [2022-03-06T08:38:06.485Z] PSDrive : C [2022-03-06T08:38:06.485Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-06T08:38:06.485Z] PSIsContainer : True [2022-03-06T08:38:06.485Z] Name : containerd [2022-03-06T08:38:06.485Z] FullName : C:\containerd [2022-03-06T08:38:06.485Z] Parent : [2022-03-06T08:38:06.485Z] Exists : True [2022-03-06T08:38:06.485Z] Root : C:\ [2022-03-06T08:38:06.485Z] Extension : [2022-03-06T08:38:06.485Z] CreationTime : 3/6/2022 8:38:04 AM [2022-03-06T08:38:06.485Z] CreationTimeUtc : 3/6/2022 8:38:04 AM [2022-03-06T08:38:06.485Z] LastAccessTime : 3/6/2022 8:38:04 AM [2022-03-06T08:38:06.485Z] LastAccessTimeUtc : 3/6/2022 8:38:04 AM [2022-03-06T08:38:06.485Z] LastWriteTime : 3/6/2022 8:38:04 AM [2022-03-06T08:38:06.485Z] LastWriteTimeUtc : 3/6/2022 8:38:04 AM [2022-03-06T08:38:06.485Z] Attributes : Directory [2022-03-06T08:38:06.485Z] Mode : d----- [2022-03-06T08:38:06.485Z] BaseName : containerd [2022-03-06T08:38:06.485Z] Target : {} [2022-03-06T08:38:06.485Z] LinkType : [2022-03-06T08:38:06.485Z] [2022-03-06T08:38:06.485Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-06T08:38:06.485Z] INFO: Configuring git core.autocrlf... [2022-03-06T08:38:06.485Z] [2022-03-06T08:38:06.485Z] [2022-03-06T08:38:07.276Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.189s coverage: 50.5% of statements [2022-03-06T08:38:09.167Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.701s coverage: 58.0% of statements [2022-03-06T08:38:09.167Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.023s coverage: 46.2% of statements [2022-03-06T08:38:09.167Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-06T08:38:09.167Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-06T08:38:09.167Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-06T08:38:09.731Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.8% of statements [2022-03-06T08:38:09.989Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 3.0% of statements [2022-03-06T08:38:10.552Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2022-03-06T08:38:11.482Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 6.8% of statements [2022-03-06T08:38:11.482Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-06T08:38:11.482Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-06T08:38:12.055Z] ok github.com/docker/docker/daemon/logger 0.215s coverage: 43.0% of statements [2022-03-06T08:38:12.986Z] ok github.com/docker/docker/daemon/logger/awslogs 0.171s coverage: 79.9% of statements [2022-03-06T08:38:12.986Z] ok github.com/docker/docker/daemon/logger/fluentd 0.005s coverage: 33.6% of statements [2022-03-06T08:38:12.986Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-06T08:38:13.242Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2022-03-06T08:38:13.242Z] ok github.com/docker/docker/daemon/logger/journald 0.008s coverage: 23.9% of statements [2022-03-06T08:38:13.805Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 87.2% of statements [2022-03-06T08:38:14.062Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 69.9% of statements [2022-03-06T08:38:14.319Z] ok github.com/docker/docker/daemon/logger/local 0.030s coverage: 78.7% of statements [2022-03-06T08:38:14.319Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-06T08:38:14.883Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.053s coverage: 59.1% of statements [2022-03-06T08:38:15.140Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.021s coverage: 31.5% of statements [2022-03-06T08:38:16.070Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2022-03-06T08:38:16.070Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-03-06T08:38:16.632Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-06T08:38:17.195Z] ok github.com/docker/docker/daemon/logger/splunk 1.551s coverage: 82.5% of statements [2022-03-06T08:38:17.195Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-06T08:38:17.195Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-06T08:38:18.124Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2022-03-06T08:38:18.644Z] [2022-03-06T08:38:18.644Z] Name Version Source Summary [2022-03-06T08:38:18.644Z] ---- ------- ------ ------- [2022-03-06T08:38:18.644Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-06T08:38:18.644Z] [2022-03-06T08:38:18.644Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-06T08:38:18.644Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-06T08:38:18.644Z] PSChildName : containerd [2022-03-06T08:38:18.644Z] PSDrive : C [2022-03-06T08:38:18.644Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-06T08:38:18.644Z] PSIsContainer : True [2022-03-06T08:38:18.644Z] Name : containerd [2022-03-06T08:38:18.644Z] FullName : C:\containerd [2022-03-06T08:38:18.644Z] Parent : [2022-03-06T08:38:18.644Z] Exists : True [2022-03-06T08:38:18.644Z] Root : C:\ [2022-03-06T08:38:18.644Z] Extension : [2022-03-06T08:38:18.644Z] CreationTime : 3/6/2022 8:38:17 AM [2022-03-06T08:38:18.644Z] CreationTimeUtc : 3/6/2022 8:38:17 AM [2022-03-06T08:38:18.644Z] LastAccessTime : 3/6/2022 8:38:17 AM [2022-03-06T08:38:18.644Z] LastAccessTimeUtc : 3/6/2022 8:38:17 AM [2022-03-06T08:38:18.644Z] LastWriteTime : 3/6/2022 8:38:17 AM [2022-03-06T08:38:18.644Z] LastWriteTimeUtc : 3/6/2022 8:38:17 AM [2022-03-06T08:38:18.644Z] Attributes : Directory [2022-03-06T08:38:18.644Z] Mode : d----- [2022-03-06T08:38:18.644Z] BaseName : containerd [2022-03-06T08:38:18.644Z] Target : {} [2022-03-06T08:38:18.644Z] LinkType : [2022-03-06T08:38:18.644Z] [2022-03-06T08:38:18.688Z] ok github.com/docker/docker/distribution 0.602s coverage: 28.4% of statements [2022-03-06T08:38:18.688Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-06T08:38:19.252Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-03-06T08:38:19.627Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-06T08:38:19.627Z] INFO: Configuring git core.autocrlf... [2022-03-06T08:38:19.627Z] [2022-03-06T08:38:19.627Z] [2022-03-06T08:38:19.816Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-03-06T08:38:20.073Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-06T08:38:20.636Z] ok github.com/docker/docker/distribution/xfer 1.892s coverage: 84.9% of statements [2022-03-06T08:38:20.636Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-06T08:38:20.893Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-06T08:38:21.151Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2022-03-06T08:38:21.151Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-06T08:38:21.409Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-03-06T08:38:22.341Z] ok github.com/docker/docker/oci 0.012s coverage: 43.3% of statements [2022-03-06T08:38:22.904Z] ok github.com/docker/docker/opts 0.017s coverage: 67.4% of statements [2022-03-06T08:38:22.904Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-03-06T08:38:24.272Z] ok github.com/docker/docker/pkg/archive 0.278s coverage: 82.5% of statements [2022-03-06T08:38:25.201Z] ok github.com/docker/docker/pkg/authorization 0.442s coverage: 68.3% of statements [2022-03-06T08:38:25.457Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2022-03-06T08:38:25.716Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-06T08:38:28.995Z] ok github.com/docker/docker/pkg/chrootarchive 2.520s coverage: 43.5% of statements [2022-03-06T08:38:28.995Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-06T08:38:28.995Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-06T08:38:29.253Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2022-03-06T08:38:30.186Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-06T08:38:30.186Z] ok github.com/docker/docker/layer 7.831s coverage: 69.0% of statements [2022-03-06T08:38:30.186Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-06T08:38:30.186Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-06T08:38:30.186Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-06T08:38:30.186Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-06T08:38:30.186Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-06T08:38:30.186Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-06T08:38:30.751Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 87.2% of statements [2022-03-06T08:38:30.751Z] ok github.com/docker/docker/pkg/fsutils 0.191s coverage: 85.1% of statements [2022-03-06T08:38:30.751Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-03-06T08:38:31.683Z] ok github.com/docker/docker/pkg/idtools 0.385s coverage: 69.5% of statements [2022-03-06T08:38:31.683Z] ok github.com/docker/docker/pkg/ioutils 0.370s coverage: 70.1% of statements [2022-03-06T08:38:31.940Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2022-03-06T08:38:31.940Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 100.0% of statements [2022-03-06T08:38:31.940Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-06T08:38:32.198Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2022-03-06T08:38:32.198Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-03-06T08:38:32.454Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2022-03-06T08:38:32.454Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2022-03-06T08:38:32.710Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-03-06T08:38:32.710Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-06T08:38:32.710Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-06T08:38:33.273Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.015s coverage: 56.8% of statements [2022-03-06T08:38:33.529Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-03-06T08:38:33.785Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-06T08:38:33.785Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2022-03-06T08:38:35.149Z] ok github.com/docker/docker/pkg/pubsub 1.044s coverage: 75.0% of statements [2022-03-06T08:38:35.406Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-06T08:38:35.406Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-06T08:38:35.663Z] ok github.com/docker/docker/pkg/stdcopy 0.002s coverage: 100.0% of statements [2022-03-06T08:38:35.919Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-03-06T08:38:36.176Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-06T08:38:36.432Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 50.7% of statements [2022-03-06T08:38:36.994Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-06T08:38:37.250Z] ok github.com/docker/docker/pkg/tailfile 0.040s coverage: 88.6% of statements [2022-03-06T08:38:37.814Z] ok github.com/docker/docker/pkg/tarsum 0.052s coverage: 89.3% of statements [2022-03-06T08:38:38.070Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-06T08:38:38.070Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2022-03-06T08:38:38.327Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-06T08:38:39.694Z] ok github.com/docker/docker/plugin 0.513s coverage: 23.2% of statements [2022-03-06T08:38:40.258Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-03-06T08:38:40.515Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-03-06T08:38:41.891Z] ok github.com/docker/docker/quota 0.237s coverage: 71.4% of statements [2022-03-06T08:38:41.891Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-06T08:38:41.964Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-06T08:38:41.964Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-06T08:38:41.964Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:38:41.964Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-06T08:38:41.964Z] [2022-03-06T08:38:41.964Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-06T08:38:41.964Z] DOCKER_SYSTEMD=1 [2022-03-06T08:38:41.964Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-06T08:38:41.964Z] HOSTNAME=3b3b10a7e513 [2022-03-06T08:38:41.964Z] DEST=bundles/test-integration [2022-03-06T08:38:41.964Z] PWD=/go/src/github.com/docker/docker [2022-03-06T08:38:41.964Z] DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:38:41.964Z] container=docker [2022-03-06T08:38:41.964Z] HOME=/root [2022-03-06T08:38:41.964Z] LANG=C.UTF-8 [2022-03-06T08:38:41.964Z] INVOCATION_ID=211fd0afd78e4de78cc617fceec99990 [2022-03-06T08:38:41.964Z] GOLANG_VERSION=1.17.8 [2022-03-06T08:38:41.964Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-06T08:38:41.964Z] VALIDATE_BRANCH=master [2022-03-06T08:38:41.964Z] TERM=xterm [2022-03-06T08:38:41.964Z] DOCKER_PKG=github.com/docker/docker [2022-03-06T08:38:41.964Z] SHLVL=3 [2022-03-06T08:38:41.964Z] TIMEOUT=120m [2022-03-06T08:38:41.964Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-06T08:38:41.964Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-06T08:38:41.964Z] GO111MODULE=off [2022-03-06T08:38:41.964Z] DOCKER_EXPERIMENTAL=1 [2022-03-06T08:38:41.964Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-06T08:38:41.964Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-06T08:38:41.964Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-06T08:38:41.964Z] GOPATH=/go [2022-03-06T08:38:41.964Z] PKG_CONFIG=pkg-config [2022-03-06T08:38:41.964Z] _=/usr/bin/env [2022-03-06T08:38:41.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-06T08:38:42.823Z] ok github.com/docker/docker/registry 0.082s coverage: 58.3% of statements [2022-03-06T08:38:43.388Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2022-03-06T08:38:43.388Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2022-03-06T08:38:43.952Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-03-06T08:38:44.208Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-06T08:38:46.726Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-06T08:38:47.289Z] ok github.com/docker/docker/volume/local 0.093s coverage: 76.4% of statements [2022-03-06T08:38:47.545Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2022-03-06T08:38:48.913Z] ok github.com/docker/docker/volume/service 0.013s coverage: 72.3% of statements [2022-03-06T08:39:06.872Z] Removing intermediate container 38e844914584 [2022-03-06T08:39:06.872Z] ---> dc48db67a0b8 [2022-03-06T08:39:06.872Z] 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-06T08:39:06.872Z] ---> Running in 03d023d434e0 [2022-03-06T08:39:06.961Z] ok github.com/docker/docker/pkg/plugins 33.640s coverage: 76.3% of statements [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/rootless [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/volume [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-06T08:39:06.961Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === Skipped [2022-03-06T08:39:06.961Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-06T08:39:06.961Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-06T08:39:06.961Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-06T08:39:06.961Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-06T08:39:06.961Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-03-06T08:39:06.961Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-03-06T08:39:06.961Z] time="2022-03-06T08:38:02Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-06T08:39:06.961Z] aufs_test.go:37: driver not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-06T08:39:06.961Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T08:39:06.961Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-06T08:39:06.961Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T08:39:06.961Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-06T08:39:06.961Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T08:39:06.961Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-06T08:39:06.961Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T08:39:06.961Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-06T08:39:06.961Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T08:39:06.961Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.961Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-06T08:39:06.961Z] graphtest_unix.go:71: No driver to put! [2022-03-06T08:39:06.961Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-06T08:39:06.962Z] time="2022-03-06T08:38:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-06T08:39:06.962Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-06T08:39:06.962Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-06T08:39:06.962Z] time="2022-03-06T08:38:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-06T08:39:06.962Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-06T08:39:06.962Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-06T08:39:06.962Z] time="2022-03-06T08:38:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-06T08:39:06.962Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-06T08:39:06.962Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-06T08:39:06.962Z] time="2022-03-06T08:38:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-06T08:39:06.962Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-06T08:39:06.962Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-06T08:39:06.962Z] time="2022-03-06T08:38:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-06T08:39:06.962Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-06T08:39:06.962Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-06T08:39:06.962Z] graphtest_unix.go:71: No driver to put! [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-06T08:39:06.962Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-06T08:39:06.962Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-06T08:39:06.962Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-06T08:39:06.962Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-06T08:39:06.962Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T08:39:06.962Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-06T08:39:06.962Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T08:39:06.962Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-06T08:39:06.962Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T08:39:06.962Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-06T08:39:06.962Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T08:39:06.962Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-06T08:39:06.962Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T08:39:06.962Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-06T08:39:06.962Z] graphtest_unix.go:71: No driver to put! [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-06T08:39:06.962Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-06T08:39:06.962Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-06T08:39:06.962Z] [2022-03-06T08:39:06.962Z] DONE 2323 tests, 53 skipped in 195.025s [2022-03-06T08:39:06.962Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/bitseq [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/cluster [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/config [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/datastore [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/driverapi [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/etchosts [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/idm [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/ipam [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/iptables [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/netlabel [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/netutils [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/networkdb [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/ns [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/options [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/osl [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/portallocator [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/portmapper [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/testutils [2022-03-06T08:39:06.962Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-06T08:39:06.962Z] + 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-06T08:39:09.191Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-06T08:39:09.646Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-06T08:39:09.646Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-06T08:39:09.646Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-06T08:39:09.646Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-06T08:39:09.646Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-06T08:39:10.101Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-06T08:39:10.101Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-06T08:39:10.101Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-06T08:39:10.101Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-06T08:39:10.101Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-06T08:39:10.101Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-06T08:39:10.101Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-06T08:39:10.558Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-06T08:39:11.014Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-06T08:39:11.014Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-06T08:39:15.135Z] 1bd78008c728: Pull complete [2022-03-06T08:39:15.135Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-03-06T08:39:15.135Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T08:39:15.135Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T08:39:15.135Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-03-06T08:39:15.135Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-03-06T08:39:15.135Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2565' [2022-03-06T08:39:15.135Z] INFO: Docker version of control daemon [2022-03-06T08:39:15.135Z] [2022-03-06T08:39:15.135Z] Client: [2022-03-06T08:39:15.135Z] Version: 20.10.9 [2022-03-06T08:39:15.135Z] API version: 1.41 [2022-03-06T08:39:15.135Z] Go version: go1.16.8 [2022-03-06T08:39:15.135Z] Git commit: c2ea9bc [2022-03-06T08:39:15.135Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-06T08:39:15.135Z] OS/Arch: windows/amd64 [2022-03-06T08:39:15.135Z] Context: default [2022-03-06T08:39:15.135Z] Experimental: true [2022-03-06T08:39:15.135Z] [2022-03-06T08:39:15.135Z] Server: Docker Engine - Community [2022-03-06T08:39:15.135Z] Engine: [2022-03-06T08:39:15.135Z] Version: 20.10.9 [2022-03-06T08:39:15.135Z] API version: 1.41 (minimum version 1.24) [2022-03-06T08:39:15.135Z] Go version: go1.16.8 [2022-03-06T08:39:15.135Z] Git commit: 79ea9d3 [2022-03-06T08:39:15.135Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-06T08:39:15.135Z] OS/Arch: windows/amd64 [2022-03-06T08:39:15.135Z] Experimental: true [2022-03-06T08:39:15.135Z] [2022-03-06T08:39:15.135Z] INFO: Docker info of control daemon [2022-03-06T08:39:15.135Z] [2022-03-06T08:39:15.135Z] Client: [2022-03-06T08:39:15.135Z] Context: default [2022-03-06T08:39:15.135Z] Debug Mode: false [2022-03-06T08:39:15.135Z] Plugins: [2022-03-06T08:39:15.135Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-06T08:39:15.135Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-06T08:39:15.135Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-06T08:39:15.135Z] [2022-03-06T08:39:15.135Z] Server: [2022-03-06T08:39:15.135Z] Containers: 0 [2022-03-06T08:39:15.135Z] Running: 0 [2022-03-06T08:39:15.135Z] Paused: 0 [2022-03-06T08:39:15.135Z] Stopped: 0 [2022-03-06T08:39:15.135Z] Images: 1 [2022-03-06T08:39:15.135Z] Server Version: 20.10.9 [2022-03-06T08:39:15.135Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-06T08:39:15.135Z] Windows: [2022-03-06T08:39:15.135Z] LCOW: [2022-03-06T08:39:15.135Z] Logging Driver: json-file [2022-03-06T08:39:15.135Z] Plugins: [2022-03-06T08:39:15.135Z] Volume: local [2022-03-06T08:39:15.135Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-06T08:39:15.135Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-06T08:39:15.135Z] Swarm: inactive [2022-03-06T08:39:15.135Z] Default Isolation: process [2022-03-06T08:39:15.135Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-06T08:39:15.135Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-06T08:39:15.135Z] OSType: windows [2022-03-06T08:39:15.135Z] Architecture: x86_64 [2022-03-06T08:39:15.135Z] CPUs: 4 [2022-03-06T08:39:15.135Z] Total Memory: 32GiB [2022-03-06T08:39:15.135Z] Name: azwin-2-b23990 [2022-03-06T08:39:15.135Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-06T08:39:15.135Z] Docker Root Dir: D:\docker [2022-03-06T08:39:15.135Z] Debug Mode: false [2022-03-06T08:39:15.135Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:39:15.135Z] Labels: [2022-03-06T08:39:15.135Z] Experimental: true [2022-03-06T08:39:15.135Z] Insecure Registries: [2022-03-06T08:39:15.135Z] 10.0.0.4:5000 [2022-03-06T08:39:15.135Z] 127.0.0.0/8 [2022-03-06T08:39:15.135Z] Registry Mirrors: [2022-03-06T08:39:15.135Z] http://10.0.0.4:5000/ [2022-03-06T08:39:15.135Z] Live Restore Enabled: false [2022-03-06T08:39:15.135Z] Product License: Community Engine [2022-03-06T08:39:15.135Z] [2022-03-06T08:39:15.135Z] [2022-03-06T08:39:15.135Z] INFO: Commit hash is b94a319fdf [2022-03-06T08:39:15.135Z] INFO: Nuke-Everything... [2022-03-06T08:39:15.135Z] INFO: Container count on control daemon to delete is 0 [2022-03-06T08:39:15.135Z] INFO: Nuking d:\CI [2022-03-06T08:39:15.135Z] INFO: Zapped successfully [2022-03-06T08:39:15.135Z] INFO: Location for testing is d:\CI\PR-43335\4 [2022-03-06T08:39:15.135Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-06T08:39:15.135Z] [2022-03-06T08:39:15.135Z] [2022-03-06T08:39:15.135Z] INFO: Building the image from Dockerfile.windows at 03/06/2022 08:39:07... [2022-03-06T08:39:15.135Z] [2022-03-06T08:39:15.135Z] Sending build context to Docker daemon 62.45MB [2022-03-06T08:39:15.135Z] [2022-03-06T08:39:15.612Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-06T08:39:15.612Z] ---> c703d4d60533 [2022-03-06T08:39:15.612Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-06T08:39:15.612Z] ---> Running in 9de216b3948e [2022-03-06T08:39:16.089Z] Removing intermediate container 9de216b3948e [2022-03-06T08:39:16.089Z] ---> ac6b13afbb9b [2022-03-06T08:39:16.089Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-06T08:39:16.089Z] ---> Running in 4ba3ce0088de [2022-03-06T08:39:16.566Z] Removing intermediate container 4ba3ce0088de [2022-03-06T08:39:16.566Z] ---> 91a3019e6a18 [2022-03-06T08:39:16.566Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-06T08:39:16.566Z] ---> Running in 4a5b6cadf7a5 [2022-03-06T08:39:17.044Z] Removing intermediate container 4a5b6cadf7a5 [2022-03-06T08:39:17.044Z] ---> dc684aaf00e4 [2022-03-06T08:39:17.044Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-06T08:39:17.044Z] ---> Running in 2ff843d63b0f [2022-03-06T08:39:17.514Z] Removing intermediate container 2ff843d63b0f [2022-03-06T08:39:17.514Z] ---> beacfc38d848 [2022-03-06T08:39:17.514Z] 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-06T08:39:17.514Z] ---> Running in 1bc0a631f325 [2022-03-06T08:39:17.990Z] Removing intermediate container 1bc0a631f325 [2022-03-06T08:39:17.990Z] ---> 7753fa380e18 [2022-03-06T08:39:17.990Z] 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-06T08:39:17.990Z] ---> Running in 8a0e9a409f6b [2022-03-06T08:39:18.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-06T08:39:19.350Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-06T08:39:20.270Z] Removing intermediate container a032b1ea8f16 [2022-03-06T08:39:20.270Z] ---> 86d708f165f7 [2022-03-06T08:39:20.270Z] 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-06T08:39:20.270Z] ---> Running in 0c064827965a [2022-03-06T08:39:22.480Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-06T08:39:22.480Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-06T08:39:22.480Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-06T08:39:22.480Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-06T08:39:22.480Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-06T08:39:22.480Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-06T08:39:22.480Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-06T08:39:22.480Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-06T08:39:22.480Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-06T08:39:22.947Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-06T08:39:22.947Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-06T08:39:22.947Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-06T08:39:22.947Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-06T08:39:22.947Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-06T08:39:23.931Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-06T08:39:23.931Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-06T08:39:28.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-06T08:39:28.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-06T08:39:28.675Z] Removing intermediate container 03d023d434e0 [2022-03-06T08:39:28.675Z] ---> 65d9c9c3287c [2022-03-06T08:39:28.675Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-06T08:39:28.675Z] ---> Running in 571a9deb62c0 [2022-03-06T08:39:28.675Z] Removing intermediate container 571a9deb62c0 [2022-03-06T08:39:28.675Z] ---> 1f463d7e9b34 [2022-03-06T08:39:28.675Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-06T08:39:28.675Z] ---> Running in 9bac7dabba55 [2022-03-06T08:39:28.675Z] Removing intermediate container 9bac7dabba55 [2022-03-06T08:39:28.675Z] ---> 0d7298b36436 [2022-03-06T08:39:28.675Z] Step 11/11 : COPY . . [2022-03-06T08:39:38.860Z] Removing intermediate container 0c064827965a [2022-03-06T08:39:38.860Z] ---> 935ec53a6e4a [2022-03-06T08:39:38.860Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-06T08:39:38.860Z] ---> Running in 354fddbbb337 [2022-03-06T08:39:38.860Z] Removing intermediate container 354fddbbb337 [2022-03-06T08:39:38.860Z] ---> 03e65861ef64 [2022-03-06T08:39:38.860Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-06T08:39:38.860Z] ---> Running in 837b0d773508 [2022-03-06T08:39:38.860Z] Removing intermediate container 837b0d773508 [2022-03-06T08:39:38.860Z] ---> 8705ed94b491 [2022-03-06T08:39:38.860Z] Step 11/11 : COPY . . [2022-03-06T08:39:39.262Z] [2022-03-06T08:39:39.262Z] SUCCESS: Specified value was saved. [2022-03-06T08:39:39.262Z] INFO: Downloading git... [2022-03-06T08:39:40.278Z] INFO: Downloading go... [2022-03-06T08:39:42.561Z] INFO: Downloading compiler 1 of 3... [2022-03-06T08:39:42.561Z] INFO: Downloading compiler 2 of 3... [2022-03-06T08:39:42.561Z] INFO: Downloading compiler 3 of 3... [2022-03-06T08:39:42.561Z] INFO: Extracting git... [2022-03-06T08:39:46.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-06T08:39:49.736Z] ---> c6e1155efc5b [2022-03-06T08:39:50.191Z] Successfully built c6e1155efc5b [2022-03-06T08:39:50.191Z] Successfully tagged docker:latest [2022-03-06T08:39:50.191Z] INFO: Image build ended at 03/06/2022 08:39:50. Duration:00:03:09.8317167 [2022-03-06T08:39:50.191Z] [2022-03-06T08:39:50.191Z] [2022-03-06T08:39:50.191Z] INFO: Building the test binaries at 03/06/2022 08:39:50... [2022-03-06T08:39:53.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-06T08:39:53.586Z] ok github.com/docker/docker/libnetwork 37.127s coverage: 40.7% of statements [2022-03-06T08:39:53.586Z] ok github.com/docker/docker/libnetwork/bitseq 0.125s coverage: 84.4% of statements [2022-03-06T08:39:53.586Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-06T08:39:53.586Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-06T08:39:53.586Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-06T08:39:53.586Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-06T08:39:53.586Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-06T08:39:53.586Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-06T08:39:53.586Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-06T08:39:53.586Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-06T08:39:53.586Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-03-06T08:39:53.586Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-06T08:39:53.586Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-06T08:39:53.586Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-06T08:39:53.586Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-06T08:39:54.148Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.246s coverage: 59.9% of statements [2022-03-06T08:39:54.405Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-06T08:39:54.405Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-06T08:39:54.865Z] INFO: make.ps1 starting at 03/06/2022 08:39:53 [2022-03-06T08:39:54.865Z] INFO: Git commit (b94a319fdf) assumed from DOCKER_GITCOMMIT environment variable [2022-03-06T08:39:54.865Z] INFO: Invoking autogen... [2022-03-06T08:39:54.865Z] INFO: Building daemon... [2022-03-06T08:39:55.333Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.115s coverage: 4.0% of statements [2022-03-06T08:39:55.333Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-06T08:39:55.589Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-03-06T08:39:55.589Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-06T08:39:55.846Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-06T08:40:00.055Z] ---> 50dc20aaa6ab [2022-03-06T08:40:00.056Z] Successfully built 50dc20aaa6ab [2022-03-06T08:40:00.056Z] Successfully tagged docker:latest [2022-03-06T08:40:00.056Z] INFO: Image build ended at 03/06/2022 08:39:59. Duration:00:02:55.3886328 [2022-03-06T08:40:00.056Z] [2022-03-06T08:40:00.056Z] [2022-03-06T08:40:00.056Z] INFO: Building the test binaries at 03/06/2022 08:39:59... [2022-03-06T08:40:00.405Z] INFO: Expanding go... [2022-03-06T08:40:01.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-06T08:40:01.876Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-06T08:40:02.807Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-06T08:40:03.738Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-06T08:40:03.738Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-06T08:40:03.836Z] INFO: make.ps1 starting at 03/06/2022 08:40:03 [2022-03-06T08:40:03.836Z] INFO: Git commit (b94a319fdf) assumed from DOCKER_GITCOMMIT environment variable [2022-03-06T08:40:03.836Z] INFO: Invoking autogen... [2022-03-06T08:40:04.361Z] INFO: Building daemon... [2022-03-06T08:40:04.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-06T08:40:05.793Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.634s coverage: 7.2% of statements [2022-03-06T08:40:05.793Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-06T08:40:05.793Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-06T08:40:05.793Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-06T08:40:05.793Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-06T08:40:05.793Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-06T08:40:05.793Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-06T08:40:06.050Z] ok github.com/docker/docker/libnetwork/drvregistry 0.012s coverage: 82.4% of statements [2022-03-06T08:40:06.324Z] ok github.com/docker/docker/libnetwork/etchosts 0.012s coverage: 81.2% of statements [2022-03-06T08:40:06.590Z] ok github.com/docker/docker/libnetwork/idm 0.003s coverage: 87.5% of statements [2022-03-06T08:40:06.590Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-03-06T08:40:07.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-06T08:40:08.182Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-06T08:40:09.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-06T08:40:09.385Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-06T08:40:10.317Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-06T08:40:11.251Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-06T08:40:12.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-06T08:40:12.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-06T08:40:13.676Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-06T08:40:14.607Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-06T08:40:14.607Z] Using test binary docker [2022-03-06T08:40:14.607Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-06T08:40:14.607Z] Starting apparmor (via systemctl): apparmor.service. [2022-03-06T08:40:14.607Z] INFO: Waiting for daemon to start... [2022-03-06T08:40:14.607Z] Starting dockerd [2022-03-06T08:40:17.122Z] . [2022-03-06T08:40:17.122Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-06T08:40:17.122Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-06T08:40:17.122Z] Error: No such image: emptyfs [2022-03-06T08:40:17.122Z] Running integration-test (iteration 1) [2022-03-06T08:40:17.122Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-06T08:40:17.378Z] Loaded image: busybox:latest [2022-03-06T08:40:17.639Z] Loaded image: busybox:glibc [2022-03-06T08:40:18.795Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.004s coverage: 100.0% of statements [2022-03-06T08:40:19.007Z] Loaded image: debian:bullseye-slim [2022-03-06T08:40:19.007Z] Loaded image: hello-world:latest [2022-03-06T08:40:19.007Z] Loaded image: arm32v7/hello-world:latest [2022-03-06T08:40:19.007Z] INFO: Testing against a local daemon [2022-03-06T08:40:19.007Z] === RUN TestCgroupNamespacesBuild [2022-03-06T08:40:20.102Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|imports|deps|exports_file|name|types_sizes) took 2m20.672073707s [2022-03-06T08:40:20.102Z] 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-06T08:40:20.102Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 465.251474ms [2022-03-06T08:40:20.373Z] --- PASS: TestCgroupNamespacesBuild (1.28s) [2022-03-06T08:40:20.373Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-06T08:40:21.738Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.25s) [2022-03-06T08:40:21.738Z] === RUN TestBuildWithSession [2022-03-06T08:40:21.738Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:40:21.738Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-06T08:40:21.738Z] === RUN TestBuildSquashParent [2022-03-06T08:40:25.790Z] INFO: Expanding compiler 1 of 3... [2022-03-06T08:40:26.986Z] --- PASS: TestBuildSquashParent (4.84s) [2022-03-06T08:40:26.986Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-06T08:40:26.986Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:40:26.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:40:26.986Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:40:26.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:40:26.986Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:40:26.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:40:26.986Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:40:26.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:40:26.986Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:40:26.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:40:26.986Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:40:26.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:40:26.986Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:40:26.986Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:40:27.357Z] INFO: Expanding compiler 2 of 3... [2022-03-06T08:40:27.914Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:40:28.171Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:40:29.539Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:40:29.539Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:40:30.907Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-06T08:40:30.908Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.41s) [2022-03-06T08:40:30.908Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.70s) [2022-03-06T08:40:30.908Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.45s) [2022-03-06T08:40:30.908Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.35s) [2022-03-06T08:40:30.908Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.37s) [2022-03-06T08:40:30.908Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.42s) [2022-03-06T08:40:30.908Z] === RUN TestBuildMultiStageCopy [2022-03-06T08:40:30.908Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-06T08:40:32.322Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-06T08:40:32.581Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-06T08:40:32.838Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-06T08:40:32.838Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-06T08:40:33.094Z] --- PASS: TestBuildMultiStageCopy (2.25s) [2022-03-06T08:40:33.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.42s) [2022-03-06T08:40:33.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-03-06T08:40:33.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-03-06T08:40:33.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-03-06T08:40:33.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2022-03-06T08:40:33.094Z] === RUN TestBuildMultiStageParentConfig [2022-03-06T08:40:33.244Z] INFO: Expanding compiler 3 of 3... [2022-03-06T08:40:33.637Z] ok github.com/docker/docker/libnetwork/ipam 15.735s coverage: 85.3% of statements [2022-03-06T08:40:33.637Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-06T08:40:33.637Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-06T08:40:33.637Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-06T08:40:33.657Z] --- PASS: TestBuildMultiStageParentConfig (0.60s) [2022-03-06T08:40:33.657Z] === RUN TestBuildLabelWithTargets [2022-03-06T08:40:33.894Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-03-06T08:40:33.894Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-06T08:40:33.894Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-06T08:40:34.237Z] INFO: Removing downloaded files... [2022-03-06T08:40:34.237Z] INFO: Downloading containerd [2022-03-06T08:40:34.456Z] ok github.com/docker/docker/libnetwork/ipamutils 0.273s coverage: 74.0% of statements [2022-03-06T08:40:35.019Z] ok github.com/docker/docker/libnetwork/iptables 0.125s coverage: 45.1% of statements [2022-03-06T08:40:35.026Z] --- PASS: TestBuildLabelWithTargets (0.99s) [2022-03-06T08:40:35.026Z] === RUN TestBuildWithEmptyLayers [2022-03-06T08:40:35.026Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2022-03-06T08:40:35.026Z] === RUN TestBuildMultiStageOnBuild [2022-03-06T08:40:35.276Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-06T08:40:35.533Z] ok github.com/docker/docker/libnetwork/netutils 0.016s coverage: 44.1% of statements [2022-03-06T08:40:36.924Z] --- PASS: TestBuildMultiStageOnBuild (1.60s) [2022-03-06T08:40:36.924Z] === RUN TestBuildUncleanTarFilenames [2022-03-06T08:40:37.486Z] --- PASS: TestBuildUncleanTarFilenames (0.57s) [2022-03-06T08:40:37.486Z] === RUN TestBuildMultiStageLayerLeak [2022-03-06T08:40:39.380Z] --- PASS: TestBuildMultiStageLayerLeak (1.78s) [2022-03-06T08:40:39.380Z] === RUN TestBuildWithHugeFile [2022-03-06T08:40:40.777Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-06T08:40:46.748Z] [2022-03-06T08:40:46.748Z] Name Version Source Summary [2022-03-06T08:40:46.748Z] ---- ------- ------ ------- [2022-03-06T08:40:46.748Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-06T08:40:47.737Z] [2022-03-06T08:40:47.738Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-06T08:40:47.738Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-06T08:40:47.738Z] PSChildName : containerd [2022-03-06T08:40:47.738Z] PSDrive : C [2022-03-06T08:40:47.738Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-06T08:40:47.738Z] PSIsContainer : True [2022-03-06T08:40:47.738Z] Name : containerd [2022-03-06T08:40:47.738Z] FullName : C:\containerd [2022-03-06T08:40:47.738Z] Parent : [2022-03-06T08:40:47.738Z] Exists : True [2022-03-06T08:40:47.738Z] Root : C:\ [2022-03-06T08:40:47.738Z] Extension : [2022-03-06T08:40:47.738Z] CreationTime : 3/6/2022 8:40:47 AM [2022-03-06T08:40:47.738Z] CreationTimeUtc : 3/6/2022 8:40:47 AM [2022-03-06T08:40:47.738Z] LastAccessTime : 3/6/2022 8:40:47 AM [2022-03-06T08:40:47.738Z] LastAccessTimeUtc : 3/6/2022 8:40:47 AM [2022-03-06T08:40:47.738Z] LastWriteTime : 3/6/2022 8:40:47 AM [2022-03-06T08:40:47.738Z] LastWriteTimeUtc : 3/6/2022 8:40:47 AM [2022-03-06T08:40:47.738Z] Attributes : Directory [2022-03-06T08:40:47.738Z] Mode : d----- [2022-03-06T08:40:47.738Z] BaseName : containerd [2022-03-06T08:40:47.738Z] Target : {} [2022-03-06T08:40:47.738Z] LinkType : [2022-03-06T08:40:47.738Z] [2022-03-06T08:40:49.313Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-06T08:40:49.313Z] INFO: Configuring git core.autocrlf... [2022-03-06T08:40:49.313Z] [2022-03-06T08:40:49.313Z] [2022-03-06T08:40:55.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-06T08:41:06.883Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-06T08:41:06.883Z] [2022-03-06T08:41:06.883Z] ________ ____ __. [2022-03-06T08:41:06.883Z] \_____ \ | |/ _| [2022-03-06T08:41:06.883Z] / | \| < [2022-03-06T08:41:06.883Z] / | \ | \ [2022-03-06T08:41:06.883Z] \_______ /____|__ \ [2022-03-06T08:41:06.883Z] \/ \/ [2022-03-06T08:41:06.883Z] [2022-03-06T08:41:06.883Z] INFO: make.ps1 ended at 03/06/2022 08:41:05 [2022-03-06T08:41:06.883Z] INFO: Binaries build ended at 03/06/2022 08:41:06. Duration:00:01:16.2810819 [2022-03-06T08:41:07.844Z] INFO: Copying the built daemon binary to d:\CI\PR-43335\4\binary\dockerd-b94a319fdf.exe... [2022-03-06T08:41:07.844Z] INFO: Copying the built client binary to d:\CI\PR-43335\4\binary\docker-b94a319fdf.exe... [2022-03-06T08:41:07.844Z] INFO: Copying dockerversion from the container... [2022-03-06T08:41:07.844Z] INFO: Copying the golang package from the container to d:\CI\PR-43335\4\installer\go.zip... [2022-03-06T08:41:08.807Z] INFO: Extracting go.zip to d:\CI\PR-43335\4\go [2022-03-06T08:41:16.625Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-06T08:41:16.625Z] [2022-03-06T08:41:16.625Z] ________ ____ __. [2022-03-06T08:41:16.625Z] \_____ \ | |/ _| [2022-03-06T08:41:16.625Z] / | \| < [2022-03-06T08:41:16.625Z] / | \ | \ [2022-03-06T08:41:16.625Z] \_______ /____|__ \ [2022-03-06T08:41:16.625Z] \/ \/ [2022-03-06T08:41:16.625Z] [2022-03-06T08:41:16.625Z] INFO: make.ps1 ended at 03/06/2022 08:41:11 [2022-03-06T08:41:16.625Z] INFO: Binaries build ended at 03/06/2022 08:41:12. Duration:00:01:13.0632600 [2022-03-06T08:41:16.625Z] INFO: Copying the built daemon binary to d:\CI\PR-43335\4\binary\dockerd-b94a319fdf.exe... [2022-03-06T08:41:16.625Z] INFO: Copying the built client binary to d:\CI\PR-43335\4\binary\docker-b94a319fdf.exe... [2022-03-06T08:41:16.625Z] INFO: Copying dockerversion from the container... [2022-03-06T08:41:16.625Z] INFO: Copying the golang package from the container to d:\CI\PR-43335\4\installer\go.zip... [2022-03-06T08:41:16.625Z] INFO: Extracting go.zip to d:\CI\PR-43335\4\go [2022-03-06T08:41:22.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-06T08:41:24.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-06T08:41:27.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-06T08:41:29.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-06T08:41:30.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-06T08:41:33.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-06T08:41:33.891Z] INFO: Extraction ended at 03/06/2022 08:41:32. Duration:00:00:24.3572396 [2022-03-06T08:41:33.891Z] INFO: Updating the golang and path environment variables [2022-03-06T08:41:33.891Z] INFO: GOPATH=d:\gopath [2022-03-06T08:41:33.891Z] INFO: go version go1.17.8 windows/amd64 [2022-03-06T08:41:33.891Z] INFO: Running the daemon under test in debug mode [2022-03-06T08:41:33.891Z] INFO: Starting a daemon under test... [2022-03-06T08:41:33.891Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43335\4\daemon --pidfile d:\CI\PR-43335\4\docker.pid -D [2022-03-06T08:41:33.891Z] INFO: Process started successfully. [2022-03-06T08:41:33.891Z] INFO: Start tailing logs of the daemon under tests [2022-03-06T08:41:33.891Z] INFO: Waiting for the daemon under test to start... [2022-03-06T08:41:39.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-06T08:41:41.883Z] INFO: Extraction ended at 03/06/2022 08:41:38. Duration:00:00:23.8996829 [2022-03-06T08:41:41.883Z] INFO: Updating the golang and path environment variables [2022-03-06T08:41:41.883Z] INFO: GOPATH=d:\gopath [2022-03-06T08:41:41.883Z] INFO: go version go1.17.8 windows/amd64 [2022-03-06T08:41:41.883Z] INFO: Running the daemon under test in debug mode [2022-03-06T08:41:41.883Z] INFO: Running the daemon under test in containerd mode [2022-03-06T08:41:41.883Z] INFO: Starting a daemon under test... [2022-03-06T08:41:41.883Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43335\4\daemon --pidfile d:\CI\PR-43335\4\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-03-06T08:41:41.883Z] INFO: Containerd started successfully. [2022-03-06T08:41:41.883Z] INFO: Process started successfully. [2022-03-06T08:41:41.883Z] INFO: Start tailing logs of the daemon under tests [2022-03-06T08:41:41.883Z] INFO: Waiting for the daemon under test to start... [2022-03-06T08:41:43.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-06T08:41:45.684Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-06T08:41:47.017Z] --- PASS: TestBuildWithHugeFile (56.84s) [2022-03-06T08:41:47.017Z] === RUN TestBuildWCOWSandboxSize [2022-03-06T08:41:47.017Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T08:41:47.017Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-06T08:41:47.017Z] === RUN TestBuildWithEmptyDockerfile [2022-03-06T08:41:47.017Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:41:47.017Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:41:47.017Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:41:47.017Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:41:47.017Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:41:47.017Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:41:47.017Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:41:47.017Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:41:47.017Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:41:47.017Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-06T08:41:47.017Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-03-06T08:41:47.017Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-03-06T08:41:47.017Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-06T08:41:47.017Z] === RUN TestBuildPreserveOwnership [2022-03-06T08:41:47.017Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-06T08:41:47.017Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-06T08:41:47.017Z] --- PASS: TestBuildPreserveOwnership (3.44s) [2022-03-06T08:41:47.017Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.34s) [2022-03-06T08:41:47.017Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.10s) [2022-03-06T08:41:47.017Z] === RUN TestBuildPlatformInvalid [2022-03-06T08:41:47.017Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-06T08:41:47.017Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-06T08:41:47.017Z] Loaded image: busybox:latest [2022-03-06T08:41:47.017Z] Loaded image: busybox:glibc [2022-03-06T08:41:47.017Z] Loaded image: debian:bullseye-slim [2022-03-06T08:41:47.017Z] Loaded image: hello-world:latest [2022-03-06T08:41:47.017Z] Loaded image: arm32v7/hello-world:latest [2022-03-06T08:41:47.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-06T08:41:49.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-06T08:41:50.288Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.48s) [2022-03-06T08:41:50.288Z] PASS [2022-03-06T08:41:50.288Z] [2022-03-06T08:41:50.288Z] === Skipped [2022-03-06T08:41:50.288Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-06T08:41:50.288Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:41:50.288Z] [2022-03-06T08:41:50.288Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-06T08:41:50.288Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T08:41:50.288Z] [2022-03-06T08:41:50.288Z] DONE 34 tests, 2 skipped in 92.980s [2022-03-06T08:41:50.288Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-06T08:41:50.288Z] INFO: Testing against a local daemon [2022-03-06T08:41:50.288Z] === RUN TestConfigInspect [2022-03-06T08:41:52.116Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-06T08:41:52.806Z] --- PASS: TestConfigInspect (2.36s) [2022-03-06T08:41:52.806Z] === RUN TestConfigList [2022-03-06T08:41:54.696Z] --- PASS: TestConfigList (2.12s) [2022-03-06T08:41:54.696Z] === RUN TestConfigsCreateAndDelete [2022-03-06T08:41:54.933Z] ...INFO: Daemon under test started and replied! [2022-03-06T08:41:54.933Z] INFO: Docker version of the daemon under test [2022-03-06T08:41:54.933Z] [2022-03-06T08:41:54.933Z] Client: [2022-03-06T08:41:54.933Z] Version: 17.06.2-ce [2022-03-06T08:41:54.933Z] API version: 1.30 [2022-03-06T08:41:54.933Z] Go version: go1.8.3 [2022-03-06T08:41:54.933Z] Git commit: cec0b72 [2022-03-06T08:41:54.933Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-06T08:41:54.933Z] OS/Arch: windows/amd64 [2022-03-06T08:41:54.933Z] [2022-03-06T08:41:54.933Z] Server: [2022-03-06T08:41:54.933Z] Version: 0.0.0-dev [2022-03-06T08:41:54.933Z] API version: 1.42 (minimum version 1.24) [2022-03-06T08:41:54.933Z] Go version: go1.17.8 [2022-03-06T08:41:54.933Z] Git commit: b94a319fdf [2022-03-06T08:41:54.933Z] Built: 03/06/2022 08:39:54 [2022-03-06T08:41:54.933Z] OS/Arch: windows/amd64 [2022-03-06T08:41:54.933Z] Experimental: false [2022-03-06T08:41:54.933Z] [2022-03-06T08:41:54.933Z] INFO: Docker info of the daemon under test [2022-03-06T08:41:54.933Z] [2022-03-06T08:41:54.933Z] Containers: 0 [2022-03-06T08:41:54.933Z] Running: 0 [2022-03-06T08:41:54.933Z] Paused: 0 [2022-03-06T08:41:54.933Z] Stopped: 0 [2022-03-06T08:41:54.933Z] Images: 0 [2022-03-06T08:41:54.933Z] Server Version: 0.0.0-dev [2022-03-06T08:41:54.933Z] Storage Driver: windowsfilter [2022-03-06T08:41:54.933Z] Windows: [2022-03-06T08:41:54.933Z] Logging Driver: json-file [2022-03-06T08:41:54.933Z] Plugins: [2022-03-06T08:41:54.933Z] Volume: local [2022-03-06T08:41:54.933Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-06T08:41:54.933Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-06T08:41:54.933Z] Swarm: inactive [2022-03-06T08:41:54.933Z] Default Isolation: process [2022-03-06T08:41:54.933Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-06T08:41:54.933Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-06T08:41:54.933Z] OSType: windows [2022-03-06T08:41:54.933Z] Architecture: x86_64 [2022-03-06T08:41:54.933Z] CPUs: 4 [2022-03-06T08:41:54.933Z] Total Memory: 32GiB [2022-03-06T08:41:54.933Z] Name: azwin-2-d247c1 [2022-03-06T08:41:54.933Z] ID: GDUZ:ELX5:VCJM:7ZZY:THH3:CKZG:L75T:NW2W:HHVV:4O3O:A6ZW:JTFP [2022-03-06T08:41:54.933Z] Docker Root Dir: D:\CI\PR-43335\4\daemon [2022-03-06T08:41:54.933Z] Debug Mode (client): false [2022-03-06T08:41:54.933Z] Debug Mode (server): true [2022-03-06T08:41:54.933Z] File Descriptors: -1 [2022-03-06T08:41:54.933Z] Goroutines: 16 [2022-03-06T08:41:54.933Z] System Time: 2022-03-06T08:41:52.3269513Z [2022-03-06T08:41:54.933Z] EventsListeners: 0 [2022-03-06T08:41:54.933Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:41:54.933Z] Labels: [2022-03-06T08:41:54.933Z] Experimental: false [2022-03-06T08:41:54.933Z] Insecure Registries: [2022-03-06T08:41:54.933Z] 127.0.0.0/8 [2022-03-06T08:41:54.933Z] Live Restore Enabled: false [2022-03-06T08:41:54.933Z] [2022-03-06T08:41:54.933Z] [2022-03-06T08:41:54.933Z] INFO: Docker images of the daemon under test [2022-03-06T08:41:54.933Z] [2022-03-06T08:41:54.933Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-06T08:41:54.933Z] [2022-03-06T08:41:54.933Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-06T08:41:54.933Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-06T08:41:54.933Z] ltsc2022: Pulling from windows/servercore [2022-03-06T08:41:54.933Z] 8f616e6e9eec: Pulling fs layer [2022-03-06T08:41:54.933Z] 898469748ff6: Pulling fs layer [2022-03-06T08:41:55.399Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-06T08:41:56.593Z] INFO [linters context/goanalysis] analyzers took 4m16.928051746s with top 10 stages: buildir: 1m47.494536383s, goimports: 22.694175982s, unconvert: 18.207902712s, gosec: 13.239493105s, golint: 7.458209958s, S1038: 7.259450058s, misspell: 5.612132854s, nilness: 4.268896712s, inspect: 3.537454562s, directives: 3.276192826s [2022-03-06T08:41:56.593Z] INFO [runner] Issues before processing: 3051, after processing: 0 [2022-03-06T08:41:56.593Z] INFO [runner] Processors filtering stat (out/in): exclude: 2056/2056, identifier_marker: 2056/2056, cgo: 2444/3051, autogenerated_exclude: 2056/2444, exclude-rules: 76/2056, skip_files: 2444/2444, skip_dirs: 2444/2444, nolint: 0/76, filename_unadjuster: 2444/2444, path_prettifier: 2444/2444 [2022-03-06T08:41:56.593Z] INFO [runner] processing took 82.075524ms with stages: nolint: 33.132415ms, identifier_marker: 21.231042ms, path_prettifier: 9.406441ms, autogenerated_exclude: 8.627094ms, exclude-rules: 7.336556ms, skip_dirs: 1.906555ms, cgo: 292.476µs, filename_unadjuster: 137.746µs, max_same_issues: 1.334µs, uniq_by_line: 662ns, max_from_linter: 584ns, source_code: 423ns, skip_files: 421ns, diff: 300ns, exclude: 289ns, path_shortener: 269ns, sort_results: 240ns, max_per_file_from_linter: 234ns, severity-rules: 232ns, path_prefixer: 211ns [2022-03-06T08:41:56.593Z] INFO [runner] linters took 1m26.552179624s with stages: goanalysis_metalinter: 1m26.469977179s [2022-03-06T08:41:56.593Z] INFO File cache stats: 1663 entries of total size 8.4MiB [2022-03-06T08:41:56.593Z] INFO Memory: 2279 samples, avg is 310.8MB, max is 1115.6MB [2022-03-06T08:41:56.593Z] INFO Execution took 3m47.700785948s [2022-03-06T08:41:56.593Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-03-06T08:41:56.965Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/make.sh dynbinary test-docker-py [2022-03-06T08:41:57.213Z] --- PASS: TestConfigsCreateAndDelete (2.12s) [2022-03-06T08:41:57.214Z] === RUN TestConfigsUpdate [2022-03-06T08:41:57.220Z] [2022-03-06T08:41:57.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-06T08:41:57.476Z] Removing bundles/ [2022-03-06T08:41:57.476Z] [2022-03-06T08:41:57.476Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-06T08:41:57.476Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-06T08:41:57.476Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:41:59.104Z] --- PASS: TestConfigsUpdate (2.09s) [2022-03-06T08:41:59.104Z] === RUN TestTemplatedConfig [2022-03-06T08:41:59.670Z] ...INFO: Daemon under test started and replied! [2022-03-06T08:41:59.670Z] INFO: Docker version of the daemon under test [2022-03-06T08:41:59.670Z] [2022-03-06T08:41:59.670Z] Client: [2022-03-06T08:41:59.670Z] Version: 17.06.2-ce [2022-03-06T08:41:59.670Z] API version: 1.30 [2022-03-06T08:41:59.670Z] Go version: go1.8.3 [2022-03-06T08:41:59.670Z] Git commit: cec0b72 [2022-03-06T08:41:59.670Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-06T08:41:59.670Z] OS/Arch: windows/amd64 [2022-03-06T08:41:59.670Z] [2022-03-06T08:41:59.670Z] Server: [2022-03-06T08:41:59.670Z] Version: 0.0.0-dev [2022-03-06T08:41:59.670Z] API version: 1.42 (minimum version 1.24) [2022-03-06T08:41:59.670Z] Go version: go1.17.8 [2022-03-06T08:41:59.670Z] Git commit: b94a319fdf [2022-03-06T08:41:59.670Z] Built: 03/06/2022 08:40:03 [2022-03-06T08:41:59.670Z] OS/Arch: windows/amd64 [2022-03-06T08:41:59.670Z] Experimental: false [2022-03-06T08:41:59.670Z] [2022-03-06T08:41:59.670Z] INFO: Docker info of the daemon under test [2022-03-06T08:41:59.670Z] [2022-03-06T08:41:59.670Z] Containers: 0 [2022-03-06T08:41:59.670Z] Running: 0 [2022-03-06T08:41:59.670Z] Paused: 0 [2022-03-06T08:41:59.670Z] Stopped: 0 [2022-03-06T08:41:59.670Z] Images: 0 [2022-03-06T08:41:59.670Z] Server Version: 0.0.0-dev [2022-03-06T08:41:59.670Z] Storage Driver: windowsfilter [2022-03-06T08:41:59.670Z] Windows: [2022-03-06T08:41:59.670Z] Logging Driver: json-file [2022-03-06T08:41:59.670Z] Plugins: [2022-03-06T08:41:59.670Z] Volume: local [2022-03-06T08:41:59.670Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-06T08:41:59.670Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-06T08:41:59.670Z] Swarm: inactive [2022-03-06T08:41:59.670Z] Default Isolation: process [2022-03-06T08:41:59.670Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-06T08:41:59.670Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-06T08:41:59.670Z] OSType: windows [2022-03-06T08:41:59.670Z] Architecture: x86_64 [2022-03-06T08:41:59.670Z] CPUs: 4 [2022-03-06T08:41:59.670Z] Total Memory: 32GiB [2022-03-06T08:41:59.670Z] Name: azwin-2-d247c0 [2022-03-06T08:41:59.670Z] ID: X4N6:YCE3:SWBB:EOZU:Q7NS:FGFW:TAKT:Q33O:ZSOS:J4G4:Z5LI:G4EA [2022-03-06T08:41:59.670Z] Docker Root Dir: D:\CI\PR-43335\4\daemon [2022-03-06T08:41:59.670Z] Debug Mode (client): false [2022-03-06T08:41:59.670Z] Debug Mode (server): true [2022-03-06T08:41:59.670Z] File Descriptors: -1 [2022-03-06T08:41:59.670Z] Goroutines: 31 [2022-03-06T08:41:59.670Z] System Time: 2022-03-06T08:41:57.8835739Z [2022-03-06T08:41:59.670Z] EventsListeners: 0 [2022-03-06T08:41:59.670Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:41:59.670Z] Labels: [2022-03-06T08:41:59.670Z] Experimental: false [2022-03-06T08:41:59.670Z] Insecure Registries: [2022-03-06T08:41:59.670Z] 127.0.0.0/8 [2022-03-06T08:41:59.670Z] Live Restore Enabled: false [2022-03-06T08:41:59.670Z] [2022-03-06T08:41:59.670Z] [2022-03-06T08:41:59.670Z] INFO: Docker images of the daemon under test [2022-03-06T08:41:59.670Z] [2022-03-06T08:41:59.670Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-06T08:41:59.670Z] [2022-03-06T08:41:59.670Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-06T08:41:59.670Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-06T08:41:59.670Z] ltsc2022: Pulling from windows/servercore [2022-03-06T08:41:59.670Z] 8f616e6e9eec: Pulling fs layer [2022-03-06T08:41:59.670Z] 898469748ff6: Pulling fs layer [2022-03-06T08:41:59.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-06T08:42:01.625Z] --- PASS: TestTemplatedConfig (2.57s) [2022-03-06T08:42:01.625Z] === RUN TestConfigCreateResolve [2022-03-06T08:42:02.354Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-06T08:42:02.354Z] Using test binary docker [2022-03-06T08:42:02.354Z] +++ /etc/init.d/apparmor start [2022-03-06T08:42:02.354Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-06T08:42:02.354Z] INFO: Waiting for daemon to start... [2022-03-06T08:42:02.354Z] Starting dockerd [2022-03-06T08:42:02.354Z] +++ 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-06T08:42:03.522Z] --- PASS: TestConfigCreateResolve (2.14s) [2022-03-06T08:42:03.522Z] PASS [2022-03-06T08:42:03.522Z] [2022-03-06T08:42:03.522Z] DONE 6 tests in 13.429s [2022-03-06T08:42:03.522Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-06T08:42:03.522Z] INFO: Testing against a local daemon [2022-03-06T08:42:03.522Z] === RUN TestCheckpoint [2022-03-06T08:42:03.522Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T08:42:03.522Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-06T08:42:03.522Z] === RUN TestContainerInvalidJSON [2022-03-06T08:42:03.522Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:42:03.522Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:42:03.522Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:42:03.522Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:42:03.522Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:42:03.522Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:42:03.522Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-06T08:42:03.522Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-06T08:42:03.522Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-06T08:42:03.522Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-06T08:42:03.779Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-03-06T08:42:03.779Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-06T08:42:03.779Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-06T08:42:03.779Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-06T08:42:03.779Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-06T08:42:03.779Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-06T08:42:03.779Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-06T08:42:03.779Z] === RUN TestCopyFromContainer [2022-03-06T08:42:04.256Z] . [2022-03-06T08:42:04.256Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-06T08:42:04.514Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-06T08:42:04.514Z] Error: No such image: emptyfs [2022-03-06T08:42:04.514Z] ++++ docker load [2022-03-06T08:42:04.514Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-06T08:42:04.774Z] Running integration-test (iteration 1) [2022-03-06T08:42:04.774Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-06T08:42:04.774Z] ++ 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-06T08:42:04.774Z] ++ set -e [2022-03-06T08:42:04.774Z] ++ '[' -n 0 ']' [2022-03-06T08:42:04.774Z] ++ set -x [2022-03-06T08:42:04.774Z] ++ 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-06T08:42:05.150Z] === RUN TestCopyFromContainer// [2022-03-06T08:42:05.150Z] === RUN TestCopyFromContainer//bar/root [2022-03-06T08:42:05.150Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-06T08:42:05.150Z] === RUN TestCopyFromContainer/bar/quux [2022-03-06T08:42:05.150Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-06T08:42:05.150Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-06T08:42:05.150Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-06T08:42:05.406Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-06T08:42:05.406Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-06T08:42:05.406Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-06T08:42:05.406Z] --- PASS: TestCopyFromContainer (1.62s) [2022-03-06T08:42:05.406Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-06T08:42:05.406Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-06T08:42:05.406Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-06T08:42:05.406Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-06T08:42:05.406Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-03-06T08:42:05.406Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-06T08:42:05.406Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-06T08:42:05.406Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-06T08:42:05.406Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-06T08:42:05.406Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-03-06T08:42:05.406Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-06T08:42:05.406Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:42:05.406Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:42:05.406Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:42:05.406Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:42:05.406Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:42:05.406Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:42:05.406Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:42:05.406Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:42:05.406Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:42:05.406Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-06T08:42:05.406Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-06T08:42:05.406Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-06T08:42:05.406Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-06T08:42:05.406Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-06T08:42:05.406Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-03-06T08:42:05.406Z] === RUN TestCreateWithInvalidEnv [2022-03-06T08:42:05.663Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-06T08:42:05.663Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-06T08:42:05.663Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-06T08:42:05.663Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-06T08:42:05.663Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-06T08:42:05.663Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-06T08:42:05.663Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-06T08:42:05.663Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-06T08:42:05.663Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-06T08:42:05.663Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-06T08:42:05.663Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-06T08:42:05.663Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-06T08:42:05.663Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-06T08:42:05.663Z] === RUN TestCreateTmpfsMountsTarget [2022-03-06T08:42:05.663Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-06T08:42:05.663Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-06T08:42:05.710Z] Loaded image: busybox:latest [2022-03-06T08:42:05.967Z] Loaded image: busybox:glibc [2022-03-06T08:42:07.077Z] --- PASS: TestCreateWithCustomMaskedPaths (1.63s) [2022-03-06T08:42:07.077Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-06T08:42:07.287Z] 898469748ff6: Verifying Checksum [2022-03-06T08:42:07.287Z] 898469748ff6: Download complete [2022-03-06T08:42:08.974Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.63s) [2022-03-06T08:42:08.975Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-06T08:42:08.975Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:42:08.975Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:42:08.975Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:42:08.975Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:42:08.975Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:42:08.975Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:42:08.975Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:42:08.975Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:42:08.975Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:42:08.975Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:42:08.975Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:42:08.975Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:42:08.975Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:42:08.975Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:42:08.975Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:42:08.975Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-06T08:42:08.975Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-06T08:42:08.975Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-06T08:42:08.975Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-06T08:42:08.975Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-06T08:42:08.975Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-06T08:42:08.975Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-06T08:42:09.450Z] 8f616e6e9eec: Verifying Checksum [2022-03-06T08:42:09.450Z] 8f616e6e9eec: Download complete [2022-03-06T08:42:09.536Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.55s) [2022-03-06T08:42:09.536Z] === RUN TestCreateDifferentPlatform [2022-03-06T08:42:09.536Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-06T08:42:09.536Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-06T08:42:09.536Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-06T08:42:09.536Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-06T08:42:09.536Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-06T08:42:09.536Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-06T08:42:09.536Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-03-06T08:42:09.536Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-06T08:42:09.536Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-06T08:42:09.536Z] === RUN TestContainerStartOnDaemonRestart [2022-03-06T08:42:09.536Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-06T08:42:09.536Z] === RUN TestDaemonRestartIpcMode [2022-03-06T08:42:09.536Z] === PAUSE TestDaemonRestartIpcMode [2022-03-06T08:42:09.536Z] === RUN TestDaemonHostGatewayIP [2022-03-06T08:42:09.536Z] === PAUSE TestDaemonHostGatewayIP [2022-03-06T08:42:09.536Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-06T08:42:09.536Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-06T08:42:09.536Z] === RUN TestContainerKillOnDaemonStart [2022-03-06T08:42:09.536Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-06T08:42:09.536Z] === RUN TestDiff [2022-03-06T08:42:10.075Z] 8f616e6e9eec: Verifying Checksum [2022-03-06T08:42:10.075Z] 8f616e6e9eec: Download complete [2022-03-06T08:42:10.097Z] --- PASS: TestDiff (0.59s) [2022-03-06T08:42:10.097Z] === RUN TestExecWithCloseStdin [2022-03-06T08:42:10.703Z] --- PASS: TestExecWithCloseStdin (0.60s) [2022-03-06T08:42:10.703Z] === RUN TestExec [2022-03-06T08:42:11.240Z] Loaded image: debian:bullseye-slim [2022-03-06T08:42:11.240Z] Loaded image: hello-world:latest [2022-03-06T08:42:11.240Z] Loaded image: arm32v7/hello-world:latest [2022-03-06T08:42:11.240Z] INFO: Testing against a local daemon [2022-03-06T08:42:11.240Z] === RUN TestCgroupNamespacesBuild [2022-03-06T08:42:11.265Z] --- PASS: TestExec (0.63s) [2022-03-06T08:42:11.265Z] === RUN TestExecUser [2022-03-06T08:42:11.632Z] 898469748ff6: Verifying Checksum [2022-03-06T08:42:11.632Z] 898469748ff6: Download complete [2022-03-06T08:42:11.830Z] --- PASS: TestExecUser (0.61s) [2022-03-06T08:42:11.830Z] === RUN TestExportContainerAndImportImage [2022-03-06T08:42:12.760Z] --- PASS: TestExportContainerAndImportImage (0.69s) [2022-03-06T08:42:12.760Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-06T08:42:13.140Z] --- PASS: TestCgroupNamespacesBuild (2.22s) [2022-03-06T08:42:13.140Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-06T08:42:14.127Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-03-06T08:42:14.127Z] === RUN TestHealthCheckWorkdir [2022-03-06T08:42:14.691Z] --- PASS: TestHealthCheckWorkdir (0.80s) [2022-03-06T08:42:14.691Z] === RUN TestHealthKillContainer [2022-03-06T08:42:15.142Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.18s) [2022-03-06T08:42:15.142Z] === RUN TestBuildWithSession [2022-03-06T08:42:15.142Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:42:15.142Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-06T08:42:15.142Z] === RUN TestBuildSquashParent [2022-03-06T08:42:22.777Z] --- PASS: TestHealthKillContainer (8.16s) [2022-03-06T08:42:22.777Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-06T08:42:23.334Z] --- PASS: TestBuildSquashParent (8.30s) [2022-03-06T08:42:23.335Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-06T08:42:23.335Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:42:23.335Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:42:23.335Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:42:23.335Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:42:23.335Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:42:23.335Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:42:23.335Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:42:23.335Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:42:23.335Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:42:23.335Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:42:23.335Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:42:23.335Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:42:23.335Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:42:23.335Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:42:23.341Z] --- PASS: TestInspectCpusetInConfigPre120 (0.55s) [2022-03-06T08:42:23.341Z] === RUN TestIpcModeNone [2022-03-06T08:42:23.903Z] --- PASS: TestIpcModeNone (0.56s) [2022-03-06T08:42:23.903Z] === RUN TestIpcModePrivate [2022-03-06T08:42:24.466Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-03-06T08:42:24.466Z] --- PASS: TestIpcModePrivate (0.58s) [2022-03-06T08:42:24.466Z] === RUN TestIpcModeShareable [2022-03-06T08:42:25.031Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-03-06T08:42:25.288Z] --- PASS: TestIpcModeShareable (0.64s) [2022-03-06T08:42:25.288Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-06T08:42:26.618Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:42:26.618Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:42:26.923Z] ok github.com/docker/docker/libnetwork/networkdb 103.803s coverage: 60.2% of statements [2022-03-06T08:42:26.923Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-06T08:42:26.923Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-06T08:42:26.923Z] ok github.com/docker/docker/libnetwork/osl 4.319s coverage: 39.7% of statements [2022-03-06T08:42:26.923Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-03-06T08:42:26.923Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-06T08:42:26.923Z] ok github.com/docker/docker/libnetwork/portmapper 0.270s coverage: 48.6% of statements [2022-03-06T08:42:26.923Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-06T08:42:26.923Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-06T08:42:27.180Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-06T08:42:27.180Z] [2022-03-06T08:42:27.180Z] === Skipped [2022-03-06T08:42:27.180Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-06T08:42:27.180Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-06T08:42:27.180Z] [2022-03-06T08:42:27.180Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-06T08:42:27.180Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-06T08:42:27.180Z] [2022-03-06T08:42:27.180Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-06T08:42:27.180Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-06T08:42:27.180Z] [2022-03-06T08:42:27.180Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-06T08:42:27.180Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:42:27.180Z] [2022-03-06T08:42:27.180Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-06T08:42:27.180Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:42:27.180Z] [2022-03-06T08:42:27.180Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-06T08:42:27.180Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:42:27.180Z] [2022-03-06T08:42:27.180Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-06T08:42:27.180Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:42:27.180Z] [2022-03-06T08:42:27.180Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-06T08:42:27.180Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:42:27.180Z] [2022-03-06T08:42:27.180Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-06T08:42:27.180Z] firewalld_test.go:14: firewalld is not running [2022-03-06T08:42:27.180Z] [2022-03-06T08:42:27.180Z] DONE 326 tests, 9 skipped in 200.175s [2022-03-06T08:42:27.183Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.70s) [2022-03-06T08:42:27.184Z] === RUN TestAPIIpcModeHost [2022-03-06T08:42:27.184Z] --- PASS: TestAPIIpcModeHost (0.39s) [2022-03-06T08:42:27.184Z] === RUN TestDaemonIpcModeShareable Post stage [Pipeline] junit [2022-03-06T08:42:27.758Z] Recording test results [2022-03-06T08:42:28.553Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-06T08:42:28.553Z] --- PASS: TestDaemonIpcModeShareable (1.13s) [2022-03-06T08:42:28.553Z] === RUN TestDaemonIpcModePrivate [2022-03-06T08:42:29.328Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-06T08:42:29.485Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-06T08:42:29.485Z] --- PASS: TestDaemonIpcModePrivate (1.13s) [2022-03-06T08:42:29.485Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-06T08:42:29.709Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -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:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/make.sh dynbinary test-integration [2022-03-06T08:42:29.902Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:42:29.903Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:42:29.965Z] [2022-03-06T08:42:29.965Z] Removing bundles/ [2022-03-06T08:42:29.965Z] [2022-03-06T08:42:29.965Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-06T08:42:30.223Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-06T08:42:30.223Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:42:30.839Z] Removing intermediate container 8a0e9a409f6b [2022-03-06T08:42:30.839Z] ---> 76dc4eabddb4 [2022-03-06T08:42:30.839Z] 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-06T08:42:30.839Z] ---> Running in 7038cf9dba79 [2022-03-06T08:42:30.851Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-06T08:42:30.851Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.15s) [2022-03-06T08:42:30.851Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-06T08:42:31.310Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-06T08:42:31.782Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-06T08:42:31.782Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s) [2022-03-06T08:42:31.782Z] === RUN TestIpcModeOlderClient [2022-03-06T08:42:31.782Z] === PAUSE TestIpcModeOlderClient [2022-03-06T08:42:31.782Z] === RUN TestKillContainerInvalidSignal [2022-03-06T08:42:31.790Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-06T08:42:32.263Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-06T08:42:32.263Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-06T08:42:32.263Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-06T08:42:32.263Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-06T08:42:32.263Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-06T08:42:32.347Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-03-06T08:42:32.347Z] === RUN TestKillContainer [2022-03-06T08:42:32.347Z] === RUN TestKillContainer/no_signal [2022-03-06T08:42:32.448Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-06T08:42:32.448Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.25s) [2022-03-06T08:42:32.448Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.30s) [2022-03-06T08:42:32.448Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.83s) [2022-03-06T08:42:32.448Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.00s) [2022-03-06T08:42:32.448Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.68s) [2022-03-06T08:42:32.448Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.97s) [2022-03-06T08:42:32.448Z] === RUN TestBuildMultiStageCopy [2022-03-06T08:42:32.448Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-06T08:42:32.734Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-06T08:42:32.734Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-06T08:42:32.734Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-06T08:42:32.734Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-06T08:42:32.734Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-06T08:42:32.734Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-06T08:42:32.909Z] === RUN TestKillContainer/non_killing_signal [2022-03-06T08:42:32.909Z] === RUN TestKillContainer/killing_signal [2022-03-06T08:42:33.229Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-06T08:42:33.838Z] --- PASS: TestKillContainer (1.32s) [2022-03-06T08:42:33.838Z] --- PASS: TestKillContainer/no_signal (0.44s) [2022-03-06T08:42:33.838Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-03-06T08:42:33.838Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2022-03-06T08:42:33.838Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-06T08:42:33.838Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-06T08:42:34.094Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-06T08:42:34.977Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-06T08:42:35.024Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s) [2022-03-06T08:42:35.024Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-03-06T08:42:35.024Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2022-03-06T08:42:35.024Z] === RUN TestKillStoppedContainer [2022-03-06T08:42:35.024Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-06T08:42:35.024Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-06T08:42:35.024Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-06T08:42:35.024Z] === RUN TestKillDifferentUserContainer [2022-03-06T08:42:35.280Z] --- PASS: TestKillDifferentUserContainer (0.39s) [2022-03-06T08:42:35.280Z] === RUN TestInspectOomKilledTrue [2022-03-06T08:42:35.280Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-06T08:42:35.280Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-06T08:42:35.280Z] === RUN TestInspectOomKilledFalse [2022-03-06T08:42:35.461Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-06T08:42:35.461Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-06T08:42:35.544Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-06T08:42:35.842Z] --- PASS: TestInspectOomKilledFalse (0.39s) [2022-03-06T08:42:35.843Z] === RUN TestLinksEtcHostsContentMatch [2022-03-06T08:42:36.098Z] --- PASS: TestLinksEtcHostsContentMatch (0.26s) [2022-03-06T08:42:36.098Z] === RUN TestLinksContainerNames [2022-03-06T08:42:36.111Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-06T08:42:36.676Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-06T08:42:36.934Z] --- PASS: TestBuildMultiStageCopy (4.56s) [2022-03-06T08:42:36.934Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.54s) [2022-03-06T08:42:36.934Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2022-03-06T08:42:36.934Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.49s) [2022-03-06T08:42:36.934Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2022-03-06T08:42:36.934Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.47s) [2022-03-06T08:42:36.934Z] === RUN TestBuildMultiStageParentConfig [2022-03-06T08:42:37.026Z] --- PASS: TestLinksContainerNames (0.83s) [2022-03-06T08:42:37.026Z] === RUN TestLogsFollowTailEmpty [2022-03-06T08:42:37.283Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2022-03-06T08:42:37.283Z] === RUN TestContainerNetworkMountsNoChown [2022-03-06T08:42:37.540Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/default [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/default [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/private [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/private [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/rprivate [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/slave [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/slave [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/rslave [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/shared [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/shared [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/rshared [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-06T08:42:37.540Z] === CONT TestMountDaemonRoot/default [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-06T08:42:37.540Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-06T08:42:37.540Z] === CONT TestMountDaemonRoot/rshared [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-06T08:42:37.540Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-06T08:42:37.540Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-06T08:42:37.540Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/shared [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/rslave [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/slave [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/rprivate [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/private [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-06T08:42:37.797Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-06T08:42:37.797Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-06T08:42:37.797Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-06T08:42:38.053Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.01s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-06T08:42:38.053Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-06T08:42:38.053Z] === RUN TestContainerBindMountNonRecursive [2022-03-06T08:42:38.311Z] --- PASS: TestBuildMultiStageParentConfig (1.19s) [2022-03-06T08:42:38.311Z] === RUN TestBuildLabelWithTargets [2022-03-06T08:42:39.423Z] --- PASS: TestContainerBindMountNonRecursive (1.30s) [2022-03-06T08:42:39.423Z] === RUN TestContainerVolumesMountedAsShared [2022-03-06T08:42:39.985Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-03-06T08:42:39.985Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-06T08:42:40.211Z] --- PASS: TestBuildLabelWithTargets (1.92s) [2022-03-06T08:42:40.211Z] === RUN TestBuildWithEmptyLayers [2022-03-06T08:42:40.242Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-03-06T08:42:40.242Z] === RUN TestNetworkNat [2022-03-06T08:42:40.499Z] --- PASS: TestNetworkNat (0.45s) [2022-03-06T08:42:40.499Z] === RUN TestNetworkLocalhostTCPNat [2022-03-06T08:42:41.062Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-03-06T08:42:41.062Z] === RUN TestNetworkLoopbackNat [2022-03-06T08:42:41.145Z] --- PASS: TestBuildWithEmptyLayers (1.10s) [2022-03-06T08:42:41.145Z] === RUN TestBuildMultiStageOnBuild [2022-03-06T08:42:43.577Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-03-06T08:42:43.577Z] === RUN TestPause [2022-03-06T08:42:43.833Z] --- PASS: TestPause (0.43s) [2022-03-06T08:42:43.833Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-06T08:42:43.833Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-06T08:42:43.833Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-06T08:42:43.833Z] === RUN TestPauseStopPausedContainer [2022-03-06T08:42:44.394Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-03-06T08:42:44.395Z] === RUN TestPidHost [2022-03-06T08:42:44.423Z] --- PASS: TestBuildMultiStageOnBuild (2.64s) [2022-03-06T08:42:44.423Z] === RUN TestBuildUncleanTarFilenames [2022-03-06T08:42:45.323Z] --- PASS: TestPidHost (0.92s) [2022-03-06T08:42:45.323Z] === RUN TestPsFilter [2022-03-06T08:42:45.323Z] --- PASS: TestPsFilter (0.10s) [2022-03-06T08:42:45.323Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-06T08:42:45.357Z] --- PASS: TestBuildUncleanTarFilenames (1.57s) [2022-03-06T08:42:45.357Z] === RUN TestBuildMultiStageLayerLeak [2022-03-06T08:42:45.886Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2022-03-06T08:42:45.886Z] === RUN TestRemoveContainerWithVolume [2022-03-06T08:42:46.450Z] --- PASS: TestRemoveContainerWithVolume (0.48s) [2022-03-06T08:42:46.450Z] === RUN TestRemoveContainerRunning [2022-03-06T08:42:46.707Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-03-06T08:42:46.707Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-06T08:42:47.311Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.39s) [2022-03-06T08:42:47.311Z] === RUN TestRemoveInvalidContainer [2022-03-06T08:42:47.311Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-06T08:42:47.311Z] === RUN TestRenameLinkedContainer [2022-03-06T08:42:48.643Z] --- PASS: TestBuildMultiStageLayerLeak (2.83s) [2022-03-06T08:42:48.643Z] === RUN TestBuildWithHugeFile [2022-03-06T08:42:48.690Z] --- PASS: TestRenameLinkedContainer (1.68s) [2022-03-06T08:42:48.690Z] === RUN TestRenameStoppedContainer [2022-03-06T08:42:49.254Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-03-06T08:42:49.254Z] === RUN TestRenameRunningContainerAndReuse [2022-03-06T08:42:50.182Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-03-06T08:42:50.182Z] === RUN TestRenameInvalidName [2022-03-06T08:42:50.438Z] --- PASS: TestRenameInvalidName (0.41s) [2022-03-06T08:42:50.438Z] === RUN TestRenameAnonymousContainer [2022-03-06T08:42:51.805Z] --- PASS: TestRenameAnonymousContainer (1.50s) [2022-03-06T08:42:51.805Z] === RUN TestRenameContainerWithSameName [2022-03-06T08:42:52.368Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-03-06T08:42:52.368Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-06T08:42:53.296Z] --- PASS: TestRenameContainerWithLinkedContainer (0.80s) [2022-03-06T08:42:53.296Z] === RUN TestResize [2022-03-06T08:42:53.552Z] --- PASS: TestResize (0.37s) [2022-03-06T08:42:53.552Z] === RUN TestResizeWithInvalidSize [2022-03-06T08:42:53.810Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-03-06T08:42:53.810Z] === RUN TestResizeWhenContainerNotStarted [2022-03-06T08:42:54.374Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:42:54.374Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:42:54.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:42:54.374Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-06T08:42:54.374Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:42:55.741Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:42:55.998Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:42:56.929Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:42:57.185Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:42:58.116Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:43:00.687Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:43:00.794Z] Removing intermediate container 7038cf9dba79 [2022-03-06T08:43:00.794Z] ---> 5a062c16bc71 [2022-03-06T08:43:00.794Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-06T08:43:00.794Z] ---> Running in b8d9929c6cff [2022-03-06T08:43:00.794Z] Removing intermediate container b8d9929c6cff [2022-03-06T08:43:00.794Z] ---> 788a841f1bbc [2022-03-06T08:43:00.794Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-06T08:43:00.794Z] ---> Running in 9b65a786a86e [2022-03-06T08:43:00.794Z] Removing intermediate container 9b65a786a86e [2022-03-06T08:43:00.794Z] ---> 8e2a89d7307a [2022-03-06T08:43:00.794Z] Step 11/11 : COPY . . [2022-03-06T08:43:01.623Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:43:04.890Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-06T08:43:05.453Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-06T08:43:06.016Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-06T08:43:06.947Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-06T08:43:07.878Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-06T08:43:09.247Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-06T08:43:09.811Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.40s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.69s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.36s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.31s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.82s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.80s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.74s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.78s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.79s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.98s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.84s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.80s) [2022-03-06T08:43:11.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.71s) [2022-03-06T08:43:11.707Z] === RUN TestCgroupNamespacesRun [2022-03-06T08:43:12.636Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2022-03-06T08:43:12.636Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-06T08:43:12.636Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-06T08:43:12.636Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-06T08:43:12.636Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-06T08:43:14.005Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.17s) [2022-03-06T08:43:14.005Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-06T08:43:15.373Z] --- PASS: TestCgroupNamespacesRunHostMode (1.25s) [2022-03-06T08:43:15.373Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-06T08:43:16.300Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-03-06T08:43:16.300Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-06T08:43:17.228Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s) [2022-03-06T08:43:17.228Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-06T08:43:18.158Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-03-06T08:43:18.158Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-06T08:43:19.088Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s) [2022-03-06T08:43:19.088Z] === RUN TestNISDomainname [2022-03-06T08:43:19.652Z] --- PASS: TestNISDomainname (0.56s) [2022-03-06T08:43:19.652Z] === RUN TestHostnameDnsResolution [2022-03-06T08:43:20.584Z] --- PASS: TestHostnameDnsResolution (0.66s) [2022-03-06T08:43:20.584Z] === RUN TestUnprivilegedPortsAndPing [2022-03-06T08:43:20.842Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-03-06T08:43:20.842Z] === RUN TestStats [2022-03-06T08:43:23.362Z] --- PASS: TestStats (2.51s) [2022-03-06T08:43:23.362Z] === RUN TestStopContainerWithTimeout [2022-03-06T08:43:23.362Z] === RUN TestStopContainerWithTimeout/0 [2022-03-06T08:43:23.362Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-06T08:43:23.362Z] === RUN TestStopContainerWithTimeout/1 [2022-03-06T08:43:23.362Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-06T08:43:23.362Z] === RUN TestStopContainerWithTimeout/3 [2022-03-06T08:43:23.362Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-06T08:43:23.362Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-06T08:43:23.362Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-06T08:43:23.362Z] === CONT TestStopContainerWithTimeout/0 [2022-03-06T08:43:23.362Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-06T08:43:24.290Z] === CONT TestStopContainerWithTimeout/3 [2022-03-06T08:43:26.179Z] === CONT TestStopContainerWithTimeout/1 [2022-03-06T08:43:27.544Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-06T08:43:27.544Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2022-03-06T08:43:27.544Z] --- PASS: TestStopContainerWithTimeout/-1 (2.64s) [2022-03-06T08:43:27.544Z] --- PASS: TestStopContainerWithTimeout/3 (2.37s) [2022-03-06T08:43:27.544Z] --- PASS: TestStopContainerWithTimeout/1 (1.47s) [2022-03-06T08:43:27.544Z] === RUN TestDeleteDevicemapper [2022-03-06T08:43:27.544Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-06T08:43:27.544Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-06T08:43:27.544Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-06T08:43:28.909Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.41s) [2022-03-06T08:43:28.909Z] === RUN TestUpdateMemory [2022-03-06T08:43:29.473Z] --- PASS: TestUpdateMemory (0.53s) [2022-03-06T08:43:29.473Z] === RUN TestUpdateCPUQuota [2022-03-06T08:43:30.404Z] --- PASS: TestUpdateCPUQuota (0.94s) [2022-03-06T08:43:30.404Z] === RUN TestUpdatePidsLimit [2022-03-06T08:43:30.404Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-06T08:43:30.660Z] === RUN TestUpdatePidsLimit/no_change [2022-03-06T08:43:30.917Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-06T08:43:30.924Z] ---> 834e68d605b5 [2022-03-06T08:43:30.924Z] Successfully built 834e68d605b5 [2022-03-06T08:43:30.924Z] Successfully tagged docker:latest [2022-03-06T08:43:30.924Z] INFO: Image build ended at 03/06/2022 08:43:29. Duration:00:04:21.9130019 [2022-03-06T08:43:30.924Z] [2022-03-06T08:43:30.924Z] [2022-03-06T08:43:30.924Z] INFO: Building the test binaries at 03/06/2022 08:43:29... [2022-03-06T08:43:31.173Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-06T08:43:31.430Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-06T08:43:31.430Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-06T08:43:31.687Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-06T08:43:32.252Z] --- PASS: TestUpdatePidsLimit (1.93s) [2022-03-06T08:43:32.252Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2022-03-06T08:43:32.252Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-03-06T08:43:32.252Z] --- PASS: TestUpdatePidsLimit/update_lower (0.25s) [2022-03-06T08:43:32.252Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2022-03-06T08:43:32.252Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-03-06T08:43:32.252Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) [2022-03-06T08:43:32.252Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-03-06T08:43:32.252Z] === RUN TestUpdateRestartPolicy [2022-03-06T08:43:33.938Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-06T08:43:33.938Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-06T08:43:33.938Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:43:33.938Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-06T08:43:33.938Z] [2022-03-06T08:43:33.938Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-03-06T08:43:33.938Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-03-06T08:43:33.938Z] Using test binary docker [2022-03-06T08:43:33.938Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-06T08:43:33.938Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-06T08:43:33.938Z] INFO: Waiting for daemon to start... [2022-03-06T08:43:33.938Z] Starting dockerd [2022-03-06T08:43:33.938Z] . [2022-03-06T08:43:33.938Z] INFO: Building docker-sdk-python3:5.0.3... [2022-03-06T08:43:35.460Z] 8f616e6e9eec: Pull complete [2022-03-06T08:43:35.688Z] INFO: make.ps1 starting at 03/06/2022 08:43:35 [2022-03-06T08:43:36.157Z] INFO: Git commit (b94a319fdf) assumed from DOCKER_GITCOMMIT environment variable [2022-03-06T08:43:36.157Z] INFO: Invoking autogen... [2022-03-06T08:43:36.633Z] INFO: Building daemon... [2022-03-06T08:43:37.832Z] 8f616e6e9eec: Pull complete [2022-03-06T08:43:44.426Z] --- PASS: TestUpdateRestartPolicy (11.02s) [2022-03-06T08:43:44.426Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-06T08:43:44.426Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2022-03-06T08:43:44.426Z] === RUN TestWaitNonBlocked [2022-03-06T08:43:44.426Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:43:44.426Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:43:44.426Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:43:44.426Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:43:44.426Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:43:44.426Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:43:44.682Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-06T08:43:44.682Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2022-03-06T08:43:44.683Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.75s) [2022-03-06T08:43:44.683Z] === RUN TestWaitBlocked [2022-03-06T08:43:44.683Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-06T08:43:44.683Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-06T08:43:44.683Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-06T08:43:44.683Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-06T08:43:44.683Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-06T08:43:44.683Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-06T08:43:45.246Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-06T08:43:45.246Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.57s) [2022-03-06T08:43:45.246Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) [2022-03-06T08:43:45.246Z] === CONT TestContainerStartOnDaemonRestart [2022-03-06T08:43:45.246Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-06T08:43:47.763Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.11s) [2022-03-06T08:43:47.763Z] === CONT TestIpcModeOlderClient [2022-03-06T08:43:47.763Z] === CONT TestContainerKillOnDaemonStart [2022-03-06T08:43:47.763Z] --- PASS: TestContainerStartOnDaemonRestart (2.17s) [2022-03-06T08:43:47.763Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-03-06T08:43:47.763Z] === CONT TestDaemonRestartIpcMode [2022-03-06T08:43:50.284Z] --- PASS: TestDaemonRestartIpcMode (2.43s) [2022-03-06T08:43:50.284Z] === CONT TestDaemonHostGatewayIP [2022-03-06T08:43:51.611Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-06T08:43:51.611Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-06T08:43:51.611Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:43:51.611Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-06T08:43:51.611Z] [2022-03-06T08:43:51.611Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-06T08:43:51.611Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-06T08:43:51.611Z] HOSTNAME=0cc8c19151b6 [2022-03-06T08:43:51.611Z] TESTDEBUG=0 [2022-03-06T08:43:51.611Z] DEST=bundles/test-integration [2022-03-06T08:43:51.611Z] PWD=/go/src/github.com/docker/docker [2022-03-06T08:43:51.611Z] DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 [2022-03-06T08:43:51.611Z] container=docker [2022-03-06T08:43:51.611Z] HOME=/root [2022-03-06T08:43:51.611Z] GOLANG_VERSION=1.17.8 [2022-03-06T08:43:51.611Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-06T08:43:51.611Z] VALIDATE_BRANCH=master [2022-03-06T08:43:51.611Z] TERM=xterm [2022-03-06T08:43:51.611Z] DOCKER_PKG=github.com/docker/docker [2022-03-06T08:43:51.611Z] SHLVL=1 [2022-03-06T08:43:51.611Z] TIMEOUT=120m [2022-03-06T08:43:51.611Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-06T08:43:51.611Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-06T08:43:51.611Z] GO111MODULE=off [2022-03-06T08:43:51.611Z] DOCKER_EXPERIMENTAL=1 [2022-03-06T08:43:51.611Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-06T08:43:51.611Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-06T08:43:51.611Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-06T08:43:51.611Z] GOPATH=/go [2022-03-06T08:43:51.611Z] PKG_CONFIG=pkg-config [2022-03-06T08:43:51.611Z] _=/usr/bin/env [2022-03-06T08:43:51.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-06T08:43:52.173Z] --- PASS: TestDaemonHostGatewayIP (2.20s) [2022-03-06T08:44:00.261Z] --- PASS: TestContainerKillOnDaemonStart (11.74s) [2022-03-06T08:44:00.261Z] PASS [2022-03-06T08:44:00.261Z] [2022-03-06T08:44:00.261Z] === Skipped [2022-03-06T08:44:00.261Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-06T08:44:00.261Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T08:44:00.261Z] [2022-03-06T08:44:00.261Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-06T08:44:00.261Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-06T08:44:00.261Z] [2022-03-06T08:44:00.261Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-06T08:44:00.261Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-06T08:44:00.261Z] [2022-03-06T08:44:00.261Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-06T08:44:00.261Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-06T08:44:00.261Z] [2022-03-06T08:44:00.261Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-06T08:44:00.261Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-06T08:44:00.261Z] [2022-03-06T08:44:00.261Z] DONE 200 tests, 5 skipped in 115.623s [2022-03-06T08:44:00.261Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-06T08:44:00.261Z] === RUN TestConfigDaemonLibtrustID [2022-03-06T08:44:00.261Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-06T08:44:00.261Z] === RUN TestDaemonConfigValidation [2022-03-06T08:44:00.261Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-06T08:44:00.261Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-06T08:44:00.261Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-06T08:44:00.261Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-06T08:44:00.261Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-06T08:44:00.261Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-06T08:44:00.261Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-06T08:44:00.261Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-06T08:44:00.261Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-06T08:44:00.261Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-06T08:44:00.261Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-06T08:44:00.261Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-06T08:44:00.261Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-06T08:44:00.261Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-06T08:44:00.261Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-06T08:44:00.261Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-06T08:44:00.261Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-06T08:44:00.261Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-06T08:44:00.261Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-03-06T08:44:00.261Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2022-03-06T08:44:00.261Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-03-06T08:44:00.261Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-06T08:44:00.261Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-06T08:44:01.188Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-06T08:44:02.120Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-06T08:44:03.048Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-06T08:44:03.048Z] daemon_test.go:156: [d9438f61625e7] daemon is not started [2022-03-06T08:44:03.048Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) [2022-03-06T08:44:03.048Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-06T08:44:03.048Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-06T08:44:03.048Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s) [2022-03-06T08:44:03.048Z] === RUN TestDaemonProxy [2022-03-06T08:44:03.048Z] === RUN TestDaemonProxy/environment_variables [2022-03-06T08:44:04.942Z] === RUN TestDaemonProxy/command-line_options [2022-03-06T08:44:06.833Z] === RUN TestDaemonProxy/configuration_file [2022-03-06T08:44:08.772Z] === RUN TestDaemonProxy/conflicting_options [2022-03-06T08:44:08.772Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-06T08:44:09.403Z] --- PASS: TestDaemonProxy (6.30s) [2022-03-06T08:44:09.404Z] --- PASS: TestDaemonProxy/environment_variables (1.81s) [2022-03-06T08:44:09.404Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-03-06T08:44:09.404Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-03-06T08:44:09.404Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-03-06T08:44:09.404Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-06T08:44:09.404Z] PASS [2022-03-06T08:44:09.404Z] [2022-03-06T08:44:09.404Z] DONE 17 tests in 10.207s [2022-03-06T08:44:09.404Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-06T08:44:09.404Z] INFO: Testing against a local daemon [2022-03-06T08:44:09.404Z] === RUN TestCommitInheritsEnv [2022-03-06T08:44:09.663Z] --- PASS: TestCommitInheritsEnv (0.26s) [2022-03-06T08:44:09.663Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-06T08:44:09.663Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-06T08:44:09.663Z] === RUN TestImportWithCustomPlatform [2022-03-06T08:44:09.663Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-06T08:44:09.920Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-06T08:44:09.920Z] === RUN TestImportWithCustomPlatform// [2022-03-06T08:44:09.920Z] === RUN TestImportWithCustomPlatform/linux [2022-03-06T08:44:09.920Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-06T08:44:09.920Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-06T08:44:09.920Z] === RUN TestImportWithCustomPlatform/macos [2022-03-06T08:44:09.920Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-06T08:44:09.920Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-06T08:44:10.092Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-06T08:44:10.092Z] Using test binary docker [2022-03-06T08:44:10.092Z] +++ /etc/init.d/apparmor start [2022-03-06T08:44:10.092Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-06T08:44:10.092Z] INFO: Waiting for daemon to start... [2022-03-06T08:44:10.092Z] Starting dockerd [2022-03-06T08:44:10.092Z] +++ 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-06T08:44:10.177Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-03-06T08:44:10.177Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-06T08:44:10.177Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-06T08:44:10.177Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-06T08:44:10.177Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-06T08:44:10.177Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-06T08:44:10.177Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-06T08:44:10.177Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-06T08:44:10.177Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-06T08:44:10.177Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-06T08:44:10.177Z] === RUN TestImagesFilterMultiReference [2022-03-06T08:44:10.177Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-03-06T08:44:10.177Z] === RUN TestImagePullPlatformInvalid [2022-03-06T08:44:10.177Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-06T08:44:10.177Z] === RUN TestRemoveImageOrphaning [2022-03-06T08:44:10.433Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-03-06T08:44:10.433Z] === RUN TestRemoveImageGarbageCollector [2022-03-06T08:44:10.657Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-06T08:44:10.657Z] Using test binary docker [2022-03-06T08:44:10.657Z] +++ /etc/init.d/apparmor start [2022-03-06T08:44:10.658Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-06T08:44:10.658Z] INFO: Waiting for daemon to start... [2022-03-06T08:44:10.658Z] Starting dockerd [2022-03-06T08:44:10.658Z] +++ 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-06T08:44:12.330Z] --- PASS: TestRemoveImageGarbageCollector (1.81s) [2022-03-06T08:44:12.330Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-06T08:44:12.330Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-06T08:44:12.330Z] === RUN TestTagInvalidReference [2022-03-06T08:44:12.330Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-06T08:44:12.330Z] === RUN TestTagValidPrefixedRepo [2022-03-06T08:44:12.330Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-06T08:44:12.330Z] === RUN TestTagExistedNameWithoutForce [2022-03-06T08:44:12.330Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-06T08:44:12.330Z] === RUN TestTagOfficialNames [2022-03-06T08:44:12.330Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-06T08:44:12.330Z] === RUN TestTagMatchesDigest [2022-03-06T08:44:12.330Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-06T08:44:12.330Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-06T08:44:12.806Z] sha256:354b98973f20207488aac60d4122b415a83f98a1c5a2502526d5a7dc01cbbfaa [2022-03-06T08:44:12.806Z] INFO: Starting docker-py tests... [2022-03-06T08:44:13.370Z] ============================= test session starts ============================== [2022-03-06T08:44:13.370Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-03-06T08:44:13.370Z] rootdir: /src, inifile: pytest.ini [2022-03-06T08:44:13.370Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-03-06T08:44:13.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-06T08:44:14.296Z] collected 395 items / 2 deselected / 393 selected [2022-03-06T08:44:14.296Z] [2022-03-06T08:44:14.448Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-06T08:44:20.616Z] . [2022-03-06T08:44:20.616Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-06T08:44:20.616Z] [2022-03-06T08:44:20.616Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-06T08:44:20.616Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-06T08:44:20.616Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-06T08:44:20.616Z] Error: No such image: emptyfs [2022-03-06T08:44:20.616Z] Error: No such image: emptyfs [2022-03-06T08:44:20.616Z] ++++ docker load [2022-03-06T08:44:20.616Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-06T08:44:20.616Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-06T08:44:20.616Z] ++++ docker load [2022-03-06T08:44:20.876Z] Running integration-test (iteration 1) [2022-03-06T08:44:20.876Z] 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-06T08:44:20.876Z] ++ 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-06T08:44:20.876Z] ++ set -e [2022-03-06T08:44:20.876Z] ++ '[' -n 0 ']' [2022-03-06T08:44:20.876Z] ++ set -x [2022-03-06T08:44:20.876Z] ++ 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-06T08:44:20.876Z] Running integration-test (iteration 1) [2022-03-06T08:44:20.876Z] 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-06T08:44:20.876Z] ++ 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-06T08:44:20.876Z] ++ set -e [2022-03-06T08:44:20.876Z] ++ '[' -n 0 ']' [2022-03-06T08:44:20.876Z] ++ set -x [2022-03-06T08:44:20.876Z] ++ 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-06T08:44:21.812Z] Loaded image: busybox:latest [2022-03-06T08:44:21.812Z] Loaded image: busybox:latest [2022-03-06T08:44:22.070Z] Loaded image: busybox:glibc [2022-03-06T08:44:22.329Z] Loaded image: busybox:glibc [2022-03-06T08:44:26.509Z] Loaded image: debian:bullseye-slim [2022-03-06T08:44:26.509Z] Loaded image: debian:bullseye-slim [2022-03-06T08:44:26.509Z] Loaded image: hello-world:latestLoaded image: hello-world:latest [2022-03-06T08:44:26.509Z] [2022-03-06T08:44:26.766Z] Loaded image: arm32v7/hello-world:latest [2022-03-06T08:44:26.766Z] INFO: Testing against a local daemon [2022-03-06T08:44:26.766Z] === RUN TestDockerSuite [2022-03-06T08:44:26.766Z] Loaded image: arm32v7/hello-world:latest [2022-03-06T08:44:26.766Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-06T08:44:26.766Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-06T08:44:26.766Z] INFO: Testing against a local daemon [2022-03-06T08:44:26.766Z] === RUN TestDockerDaemonSuite [2022-03-06T08:44:26.766Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-03-06T08:44:26.766Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-06T08:44:26.766Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-06T08:44:26.766Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-06T08:44:26.766Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-06T08:44:26.766Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-06T08:44:26.766Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-06T08:44:30.393Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-03-06T08:44:31.008Z] tests/integration/api_client_test.py ..... [ 7%] [2022-03-06T08:44:32.025Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-06T08:44:32.025Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-06T08:44:32.284Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-06T08:44:32.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-06T08:44:32.543Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-06T08:44:32.799Z] tests/integration/api_config_test.py ...... [ 8%] [2022-03-06T08:44:33.109Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-06T08:44:33.109Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-06T08:44:33.109Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-06T08:44:34.481Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-06T08:44:34.739Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-06T08:44:34.739Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-06T08:44:34.739Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-06T08:44:35.304Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-03-06T08:44:35.868Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-06T08:44:36.432Z] --- PASS: TestBuildWithHugeFile (108.22s) [2022-03-06T08:44:36.432Z] === RUN TestBuildWCOWSandboxSize [2022-03-06T08:44:36.432Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T08:44:36.432Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-06T08:44:36.432Z] === RUN TestBuildWithEmptyDockerfile [2022-03-06T08:44:36.432Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:44:36.432Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:44:36.432Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:44:36.432Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:44:36.432Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:44:36.432Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:44:36.432Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:44:36.432Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:44:36.690Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:44:36.690Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-06T08:44:36.948Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2022-03-06T08:44:36.948Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2022-03-06T08:44:36.948Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2022-03-06T08:44:36.948Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2022-03-06T08:44:36.948Z] === RUN TestBuildPreserveOwnership [2022-03-06T08:44:36.948Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-06T08:44:36.948Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-06T08:44:36.948Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-06T08:44:36.948Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-06T08:44:36.948Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-06T08:44:38.850Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-06T08:44:39.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-06T08:44:39.781Z] --- PASS: TestBuildPreserveOwnership (2.87s) [2022-03-06T08:44:39.781Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.95s) [2022-03-06T08:44:39.781Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.91s) [2022-03-06T08:44:39.781Z] === RUN TestBuildPlatformInvalid [2022-03-06T08:44:39.781Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-06T08:44:39.781Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-06T08:44:40.712Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-06T08:44:40.712Z] Loaded image: busybox:latest [2022-03-06T08:44:40.712Z] Loaded image: busybox:glibc [2022-03-06T08:44:42.610Z] Loaded image: debian:bullseye-slim [2022-03-06T08:44:42.610Z] Loaded image: hello-world:latest [2022-03-06T08:44:42.610Z] Loaded image: arm32v7/hello-world:latest [2022-03-06T08:44:42.610Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-06T08:44:45.139Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-06T08:44:46.510Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-06T08:44:47.075Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-06T08:44:47.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-06T08:44:47.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-06T08:44:48.009Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-06T08:44:48.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-06T08:44:48.574Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-06T08:44:48.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-06T08:44:48.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-06T08:44:49.139Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-03-06T08:44:49.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-06T08:44:51.038Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-03-06T08:44:51.362Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-06T08:44:51.971Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.15s) [2022-03-06T08:44:51.971Z] PASS [2022-03-06T08:44:51.971Z] [2022-03-06T08:44:51.971Z] === Skipped [2022-03-06T08:44:51.971Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-06T08:44:51.971Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:44:51.971Z] [2022-03-06T08:44:51.971Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-06T08:44:51.971Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T08:44:51.971Z] [2022-03-06T08:44:51.971Z] DONE 34 tests, 2 skipped in 167.112s [2022-03-06T08:44:51.971Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-06T08:44:51.971Z] ++ 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-06T08:44:51.971Z] ++ set -e [2022-03-06T08:44:51.971Z] ++ '[' -n 0 ']' [2022-03-06T08:44:51.971Z] ++ set -x [2022-03-06T08:44:51.971Z] ++ 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-06T08:44:51.971Z] INFO: Testing against a local daemon [2022-03-06T08:44:51.971Z] === RUN TestConfigInspect [2022-03-06T08:44:52.537Z] === RUN TestDockerSuite/TestAttachDetach [2022-03-06T08:44:52.731Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-06T08:44:53.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-06T08:44:53.468Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-06T08:44:53.468Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-03-06T08:44:53.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-06T08:44:54.034Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-06T08:44:54.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-06T08:44:54.602Z] docker_cli_daemon_test.go:1472: [d4b5ba4ab41aa] daemon is not started [2022-03-06T08:44:54.860Z] --- PASS: TestConfigInspect (2.81s) [2022-03-06T08:44:54.860Z] === RUN TestConfigList [2022-03-06T08:44:55.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-06T08:44:55.117Z] check_test.go:308: [d3d2353d8d115] daemon is not started [2022-03-06T08:44:55.117Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-03-06T08:44:55.683Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-06T08:44:55.974Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-06T08:44:56.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-06T08:44:56.615Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-06T08:44:57.180Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-03-06T08:44:57.440Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-06T08:44:57.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-06T08:44:57.697Z] --- PASS: TestConfigList (2.85s) [2022-03-06T08:44:57.698Z] === RUN TestConfigsCreateAndDelete [2022-03-06T08:44:58.028Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-06T08:44:58.028Z] Using test binary docker [2022-03-06T08:44:58.028Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-06T08:44:58.028Z] +++ /etc/init.d/apparmor start [2022-03-06T08:44:58.028Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-06T08:44:58.028Z] INFO: Waiting for daemon to start... [2022-03-06T08:44:58.028Z] Starting dockerd [2022-03-06T08:44:58.028Z] +++ 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-06T08:44:58.263Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-06T08:44:58.828Z] check_test.go:308: [d2039bfedb5e5] daemon is not started [2022-03-06T08:44:58.828Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-03-06T08:44:59.392Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-06T08:45:00.323Z] --- PASS: TestConfigsCreateAndDelete (2.73s) [2022-03-06T08:45:00.323Z] === RUN TestConfigsUpdate [2022-03-06T08:45:00.583Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-06T08:45:01.148Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-06T08:45:01.148Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-06T08:45:01.712Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-06T08:45:01.987Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-03-06T08:45:02.645Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-06T08:45:02.903Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-03-06T08:45:02.941Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-06T08:45:02.941Z] [2022-03-06T08:45:02.941Z] ________ ____ __. [2022-03-06T08:45:02.941Z] \_____ \ | |/ _| [2022-03-06T08:45:02.941Z] / | \| < [2022-03-06T08:45:02.941Z] / | \ | \ [2022-03-06T08:45:02.941Z] \_______ /____|__ \ [2022-03-06T08:45:02.941Z] \/ \/ [2022-03-06T08:45:02.941Z] [2022-03-06T08:45:02.941Z] INFO: make.ps1 ended at 03/06/2022 08:44:55 [2022-03-06T08:45:02.941Z] INFO: Binaries build ended at 03/06/2022 08:44:57. Duration:00:01:27.7114070 [2022-03-06T08:45:02.941Z] INFO: Copying the built daemon binary to d:\CI\PR-43335\4\binary\dockerd-b94a319fdf.exe... [2022-03-06T08:45:02.941Z] INFO: Copying the built client binary to d:\CI\PR-43335\4\binary\docker-b94a319fdf.exe... [2022-03-06T08:45:02.941Z] INFO: Copying dockerversion from the container... [2022-03-06T08:45:02.941Z] INFO: Copying the golang package from the container to d:\CI\PR-43335\4\installer\go.zip... [2022-03-06T08:45:02.941Z] INFO: Extracting go.zip to d:\CI\PR-43335\4\go [2022-03-06T08:45:03.161Z] --- PASS: TestConfigsUpdate (2.71s) [2022-03-06T08:45:03.161Z] === RUN TestTemplatedConfig [2022-03-06T08:45:05.690Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-03-06T08:45:06.116Z] . [2022-03-06T08:45:06.116Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-06T08:45:06.116Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-06T08:45:06.116Z] Error: No such image: emptyfs [2022-03-06T08:45:06.116Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-06T08:45:06.116Z] ++++ docker load [2022-03-06T08:45:06.116Z] Running integration-test (iteration 1) [2022-03-06T08:45:06.116Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-03-06T08:45:06.116Z] ++ 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-06T08:45:06.116Z] ++ set -e [2022-03-06T08:45:06.116Z] ++ '[' -n 0 ']' [2022-03-06T08:45:06.116Z] ++ set -x [2022-03-06T08:45:06.116Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-06T08:45:06.116Z] Loaded image: busybox:latest [2022-03-06T08:45:06.116Z] Loaded image: busybox:glibc [2022-03-06T08:45:06.372Z] Loaded image: debian:bullseye-slim [2022-03-06T08:45:06.372Z] Loaded image: hello-world:latest [2022-03-06T08:45:06.372Z] Loaded image: arm32v7/hello-world:latest [2022-03-06T08:45:06.372Z] INFO: Testing against a local daemon [2022-03-06T08:45:06.372Z] === RUN TestCgroupNamespacesBuild [2022-03-06T08:45:06.625Z] --- PASS: TestTemplatedConfig (3.47s) [2022-03-06T08:45:06.625Z] === RUN TestConfigCreateResolve [2022-03-06T08:45:07.741Z] --- PASS: TestCgroupNamespacesBuild (1.22s) [2022-03-06T08:45:07.741Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-06T08:45:08.001Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-03-06T08:45:08.701Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.08s) [2022-03-06T08:45:08.702Z] === RUN TestBuildWithSession [2022-03-06T08:45:08.702Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:45:08.702Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-06T08:45:08.702Z] === RUN TestBuildSquashParent [2022-03-06T08:45:09.373Z] --- PASS: TestConfigCreateResolve (2.85s) [2022-03-06T08:45:09.373Z] PASS [2022-03-06T08:45:09.373Z] [2022-03-06T08:45:09.373Z] DONE 6 tests in 17.478s [2022-03-06T08:45:09.373Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-06T08:45:09.373Z] ++ 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-06T08:45:09.373Z] ++ set -e [2022-03-06T08:45:09.373Z] ++ '[' -n 0 ']' [2022-03-06T08:45:09.373Z] ++ set -x [2022-03-06T08:45:09.373Z] ++ 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-06T08:45:09.631Z] INFO: Testing against a local daemon [2022-03-06T08:45:09.631Z] === RUN TestCheckpoint [2022-03-06T08:45:09.631Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T08:45:09.631Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-06T08:45:09.631Z] === RUN TestContainerInvalidJSON [2022-03-06T08:45:09.631Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:45:09.631Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:45:09.631Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:45:09.631Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:45:09.631Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:45:09.631Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:45:09.631Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-03-06T08:45:09.631Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-06T08:45:09.631Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-06T08:45:09.631Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-06T08:45:09.889Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2022-03-06T08:45:09.889Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-06T08:45:09.889Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-03-06T08:45:09.889Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-06T08:45:09.889Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-06T08:45:09.889Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-06T08:45:09.889Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-06T08:45:09.889Z] === RUN TestCopyFromContainer [2022-03-06T08:45:10.824Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-03-06T08:45:11.391Z] === RUN TestCopyFromContainer// [2022-03-06T08:45:11.391Z] === RUN TestCopyFromContainer//bar/root [2022-03-06T08:45:11.649Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-06T08:45:11.649Z] === RUN TestCopyFromContainer/bar/quux [2022-03-06T08:45:11.945Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-06T08:45:11.945Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-06T08:45:12.219Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-06T08:45:12.219Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-06T08:45:12.489Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-06T08:45:12.489Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-06T08:45:12.748Z] --- PASS: TestCopyFromContainer (2.73s) [2022-03-06T08:45:12.748Z] --- PASS: TestCopyFromContainer// (0.12s) [2022-03-06T08:45:12.748Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2022-03-06T08:45:12.748Z] --- PASS: TestCopyFromContainer//bar/root/ (0.14s) [2022-03-06T08:45:12.748Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2022-03-06T08:45:12.748Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2022-03-06T08:45:12.748Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.19s) [2022-03-06T08:45:12.748Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2022-03-06T08:45:12.748Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s) [2022-03-06T08:45:12.748Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2022-03-06T08:45:12.748Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2022-03-06T08:45:12.748Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-06T08:45:12.748Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:45:12.748Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:45:12.748Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:45:12.748Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:45:12.748Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:45:12.748Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:45:12.748Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:45:12.748Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:45:12.748Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:45:12.748Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-06T08:45:12.748Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-06T08:45:12.748Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-06T08:45:12.748Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-06T08:45:12.748Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-06T08:45:12.748Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-03-06T08:45:12.748Z] === RUN TestCreateWithInvalidEnv [2022-03-06T08:45:12.748Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-06T08:45:12.748Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-06T08:45:12.748Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-06T08:45:12.748Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-06T08:45:12.748Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-06T08:45:12.748Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-06T08:45:12.748Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-06T08:45:12.748Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-06T08:45:12.748Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-06T08:45:12.748Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-06T08:45:12.748Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-03-06T08:45:12.748Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-06T08:45:12.748Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-03-06T08:45:12.748Z] === RUN TestCreateTmpfsMountsTarget [2022-03-06T08:45:12.748Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-03-06T08:45:12.748Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-06T08:45:12.905Z] --- PASS: TestBuildSquashParent (3.40s) [2022-03-06T08:45:12.905Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-06T08:45:12.905Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:45:12.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:45:12.905Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:45:12.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:45:12.905Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:45:12.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:45:12.905Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:45:12.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:45:12.905Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:45:12.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:45:12.905Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:45:12.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:45:12.905Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:45:12.905Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:45:13.162Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:45:13.419Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:45:14.349Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:45:14.349Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:45:14.654Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-03-06T08:45:15.223Z] --- PASS: TestCreateWithCustomMaskedPaths (2.36s) [2022-03-06T08:45:15.223Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-06T08:45:15.717Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-06T08:45:15.717Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.11s) [2022-03-06T08:45:15.717Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.19s) [2022-03-06T08:45:15.717Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (0.97s) [2022-03-06T08:45:15.717Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.12s) [2022-03-06T08:45:15.717Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.31s) [2022-03-06T08:45:15.717Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.11s) [2022-03-06T08:45:15.717Z] === RUN TestBuildMultiStageCopy [2022-03-06T08:45:15.717Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-06T08:45:16.597Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-03-06T08:45:16.644Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-06T08:45:16.886Z] 898469748ff6: Pull complete [2022-03-06T08:45:16.886Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-06T08:45:16.886Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:45:16.886Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-06T08:45:16.886Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-06T08:45:16.886Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-03-06T08:45:16.886Z] WARN: Skipping validation tests [2022-03-06T08:45:16.886Z] INFO: Running unit tests at 03/06/2022 08:45:14... [2022-03-06T08:45:16.900Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-06T08:45:16.900Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-06T08:45:17.157Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-06T08:45:17.163Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.02s) [2022-03-06T08:45:17.163Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-06T08:45:17.163Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:45:17.163Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:45:17.163Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:45:17.163Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:45:17.163Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:45:17.163Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:45:17.163Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:45:17.163Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:45:17.164Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:45:17.164Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:45:17.164Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:45:17.164Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:45:17.164Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:45:17.164Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:45:17.164Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:45:17.164Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-03-06T08:45:17.164Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-06T08:45:17.164Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-06T08:45:17.164Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-06T08:45:17.164Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-06T08:45:17.164Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-06T08:45:17.164Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-06T08:45:17.413Z] --- PASS: TestBuildMultiStageCopy (1.75s) [2022-03-06T08:45:17.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.01s) [2022-03-06T08:45:17.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s) [2022-03-06T08:45:17.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2022-03-06T08:45:17.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.18s) [2022-03-06T08:45:17.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.19s) [2022-03-06T08:45:17.413Z] === RUN TestBuildMultiStageParentConfig [2022-03-06T08:45:17.976Z] --- PASS: TestBuildMultiStageParentConfig (0.51s) [2022-03-06T08:45:17.976Z] === RUN TestBuildLabelWithTargets [2022-03-06T08:45:18.106Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.73s) [2022-03-06T08:45:18.106Z] === RUN TestCreateDifferentPlatform [2022-03-06T08:45:18.106Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-06T08:45:18.106Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-06T08:45:18.106Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-06T08:45:18.106Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-06T08:45:18.106Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-06T08:45:18.106Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-06T08:45:18.106Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.11s) [2022-03-06T08:45:18.106Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-06T08:45:18.106Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-03-06T08:45:18.106Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-03-06T08:45:18.106Z] === RUN TestContainerStartOnDaemonRestart [2022-03-06T08:45:18.106Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-06T08:45:18.106Z] === RUN TestDaemonRestartIpcMode [2022-03-06T08:45:18.106Z] === PAUSE TestDaemonRestartIpcMode [2022-03-06T08:45:18.106Z] === RUN TestDaemonHostGatewayIP [2022-03-06T08:45:18.106Z] === PAUSE TestDaemonHostGatewayIP [2022-03-06T08:45:18.106Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-06T08:45:18.106Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-06T08:45:18.106Z] === RUN TestContainerKillOnDaemonStart [2022-03-06T08:45:18.106Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-06T08:45:18.106Z] === RUN TestDiff [2022-03-06T08:45:18.364Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-06T08:45:18.906Z] --- PASS: TestBuildLabelWithTargets (0.84s) [2022-03-06T08:45:18.906Z] === RUN TestBuildWithEmptyLayers [2022-03-06T08:45:18.932Z] --- PASS: TestDiff (0.70s) [2022-03-06T08:45:18.932Z] === RUN TestExecWithCloseStdin [2022-03-06T08:45:18.932Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-06T08:45:19.070Z] INFO: make.ps1 starting at 03/06/2022 08:45:18 [2022-03-06T08:45:19.070Z] INFO: Git commit (b94a319fdf) assumed from DOCKER_GITCOMMIT environment variable [2022-03-06T08:45:19.070Z] INFO: Invoking autogen... [2022-03-06T08:45:19.163Z] --- PASS: TestBuildWithEmptyLayers (0.37s) [2022-03-06T08:45:19.163Z] === RUN TestBuildMultiStageOnBuild [2022-03-06T08:45:19.282Z] 898469748ff6: Pull complete [2022-03-06T08:45:19.282Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-06T08:45:19.282Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:45:19.282Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-06T08:45:19.282Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-06T08:45:19.282Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-03-06T08:45:19.282Z] WARN: Skipping validation tests [2022-03-06T08:45:19.282Z] INFO: Running unit tests at 03/06/2022 08:45:11... [2022-03-06T08:45:19.282Z] INFO: make.ps1 starting at 03/06/2022 08:45:15 [2022-03-06T08:45:19.282Z] INFO: Git commit (b94a319fdf) assumed from DOCKER_GITCOMMIT environment variable [2022-03-06T08:45:19.282Z] INFO: Invoking autogen... [2022-03-06T08:45:19.282Z] INFO: Running unit tests... [2022-03-06T08:45:19.525Z] INFO: Running unit tests... [2022-03-06T08:45:19.863Z] --- PASS: TestExecWithCloseStdin (0.88s) [2022-03-06T08:45:19.863Z] === RUN TestExec [2022-03-06T08:45:20.428Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-03-06T08:45:20.428Z] --- PASS: TestExec (0.75s) [2022-03-06T08:45:20.428Z] === RUN TestExecUser [2022-03-06T08:45:20.428Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-06T08:45:20.532Z] --- PASS: TestBuildMultiStageOnBuild (1.18s) [2022-03-06T08:45:20.532Z] === RUN TestBuildUncleanTarFilenames [2022-03-06T08:45:20.685Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-06T08:45:20.788Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2022-03-06T08:45:20.788Z] === RUN TestBuildMultiStageLayerLeak [2022-03-06T08:45:20.943Z] check_test.go:308: [d96bb756fb06b] daemon is not started [2022-03-06T08:45:20.943Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-03-06T08:45:21.200Z] --- PASS: TestExecUser (0.69s) [2022-03-06T08:45:21.200Z] === RUN TestExportContainerAndImportImage [2022-03-06T08:45:21.200Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-03-06T08:45:21.458Z] check_test.go:308: [d5be49867658b] daemon is not started [2022-03-06T08:45:21.458Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-03-06T08:45:22.023Z] --- PASS: TestExportContainerAndImportImage (0.94s) [2022-03-06T08:45:22.023Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-06T08:45:22.154Z] --- PASS: TestBuildMultiStageLayerLeak (1.23s) [2022-03-06T08:45:22.154Z] === RUN TestBuildWithHugeFile [2022-03-06T08:45:22.956Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-03-06T08:45:23.057Z] 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-06T08:45:23.215Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-06T08:45:23.215Z] check_test.go:308: [d4600813363ef] daemon is not started [2022-03-06T08:45:23.215Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-03-06T08:45:23.781Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2022-03-06T08:45:23.781Z] === RUN TestHealthCheckWorkdir [2022-03-06T08:45:24.714Z] --- PASS: TestHealthCheckWorkdir (0.99s) [2022-03-06T08:45:24.714Z] === RUN TestHealthKillContainer [2022-03-06T08:45:25.285Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-06T08:45:25.285Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-03-06T08:45:25.851Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-06T08:45:26.562Z] 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-06T08:45:27.227Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-03-06T08:45:28.262Z] INFO: Extraction ended at 03/06/2022 08:45:26. Duration:00:00:26.5786779 [2022-03-06T08:45:28.262Z] INFO: Updating the golang and path environment variables [2022-03-06T08:45:28.262Z] INFO: GOPATH=d:\gopath [2022-03-06T08:45:28.262Z] INFO: go version go1.17.8 windows/amd64 [2022-03-06T08:45:28.262Z] INFO: Running the daemon under test in debug mode [2022-03-06T08:45:28.262Z] INFO: Starting a daemon under test... [2022-03-06T08:45:28.262Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43335\4\daemon --pidfile d:\CI\PR-43335\4\docker.pid -D [2022-03-06T08:45:28.262Z] INFO: Process started successfully. [2022-03-06T08:45:28.262Z] INFO: Start tailing logs of the daemon under tests [2022-03-06T08:45:28.262Z] INFO: Waiting for the daemon under test to start... [2022-03-06T08:45:29.127Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-03-06T08:45:31.022Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-06T08:45:31.699Z] ? github.com/docker/docker/api [no test files] [2022-03-06T08:45:32.395Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-03-06T08:45:32.962Z] --- PASS: TestHealthKillContainer (8.22s) [2022-03-06T08:45:32.962Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-06T08:45:33.222Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-06T08:45:33.222Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-06T08:45:33.482Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s) [2022-03-06T08:45:33.482Z] === RUN TestIpcModeNone [2022-03-06T08:45:34.049Z] --- PASS: TestIpcModeNone (0.63s) [2022-03-06T08:45:34.049Z] === RUN TestIpcModePrivate [2022-03-06T08:45:34.615Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-06T08:45:34.615Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false [2022-03-06T08:45:34.615Z] --- PASS: TestIpcModePrivate (0.64s) [2022-03-06T08:45:34.615Z] === RUN TestIpcModeShareable [2022-03-06T08:45:35.183Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2022-03-06T08:45:35.183Z] --- PASS: TestIpcModeShareable (0.59s) [2022-03-06T08:45:35.183Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-06T08:45:36.117Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-03-06T08:45:36.684Z] check_test.go:308: [da91ebcb77879] daemon is not started [2022-03-06T08:45:36.684Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-03-06T08:45:36.854Z] ? github.com/docker/docker/api [no test files] [2022-03-06T08:45:37.249Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-03-06T08:45:37.249Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-06T08:45:37.249Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.08s) [2022-03-06T08:45:37.249Z] === RUN TestAPIIpcModeHost [2022-03-06T08:45:37.815Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-03-06T08:45:38.073Z] --- PASS: TestAPIIpcModeHost (0.62s) [2022-03-06T08:45:38.073Z] === RUN TestDaemonIpcModeShareable [2022-03-06T08:45:38.332Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-03-06T08:45:38.589Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-06T08:45:39.156Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-06T08:45:39.413Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: true, mustBeShared: true [2022-03-06T08:45:39.671Z] --- PASS: TestDaemonIpcModeShareable (1.65s) [2022-03-06T08:45:39.672Z] === RUN TestDaemonIpcModePrivate [2022-03-06T08:45:41.049Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false [2022-03-06T08:45:41.316Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-03-06T08:45:41.316Z] --- PASS: TestDaemonIpcModePrivate (1.66s) [2022-03-06T08:45:41.316Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-06T08:45:41.880Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-06T08:45:42.814Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2022-03-06T08:45:42.814Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.58s) [2022-03-06T08:45:42.814Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-06T08:45:44.187Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: true, mustBeShared: true [2022-03-06T08:45:44.187Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s) [2022-03-06T08:45:44.187Z] === RUN TestIpcModeOlderClient [2022-03-06T08:45:44.187Z] === PAUSE TestIpcModeOlderClient [2022-03-06T08:45:44.187Z] === RUN TestKillContainerInvalidSignal [2022-03-06T08:45:44.752Z] --- PASS: TestKillContainerInvalidSignal (0.54s) [2022-03-06T08:45:44.752Z] === RUN TestKillContainer [2022-03-06T08:45:44.752Z] === RUN TestKillContainer/no_signal [2022-03-06T08:45:45.009Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-06T08:45:45.268Z] === RUN TestKillContainer/non_killing_signal [2022-03-06T08:45:45.836Z] === RUN TestKillContainer/killing_signal [2022-03-06T08:45:45.836Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-03-06T08:45:46.094Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-06T08:45:46.609Z] === RUN TestMiddlewares [2022-03-06T08:45:46.609Z] --- PASS: TestMiddlewares (0.00s) [2022-03-06T08:45:46.609Z] PASS [2022-03-06T08:45:46.609Z] coverage: 9.0% of statements [2022-03-06T08:45:46.609Z] ok github.com/docker/docker/api/server 0.063s coverage: 9.0% of statements [2022-03-06T08:45:46.660Z] --- PASS: TestKillContainer (2.18s) [2022-03-06T08:45:46.660Z] --- PASS: TestKillContainer/no_signal (0.69s) [2022-03-06T08:45:46.660Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2022-03-06T08:45:46.660Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2022-03-06T08:45:46.660Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-06T08:45:46.660Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-06T08:45:47.225Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-06T08:45:47.225Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-06T08:45:48.160Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s) [2022-03-06T08:45:48.160Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.57s) [2022-03-06T08:45:48.160Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.46s) [2022-03-06T08:45:48.160Z] === RUN TestKillStoppedContainer [2022-03-06T08:45:48.160Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-03-06T08:45:48.160Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-06T08:45:48.160Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-06T08:45:48.160Z] === RUN TestKillDifferentUserContainer [2022-03-06T08:45:48.418Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-03-06T08:45:48.418Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-06T08:45:48.418Z] check_test.go:308: [d09a5d16f2211] daemon is not started [2022-03-06T08:45:48.418Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-03-06T08:45:48.676Z] --- PASS: TestKillDifferentUserContainer (0.66s) [2022-03-06T08:45:48.676Z] === RUN TestInspectOomKilledTrue [2022-03-06T08:45:48.676Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-06T08:45:48.676Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-06T08:45:48.676Z] === RUN TestInspectOomKilledFalse [2022-03-06T08:45:48.676Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-06T08:45:48.676Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-06T08:45:48.676Z] === RUN TestLinksEtcHostsContentMatch [2022-03-06T08:45:48.717Z] --- PASS: TestImportExtremelyLargeImageWorks (90.64s) [2022-03-06T08:45:48.718Z] PASS [2022-03-06T08:45:48.718Z] [2022-03-06T08:45:48.718Z] DONE 22 tests in 93.550s [2022-03-06T08:45:48.718Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-06T08:45:48.718Z] INFO: Testing against a local daemon [2022-03-06T08:45:48.718Z] === RUN TestNetworkCreateDelete [2022-03-06T08:45:48.718Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-03-06T08:45:48.718Z] === RUN TestDockerNetworkDeletePreferID [2022-03-06T08:45:48.718Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-03-06T08:45:48.718Z] === RUN TestDaemonDNSFallback [2022-03-06T08:45:49.241Z] --- PASS: TestLinksEtcHostsContentMatch (0.50s) [2022-03-06T08:45:49.241Z] === RUN TestLinksContainerNames [2022-03-06T08:45:49.504Z] .....INFO: Daemon under test started and replied! [2022-03-06T08:45:49.504Z] INFO: Docker version of the daemon under test [2022-03-06T08:45:49.504Z] [2022-03-06T08:45:49.504Z] Client: [2022-03-06T08:45:49.504Z] Version: 17.06.2-ce [2022-03-06T08:45:49.504Z] API version: 1.30 [2022-03-06T08:45:49.504Z] Go version: go1.8.3 [2022-03-06T08:45:49.504Z] Git commit: cec0b72 [2022-03-06T08:45:49.504Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-06T08:45:49.504Z] OS/Arch: windows/amd64 [2022-03-06T08:45:49.504Z] [2022-03-06T08:45:49.504Z] Server: [2022-03-06T08:45:49.504Z] Version: 0.0.0-dev [2022-03-06T08:45:49.504Z] API version: 1.42 (minimum version 1.24) [2022-03-06T08:45:49.504Z] Go version: go1.17.8 [2022-03-06T08:45:49.504Z] Git commit: b94a319fdf [2022-03-06T08:45:49.504Z] Built: 03/06/2022 08:43:35 [2022-03-06T08:45:49.504Z] OS/Arch: windows/amd64 [2022-03-06T08:45:49.504Z] Experimental: false [2022-03-06T08:45:49.504Z] [2022-03-06T08:45:49.504Z] INFO: Docker info of the daemon under test [2022-03-06T08:45:49.504Z] [2022-03-06T08:45:49.504Z] Containers: 0 [2022-03-06T08:45:49.504Z] Running: 0 [2022-03-06T08:45:49.504Z] Paused: 0 [2022-03-06T08:45:49.504Z] Stopped: 0 [2022-03-06T08:45:49.504Z] Images: 0 [2022-03-06T08:45:49.504Z] Server Version: 0.0.0-dev [2022-03-06T08:45:49.504Z] Storage Driver: windowsfilter [2022-03-06T08:45:49.504Z] Windows: [2022-03-06T08:45:49.504Z] Logging Driver: json-file [2022-03-06T08:45:49.504Z] Plugins: [2022-03-06T08:45:49.504Z] Volume: local [2022-03-06T08:45:49.504Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-06T08:45:49.504Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-06T08:45:49.504Z] Swarm: inactive [2022-03-06T08:45:49.504Z] Default Isolation: process [2022-03-06T08:45:49.504Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-06T08:45:49.504Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-06T08:45:49.504Z] OSType: windows [2022-03-06T08:45:49.504Z] Architecture: x86_64 [2022-03-06T08:45:49.504Z] CPUs: 4 [2022-03-06T08:45:49.504Z] Total Memory: 32GiB [2022-03-06T08:45:49.504Z] Name: azwin-2-b23990 [2022-03-06T08:45:49.504Z] ID: JGND:4LQD:JKHW:7PUS:OU2S:V7KQ:2YRQ:4DEE:54FD:2GKR:FID6:AGWV [2022-03-06T08:45:49.504Z] Docker Root Dir: D:\CI\PR-43335\4\daemon [2022-03-06T08:45:49.504Z] Debug Mode (client): false [2022-03-06T08:45:49.504Z] Debug Mode (server): true [2022-03-06T08:45:49.504Z] File Descriptors: -1 [2022-03-06T08:45:49.504Z] Goroutines: 16 [2022-03-06T08:45:49.504Z] System Time: 2022-03-06T08:45:46.3495657Z [2022-03-06T08:45:49.504Z] EventsListeners: 0 [2022-03-06T08:45:49.504Z] Registry: https://index.docker.io/v1/ [2022-03-06T08:45:49.504Z] Labels: [2022-03-06T08:45:49.504Z] Experimental: false [2022-03-06T08:45:49.504Z] Insecure Registries: [2022-03-06T08:45:49.504Z] 127.0.0.0/8 [2022-03-06T08:45:49.504Z] Live Restore Enabled: false [2022-03-06T08:45:49.504Z] [2022-03-06T08:45:49.504Z] [2022-03-06T08:45:49.504Z] INFO: Docker images of the daemon under test [2022-03-06T08:45:49.504Z] [2022-03-06T08:45:49.504Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-06T08:45:49.504Z] [2022-03-06T08:45:49.504Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-06T08:45:49.504Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-03-06T08:45:49.504Z] ltsc2019: Pulling from windows/servercore [2022-03-06T08:45:49.504Z] 4612f6d0b889: Pulling fs layer [2022-03-06T08:45:49.504Z] 1bd78008c728: Pulling fs layer [2022-03-06T08:45:50.083Z] --- PASS: TestDaemonDNSFallback (6.43s) [2022-03-06T08:45:50.083Z] === RUN TestInspectNetwork [2022-03-06T08:45:50.173Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-06T08:45:50.431Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-03-06T08:45:50.689Z] --- PASS: TestLinksContainerNames (1.52s) [2022-03-06T08:45:50.689Z] === RUN TestLogsFollowTailEmpty [2022-03-06T08:45:51.623Z] --- PASS: TestLogsFollowTailEmpty (0.73s) [2022-03-06T08:45:51.623Z] === RUN TestContainerNetworkMountsNoChown [2022-03-06T08:45:51.703Z] === RUN TestMiddlewares [2022-03-06T08:45:51.703Z] --- PASS: TestMiddlewares (0.00s) [2022-03-06T08:45:51.703Z] PASS [2022-03-06T08:45:51.703Z] coverage: 9.0% of statements [2022-03-06T08:45:51.703Z] ok github.com/docker/docker/api/server 0.047s coverage: 9.0% of statements [2022-03-06T08:45:52.188Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s) [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/default [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/default [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/private [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/private [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/rprivate [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/slave [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/slave [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/rslave [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/shared [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/shared [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/rshared [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-06T08:45:52.188Z] === CONT TestMountDaemonRoot/default [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-06T08:45:52.188Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-06T08:45:52.188Z] === CONT TestMountDaemonRoot/rshared [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-06T08:45:52.188Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-06T08:45:52.188Z] === CONT TestMountDaemonRoot/shared [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-06T08:45:52.188Z] === CONT TestMountDaemonRoot/rslave [2022-03-06T08:45:52.188Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-06T08:45:52.188Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/slave [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/rprivate [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/private [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-06T08:45:52.446Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-06T08:45:52.446Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-06T08:45:52.446Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-06T08:45:52.703Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-03-06T08:45:52.703Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-06T08:45:52.703Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-06T08:45:52.703Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-06T08:45:52.703Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-06T08:45:52.703Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-06T08:45:52.703Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-06T08:45:52.703Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-06T08:45:52.703Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-06T08:45:52.703Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-06T08:45:52.703Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-06T08:45:52.703Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-06T08:45:52.703Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot (0.04s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2022-03-06T08:45:52.960Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2022-03-06T08:45:52.960Z] === RUN TestContainerBindMountNonRecursive [2022-03-06T08:45:53.349Z] === RUN TestInspectNetwork/full_network_id [2022-03-06T08:45:53.349Z] === RUN TestInspectNetwork/partial_network_id [2022-03-06T08:45:53.349Z] === RUN TestInspectNetwork/network_name [2022-03-06T08:45:53.349Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-06T08:45:54.302Z] .........................xx.................... [ 29%] [2022-03-06T08:45:54.333Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-03-06T08:45:54.591Z] --- PASS: TestContainerBindMountNonRecursive (1.78s) [2022-03-06T08:45:54.591Z] === RUN TestContainerVolumesMountedAsShared [2022-03-06T08:45:55.157Z] --- PASS: TestContainerVolumesMountedAsShared (0.63s) [2022-03-06T08:45:55.157Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-06T08:45:56.090Z] --- PASS: TestContainerVolumesMountedAsSlave (0.59s) [2022-03-06T08:45:56.090Z] === RUN TestNetworkNat [2022-03-06T08:45:56.090Z] check_test.go:308: [dbcafbf99a43b] daemon is not started [2022-03-06T08:45:56.090Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-03-06T08:45:56.658Z] --- PASS: TestNetworkNat (0.74s) [2022-03-06T08:45:56.658Z] === RUN TestNetworkLocalhostTCPNat [2022-03-06T08:45:56.915Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-06T08:45:57.481Z] --- PASS: TestNetworkLocalhostTCPNat (0.76s) [2022-03-06T08:45:57.481Z] === RUN TestNetworkLoopbackNat [2022-03-06T08:45:57.515Z] --- PASS: TestInspectNetwork (6.97s) [2022-03-06T08:45:57.515Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-06T08:45:57.515Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-06T08:45:57.515Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-06T08:45:57.515Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-06T08:45:57.515Z] === RUN TestRunContainerWithBridgeNone [2022-03-06T08:45:58.444Z] --- PASS: TestRunContainerWithBridgeNone (1.49s) [2022-03-06T08:45:58.444Z] === RUN TestNetworkInvalidJSON [2022-03-06T08:45:58.444Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-06T08:45:58.444Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-06T08:45:58.444Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:45:58.444Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:45:58.444Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:45:58.444Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:45:58.444Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-06T08:45:58.444Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:45:58.444Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:45:58.444Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-06T08:45:58.444Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-06T08:45:58.444Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-06T08:45:58.444Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-06T08:45:58.444Z] === RUN TestNetworkList [2022-03-06T08:45:58.444Z] === RUN TestNetworkList//networks [2022-03-06T08:45:58.444Z] === PAUSE TestNetworkList//networks [2022-03-06T08:45:58.445Z] === RUN TestNetworkList//networks/ [2022-03-06T08:45:58.445Z] === PAUSE TestNetworkList//networks/ [2022-03-06T08:45:58.445Z] === CONT TestNetworkList//networks [2022-03-06T08:45:58.445Z] === CONT TestNetworkList//networks/ [2022-03-06T08:45:58.445Z] --- PASS: TestNetworkList (0.02s) [2022-03-06T08:45:58.445Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-06T08:45:58.445Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-06T08:45:58.445Z] === RUN TestHostIPv4BridgeLabel [2022-03-06T08:45:58.857Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-03-06T08:45:59.008Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-03-06T08:45:59.008Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-06T08:45:59.422Z] check_test.go:308: [d150d4570e40e] daemon is not started [2022-03-06T08:45:59.423Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-03-06T08:45:59.936Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-06T08:45:59.936Z] === RUN TestDaemonDefaultNetworkPools [2022-03-06T08:46:00.009Z] 1bd78008c728: Verifying Checksum [2022-03-06T08:46:00.009Z] 1bd78008c728: Download complete [2022-03-06T08:46:00.354Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-06T08:46:00.611Z] --- PASS: TestNetworkLoopbackNat (3.18s) [2022-03-06T08:46:00.611Z] === RUN TestPause [2022-03-06T08:46:00.863Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-03-06T08:46:00.863Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-06T08:46:01.176Z] --- PASS: TestPause (0.65s) [2022-03-06T08:46:01.176Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-06T08:46:01.176Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-06T08:46:01.176Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2022-03-06T08:46:01.176Z] === RUN TestPauseStopPausedContainer [2022-03-06T08:46:01.791Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-03-06T08:46:01.792Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-06T08:46:02.109Z] --- PASS: TestPauseStopPausedContainer (0.71s) [2022-03-06T08:46:02.109Z] === RUN TestPidHost [2022-03-06T08:46:02.109Z] docker_cli_daemon_plugins_test.go:80: [d9982253c89f6] daemon is not started [2022-03-06T08:46:03.044Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-06T08:46:03.160Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-03-06T08:46:03.160Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-06T08:46:03.304Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-03-06T08:46:03.304Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-06T08:46:03.304Z] --- PASS: TestPidHost (1.41s) [2022-03-06T08:46:03.304Z] === RUN TestPsFilter [2022-03-06T08:46:03.561Z] --- PASS: TestPsFilter (0.16s) [2022-03-06T08:46:03.561Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-06T08:46:03.722Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-03-06T08:46:03.722Z] === RUN TestServiceWithPredefinedNetwork [2022-03-06T08:46:04.127Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.55s) [2022-03-06T08:46:04.127Z] === RUN TestRemoveContainerWithVolume [2022-03-06T08:46:04.694Z] --- PASS: TestRemoveContainerWithVolume (0.55s) [2022-03-06T08:46:04.694Z] === RUN TestRemoveContainerRunning [2022-03-06T08:46:05.260Z] --- PASS: TestRemoveContainerRunning (0.73s) [2022-03-06T08:46:05.260Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-06T08:46:05.824Z] docker_cli_daemon_plugins_test.go:170: [d8596fc62f779] daemon is not started [2022-03-06T08:46:05.824Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.54s) [2022-03-06T08:46:05.824Z] === RUN TestRemoveInvalidContainer [2022-03-06T08:46:05.824Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-06T08:46:05.824Z] === RUN TestRenameLinkedContainer [2022-03-06T08:46:06.237Z] --- PASS: TestServiceWithPredefinedNetwork (2.23s) [2022-03-06T08:46:06.237Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-06T08:46:06.237Z] service_test.go:243: FLAKY_TEST [2022-03-06T08:46:06.237Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T08:46:06.237Z] === RUN TestServiceWithDataPathPortInit [2022-03-06T08:46:07.197Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-03-06T08:46:08.571Z] --- PASS: TestRenameLinkedContainer (2.78s) [2022-03-06T08:46:08.571Z] === RUN TestRenameStoppedContainer [2022-03-06T08:46:08.680Z] 4612f6d0b889: Verifying Checksum [2022-03-06T08:46:08.680Z] 4612f6d0b889: Download complete [2022-03-06T08:46:09.505Z] --- PASS: TestRenameStoppedContainer (0.76s) [2022-03-06T08:46:09.505Z] === RUN TestRenameRunningContainerAndReuse [2022-03-06T08:46:10.012Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-03-06T08:46:10.442Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-06T08:46:10.700Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-03-06T08:46:10.959Z] --- PASS: TestRenameRunningContainerAndReuse (1.44s) [2022-03-06T08:46:10.959Z] === RUN TestRenameInvalidName [2022-03-06T08:46:11.218Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-03-06T08:46:11.218Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-06T08:46:11.477Z] --- PASS: TestRenameInvalidName (0.62s) [2022-03-06T08:46:11.477Z] === RUN TestRenameAnonymousContainer [2022-03-06T08:46:11.735Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-03-06T08:46:12.304Z] check_test.go:308: [d15c7c33c6e2c] daemon is not started [2022-03-06T08:46:12.304Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-03-06T08:46:12.304Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-06T08:46:14.205Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-03-06T08:46:14.205Z] --- PASS: TestRenameAnonymousContainer (2.44s) [2022-03-06T08:46:14.205Z] === RUN TestRenameContainerWithSameName [2022-03-06T08:46:14.462Z] --- PASS: TestRenameContainerWithSameName (0.64s) [2022-03-06T08:46:14.462Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-06T08:46:15.395Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-03-06T08:46:15.961Z] --- PASS: TestRenameContainerWithLinkedContainer (1.41s) [2022-03-06T08:46:15.961Z] === RUN TestResize [2022-03-06T08:46:15.961Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-06T08:46:16.894Z] --- PASS: TestResize (0.82s) [2022-03-06T08:46:16.894Z] === RUN TestResizeWithInvalidSize [2022-03-06T08:46:17.151Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-03-06T08:46:17.408Z] --- PASS: TestResizeWithInvalidSize (0.66s) [2022-03-06T08:46:17.408Z] === RUN TestResizeWhenContainerNotStarted [2022-03-06T08:46:17.649Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-03-06T08:46:18.331Z] --- PASS: TestBuildWithHugeFile (56.16s) [2022-03-06T08:46:18.331Z] === RUN TestBuildWCOWSandboxSize [2022-03-06T08:46:18.331Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T08:46:18.331Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-06T08:46:18.331Z] === RUN TestBuildWithEmptyDockerfile [2022-03-06T08:46:18.331Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:46:18.331Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:46:18.331Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:46:18.331Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:46:18.331Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:46:18.331Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:46:18.331Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:46:18.331Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:46:18.331Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:46:18.331Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2022-03-06T08:46:18.331Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-03-06T08:46:18.331Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2022-03-06T08:46:18.331Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-06T08:46:18.331Z] === RUN TestBuildPreserveOwnership [2022-03-06T08:46:18.331Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-06T08:46:18.341Z] --- PASS: TestResizeWhenContainerNotStarted (0.71s) [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:46:18.341Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:46:18.341Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:46:18.341Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-06T08:46:18.341Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:46:18.907Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-03-06T08:46:20.225Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-06T08:46:20.811Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-03-06T08:46:21.070Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:46:21.130Z] --- PASS: TestServiceWithDataPathPortInit (13.77s) [2022-03-06T08:46:21.130Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-06T08:46:21.158Z] --- PASS: TestBuildPreserveOwnership (2.62s) [2022-03-06T08:46:21.158Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.76s) [2022-03-06T08:46:21.158Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.86s) [2022-03-06T08:46:21.158Z] === RUN TestBuildPlatformInvalid [2022-03-06T08:46:21.158Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-06T08:46:21.158Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-06T08:46:21.722Z] Loaded image: busybox:latest [2022-03-06T08:46:21.979Z] Loaded image: busybox:glibc [2022-03-06T08:46:22.263Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-03-06T08:46:22.446Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-03-06T08:46:22.446Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-06T08:46:22.446Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:46:22.499Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:k97ozmchrizlqisg8dri5vd3j Created:2022-03-06 08:46:20.949142037 +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[8004c1ad9a31734e090aebd7dc32f3da3b8d523470d63a7453d0c37e7beb8272:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bqopg28hi67t3pyo5y613cwo1 EndpointID:86b278af10388b95d12ccc321cb858bdcbc3c4f0d4a2a93761f6999d9ff38f6e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:dab41606c3b107f7ff5b2afed55acf068af046549a353da560b17d71bea63ff7 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:466899a923bf IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bqopg28hi67t3pyo5y613cwo1 EndpointID:86b278af10388b95d12ccc321cb858bdcbc3c4f0d4a2a93761f6999d9ff38f6e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-06T08:46:22.906Z] Loaded image: debian:bullseye-slim [2022-03-06T08:46:22.906Z] Loaded image: hello-world:latest [2022-03-06T08:46:23.009Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-06T08:46:23.162Z] Loaded image: arm32v7/hello-world:latest [2022-03-06T08:46:23.941Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:46:24.199Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:46:24.199Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-03-06T08:46:24.766Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-03-06T08:46:24.766Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-06T08:46:25.334Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:46:25.901Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:46:26.466Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-06T08:46:26.668Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.01s) [2022-03-06T08:46:26.668Z] PASS [2022-03-06T08:46:26.668Z] [2022-03-06T08:46:26.668Z] === Skipped [2022-03-06T08:46:26.668Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T08:46:26.668Z] service_test.go:243: FLAKY_TEST [2022-03-06T08:46:26.668Z] [2022-03-06T08:46:26.668Z] DONE 26 tests, 1 skipped in 43.690s [2022-03-06T08:46:26.668Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-06T08:46:26.668Z] INFO: Testing against a local daemon [2022-03-06T08:46:26.668Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-06T08:46:26.668Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:46:26.668Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-06T08:46:26.668Z] === RUN TestDockerNetworkIpvlan [2022-03-06T08:46:26.668Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:46:26.668Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-06T08:46:26.669Z] PASS [2022-03-06T08:46:26.669Z] [2022-03-06T08:46:26.669Z] === Skipped [2022-03-06T08:46:26.669Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-06T08:46:26.669Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:46:26.669Z] [2022-03-06T08:46:26.669Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-06T08:46:26.669Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:46:26.669Z] [2022-03-06T08:46:26.669Z] DONE 2 tests, 2 skipped in 0.033s [2022-03-06T08:46:26.669Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-06T08:46:26.669Z] INFO: Testing against a local daemon [2022-03-06T08:46:26.669Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-06T08:46:27.398Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-06T08:46:28.036Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s) [2022-03-06T08:46:28.036Z] === RUN TestDockerNetworkMacvlan [2022-03-06T08:46:28.330Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-03-06T08:46:28.586Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-06T08:46:28.964Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-06T08:46:29.150Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:46:29.527Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-06T08:46:29.717Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-06T08:46:29.976Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-06T08:46:30.091Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-06T08:46:31.261Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.81s) [2022-03-06T08:46:31.261Z] PASS [2022-03-06T08:46:31.261Z] [2022-03-06T08:46:31.261Z] === Skipped [2022-03-06T08:46:31.261Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-03-06T08:46:31.261Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:46:31.261Z] [2022-03-06T08:46:31.261Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-06T08:46:31.261Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T08:46:31.261Z] [2022-03-06T08:46:31.261Z] DONE 34 tests, 2 skipped in 84.985s [2022-03-06T08:46:31.261Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-03-06T08:46:31.261Z] ++ 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-06T08:46:31.261Z] ++ set -e [2022-03-06T08:46:31.261Z] ++ '[' -n 0 ']' [2022-03-06T08:46:31.261Z] ++ set -x [2022-03-06T08:46:31.261Z] ++ 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-06T08:46:31.261Z] INFO: Testing against a local daemon [2022-03-06T08:46:31.261Z] === RUN TestConfigInspect [2022-03-06T08:46:31.878Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-06T08:46:31.987Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-06T08:46:32.136Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-06T08:46:32.193Z] --- PASS: TestConfigInspect (2.20s) [2022-03-06T08:46:32.193Z] === RUN TestConfigList [2022-03-06T08:46:32.703Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-06T08:46:33.696Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-06T08:46:33.881Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-06T08:46:34.266Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-06T08:46:34.715Z] --- PASS: TestConfigList (2.10s) [2022-03-06T08:46:34.715Z] === RUN TestConfigsCreateAndDelete [2022-03-06T08:46:34.837Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-03-06T08:46:35.780Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-06T08:46:36.039Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-06T08:46:36.608Z] --- PASS: TestConfigsCreateAndDelete (2.08s) [2022-03-06T08:46:36.608Z] === RUN TestConfigsUpdate [2022-03-06T08:46:37.154Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-06T08:46:37.428Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-06T08:46:37.428Z] === RUN TestBoolValue [2022-03-06T08:46:37.428Z] --- PASS: TestBoolValue (0.00s) [2022-03-06T08:46:37.428Z] === RUN TestBoolValueOrDefault [2022-03-06T08:46:37.428Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-06T08:46:37.428Z] === RUN TestInt64ValueOrZero [2022-03-06T08:46:37.428Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-06T08:46:37.428Z] === RUN TestInt64ValueOrDefault [2022-03-06T08:46:37.428Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-06T08:46:37.428Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-06T08:46:37.428Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-06T08:46:37.428Z] === RUN TestJsonContentType [2022-03-06T08:46:37.428Z] --- PASS: TestJsonContentType (0.00s) [2022-03-06T08:46:37.428Z] PASS [2022-03-06T08:46:37.428Z] coverage: 14.7% of statements [2022-03-06T08:46:37.428Z] ok github.com/docker/docker/api/server/httputils 0.113s coverage: 14.7% of statements [2022-03-06T08:46:37.428Z] === RUN TestMaskSecretKeys [2022-03-06T08:46:37.428Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-06T08:46:37.428Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-06T08:46:37.428Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-06T08:46:37.428Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-06T08:46:37.428Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-06T08:46:37.428Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-06T08:46:37.428Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-06T08:46:37.428Z] === RUN TestVersionMiddlewareVersion [2022-03-06T08:46:37.428Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-06T08:46:37.428Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-06T08:46:37.428Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-06T08:46:37.428Z] PASS [2022-03-06T08:46:37.428Z] coverage: 37.7% of statements [2022-03-06T08:46:37.428Z] ok github.com/docker/docker/api/server/middleware 0.045s coverage: 37.7% of statements [2022-03-06T08:46:37.428Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-06T08:46:37.428Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-06T08:46:37.428Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-06T08:46:37.428Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-06T08:46:37.428Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-06T08:46:37.428Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-06T08:46:37.428Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-06T08:46:37.428Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-06T08:46:37.428Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-06T08:46:37.717Z] --- PASS: TestDockerNetworkMacvlan (9.72s) [2022-03-06T08:46:37.717Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-03-06T08:46:37.717Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s) [2022-03-06T08:46:37.717Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.84s) [2022-03-06T08:46:37.717Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.88s) [2022-03-06T08:46:37.717Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.14s) [2022-03-06T08:46:37.717Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s) [2022-03-06T08:46:37.717Z] PASS [2022-03-06T08:46:37.717Z] [2022-03-06T08:46:37.717Z] DONE 8 tests in 11.030s [2022-03-06T08:46:37.717Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-06T08:46:37.717Z] testing: warning: no tests to run [2022-03-06T08:46:37.717Z] PASS [2022-03-06T08:46:37.717Z] [2022-03-06T08:46:37.717Z] DONE 0 tests in 0.011s [2022-03-06T08:46:37.717Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-06T08:46:37.717Z] INFO: Testing against a local daemon [2022-03-06T08:46:37.717Z] === RUN TestAuthZPluginAllowRequest [2022-03-06T08:46:37.894Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-06T08:46:37.894Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-06T08:46:37.940Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-06T08:46:38.094Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-03-06T08:46:38.361Z] === RUN TestAdjustForAPIVersion [2022-03-06T08:46:38.361Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-06T08:46:38.361Z] PASS [2022-03-06T08:46:38.361Z] coverage: 5.7% of statements [2022-03-06T08:46:38.361Z] ok github.com/docker/docker/api/server/router/swarm 0.040s coverage: 5.7% of statements [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/types [no test files] [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-06T08:46:38.361Z] === RUN TestToJSON [2022-03-06T08:46:38.361Z] --- PASS: TestToJSON (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestToParamWithVersion [2022-03-06T08:46:38.361Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestFromJSON [2022-03-06T08:46:38.361Z] --- PASS: TestFromJSON (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestEmpty [2022-03-06T08:46:38.361Z] --- PASS: TestEmpty (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestArgsMatchKVListEmptySources [2022-03-06T08:46:38.361Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestArgsMatchKVList [2022-03-06T08:46:38.361Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestArgsMatch [2022-03-06T08:46:38.361Z] --- PASS: TestArgsMatch (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestAdd [2022-03-06T08:46:38.361Z] --- PASS: TestAdd (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestDel [2022-03-06T08:46:38.361Z] --- PASS: TestDel (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestLen [2022-03-06T08:46:38.361Z] --- PASS: TestLen (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestExactMatch [2022-03-06T08:46:38.361Z] --- PASS: TestExactMatch (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestOnlyOneExactMatch [2022-03-06T08:46:38.361Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestContains [2022-03-06T08:46:38.361Z] --- PASS: TestContains (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestValidate [2022-03-06T08:46:38.361Z] --- PASS: TestValidate (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestWalkValues [2022-03-06T08:46:38.361Z] --- PASS: TestWalkValues (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestFuzzyMatch [2022-03-06T08:46:38.361Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestClone [2022-03-06T08:46:38.361Z] --- PASS: TestClone (0.00s) [2022-03-06T08:46:38.361Z] PASS [2022-03-06T08:46:38.361Z] coverage: 92.2% of statements [2022-03-06T08:46:38.361Z] ok github.com/docker/docker/api/types/filters 0.043s coverage: 92.2% of statements [2022-03-06T08:46:38.361Z] === RUN TestStrSliceMarshalJSON [2022-03-06T08:46:38.361Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestStrSliceUnmarshalJSON [2022-03-06T08:46:38.361Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestStrSliceUnmarshalString [2022-03-06T08:46:38.361Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-06T08:46:38.361Z] === RUN TestStrSliceUnmarshalSlice [2022-03-06T08:46:38.361Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-06T08:46:38.361Z] PASS [2022-03-06T08:46:38.361Z] coverage: 90.0% of statements [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-06T08:46:38.361Z] ok github.com/docker/docker/api/types/strslice 0.044s coverage: 90.0% of statements [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-06T08:46:38.361Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-06T08:46:38.500Z] --- PASS: TestConfigsUpdate (2.09s) [2022-03-06T08:46:38.500Z] === RUN TestTemplatedConfig [2022-03-06T08:46:38.504Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-06T08:46:38.827Z] === RUN TestDurationToSecondsString [2022-03-06T08:46:38.827Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-06T08:46:38.827Z] === RUN TestGetTimestamp [2022-03-06T08:46:38.827Z] === RUN TestCompareVersion [2022-03-06T08:46:38.827Z] --- PASS: TestCompareVersion (0.00s) [2022-03-06T08:46:38.827Z] PASS [2022-03-06T08:46:38.827Z] coverage: 77.3% of statements [2022-03-06T08:46:38.827Z] ok github.com/docker/docker/api/types/versions 0.036s coverage: 77.3% of statements [2022-03-06T08:46:39.083Z] --- PASS: TestAuthZPluginAllowRequest (1.21s) [2022-03-06T08:46:39.084Z] === RUN TestAuthZPluginTLS [2022-03-06T08:46:39.293Z] --- PASS: TestGetTimestamp (0.15s) [2022-03-06T08:46:39.293Z] === RUN TestParseTimestamps [2022-03-06T08:46:39.293Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-06T08:46:39.293Z] PASS [2022-03-06T08:46:39.293Z] coverage: 100.0% of statements [2022-03-06T08:46:39.293Z] ok github.com/docker/docker/api/types/time 0.206s coverage: 100.0% of statements [2022-03-06T08:46:39.293Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-06T08:46:39.293Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-06T08:46:39.293Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-06T08:46:39.293Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-06T08:46:39.293Z] ? github.com/docker/docker/builder [no test files] [2022-03-06T08:46:39.293Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-06T08:46:39.293Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-06T08:46:39.293Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-06T08:46:39.293Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-06T08:46:39.293Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-06T08:46:39.293Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-06T08:46:39.293Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-06T08:46:39.645Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-03-06T08:46:39.645Z] === RUN TestAuthZPluginDenyRequest [2022-03-06T08:46:40.206Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-03-06T08:46:40.206Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-06T08:46:40.275Z] === RUN TestParseRemoteURL [2022-03-06T08:46:40.275Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-06T08:46:40.275Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-06T08:46:40.275Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-06T08:46:40.275Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-06T08:46:40.275Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-06T08:46:40.275Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-06T08:46:40.275Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-06T08:46:40.275Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-06T08:46:40.275Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-06T08:46:40.275Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-06T08:46:40.275Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-06T08:46:40.275Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-06T08:46:40.275Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-06T08:46:40.275Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-06T08:46:40.275Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-06T08:46:40.275Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-06T08:46:40.275Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-06T08:46:40.275Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-06T08:46:40.275Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-06T08:46:40.275Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-06T08:46:40.275Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-06T08:46:40.275Z] === RUN TestCloneArgsSmartHttp [2022-03-06T08:46:40.275Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-06T08:46:40.275Z] === RUN TestCloneArgsDumbHttp [2022-03-06T08:46:40.275Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-06T08:46:40.275Z] === RUN TestCloneArgsGit [2022-03-06T08:46:40.275Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-06T08:46:40.275Z] === RUN TestCheckoutGit [2022-03-06T08:46:40.768Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-06T08:46:40.768Z] === RUN TestAuthZPluginDenyResponse [2022-03-06T08:46:41.016Z] --- PASS: TestTemplatedConfig (2.35s) [2022-03-06T08:46:41.016Z] === RUN TestConfigCreateResolve [2022-03-06T08:46:41.033Z] check_test.go:308: [d5d0a32d4a1ad] daemon is not started [2022-03-06T08:46:41.033Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.80s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.55s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.78s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.59s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.39s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.64s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.85s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.80s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.61s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.47s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.99s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.51s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.44s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.39s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.82s) [2022-03-06T08:46:41.293Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.63s) [2022-03-06T08:46:41.293Z] === RUN TestCgroupNamespacesRun [2022-03-06T08:46:41.331Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-06T08:46:41.331Z] === RUN TestAuthZPluginAllowEventStream [2022-03-06T08:46:41.837Z] === RUN TestEnable [2022-03-06T08:46:41.837Z] --- PASS: TestEnable (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestDisable [2022-03-06T08:46:41.837Z] --- PASS: TestDisable (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestEnabled [2022-03-06T08:46:41.837Z] --- PASS: TestEnabled (0.00s) [2022-03-06T08:46:41.837Z] PASS [2022-03-06T08:46:41.837Z] coverage: 100.0% of statements [2022-03-06T08:46:41.837Z] ok github.com/docker/docker/cli/debug 0.051s coverage: 100.0% of statements [2022-03-06T08:46:41.837Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-06T08:46:41.837Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestProcessNoDockerignore [2022-03-06T08:46:41.837Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-06T08:46:41.837Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestDetectContentType [2022-03-06T08:46:41.837Z] --- PASS: TestDetectContentType (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestSelectAcceptableMIME [2022-03-06T08:46:41.837Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestInspectEmptyResponse [2022-03-06T08:46:41.837Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestInspectResponseBinary [2022-03-06T08:46:41.837Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestResponseUnsupportedContentType [2022-03-06T08:46:41.837Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestInspectResponseTextSimple [2022-03-06T08:46:41.837Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestInspectResponseEmptyContentType [2022-03-06T08:46:41.837Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestUnknownContentLength [2022-03-06T08:46:41.837Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-06T08:46:41.837Z] === RUN TestDownloadRemote [2022-03-06T08:46:41.838Z] --- PASS: TestDownloadRemote (0.09s) [2022-03-06T08:46:41.838Z] === RUN TestGetWithStatusError [2022-03-06T08:46:41.838Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-06T08:46:41.838Z] === RUN TestCloseRootDirectory [2022-03-06T08:46:41.838Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:46:41.838Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-06T08:46:41.838Z] === RUN TestHashFile [2022-03-06T08:46:41.838Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:46:41.838Z] --- SKIP: TestHashFile (0.00s) [2022-03-06T08:46:41.838Z] === RUN TestHashSubdir [2022-03-06T08:46:41.838Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:46:41.838Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-06T08:46:41.838Z] === RUN TestRemoveDirectory [2022-03-06T08:46:41.838Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:46:41.838Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-06T08:46:41.838Z] PASS [2022-03-06T08:46:41.838Z] coverage: 9.3% of statements [2022-03-06T08:46:41.838Z] ok github.com/docker/docker/builder/remotecontext 0.247s coverage: 9.3% of statements [2022-03-06T08:46:42.304Z] === RUN TestGetAllAllowed [2022-03-06T08:46:42.304Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestGetAllMeta [2022-03-06T08:46:42.304Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-06T08:46:42.304Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestIsUnreferencedBuiltin [2022-03-06T08:46:42.304Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestIsExistingDirectory [2022-03-06T08:46:42.304Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestGetFilenameForDownload [2022-03-06T08:46:42.304Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestEnv2Variables [2022-03-06T08:46:42.304Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-06T08:46:42.304Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestMaintainer [2022-03-06T08:46:42.304Z] --- PASS: TestMaintainer (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestLabel [2022-03-06T08:46:42.304Z] --- PASS: TestLabel (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestFromScratch [2022-03-06T08:46:42.304Z] --- PASS: TestFromScratch (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestFromWithArg [2022-03-06T08:46:42.304Z] --- PASS: TestFromWithArg (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-06T08:46:42.304Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestFromWithUndefinedArg [2022-03-06T08:46:42.304Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestFromMultiStageWithNamedStage [2022-03-06T08:46:42.304Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestOnbuild [2022-03-06T08:46:42.304Z] --- PASS: TestOnbuild (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestWorkdir [2022-03-06T08:46:42.304Z] --- PASS: TestWorkdir (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestCmd [2022-03-06T08:46:42.304Z] --- PASS: TestCmd (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestHealthcheckNone [2022-03-06T08:46:42.304Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestHealthcheckCmd [2022-03-06T08:46:42.304Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestEntrypoint [2022-03-06T08:46:42.304Z] --- PASS: TestEntrypoint (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestExpose [2022-03-06T08:46:42.304Z] --- PASS: TestExpose (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestUser [2022-03-06T08:46:42.304Z] --- PASS: TestUser (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestVolume [2022-03-06T08:46:42.304Z] --- PASS: TestVolume (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestStopSignal [2022-03-06T08:46:42.304Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-06T08:46:42.304Z] --- SKIP: TestStopSignal (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestArg [2022-03-06T08:46:42.304Z] --- PASS: TestArg (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestShell [2022-03-06T08:46:42.304Z] --- PASS: TestShell (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestPrependEnvOnCmd [2022-03-06T08:46:42.304Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestRunWithBuildArgs [2022-03-06T08:46:42.304Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestRunIgnoresHealthcheck [2022-03-06T08:46:42.304Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestDispatchUnsupportedOptions [2022-03-06T08:46:42.304Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-06T08:46:42.304Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-06T08:46:42.304Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-06T08:46:42.304Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-06T08:46:42.304Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-06T08:46:42.304Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-06T08:46:42.304Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestNormalizeWorkdir [2022-03-06T08:46:42.304Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestDispatch [2022-03-06T08:46:42.304Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-06T08:46:42.304Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-06T08:46:42.304Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-06T08:46:42.304Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-06T08:46:42.304Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-06T08:46:42.304Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-06T08:46:42.304Z] === RUN TestDispatch/COPY_url [2022-03-06T08:46:42.304Z] --- PASS: TestDispatch (0.06s) [2022-03-06T08:46:42.304Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-06T08:46:42.304Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-06T08:46:42.304Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-06T08:46:42.304Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-06T08:46:42.304Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-06T08:46:42.304Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-06T08:46:42.304Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestAddScratchImageAddsToMounts [2022-03-06T08:46:42.304Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-06T08:46:42.304Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-06T08:46:42.304Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-06T08:46:42.304Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestImageSourceGetAddsToMounts [2022-03-06T08:46:42.304Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestEmptyDockerfile [2022-03-06T08:46:42.304Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestSymlinkDockerfile [2022-03-06T08:46:42.304Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-06T08:46:42.304Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-06T08:46:42.304Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestNonExistingDockerfile [2022-03-06T08:46:42.304Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestCopyRunConfig [2022-03-06T08:46:42.304Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestDeepCopyRunConfig [2022-03-06T08:46:42.304Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestExportImage [2022-03-06T08:46:42.304Z] --- PASS: TestExportImage (0.00s) [2022-03-06T08:46:42.304Z] === RUN TestNormalizeDest [2022-03-06T08:46:42.305Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-06T08:46:42.305Z] PASS [2022-03-06T08:46:42.305Z] coverage: 46.7% of statements [2022-03-06T08:46:42.305Z] ok github.com/docker/docker/builder/dockerfile 0.184s coverage: 46.7% of statements [2022-03-06T08:46:42.327Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-06T08:46:42.327Z] === RUN TestBoolValue [2022-03-06T08:46:42.327Z] --- PASS: TestBoolValue (0.00s) [2022-03-06T08:46:42.327Z] === RUN TestBoolValueOrDefault [2022-03-06T08:46:42.327Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-06T08:46:42.327Z] === RUN TestInt64ValueOrZero [2022-03-06T08:46:42.327Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-06T08:46:42.327Z] === RUN TestInt64ValueOrDefault [2022-03-06T08:46:42.327Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-06T08:46:42.327Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-06T08:46:42.327Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-06T08:46:42.327Z] === RUN TestJsonContentType [2022-03-06T08:46:42.327Z] --- PASS: TestJsonContentType (0.00s) [2022-03-06T08:46:42.327Z] PASS [2022-03-06T08:46:42.327Z] coverage: 14.7% of statements [2022-03-06T08:46:42.327Z] ok github.com/docker/docker/api/server/httputils 0.088s coverage: 14.7% of statements [2022-03-06T08:46:42.721Z] --- PASS: TestAuthZPluginAllowEventStream (1.39s) [2022-03-06T08:46:42.721Z] === RUN TestAuthZPluginErrorResponse [2022-03-06T08:46:42.907Z] --- PASS: TestConfigCreateResolve (2.10s) [2022-03-06T08:46:42.907Z] PASS [2022-03-06T08:46:42.907Z] [2022-03-06T08:46:42.907Z] DONE 6 tests in 13.011s [2022-03-06T08:46:42.907Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-03-06T08:46:42.907Z] ++ 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-06T08:46:42.907Z] ++ set -e [2022-03-06T08:46:42.907Z] ++ '[' -n 0 ']' [2022-03-06T08:46:42.907Z] ++ set -x [2022-03-06T08:46:42.907Z] ++ 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-06T08:46:43.164Z] INFO: Testing against a local daemon [2022-03-06T08:46:43.164Z] === RUN TestCheckpoint [2022-03-06T08:46:43.164Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T08:46:43.164Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-06T08:46:43.164Z] === RUN TestContainerInvalidJSON [2022-03-06T08:46:43.164Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:46:43.164Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:46:43.164Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:46:43.164Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:46:43.164Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:46:43.164Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:46:43.164Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-06T08:46:43.164Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-06T08:46:43.164Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-06T08:46:43.164Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-06T08:46:43.164Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-06T08:46:43.164Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-06T08:46:43.164Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-06T08:46:43.164Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-06T08:46:43.164Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-06T08:46:43.164Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-06T08:46:43.164Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-06T08:46:43.164Z] === RUN TestCopyFromContainer [2022-03-06T08:46:43.199Z] --- PASS: TestCgroupNamespacesRun (1.66s) [2022-03-06T08:46:43.199Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-06T08:46:43.199Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-03-06T08:46:43.287Z] === RUN TestTCP4Proxy [2022-03-06T08:46:43.287Z] --- PASS: TestTCP4Proxy (0.00s) [2022-03-06T08:46:43.287Z] === RUN TestTCP4ProxyHalfClose [2022-03-06T08:46:43.287Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-06T08:46:43.287Z] === RUN TestTCP6Proxy [2022-03-06T08:46:43.287Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-06T08:46:43.287Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-06T08:46:43.287Z] === RUN TestTCPDualStackProxy [2022-03-06T08:46:43.287Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-06T08:46:43.287Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-06T08:46:43.287Z] === RUN TestUDP4Proxy [2022-03-06T08:46:43.287Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-06T08:46:43.287Z] === RUN TestUDP6Proxy [2022-03-06T08:46:43.287Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-06T08:46:43.287Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-06T08:46:43.287Z] === RUN TestUDPWriteError [2022-03-06T08:46:43.287Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-06T08:46:43.287Z] === RUN TestSCTP4Proxy [2022-03-06T08:46:43.287Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-06T08:46:43.287Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-03-06T08:46:43.287Z] === RUN TestSCTP6Proxy [2022-03-06T08:46:43.287Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-06T08:46:43.287Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-06T08:46:43.287Z] PASS [2022-03-06T08:46:43.287Z] coverage: 49.4% of statements [2022-03-06T08:46:43.287Z] ok github.com/docker/docker/cmd/docker-proxy 0.065s coverage: 49.4% of statements [2022-03-06T08:46:43.294Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2022-03-06T08:46:43.294Z] === RUN TestAuthZPluginErrorRequest [2022-03-06T08:46:43.553Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-06T08:46:43.553Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-06T08:46:44.095Z] === RUN TestCopyFromContainer// [2022-03-06T08:46:44.095Z] === RUN TestCopyFromContainer//bar/root [2022-03-06T08:46:44.095Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-06T08:46:44.118Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-03-06T08:46:44.118Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-06T08:46:44.353Z] === RUN TestCopyFromContainer/bar/quux [2022-03-06T08:46:44.353Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-06T08:46:44.353Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-06T08:46:44.353Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-06T08:46:44.353Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-06T08:46:44.503Z] === RUN TestMaskSecretKeys [2022-03-06T08:46:44.503Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-06T08:46:44.503Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-06T08:46:44.503Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-06T08:46:44.503Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-06T08:46:44.503Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-06T08:46:44.503Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-06T08:46:44.503Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-06T08:46:44.503Z] === RUN TestVersionMiddlewareVersion [2022-03-06T08:46:44.503Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-06T08:46:44.503Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-06T08:46:44.503Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-06T08:46:44.503Z] PASS [2022-03-06T08:46:44.503Z] coverage: 37.7% of statements [2022-03-06T08:46:44.503Z] ok github.com/docker/docker/api/server/middleware 0.048s coverage: 37.7% of statements [2022-03-06T08:46:44.503Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-06T08:46:44.503Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-06T08:46:44.503Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-06T08:46:44.503Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-06T08:46:44.503Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-06T08:46:44.503Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-06T08:46:44.503Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-06T08:46:44.503Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-06T08:46:44.503Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-06T08:46:44.571Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.62s) [2022-03-06T08:46:44.571Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-06T08:46:44.609Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-06T08:46:44.609Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-06T08:46:44.609Z] --- PASS: TestCopyFromContainer (1.35s) [2022-03-06T08:46:44.609Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-03-06T08:46:44.609Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-06T08:46:44.609Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-03-06T08:46:44.609Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-03-06T08:46:44.609Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-06T08:46:44.609Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-06T08:46:44.609Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-06T08:46:44.609Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-06T08:46:44.609Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-06T08:46:44.609Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-06T08:46:44.609Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-06T08:46:44.609Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:46:44.609Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:46:44.609Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:46:44.609Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:46:44.609Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:46:44.609Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:46:44.609Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:46:44.609Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:46:44.609Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:46:44.609Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-06T08:46:44.609Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-06T08:46:44.609Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-06T08:46:44.609Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-06T08:46:44.609Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-06T08:46:44.609Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-06T08:46:44.609Z] === RUN TestCreateWithInvalidEnv [2022-03-06T08:46:44.609Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-06T08:46:44.609Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-06T08:46:44.609Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-06T08:46:44.609Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-06T08:46:44.609Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-06T08:46:44.609Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-06T08:46:44.609Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-06T08:46:44.609Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-06T08:46:44.609Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-06T08:46:44.609Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-06T08:46:44.609Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-06T08:46:44.609Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-06T08:46:44.609Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-06T08:46:44.609Z] === RUN TestCreateTmpfsMountsTarget [2022-03-06T08:46:44.609Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-06T08:46:44.609Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-06T08:46:44.961Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-06T08:46:44.961Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-06T08:46:45.417Z] === RUN TestAdjustForAPIVersion [2022-03-06T08:46:45.417Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-06T08:46:45.417Z] PASS [2022-03-06T08:46:45.417Z] coverage: 5.7% of statements [2022-03-06T08:46:45.417Z] ok github.com/docker/docker/api/server/router/swarm 0.046s coverage: 5.7% of statements [2022-03-06T08:46:45.417Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-06T08:46:45.417Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-06T08:46:45.417Z] ? github.com/docker/docker/api/types [no test files] [2022-03-06T08:46:45.417Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-06T08:46:45.417Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-06T08:46:45.417Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-06T08:46:45.417Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-06T08:46:45.417Z] === RUN TestStrSliceMarshalJSON [2022-03-06T08:46:45.417Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-06T08:46:45.417Z] === RUN TestStrSliceUnmarshalJSON [2022-03-06T08:46:45.417Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-06T08:46:45.417Z] === RUN TestStrSliceUnmarshalString [2022-03-06T08:46:45.417Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-06T08:46:45.417Z] === RUN TestStrSliceUnmarshalSlice [2022-03-06T08:46:45.417Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-06T08:46:45.417Z] PASS [2022-03-06T08:46:45.417Z] coverage: 90.0% of statements [2022-03-06T08:46:45.417Z] ok github.com/docker/docker/api/types/strslice 0.037s coverage: 90.0% of statements [2022-03-06T08:46:45.872Z] === RUN TestToJSON [2022-03-06T08:46:45.872Z] --- PASS: TestToJSON (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestToParamWithVersion [2022-03-06T08:46:45.872Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestFromJSON [2022-03-06T08:46:45.872Z] --- PASS: TestFromJSON (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestEmpty [2022-03-06T08:46:45.872Z] --- PASS: TestEmpty (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestArgsMatchKVListEmptySources [2022-03-06T08:46:45.872Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestArgsMatchKVList [2022-03-06T08:46:45.872Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestArgsMatch [2022-03-06T08:46:45.872Z] --- PASS: TestArgsMatch (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestAdd [2022-03-06T08:46:45.872Z] --- PASS: TestAdd (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestDel [2022-03-06T08:46:45.872Z] --- PASS: TestDel (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestLen [2022-03-06T08:46:45.872Z] --- PASS: TestLen (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestExactMatch [2022-03-06T08:46:45.872Z] --- PASS: TestExactMatch (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestOnlyOneExactMatch [2022-03-06T08:46:45.872Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestContains [2022-03-06T08:46:45.872Z] --- PASS: TestContains (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestValidate [2022-03-06T08:46:45.872Z] --- PASS: TestValidate (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestWalkValues [2022-03-06T08:46:45.872Z] --- PASS: TestWalkValues (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestFuzzyMatch [2022-03-06T08:46:45.872Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestClone [2022-03-06T08:46:45.872Z] --- PASS: TestClone (0.00s) [2022-03-06T08:46:45.872Z] PASS [2022-03-06T08:46:45.872Z] coverage: 92.2% of statements [2022-03-06T08:46:45.872Z] ok github.com/docker/docker/api/types/filters 0.049s coverage: 92.2% of statements [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-06T08:46:45.872Z] === RUN TestDurationToSecondsString [2022-03-06T08:46:45.872Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-06T08:46:45.872Z] === RUN TestGetTimestamp [2022-03-06T08:46:45.872Z] --- PASS: TestGetTimestamp (0.15s) [2022-03-06T08:46:45.872Z] === RUN TestParseTimestamps [2022-03-06T08:46:45.872Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-06T08:46:45.872Z] PASS [2022-03-06T08:46:45.872Z] coverage: 100.0% of statements [2022-03-06T08:46:45.872Z] ok github.com/docker/docker/api/types/time 0.193s coverage: 100.0% of statements [2022-03-06T08:46:45.872Z] === RUN TestCompareVersion [2022-03-06T08:46:45.872Z] --- PASS: TestCompareVersion (0.00s) [2022-03-06T08:46:45.872Z] PASS [2022-03-06T08:46:45.872Z] coverage: 77.3% of statements [2022-03-06T08:46:45.872Z] ok github.com/docker/docker/api/types/versions 0.038s coverage: 77.3% of statements [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/builder [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-06T08:46:45.872Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-06T08:46:45.873Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-06T08:46:45.873Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-06T08:46:45.873Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-06T08:46:45.873Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-06T08:46:45.974Z] --- PASS: TestCreateWithCustomMaskedPaths (1.10s) [2022-03-06T08:46:45.974Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-06T08:46:46.010Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.41s) [2022-03-06T08:46:46.010Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-06T08:46:46.470Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-06T08:46:46.730Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.16s) [2022-03-06T08:46:46.730Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-06T08:46:46.922Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.07s) [2022-03-06T08:46:46.922Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-06T08:46:46.922Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:46:46.922Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:46:46.922Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:46:46.922Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:46:46.922Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:46:46.922Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:46:46.922Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:46:46.922Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:46:46.922Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:46:46.922Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:46:46.922Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:46:46.922Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:46:46.922Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:46:46.922Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:46:46.922Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:46:46.922Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-06T08:46:46.922Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-06T08:46:46.922Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-06T08:46:46.922Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-06T08:46:46.922Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-06T08:46:46.922Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-06T08:46:46.922Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-06T08:46:46.941Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.43s) [2022-03-06T08:46:46.941Z] === RUN TestAuthZPluginHeader [2022-03-06T08:46:47.186Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2022-03-06T08:46:47.186Z] === RUN TestCreateDifferentPlatform [2022-03-06T08:46:47.186Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-06T08:46:47.186Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-06T08:46:47.186Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-06T08:46:47.186Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-06T08:46:47.186Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-06T08:46:47.186Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-06T08:46:47.398Z] === RUN TestParseRemoteURL [2022-03-06T08:46:47.398Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-06T08:46:47.398Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-06T08:46:47.398Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-06T08:46:47.398Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-06T08:46:47.398Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-06T08:46:47.398Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-06T08:46:47.398Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-06T08:46:47.398Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-06T08:46:47.398Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-06T08:46:47.398Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-06T08:46:47.398Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-06T08:46:47.398Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-06T08:46:47.398Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-06T08:46:47.398Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-06T08:46:47.398Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-06T08:46:47.398Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-06T08:46:47.398Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-06T08:46:47.398Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-06T08:46:47.398Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-06T08:46:47.398Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-06T08:46:47.398Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-06T08:46:47.398Z] === RUN TestCloneArgsSmartHttp [2022-03-06T08:46:47.398Z] --- PASS: TestCloneArgsSmartHttp (0.05s) [2022-03-06T08:46:47.398Z] === RUN TestCloneArgsDumbHttp [2022-03-06T08:46:47.398Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-06T08:46:47.398Z] === RUN TestCloneArgsGit [2022-03-06T08:46:47.398Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-06T08:46:47.398Z] === RUN TestCheckoutGit [2022-03-06T08:46:47.449Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-06T08:46:47.450Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-06T08:46:47.450Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-06T08:46:47.450Z] === RUN TestContainerStartOnDaemonRestart [2022-03-06T08:46:47.450Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-06T08:46:47.450Z] === RUN TestDaemonRestartIpcMode [2022-03-06T08:46:47.450Z] === PAUSE TestDaemonRestartIpcMode [2022-03-06T08:46:47.450Z] === RUN TestDaemonHostGatewayIP [2022-03-06T08:46:47.450Z] === PAUSE TestDaemonHostGatewayIP [2022-03-06T08:46:47.450Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-06T08:46:47.450Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-06T08:46:47.450Z] === RUN TestContainerKillOnDaemonStart [2022-03-06T08:46:47.450Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-06T08:46:47.450Z] === RUN TestDiff [2022-03-06T08:46:47.748Z] --- PASS: TestDiff (0.39s) [2022-03-06T08:46:47.748Z] === RUN TestExecWithCloseStdin [2022-03-06T08:46:47.870Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-03-06T08:46:47.870Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-06T08:46:47.973Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-03-06T08:46:48.309Z] --- PASS: TestExecWithCloseStdin (0.42s) [2022-03-06T08:46:48.309Z] === RUN TestExec [2022-03-06T08:46:48.565Z] --- PASS: TestExec (0.42s) [2022-03-06T08:46:48.565Z] === RUN TestExecUser [2022-03-06T08:46:48.628Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2022-03-06T08:46:48.629Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-06T08:46:48.923Z] === RUN TestEnable [2022-03-06T08:46:48.923Z] --- PASS: TestEnable (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestDisable [2022-03-06T08:46:48.923Z] --- PASS: TestDisable (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestEnabled [2022-03-06T08:46:48.923Z] --- PASS: TestEnabled (0.00s) [2022-03-06T08:46:48.923Z] PASS [2022-03-06T08:46:48.923Z] coverage: 100.0% of statements [2022-03-06T08:46:48.923Z] ok github.com/docker/docker/cli/debug 0.039s coverage: 100.0% of statements [2022-03-06T08:46:48.923Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-06T08:46:48.923Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestProcessNoDockerignore [2022-03-06T08:46:48.923Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-06T08:46:48.923Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-06T08:46:48.923Z] === RUN TestDetectContentType [2022-03-06T08:46:48.923Z] --- PASS: TestDetectContentType (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestSelectAcceptableMIME [2022-03-06T08:46:48.923Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestInspectEmptyResponse [2022-03-06T08:46:48.923Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestInspectResponseBinary [2022-03-06T08:46:48.923Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestResponseUnsupportedContentType [2022-03-06T08:46:48.923Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestInspectResponseTextSimple [2022-03-06T08:46:48.923Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestInspectResponseEmptyContentType [2022-03-06T08:46:48.923Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestUnknownContentLength [2022-03-06T08:46:48.923Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestDownloadRemote [2022-03-06T08:46:48.923Z] --- PASS: TestDownloadRemote (0.08s) [2022-03-06T08:46:48.923Z] === RUN TestGetWithStatusError [2022-03-06T08:46:48.923Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestCloseRootDirectory [2022-03-06T08:46:48.923Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:46:48.923Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-06T08:46:48.923Z] === RUN TestHashFile [2022-03-06T08:46:48.923Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:46:48.923Z] --- SKIP: TestHashFile (0.01s) [2022-03-06T08:46:48.923Z] === RUN TestHashSubdir [2022-03-06T08:46:48.923Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:46:48.923Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-06T08:46:48.923Z] === RUN TestRemoveDirectory [2022-03-06T08:46:48.923Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:46:48.923Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-06T08:46:48.923Z] PASS [2022-03-06T08:46:48.923Z] coverage: 9.3% of statements [2022-03-06T08:46:48.923Z] ok github.com/docker/docker/builder/remotecontext 0.215s coverage: 9.3% of statements [2022-03-06T08:46:49.126Z] --- PASS: TestExecUser (0.42s) [2022-03-06T08:46:49.126Z] === RUN TestExportContainerAndImportImage [2022-03-06T08:46:49.459Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-03-06T08:46:49.560Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-06T08:46:49.691Z] --- PASS: TestExportContainerAndImportImage (0.50s) [2022-03-06T08:46:49.691Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-06T08:46:49.899Z] === RUN TestGetAllAllowed [2022-03-06T08:46:49.899Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestGetAllMeta [2022-03-06T08:46:49.899Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-06T08:46:49.899Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestIsUnreferencedBuiltin [2022-03-06T08:46:49.899Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestIsExistingDirectory [2022-03-06T08:46:49.899Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestGetFilenameForDownload [2022-03-06T08:46:49.899Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestEnv2Variables [2022-03-06T08:46:49.899Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-06T08:46:49.899Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestMaintainer [2022-03-06T08:46:49.899Z] --- PASS: TestMaintainer (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestLabel [2022-03-06T08:46:49.899Z] --- PASS: TestLabel (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestFromScratch [2022-03-06T08:46:49.899Z] --- PASS: TestFromScratch (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestFromWithArg [2022-03-06T08:46:49.899Z] --- PASS: TestFromWithArg (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-06T08:46:49.899Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestFromWithUndefinedArg [2022-03-06T08:46:49.899Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestFromMultiStageWithNamedStage [2022-03-06T08:46:49.899Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestOnbuild [2022-03-06T08:46:49.899Z] --- PASS: TestOnbuild (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestWorkdir [2022-03-06T08:46:49.899Z] --- PASS: TestWorkdir (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestCmd [2022-03-06T08:46:49.899Z] --- PASS: TestCmd (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestHealthcheckNone [2022-03-06T08:46:49.899Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestHealthcheckCmd [2022-03-06T08:46:49.899Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestEntrypoint [2022-03-06T08:46:49.899Z] --- PASS: TestEntrypoint (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestExpose [2022-03-06T08:46:49.899Z] --- PASS: TestExpose (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestUser [2022-03-06T08:46:49.899Z] --- PASS: TestUser (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestVolume [2022-03-06T08:46:49.899Z] --- PASS: TestVolume (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestStopSignal [2022-03-06T08:46:49.899Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-06T08:46:49.899Z] --- SKIP: TestStopSignal (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestArg [2022-03-06T08:46:49.899Z] --- PASS: TestArg (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestShell [2022-03-06T08:46:49.899Z] --- PASS: TestShell (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestPrependEnvOnCmd [2022-03-06T08:46:49.899Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestRunWithBuildArgs [2022-03-06T08:46:49.899Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestRunIgnoresHealthcheck [2022-03-06T08:46:49.899Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestDispatchUnsupportedOptions [2022-03-06T08:46:49.899Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-06T08:46:49.899Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-06T08:46:49.899Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-06T08:46:49.899Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-06T08:46:49.899Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-06T08:46:49.899Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-06T08:46:49.899Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestNormalizeWorkdir [2022-03-06T08:46:49.899Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestDispatch [2022-03-06T08:46:49.899Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-06T08:46:49.899Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-06T08:46:49.899Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-06T08:46:49.899Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-06T08:46:49.899Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-06T08:46:49.899Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-06T08:46:49.899Z] === RUN TestDispatch/COPY_url [2022-03-06T08:46:49.899Z] --- PASS: TestDispatch (0.06s) [2022-03-06T08:46:49.899Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-06T08:46:49.899Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-06T08:46:49.899Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-06T08:46:49.899Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-06T08:46:49.899Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-06T08:46:49.899Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-06T08:46:49.899Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestAddScratchImageAddsToMounts [2022-03-06T08:46:49.899Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-06T08:46:49.899Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-06T08:46:49.899Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-06T08:46:49.899Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestImageSourceGetAddsToMounts [2022-03-06T08:46:49.899Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestEmptyDockerfile [2022-03-06T08:46:49.899Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-06T08:46:49.899Z] === RUN TestSymlinkDockerfile [2022-03-06T08:46:49.899Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-06T08:46:49.899Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-06T08:46:49.899Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestNonExistingDockerfile [2022-03-06T08:46:49.899Z] --- PASS: TestNonExistingDockerfile (0.01s) [2022-03-06T08:46:49.899Z] === RUN TestCopyRunConfig [2022-03-06T08:46:49.899Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestDeepCopyRunConfig [2022-03-06T08:46:49.899Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestExportImage [2022-03-06T08:46:49.899Z] --- PASS: TestExportImage (0.00s) [2022-03-06T08:46:49.899Z] === RUN TestNormalizeDest [2022-03-06T08:46:49.899Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-06T08:46:49.899Z] PASS [2022-03-06T08:46:49.899Z] coverage: 46.7% of statements [2022-03-06T08:46:49.899Z] ok github.com/docker/docker/builder/dockerfile 0.200s coverage: 46.7% of statements [2022-03-06T08:46:50.353Z] === RUN TestTCP4Proxy [2022-03-06T08:46:50.353Z] --- PASS: TestTCP4Proxy (0.02s) [2022-03-06T08:46:50.353Z] === RUN TestTCP4ProxyHalfClose [2022-03-06T08:46:50.353Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-06T08:46:50.353Z] === RUN TestTCP6Proxy [2022-03-06T08:46:50.353Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-06T08:46:50.353Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-06T08:46:50.353Z] === RUN TestTCPDualStackProxy [2022-03-06T08:46:50.353Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-06T08:46:50.353Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-06T08:46:50.353Z] === RUN TestUDP4Proxy [2022-03-06T08:46:50.353Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-06T08:46:50.353Z] === RUN TestUDP6Proxy [2022-03-06T08:46:50.353Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-06T08:46:50.353Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-06T08:46:50.353Z] === RUN TestUDPWriteError [2022-03-06T08:46:50.353Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-06T08:46:50.354Z] === RUN TestSCTP4Proxy [2022-03-06T08:46:50.354Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-06T08:46:50.354Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-03-06T08:46:50.354Z] === RUN TestSCTP6Proxy [2022-03-06T08:46:50.354Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-06T08:46:50.354Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-06T08:46:50.354Z] PASS [2022-03-06T08:46:50.354Z] coverage: 49.4% of statements [2022-03-06T08:46:50.354Z] ok github.com/docker/docker/cmd/docker-proxy 0.111s coverage: 49.4% of statements [2022-03-06T08:46:50.493Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.05s) [2022-03-06T08:46:50.493Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-06T08:46:51.057Z] --- PASS: TestExportContainerAfterDaemonRestart (1.25s) [2022-03-06T08:46:51.057Z] === RUN TestHealthCheckWorkdir [2022-03-06T08:46:51.313Z] --- PASS: TestHealthCheckWorkdir (0.49s) [2022-03-06T08:46:51.313Z] === RUN TestHealthKillContainer [2022-03-06T08:46:51.864Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-06T08:46:51.925Z] === RUN TestCheckpointCreateError [2022-03-06T08:46:51.925Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestCheckpointCreate [2022-03-06T08:46:51.925Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestCheckpointDeleteError [2022-03-06T08:46:51.925Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestCheckpointDelete [2022-03-06T08:46:51.925Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestCheckpointListError [2022-03-06T08:46:51.925Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestCheckpointList [2022-03-06T08:46:51.925Z] --- PASS: TestCheckpointList (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestCheckpointListContainerNotFound [2022-03-06T08:46:51.925Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestNewClientWithOpsFromEnv [2022-03-06T08:46:51.925Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-06T08:46:51.925Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestGetAPIPath [2022-03-06T08:46:51.925Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestParseHostURL [2022-03-06T08:46:51.925Z] --- PASS: TestParseHostURL (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-06T08:46:51.925Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-06T08:46:51.925Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestNegotiateAPIVersion [2022-03-06T08:46:51.925Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestNegotiateAPVersionOverride [2022-03-06T08:46:51.925Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-06T08:46:51.925Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-06T08:46:51.925Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-06T08:46:51.926Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-06T08:46:51.926Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-06T08:46:51.926Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-06T08:46:51.926Z] === RUN TestClientRedirect [2022-03-06T08:46:52.036Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.88s) [2022-03-06T08:46:52.036Z] === RUN TestAuthZPluginV2Disable [2022-03-06T08:46:52.392Z] --- PASS: TestClientRedirect (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigCreateUnsupported [2022-03-06T08:46:52.392Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigCreateError [2022-03-06T08:46:52.392Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigCreate [2022-03-06T08:46:52.392Z] --- PASS: TestConfigCreate (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigInspectNotFound [2022-03-06T08:46:52.392Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigInspectWithEmptyID [2022-03-06T08:46:52.392Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigInspectUnsupported [2022-03-06T08:46:52.392Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigInspectError [2022-03-06T08:46:52.392Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigInspectConfigNotFound [2022-03-06T08:46:52.392Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigInspect [2022-03-06T08:46:52.392Z] --- PASS: TestConfigInspect (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigListUnsupported [2022-03-06T08:46:52.392Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigListError [2022-03-06T08:46:52.392Z] --- PASS: TestConfigListError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigList [2022-03-06T08:46:52.392Z] --- PASS: TestConfigList (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigRemoveUnsupported [2022-03-06T08:46:52.392Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigRemoveError [2022-03-06T08:46:52.392Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigRemove [2022-03-06T08:46:52.392Z] --- PASS: TestConfigRemove (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigUpdateUnsupported [2022-03-06T08:46:52.392Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigUpdateError [2022-03-06T08:46:52.392Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestConfigUpdate [2022-03-06T08:46:52.392Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerCommitError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerCommit [2022-03-06T08:46:52.392Z] --- PASS: TestContainerCommit (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerStatPathError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerStatPathNotFoundError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerStatPathNoHeaderError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerStatPath [2022-03-06T08:46:52.392Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestCopyToContainerError [2022-03-06T08:46:52.392Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestCopyToContainerNotFoundError [2022-03-06T08:46:52.392Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-06T08:46:52.392Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestCopyToContainer [2022-03-06T08:46:52.392Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestCopyFromContainerError [2022-03-06T08:46:52.392Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestCopyFromContainerNotFoundError [2022-03-06T08:46:52.392Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-06T08:46:52.392Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-06T08:46:52.392Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestCopyFromContainer [2022-03-06T08:46:52.392Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerCreateError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerCreateImageNotFound [2022-03-06T08:46:52.392Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerCreateWithName [2022-03-06T08:46:52.392Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerCreateAutoRemove [2022-03-06T08:46:52.392Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerDiffError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerDiff [2022-03-06T08:46:52.392Z] --- PASS: TestContainerDiff (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerExecCreateError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerExecCreate [2022-03-06T08:46:52.392Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerExecStartError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerExecStart [2022-03-06T08:46:52.392Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerExecInspectError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerExecInspect [2022-03-06T08:46:52.392Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerExportError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerExportError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerExport [2022-03-06T08:46:52.392Z] --- PASS: TestContainerExport (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerInspectError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerInspectContainerNotFound [2022-03-06T08:46:52.392Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerInspectWithEmptyID [2022-03-06T08:46:52.392Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerInspect [2022-03-06T08:46:52.392Z] --- PASS: TestContainerInspect (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerInspectNode [2022-03-06T08:46:52.392Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerKillError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerKillError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerKill [2022-03-06T08:46:52.392Z] --- PASS: TestContainerKill (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerListError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerListError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerList [2022-03-06T08:46:52.392Z] --- PASS: TestContainerList (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerLogsNotFoundError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerLogsError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerLogs [2022-03-06T08:46:52.392Z] --- PASS: TestContainerLogs (0.16s) [2022-03-06T08:46:52.392Z] === RUN TestContainerPauseError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerPause [2022-03-06T08:46:52.392Z] --- PASS: TestContainerPause (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainersPruneError [2022-03-06T08:46:52.392Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainersPrune [2022-03-06T08:46:52.392Z] --- PASS: TestContainersPrune (0.01s) [2022-03-06T08:46:52.392Z] === RUN TestContainerRemoveError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerRemoveNotFoundError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerRemove [2022-03-06T08:46:52.392Z] --- PASS: TestContainerRemove (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerRenameError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerRename [2022-03-06T08:46:52.392Z] --- PASS: TestContainerRename (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerResizeError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerExecResizeError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerResize [2022-03-06T08:46:52.392Z] --- PASS: TestContainerResize (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerExecResize [2022-03-06T08:46:52.392Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerRestartError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerRestart [2022-03-06T08:46:52.392Z] --- PASS: TestContainerRestart (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerStartError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerStartError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerStart [2022-03-06T08:46:52.392Z] --- PASS: TestContainerStart (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerStatsError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerStats [2022-03-06T08:46:52.392Z] --- PASS: TestContainerStats (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerStopError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerStopError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerStop [2022-03-06T08:46:52.392Z] --- PASS: TestContainerStop (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerTopError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerTopError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerTop [2022-03-06T08:46:52.392Z] --- PASS: TestContainerTop (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerUnpauseError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerUnpause [2022-03-06T08:46:52.392Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerUpdateError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerUpdate [2022-03-06T08:46:52.392Z] --- PASS: TestContainerUpdate (0.01s) [2022-03-06T08:46:52.392Z] === RUN TestContainerWaitError [2022-03-06T08:46:52.392Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestContainerWait [2022-03-06T08:46:52.392Z] --- PASS: TestContainerWait (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestDiskUsageError [2022-03-06T08:46:52.392Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestDiskUsage [2022-03-06T08:46:52.392Z] --- PASS: TestDiskUsage (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestDistributionInspectUnsupported [2022-03-06T08:46:52.392Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestDistributionInspectWithEmptyID [2022-03-06T08:46:52.392Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestEventsErrorInOptions [2022-03-06T08:46:52.392Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestEventsErrorFromServer [2022-03-06T08:46:52.392Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestEvents [2022-03-06T08:46:52.392Z] --- PASS: TestEvents (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestTLSCloseWriter [2022-03-06T08:46:52.392Z] === PAUSE TestTLSCloseWriter [2022-03-06T08:46:52.392Z] === RUN TestImageBuildError [2022-03-06T08:46:52.392Z] --- PASS: TestImageBuildError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageBuild [2022-03-06T08:46:52.392Z] --- PASS: TestImageBuild (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestGetDockerOS [2022-03-06T08:46:52.392Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageCreateError [2022-03-06T08:46:52.392Z] --- PASS: TestImageCreateError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageCreate [2022-03-06T08:46:52.392Z] --- PASS: TestImageCreate (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageHistoryError [2022-03-06T08:46:52.392Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageHistory [2022-03-06T08:46:52.392Z] --- PASS: TestImageHistory (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageImportError [2022-03-06T08:46:52.392Z] --- PASS: TestImageImportError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageImport [2022-03-06T08:46:52.392Z] --- PASS: TestImageImport (0.01s) [2022-03-06T08:46:52.392Z] === RUN TestImageInspectError [2022-03-06T08:46:52.392Z] --- PASS: TestImageInspectError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageInspectImageNotFound [2022-03-06T08:46:52.392Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageInspectWithEmptyID [2022-03-06T08:46:52.392Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageInspect [2022-03-06T08:46:52.392Z] --- PASS: TestImageInspect (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageListError [2022-03-06T08:46:52.392Z] --- PASS: TestImageListError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageList [2022-03-06T08:46:52.392Z] --- PASS: TestImageList (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageListApiBefore125 [2022-03-06T08:46:52.392Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageLoadError [2022-03-06T08:46:52.392Z] --- PASS: TestImageLoadError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImageLoad [2022-03-06T08:46:52.392Z] --- PASS: TestImageLoad (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagesPruneError [2022-03-06T08:46:52.392Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagesPrune [2022-03-06T08:46:52.392Z] --- PASS: TestImagesPrune (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePullReferenceParseError [2022-03-06T08:46:52.392Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePullAnyError [2022-03-06T08:46:52.392Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-06T08:46:52.392Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-06T08:46:52.392Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-06T08:46:52.392Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-06T08:46:52.392Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePullWithoutErrors [2022-03-06T08:46:52.392Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePushReferenceError [2022-03-06T08:46:52.392Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePushAnyError [2022-03-06T08:46:52.392Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-06T08:46:52.392Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-06T08:46:52.392Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-06T08:46:52.392Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-06T08:46:52.392Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-06T08:46:52.392Z] === RUN TestImagePushWithoutErrors [2022-03-06T08:46:52.392Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-06T08:46:52.392Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-06T08:46:52.392Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-06T08:46:52.393Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-06T08:46:52.393Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageRemoveError [2022-03-06T08:46:52.393Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageRemoveImageNotFound [2022-03-06T08:46:52.393Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageRemove [2022-03-06T08:46:52.393Z] --- PASS: TestImageRemove (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageSaveError [2022-03-06T08:46:52.393Z] --- PASS: TestImageSaveError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageSave [2022-03-06T08:46:52.393Z] --- PASS: TestImageSave (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageSearchAnyError [2022-03-06T08:46:52.393Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-06T08:46:52.393Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-06T08:46:52.393Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-06T08:46:52.393Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-06T08:46:52.393Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageSearchWithoutErrors [2022-03-06T08:46:52.393Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageTagError [2022-03-06T08:46:52.393Z] --- PASS: TestImageTagError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageTagInvalidReference [2022-03-06T08:46:52.393Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageTagInvalidSourceImageName [2022-03-06T08:46:52.393Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageTagHexSource [2022-03-06T08:46:52.393Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestImageTag [2022-03-06T08:46:52.393Z] --- PASS: TestImageTag (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestInfoServerError [2022-03-06T08:46:52.393Z] --- PASS: TestInfoServerError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestInfoInvalidResponseJSONError [2022-03-06T08:46:52.393Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestInfo [2022-03-06T08:46:52.393Z] --- PASS: TestInfo (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworkConnectError [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworkConnect [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworkCreateError [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworkCreate [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworkDisconnectError [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworkDisconnect [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworkInspect [2022-03-06T08:46:52.393Z] === RUN TestNetworkInspect/empty_ID [2022-03-06T08:46:52.393Z] === RUN TestNetworkInspect/no_options [2022-03-06T08:46:52.393Z] === RUN TestNetworkInspect/verbose [2022-03-06T08:46:52.393Z] === RUN TestNetworkInspect/global_scope [2022-03-06T08:46:52.393Z] === RUN TestNetworkInspect/unknown_network [2022-03-06T08:46:52.393Z] === RUN TestNetworkInspect/server_error [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworkListError [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkListError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworkList [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkList (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworksPruneError [2022-03-06T08:46:52.393Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworksPrune [2022-03-06T08:46:52.393Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworkRemoveError [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNetworkRemove [2022-03-06T08:46:52.393Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNodeInspectError [2022-03-06T08:46:52.393Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNodeInspectNodeNotFound [2022-03-06T08:46:52.393Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNodeInspectWithEmptyID [2022-03-06T08:46:52.393Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNodeInspect [2022-03-06T08:46:52.393Z] --- PASS: TestNodeInspect (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNodeListError [2022-03-06T08:46:52.393Z] --- PASS: TestNodeListError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNodeList [2022-03-06T08:46:52.393Z] --- PASS: TestNodeList (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNodeRemoveError [2022-03-06T08:46:52.393Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNodeRemove [2022-03-06T08:46:52.393Z] --- PASS: TestNodeRemove (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNodeUpdateError [2022-03-06T08:46:52.393Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestNodeUpdate [2022-03-06T08:46:52.393Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestOptionWithHostFromEnv [2022-03-06T08:46:52.393Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestOptionWithTimeout [2022-03-06T08:46:52.393Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestOptionWithVersionFromEnv [2022-03-06T08:46:52.393Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPingFail [2022-03-06T08:46:52.393Z] --- PASS: TestPingFail (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPingWithError [2022-03-06T08:46:52.393Z] 2022/03/06 08:46:52 RoundTripper returned a response & error; ignoring response [2022-03-06T08:46:52.393Z] 2022/03/06 08:46:52 RoundTripper returned a response & error; ignoring response [2022-03-06T08:46:52.393Z] --- PASS: TestPingWithError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPingSuccess [2022-03-06T08:46:52.393Z] --- PASS: TestPingSuccess (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPingHeadFallback [2022-03-06T08:46:52.393Z] === RUN TestPingHeadFallback/OK [2022-03-06T08:46:52.393Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-06T08:46:52.393Z] === RUN TestPingHeadFallback/Not_Found [2022-03-06T08:46:52.393Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-06T08:46:52.393Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-06T08:46:52.393Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginDisableError [2022-03-06T08:46:52.393Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginDisable [2022-03-06T08:46:52.393Z] --- PASS: TestPluginDisable (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginEnableError [2022-03-06T08:46:52.393Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginEnable [2022-03-06T08:46:52.393Z] --- PASS: TestPluginEnable (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginInspectError [2022-03-06T08:46:52.393Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginInspectWithEmptyID [2022-03-06T08:46:52.393Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginInspect [2022-03-06T08:46:52.393Z] --- PASS: TestPluginInspect (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginListError [2022-03-06T08:46:52.393Z] --- PASS: TestPluginListError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginList [2022-03-06T08:46:52.393Z] --- PASS: TestPluginList (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginPushError [2022-03-06T08:46:52.393Z] --- PASS: TestPluginPushError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginPush [2022-03-06T08:46:52.393Z] --- PASS: TestPluginPush (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginRemoveError [2022-03-06T08:46:52.393Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginRemove [2022-03-06T08:46:52.393Z] --- PASS: TestPluginRemove (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginSetError [2022-03-06T08:46:52.393Z] --- PASS: TestPluginSetError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPluginSet [2022-03-06T08:46:52.393Z] --- PASS: TestPluginSet (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSetHostHeader [2022-03-06T08:46:52.393Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestPlainTextError [2022-03-06T08:46:52.393Z] --- PASS: TestPlainTextError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestInfiniteError [2022-03-06T08:46:52.393Z] --- PASS: TestInfiniteError (0.02s) [2022-03-06T08:46:52.393Z] === RUN TestCanceledContext [2022-03-06T08:46:52.393Z] 2022/03/06 08:46:52 RoundTripper returned a response & error; ignoring response [2022-03-06T08:46:52.393Z] --- PASS: TestCanceledContext (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestDeadlineExceededContext [2022-03-06T08:46:52.393Z] 2022/03/06 08:46:52 RoundTripper returned a response & error; ignoring response [2022-03-06T08:46:52.393Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretCreateUnsupported [2022-03-06T08:46:52.393Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretCreateError [2022-03-06T08:46:52.393Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretCreate [2022-03-06T08:46:52.393Z] --- PASS: TestSecretCreate (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretInspectUnsupported [2022-03-06T08:46:52.393Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretInspectError [2022-03-06T08:46:52.393Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretInspectSecretNotFound [2022-03-06T08:46:52.393Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretInspectWithEmptyID [2022-03-06T08:46:52.393Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretInspect [2022-03-06T08:46:52.393Z] --- PASS: TestSecretInspect (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretListUnsupported [2022-03-06T08:46:52.393Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretListError [2022-03-06T08:46:52.393Z] --- PASS: TestSecretListError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretList [2022-03-06T08:46:52.393Z] --- PASS: TestSecretList (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretRemoveUnsupported [2022-03-06T08:46:52.393Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretRemoveError [2022-03-06T08:46:52.393Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretRemove [2022-03-06T08:46:52.393Z] --- PASS: TestSecretRemove (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretUpdateUnsupported [2022-03-06T08:46:52.393Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretUpdateError [2022-03-06T08:46:52.393Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSecretUpdate [2022-03-06T08:46:52.393Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceCreateError [2022-03-06T08:46:52.393Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceCreate [2022-03-06T08:46:52.393Z] --- PASS: TestServiceCreate (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-06T08:46:52.393Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceCreateDigestPinning [2022-03-06T08:46:52.393Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceInspectError [2022-03-06T08:46:52.393Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceInspectServiceNotFound [2022-03-06T08:46:52.393Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceInspectWithEmptyID [2022-03-06T08:46:52.393Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceInspect [2022-03-06T08:46:52.393Z] --- PASS: TestServiceInspect (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceListError [2022-03-06T08:46:52.393Z] --- PASS: TestServiceListError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceList [2022-03-06T08:46:52.393Z] --- PASS: TestServiceList (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceLogsError [2022-03-06T08:46:52.393Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceLogs [2022-03-06T08:46:52.393Z] --- PASS: TestServiceLogs (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceRemoveError [2022-03-06T08:46:52.393Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceRemoveNotFoundError [2022-03-06T08:46:52.393Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceRemove [2022-03-06T08:46:52.393Z] --- PASS: TestServiceRemove (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceUpdateError [2022-03-06T08:46:52.393Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestServiceUpdate [2022-03-06T08:46:52.393Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmGetUnlockKeyError [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmGetUnlockKey [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmInitError [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmInit [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmInit (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmInspectError [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmInspect [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmJoinError [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmJoin [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmLeaveError [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmLeave [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmUnlockError [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmUnlock [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmUpdateError [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestSwarmUpdate [2022-03-06T08:46:52.393Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestTaskInspectError [2022-03-06T08:46:52.393Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestTaskInspectWithEmptyID [2022-03-06T08:46:52.393Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestTaskInspect [2022-03-06T08:46:52.393Z] --- PASS: TestTaskInspect (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestTaskListError [2022-03-06T08:46:52.393Z] --- PASS: TestTaskListError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestTaskList [2022-03-06T08:46:52.393Z] --- PASS: TestTaskList (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestVolumeCreateError [2022-03-06T08:46:52.393Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestVolumeCreate [2022-03-06T08:46:52.393Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestVolumeInspectError [2022-03-06T08:46:52.393Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestVolumeInspectNotFound [2022-03-06T08:46:52.393Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestVolumeInspectWithEmptyID [2022-03-06T08:46:52.393Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestVolumeInspect [2022-03-06T08:46:52.393Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestVolumeListError [2022-03-06T08:46:52.393Z] --- PASS: TestVolumeListError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestVolumeList [2022-03-06T08:46:52.393Z] --- PASS: TestVolumeList (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestVolumeRemoveError [2022-03-06T08:46:52.393Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-06T08:46:52.393Z] === RUN TestVolumeRemove [2022-03-06T08:46:52.393Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-06T08:46:52.393Z] === CONT TestTLSCloseWriter [2022-03-06T08:46:52.393Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-06T08:46:52.393Z] PASS [2022-03-06T08:46:52.393Z] coverage: 75.2% of statements [2022-03-06T08:46:52.393Z] ok github.com/docker/docker/client 0.421s coverage: 75.2% of statements [2022-03-06T08:46:52.433Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-06T08:46:52.692Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.09s) [2022-03-06T08:46:52.692Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-06T08:46:53.479Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-03-06T08:46:53.629Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.98s) [2022-03-06T08:46:53.629Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-06T08:46:54.564Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-06T08:46:55.307Z] --- PASS: TestAuthZPluginV2Disable (3.27s) [2022-03-06T08:46:55.307Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-06T08:46:55.497Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.90s) [2022-03-06T08:46:55.497Z] === RUN TestNISDomainname [2022-03-06T08:46:56.872Z] --- PASS: TestNISDomainname (1.34s) [2022-03-06T08:46:56.872Z] === RUN TestHostnameDnsResolution [2022-03-06T08:46:57.131Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-03-06T08:46:57.131Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-06T08:46:58.066Z] --- PASS: TestHostnameDnsResolution (1.18s) [2022-03-06T08:46:58.066Z] === RUN TestUnprivilegedPortsAndPing [2022-03-06T08:46:58.579Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.16s) [2022-03-06T08:46:58.579Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-06T08:46:59.004Z] --- PASS: TestUnprivilegedPortsAndPing (0.98s) [2022-03-06T08:46:59.004Z] === RUN TestStats [2022-03-06T08:46:59.403Z] --- PASS: TestHealthKillContainer (7.79s) [2022-03-06T08:46:59.403Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-06T08:46:59.403Z] --- PASS: TestInspectCpusetInConfigPre120 (0.35s) [2022-03-06T08:46:59.403Z] === RUN TestIpcModeNone [2022-03-06T08:46:59.571Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-03-06T08:46:59.965Z] --- PASS: TestIpcModeNone (0.41s) [2022-03-06T08:46:59.965Z] === RUN TestIpcModePrivate [2022-03-06T08:47:00.221Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:73, shared: false, mustBeShared: false [2022-03-06T08:47:00.221Z] --- PASS: TestIpcModePrivate (0.42s) [2022-03-06T08:47:00.221Z] === RUN TestIpcModeShareable [2022-03-06T08:47:00.477Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:67, shared: true, mustBeShared: true [2022-03-06T08:47:00.502Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-03-06T08:47:00.640Z] === RUN TestCheckpointCreateError [2022-03-06T08:47:00.640Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-06T08:47:00.640Z] === RUN TestCheckpointCreate [2022-03-06T08:47:00.640Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-06T08:47:00.640Z] === RUN TestCheckpointDeleteError [2022-03-06T08:47:00.640Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-06T08:47:00.640Z] === RUN TestCheckpointDelete [2022-03-06T08:47:00.640Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-06T08:47:00.640Z] === RUN TestCheckpointListError [2022-03-06T08:47:00.640Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-06T08:47:00.640Z] === RUN TestCheckpointList [2022-03-06T08:47:00.640Z] --- PASS: TestCheckpointList (0.00s) [2022-03-06T08:47:00.640Z] === RUN TestCheckpointListContainerNotFound [2022-03-06T08:47:00.640Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-06T08:47:00.640Z] === RUN TestNewClientWithOpsFromEnv [2022-03-06T08:47:00.641Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-06T08:47:00.641Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestGetAPIPath [2022-03-06T08:47:00.641Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestParseHostURL [2022-03-06T08:47:00.641Z] --- PASS: TestParseHostURL (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-06T08:47:00.641Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-06T08:47:00.641Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNegotiateAPIVersion [2022-03-06T08:47:00.641Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNegotiateAPVersionOverride [2022-03-06T08:47:00.641Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-06T08:47:00.641Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-06T08:47:00.641Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-06T08:47:00.641Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestClientRedirect [2022-03-06T08:47:00.641Z] --- PASS: TestClientRedirect (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigCreateUnsupported [2022-03-06T08:47:00.641Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigCreateError [2022-03-06T08:47:00.641Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigCreate [2022-03-06T08:47:00.641Z] --- PASS: TestConfigCreate (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigInspectNotFound [2022-03-06T08:47:00.641Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigInspectWithEmptyID [2022-03-06T08:47:00.641Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigInspectUnsupported [2022-03-06T08:47:00.641Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigInspectError [2022-03-06T08:47:00.641Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigInspectConfigNotFound [2022-03-06T08:47:00.641Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigInspect [2022-03-06T08:47:00.641Z] --- PASS: TestConfigInspect (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigListUnsupported [2022-03-06T08:47:00.641Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigListError [2022-03-06T08:47:00.641Z] --- PASS: TestConfigListError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigList [2022-03-06T08:47:00.641Z] --- PASS: TestConfigList (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigRemoveUnsupported [2022-03-06T08:47:00.641Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigRemoveError [2022-03-06T08:47:00.641Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigRemove [2022-03-06T08:47:00.641Z] --- PASS: TestConfigRemove (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigUpdateUnsupported [2022-03-06T08:47:00.641Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigUpdateError [2022-03-06T08:47:00.641Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestConfigUpdate [2022-03-06T08:47:00.641Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerCommitError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerCommit [2022-03-06T08:47:00.641Z] --- PASS: TestContainerCommit (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerStatPathError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerStatPathNotFoundError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerStatPathNoHeaderError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerStatPath [2022-03-06T08:47:00.641Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestCopyToContainerError [2022-03-06T08:47:00.641Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestCopyToContainerNotFoundError [2022-03-06T08:47:00.641Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-06T08:47:00.641Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestCopyToContainer [2022-03-06T08:47:00.641Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestCopyFromContainerError [2022-03-06T08:47:00.641Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestCopyFromContainerNotFoundError [2022-03-06T08:47:00.641Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-06T08:47:00.641Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-06T08:47:00.641Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestCopyFromContainer [2022-03-06T08:47:00.641Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerCreateError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerCreateImageNotFound [2022-03-06T08:47:00.641Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerCreateWithName [2022-03-06T08:47:00.641Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerCreateAutoRemove [2022-03-06T08:47:00.641Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerDiffError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerDiff [2022-03-06T08:47:00.641Z] --- PASS: TestContainerDiff (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerExecCreateError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerExecCreate [2022-03-06T08:47:00.641Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerExecStartError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerExecStart [2022-03-06T08:47:00.641Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerExecInspectError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerExecInspect [2022-03-06T08:47:00.641Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerExportError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerExportError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerExport [2022-03-06T08:47:00.641Z] --- PASS: TestContainerExport (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerInspectError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerInspectContainerNotFound [2022-03-06T08:47:00.641Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerInspectWithEmptyID [2022-03-06T08:47:00.641Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerInspect [2022-03-06T08:47:00.641Z] --- PASS: TestContainerInspect (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerInspectNode [2022-03-06T08:47:00.641Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerKillError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerKillError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerKill [2022-03-06T08:47:00.641Z] --- PASS: TestContainerKill (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerListError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerListError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerList [2022-03-06T08:47:00.641Z] --- PASS: TestContainerList (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerLogsNotFoundError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerLogsError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerLogs [2022-03-06T08:47:00.641Z] --- PASS: TestContainerLogs (0.16s) [2022-03-06T08:47:00.641Z] === RUN TestContainerPauseError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerPause [2022-03-06T08:47:00.641Z] --- PASS: TestContainerPause (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainersPruneError [2022-03-06T08:47:00.641Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainersPrune [2022-03-06T08:47:00.641Z] --- PASS: TestContainersPrune (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerRemoveError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerRemoveNotFoundError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerRemove [2022-03-06T08:47:00.641Z] --- PASS: TestContainerRemove (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerRenameError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerRename [2022-03-06T08:47:00.641Z] --- PASS: TestContainerRename (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerResizeError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerExecResizeError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerResize [2022-03-06T08:47:00.641Z] --- PASS: TestContainerResize (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerExecResize [2022-03-06T08:47:00.641Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerRestartError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerRestart [2022-03-06T08:47:00.641Z] --- PASS: TestContainerRestart (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerStartError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerStartError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerStart [2022-03-06T08:47:00.641Z] --- PASS: TestContainerStart (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerStatsError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerStats [2022-03-06T08:47:00.641Z] --- PASS: TestContainerStats (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerStopError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerStopError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerStop [2022-03-06T08:47:00.641Z] --- PASS: TestContainerStop (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerTopError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerTopError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerTop [2022-03-06T08:47:00.641Z] --- PASS: TestContainerTop (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerUnpauseError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerUnpause [2022-03-06T08:47:00.641Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerUpdateError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerUpdateError (0.01s) [2022-03-06T08:47:00.641Z] === RUN TestContainerUpdate [2022-03-06T08:47:00.641Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerWaitError [2022-03-06T08:47:00.641Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestContainerWait [2022-03-06T08:47:00.641Z] --- PASS: TestContainerWait (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestDiskUsageError [2022-03-06T08:47:00.641Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestDiskUsage [2022-03-06T08:47:00.641Z] --- PASS: TestDiskUsage (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestDistributionInspectUnsupported [2022-03-06T08:47:00.641Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestDistributionInspectWithEmptyID [2022-03-06T08:47:00.641Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestEventsErrorInOptions [2022-03-06T08:47:00.641Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestEventsErrorFromServer [2022-03-06T08:47:00.641Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestEvents [2022-03-06T08:47:00.641Z] --- PASS: TestEvents (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestTLSCloseWriter [2022-03-06T08:47:00.641Z] === PAUSE TestTLSCloseWriter [2022-03-06T08:47:00.641Z] === RUN TestImageBuildError [2022-03-06T08:47:00.641Z] --- PASS: TestImageBuildError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageBuild [2022-03-06T08:47:00.641Z] --- PASS: TestImageBuild (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestGetDockerOS [2022-03-06T08:47:00.641Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageCreateError [2022-03-06T08:47:00.641Z] --- PASS: TestImageCreateError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageCreate [2022-03-06T08:47:00.641Z] --- PASS: TestImageCreate (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageHistoryError [2022-03-06T08:47:00.641Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageHistory [2022-03-06T08:47:00.641Z] --- PASS: TestImageHistory (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageImportError [2022-03-06T08:47:00.641Z] --- PASS: TestImageImportError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageImport [2022-03-06T08:47:00.641Z] --- PASS: TestImageImport (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageInspectError [2022-03-06T08:47:00.641Z] --- PASS: TestImageInspectError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageInspectImageNotFound [2022-03-06T08:47:00.641Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageInspectWithEmptyID [2022-03-06T08:47:00.641Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageInspect [2022-03-06T08:47:00.641Z] --- PASS: TestImageInspect (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageListError [2022-03-06T08:47:00.641Z] --- PASS: TestImageListError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageList [2022-03-06T08:47:00.641Z] --- PASS: TestImageList (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageListApiBefore125 [2022-03-06T08:47:00.641Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageLoadError [2022-03-06T08:47:00.641Z] --- PASS: TestImageLoadError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageLoad [2022-03-06T08:47:00.641Z] --- PASS: TestImageLoad (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagesPruneError [2022-03-06T08:47:00.641Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagesPrune [2022-03-06T08:47:00.641Z] --- PASS: TestImagesPrune (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePullReferenceParseError [2022-03-06T08:47:00.641Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePullAnyError [2022-03-06T08:47:00.641Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-06T08:47:00.641Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-06T08:47:00.641Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-06T08:47:00.641Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-06T08:47:00.641Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePullWithoutErrors [2022-03-06T08:47:00.641Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePushReferenceError [2022-03-06T08:47:00.641Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePushAnyError [2022-03-06T08:47:00.641Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-06T08:47:00.641Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-06T08:47:00.641Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-06T08:47:00.641Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-06T08:47:00.641Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImagePushWithoutErrors [2022-03-06T08:47:00.641Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-06T08:47:00.641Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-06T08:47:00.641Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-06T08:47:00.641Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-06T08:47:00.641Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-06T08:47:00.641Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-06T08:47:00.641Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-06T08:47:00.641Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-06T08:47:00.641Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageRemoveError [2022-03-06T08:47:00.641Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageRemoveImageNotFound [2022-03-06T08:47:00.641Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageRemove [2022-03-06T08:47:00.641Z] --- PASS: TestImageRemove (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageSaveError [2022-03-06T08:47:00.641Z] --- PASS: TestImageSaveError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageSave [2022-03-06T08:47:00.641Z] --- PASS: TestImageSave (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageSearchAnyError [2022-03-06T08:47:00.641Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-06T08:47:00.641Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-06T08:47:00.641Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-06T08:47:00.641Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-06T08:47:00.641Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageSearchWithoutErrors [2022-03-06T08:47:00.641Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageTagError [2022-03-06T08:47:00.641Z] --- PASS: TestImageTagError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageTagInvalidReference [2022-03-06T08:47:00.641Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageTagInvalidSourceImageName [2022-03-06T08:47:00.641Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageTagHexSource [2022-03-06T08:47:00.641Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestImageTag [2022-03-06T08:47:00.641Z] --- PASS: TestImageTag (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestInfoServerError [2022-03-06T08:47:00.641Z] --- PASS: TestInfoServerError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestInfoInvalidResponseJSONError [2022-03-06T08:47:00.641Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestInfo [2022-03-06T08:47:00.641Z] --- PASS: TestInfo (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNetworkConnectError [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNetworkConnect [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNetworkCreateError [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNetworkCreate [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNetworkDisconnectError [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNetworkDisconnect [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNetworkInspect [2022-03-06T08:47:00.641Z] === RUN TestNetworkInspect/empty_ID [2022-03-06T08:47:00.641Z] === RUN TestNetworkInspect/no_options [2022-03-06T08:47:00.641Z] === RUN TestNetworkInspect/verbose [2022-03-06T08:47:00.641Z] === RUN TestNetworkInspect/global_scope [2022-03-06T08:47:00.641Z] === RUN TestNetworkInspect/unknown_network [2022-03-06T08:47:00.641Z] === RUN TestNetworkInspect/server_error [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNetworkListError [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkListError (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNetworkList [2022-03-06T08:47:00.641Z] --- PASS: TestNetworkList (0.00s) [2022-03-06T08:47:00.641Z] === RUN TestNetworksPruneError [2022-03-06T08:47:00.642Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNetworksPrune [2022-03-06T08:47:00.642Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNetworkRemoveError [2022-03-06T08:47:00.642Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNetworkRemove [2022-03-06T08:47:00.642Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNodeInspectError [2022-03-06T08:47:00.642Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNodeInspectNodeNotFound [2022-03-06T08:47:00.642Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNodeInspectWithEmptyID [2022-03-06T08:47:00.642Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNodeInspect [2022-03-06T08:47:00.642Z] --- PASS: TestNodeInspect (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNodeListError [2022-03-06T08:47:00.642Z] --- PASS: TestNodeListError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNodeList [2022-03-06T08:47:00.642Z] --- PASS: TestNodeList (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNodeRemoveError [2022-03-06T08:47:00.642Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNodeRemove [2022-03-06T08:47:00.642Z] --- PASS: TestNodeRemove (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNodeUpdateError [2022-03-06T08:47:00.642Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestNodeUpdate [2022-03-06T08:47:00.642Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestOptionWithHostFromEnv [2022-03-06T08:47:00.642Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestOptionWithTimeout [2022-03-06T08:47:00.642Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestOptionWithVersionFromEnv [2022-03-06T08:47:00.642Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPingFail [2022-03-06T08:47:00.642Z] --- PASS: TestPingFail (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPingWithError [2022-03-06T08:47:00.642Z] 2022/03/06 08:46:59 RoundTripper returned a response & error; ignoring response [2022-03-06T08:47:00.642Z] 2022/03/06 08:46:59 RoundTripper returned a response & error; ignoring response [2022-03-06T08:47:00.642Z] --- PASS: TestPingWithError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPingSuccess [2022-03-06T08:47:00.642Z] --- PASS: TestPingSuccess (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPingHeadFallback [2022-03-06T08:47:00.642Z] === RUN TestPingHeadFallback/OK [2022-03-06T08:47:00.642Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-06T08:47:00.642Z] === RUN TestPingHeadFallback/Not_Found [2022-03-06T08:47:00.642Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-06T08:47:00.642Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-06T08:47:00.642Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-06T08:47:00.642Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-06T08:47:00.642Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-06T08:47:00.642Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginDisableError [2022-03-06T08:47:00.642Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginDisable [2022-03-06T08:47:00.642Z] --- PASS: TestPluginDisable (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginEnableError [2022-03-06T08:47:00.642Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginEnable [2022-03-06T08:47:00.642Z] --- PASS: TestPluginEnable (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginInspectError [2022-03-06T08:47:00.642Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginInspectWithEmptyID [2022-03-06T08:47:00.642Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginInspect [2022-03-06T08:47:00.642Z] --- PASS: TestPluginInspect (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginListError [2022-03-06T08:47:00.642Z] --- PASS: TestPluginListError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginList [2022-03-06T08:47:00.642Z] --- PASS: TestPluginList (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginPushError [2022-03-06T08:47:00.642Z] --- PASS: TestPluginPushError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginPush [2022-03-06T08:47:00.642Z] --- PASS: TestPluginPush (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginRemoveError [2022-03-06T08:47:00.642Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginRemove [2022-03-06T08:47:00.642Z] --- PASS: TestPluginRemove (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginSetError [2022-03-06T08:47:00.642Z] --- PASS: TestPluginSetError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPluginSet [2022-03-06T08:47:00.642Z] --- PASS: TestPluginSet (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSetHostHeader [2022-03-06T08:47:00.642Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestPlainTextError [2022-03-06T08:47:00.642Z] --- PASS: TestPlainTextError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestInfiniteError [2022-03-06T08:47:00.642Z] --- PASS: TestInfiniteError (0.03s) [2022-03-06T08:47:00.642Z] === RUN TestCanceledContext [2022-03-06T08:47:00.642Z] 2022/03/06 08:46:59 RoundTripper returned a response & error; ignoring response [2022-03-06T08:47:00.642Z] --- PASS: TestCanceledContext (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestDeadlineExceededContext [2022-03-06T08:47:00.642Z] 2022/03/06 08:46:59 RoundTripper returned a response & error; ignoring response [2022-03-06T08:47:00.642Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretCreateUnsupported [2022-03-06T08:47:00.642Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretCreateError [2022-03-06T08:47:00.642Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretCreate [2022-03-06T08:47:00.642Z] --- PASS: TestSecretCreate (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretInspectUnsupported [2022-03-06T08:47:00.642Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretInspectError [2022-03-06T08:47:00.642Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretInspectSecretNotFound [2022-03-06T08:47:00.642Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretInspectWithEmptyID [2022-03-06T08:47:00.642Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretInspect [2022-03-06T08:47:00.642Z] --- PASS: TestSecretInspect (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretListUnsupported [2022-03-06T08:47:00.642Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretListError [2022-03-06T08:47:00.642Z] --- PASS: TestSecretListError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretList [2022-03-06T08:47:00.642Z] --- PASS: TestSecretList (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretRemoveUnsupported [2022-03-06T08:47:00.642Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretRemoveError [2022-03-06T08:47:00.642Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretRemove [2022-03-06T08:47:00.642Z] --- PASS: TestSecretRemove (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretUpdateUnsupported [2022-03-06T08:47:00.642Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretUpdateError [2022-03-06T08:47:00.642Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSecretUpdate [2022-03-06T08:47:00.642Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceCreateError [2022-03-06T08:47:00.642Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceCreate [2022-03-06T08:47:00.642Z] --- PASS: TestServiceCreate (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-06T08:47:00.642Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceCreateDigestPinning [2022-03-06T08:47:00.642Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceInspectError [2022-03-06T08:47:00.642Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceInspectServiceNotFound [2022-03-06T08:47:00.642Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceInspectWithEmptyID [2022-03-06T08:47:00.642Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceInspect [2022-03-06T08:47:00.642Z] --- PASS: TestServiceInspect (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceListError [2022-03-06T08:47:00.642Z] --- PASS: TestServiceListError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceList [2022-03-06T08:47:00.642Z] --- PASS: TestServiceList (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceLogsError [2022-03-06T08:47:00.642Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceLogs [2022-03-06T08:47:00.642Z] --- PASS: TestServiceLogs (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceRemoveError [2022-03-06T08:47:00.642Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceRemoveNotFoundError [2022-03-06T08:47:00.642Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceRemove [2022-03-06T08:47:00.642Z] --- PASS: TestServiceRemove (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceUpdateError [2022-03-06T08:47:00.642Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestServiceUpdate [2022-03-06T08:47:00.642Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmGetUnlockKeyError [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmGetUnlockKey [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmInitError [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmInit [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmInit (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmInspectError [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmInspect [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmJoinError [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmJoin [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmLeaveError [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmLeave [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmUnlockError [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmUnlock [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmUpdateError [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestSwarmUpdate [2022-03-06T08:47:00.642Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestTaskInspectError [2022-03-06T08:47:00.642Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestTaskInspectWithEmptyID [2022-03-06T08:47:00.642Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestTaskInspect [2022-03-06T08:47:00.642Z] --- PASS: TestTaskInspect (0.01s) [2022-03-06T08:47:00.642Z] === RUN TestTaskListError [2022-03-06T08:47:00.642Z] --- PASS: TestTaskListError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestTaskList [2022-03-06T08:47:00.642Z] --- PASS: TestTaskList (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestVolumeCreateError [2022-03-06T08:47:00.642Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestVolumeCreate [2022-03-06T08:47:00.642Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestVolumeInspectError [2022-03-06T08:47:00.642Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestVolumeInspectNotFound [2022-03-06T08:47:00.642Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestVolumeInspectWithEmptyID [2022-03-06T08:47:00.642Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestVolumeInspect [2022-03-06T08:47:00.642Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestVolumeListError [2022-03-06T08:47:00.642Z] --- PASS: TestVolumeListError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestVolumeList [2022-03-06T08:47:00.642Z] --- PASS: TestVolumeList (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestVolumeRemoveError [2022-03-06T08:47:00.642Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-06T08:47:00.642Z] === RUN TestVolumeRemove [2022-03-06T08:47:00.642Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-06T08:47:00.642Z] === CONT TestTLSCloseWriter [2022-03-06T08:47:00.642Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-06T08:47:00.642Z] PASS [2022-03-06T08:47:00.642Z] coverage: 75.2% of statements [2022-03-06T08:47:00.642Z] ok github.com/docker/docker/client 0.435s coverage: 75.2% of statements [2022-03-06T08:47:00.734Z] --- PASS: TestIpcModeShareable (0.45s) [2022-03-06T08:47:00.734Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-06T08:47:01.433Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-06T08:47:01.691Z] --- PASS: TestStats (2.81s) [2022-03-06T08:47:01.691Z] === RUN TestStopContainerWithTimeout [2022-03-06T08:47:01.691Z] === RUN TestStopContainerWithTimeout/0 [2022-03-06T08:47:01.691Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-06T08:47:01.691Z] === RUN TestStopContainerWithTimeout/1 [2022-03-06T08:47:01.691Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-06T08:47:01.691Z] === RUN TestStopContainerWithTimeout/3 [2022-03-06T08:47:01.691Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-06T08:47:01.691Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-06T08:47:01.691Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-06T08:47:01.691Z] === CONT TestStopContainerWithTimeout/0 [2022-03-06T08:47:01.691Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-06T08:47:02.099Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.33s) [2022-03-06T08:47:02.099Z] === RUN TestAPIIpcModeHost [2022-03-06T08:47:02.359Z] --- PASS: TestAPIIpcModeHost (0.35s) [2022-03-06T08:47:02.359Z] === RUN TestDaemonIpcModeShareable [2022-03-06T08:47:02.625Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-06T08:47:02.886Z] === CONT TestStopContainerWithTimeout/3 [2022-03-06T08:47:03.289Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2022-03-06T08:47:03.546Z] --- PASS: TestDaemonIpcModeShareable (1.10s) [2022-03-06T08:47:03.546Z] === RUN TestDaemonIpcModePrivate [2022-03-06T08:47:03.820Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-06T08:47:04.079Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-06T08:47:04.476Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2022-03-06T08:47:04.476Z] --- PASS: TestDaemonIpcModePrivate (1.09s) [2022-03-06T08:47:04.476Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-06T08:47:04.645Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-03-06T08:47:04.645Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-06T08:47:04.903Z] === CONT TestStopContainerWithTimeout/1 [2022-03-06T08:47:05.412Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2022-03-06T08:47:05.671Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.09s) [2022-03-06T08:47:05.671Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-06T08:47:06.603Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2022-03-06T08:47:06.804Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-06T08:47:06.804Z] --- PASS: TestStopContainerWithTimeout/0 (1.17s) [2022-03-06T08:47:06.804Z] --- PASS: TestStopContainerWithTimeout/-1 (3.00s) [2022-03-06T08:47:06.804Z] --- PASS: TestStopContainerWithTimeout/3 (2.66s) [2022-03-06T08:47:06.804Z] --- PASS: TestStopContainerWithTimeout/1 (1.64s) [2022-03-06T08:47:06.804Z] === RUN TestDeleteDevicemapper [2022-03-06T08:47:06.804Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-06T08:47:06.804Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-06T08:47:06.804Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-06T08:47:06.859Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.12s) [2022-03-06T08:47:06.859Z] === RUN TestIpcModeOlderClient [2022-03-06T08:47:06.859Z] === PAUSE TestIpcModeOlderClient [2022-03-06T08:47:06.859Z] === RUN TestKillContainerInvalidSignal [2022-03-06T08:47:07.116Z] --- PASS: TestKillContainerInvalidSignal (0.39s) [2022-03-06T08:47:07.116Z] === RUN TestKillContainer [2022-03-06T08:47:07.116Z] === RUN TestKillContainer/no_signal [2022-03-06T08:47:07.368Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-03-06T08:47:07.386Z] ............................ [ 66%] [2022-03-06T08:47:07.677Z] === RUN TestKillContainer/non_killing_signal [2022-03-06T08:47:07.677Z] === RUN TestKillContainer/killing_signal [2022-03-06T08:47:08.241Z] --- PASS: TestKillContainer (1.14s) [2022-03-06T08:47:08.241Z] --- PASS: TestKillContainer/no_signal (0.37s) [2022-03-06T08:47:08.241Z] --- PASS: TestKillContainer/non_killing_signal (0.24s) [2022-03-06T08:47:08.241Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2022-03-06T08:47:08.241Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-06T08:47:08.241Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-06T08:47:08.532Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.43s) [2022-03-06T08:47:08.533Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-06T08:47:08.807Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-06T08:47:09.368Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.07s) [2022-03-06T08:47:09.368Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.36s) [2022-03-06T08:47:09.368Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s) [2022-03-06T08:47:09.368Z] === RUN TestKillStoppedContainer [2022-03-06T08:47:09.368Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-06T08:47:09.368Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-06T08:47:09.368Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-06T08:47:09.368Z] === RUN TestKillDifferentUserContainer [2022-03-06T08:47:09.893Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.29s) [2022-03-06T08:47:09.893Z] === RUN TestUpdateMemory [2022-03-06T08:47:09.893Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-06T08:47:09.893Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-06T08:47:09.893Z] === RUN TestUpdateCPUQuota [2022-03-06T08:47:09.930Z] --- PASS: TestKillDifferentUserContainer (0.36s) [2022-03-06T08:47:09.930Z] === RUN TestInspectOomKilledTrue [2022-03-06T08:47:10.151Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-06T08:47:10.177Z] --- PASS: TestCheckoutGit (29.48s) [2022-03-06T08:47:10.177Z] === RUN TestValidGitTransport [2022-03-06T08:47:10.177Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-06T08:47:10.177Z] === RUN TestGitInvalidRef [2022-03-06T08:47:10.177Z] --- PASS: TestGitInvalidRef (0.17s) [2022-03-06T08:47:10.177Z] PASS [2022-03-06T08:47:10.177Z] coverage: 86.3% of statements [2022-03-06T08:47:10.177Z] ok github.com/docker/docker/builder/remotecontext/git 29.714s coverage: 86.3% of statements [2022-03-06T08:47:10.188Z] --- PASS: TestInspectOomKilledTrue (0.43s) [2022-03-06T08:47:10.188Z] === RUN TestInspectOomKilledFalse [2022-03-06T08:47:10.643Z] ? github.com/docker/docker/cli [no test files] [2022-03-06T08:47:10.643Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-06T08:47:10.752Z] --- PASS: TestInspectOomKilledFalse (0.37s) [2022-03-06T08:47:10.752Z] === RUN TestLinksEtcHostsContentMatch [2022-03-06T08:47:10.752Z] --- PASS: TestLinksEtcHostsContentMatch (0.26s) [2022-03-06T08:47:10.752Z] === RUN TestLinksContainerNames [2022-03-06T08:47:11.085Z] --- PASS: TestUpdateCPUQuota (1.32s) [2022-03-06T08:47:11.085Z] === RUN TestUpdatePidsLimit [2022-03-06T08:47:11.085Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-06T08:47:11.342Z] === RUN TestUpdatePidsLimit/no_change [2022-03-06T08:47:11.599Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-06T08:47:11.679Z] --- PASS: TestLinksContainerNames (0.78s) [2022-03-06T08:47:11.679Z] === RUN TestLogsFollowTailEmpty [2022-03-06T08:47:11.856Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-06T08:47:11.856Z] check_test.go:308: [d009be62be3e2] daemon is not started [2022-03-06T08:47:11.856Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-03-06T08:47:11.936Z] --- PASS: TestLogsFollowTailEmpty (0.37s) [2022-03-06T08:47:11.936Z] === RUN TestContainerNetworkMountsNoChown [2022-03-06T08:47:12.114Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-06T08:47:12.371Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-03-06T08:47:12.371Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-06T08:47:12.498Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/default [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/default [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/private [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/private [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rprivate [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/slave [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/slave [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rslave [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/shared [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/shared [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rshared [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/default [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/rslave [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/rshared [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/shared [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/rprivate [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/slave [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/private [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-06T08:47:12.498Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-06T08:47:12.498Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-06T08:47:12.498Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-06T08:47:12.755Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.03s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-06T08:47:12.755Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-06T08:47:12.755Z] === RUN TestContainerBindMountNonRecursive [2022-03-06T08:47:12.936Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-06T08:47:13.194Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-06T08:47:13.194Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-06T08:47:13.451Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-03-06T08:47:14.120Z] --- PASS: TestContainerBindMountNonRecursive (1.18s) [2022-03-06T08:47:14.120Z] === RUN TestContainerVolumesMountedAsShared [2022-03-06T08:47:14.378Z] --- PASS: TestContainerVolumesMountedAsShared (0.36s) [2022-03-06T08:47:14.378Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-06T08:47:14.384Z] --- PASS: TestUpdatePidsLimit (3.34s) [2022-03-06T08:47:14.384Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2022-03-06T08:47:14.384Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2022-03-06T08:47:14.384Z] --- PASS: TestUpdatePidsLimit/update_lower (0.35s) [2022-03-06T08:47:14.384Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.33s) [2022-03-06T08:47:14.384Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2022-03-06T08:47:14.384Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.30s) [2022-03-06T08:47:14.384Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s) [2022-03-06T08:47:14.384Z] === RUN TestUpdateRestartPolicy [2022-03-06T08:47:14.635Z] --- PASS: TestContainerVolumesMountedAsSlave (0.30s) [2022-03-06T08:47:14.635Z] === RUN TestNetworkNat [2022-03-06T08:47:15.200Z] --- PASS: TestNetworkNat (0.40s) [2022-03-06T08:47:15.200Z] === RUN TestNetworkLocalhostTCPNat [2022-03-06T08:47:15.456Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-03-06T08:47:15.456Z] === RUN TestNetworkLoopbackNat [2022-03-06T08:47:15.760Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-03-06T08:47:16.490Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-06T08:47:16.490Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-06T08:47:16.490Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-06T08:47:16.490Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-06T08:47:16.490Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-06T08:47:16.490Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-06T08:47:16.490Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-06T08:47:16.490Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-06T08:47:16.490Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-06T08:47:16.490Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-06T08:47:16.490Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-06T08:47:16.490Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-06T08:47:16.490Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.01s) [2022-03-06T08:47:16.490Z] === RUN TestConfigureDaemonLogs [2022-03-06T08:47:16.490Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestCommonOptionsInstallFlags [2022-03-06T08:47:16.490Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-06T08:47:16.490Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-06T08:47:16.490Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-06T08:47:16.490Z] PASS [2022-03-06T08:47:16.490Z] coverage: 18.7% of statements [2022-03-06T08:47:16.490Z] ok github.com/docker/docker/cmd/dockerd 0.213s coverage: 18.7% of statements [2022-03-06T08:47:16.490Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-06T08:47:16.490Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-06T08:47:16.957Z] === RUN TestContainerStopSignal [2022-03-06T08:47:16.957Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestContainerStopTimeout [2022-03-06T08:47:16.957Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-06T08:47:16.957Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-06T08:47:16.957Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-06T08:47:16.957Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestReplaceAndAppendEnvVars [2022-03-06T08:47:16.957Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-06T08:47:16.957Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestNewMemoryStore [2022-03-06T08:47:16.957Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestAddContainers [2022-03-06T08:47:16.957Z] --- PASS: TestAddContainers (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestGetContainer [2022-03-06T08:47:16.957Z] --- PASS: TestGetContainer (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestDeleteContainer [2022-03-06T08:47:16.957Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestListContainers [2022-03-06T08:47:16.957Z] --- PASS: TestListContainers (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestFirstContainer [2022-03-06T08:47:16.957Z] --- PASS: TestFirstContainer (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestApplyAllContainer [2022-03-06T08:47:16.957Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestIsValidHealthString [2022-03-06T08:47:16.957Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestStateRunStop [2022-03-06T08:47:16.957Z] --- PASS: TestStateRunStop (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestStateTimeoutWait [2022-03-06T08:47:16.957Z] state_test.go:141: Stop callback fired [2022-03-06T08:47:16.957Z] state_test.go:165: Stop callback fired [2022-03-06T08:47:16.957Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-06T08:47:16.957Z] === RUN TestIsValidStateString [2022-03-06T08:47:16.957Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestViewSaveDelete [2022-03-06T08:47:16.957Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-06T08:47:16.957Z] === RUN TestViewAll [2022-03-06T08:47:16.957Z] --- PASS: TestViewAll (0.01s) [2022-03-06T08:47:16.957Z] === RUN TestViewGet [2022-03-06T08:47:16.957Z] --- PASS: TestViewGet (0.01s) [2022-03-06T08:47:16.957Z] === RUN TestNames [2022-03-06T08:47:16.957Z] --- PASS: TestNames (0.00s) [2022-03-06T08:47:16.957Z] === RUN TestViewWithHealthCheck [2022-03-06T08:47:16.957Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-06T08:47:16.957Z] PASS [2022-03-06T08:47:16.957Z] coverage: 41.7% of statements [2022-03-06T08:47:17.423Z] ok github.com/docker/docker/container 0.226s coverage: 41.7% of statements [2022-03-06T08:47:17.423Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-06T08:47:17.423Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-06T08:47:17.423Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-06T08:47:17.423Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-06T08:47:17.663Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-06T08:47:17.982Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-03-06T08:47:17.982Z] === RUN TestPause [2022-03-06T08:47:18.405Z] === RUN TestPrepare [2022-03-06T08:47:18.405Z] --- PASS: TestPrepare (0.00s) [2022-03-06T08:47:18.405Z] === RUN TestStart [2022-03-06T08:47:18.405Z] --- PASS: TestStart (0.00s) [2022-03-06T08:47:18.405Z] === RUN TestWaitCancel [2022-03-06T08:47:18.405Z] --- PASS: TestWaitCancel (0.00s) [2022-03-06T08:47:18.405Z] === RUN TestWaitDisabled [2022-03-06T08:47:18.405Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-06T08:47:18.405Z] === RUN TestWaitEnabled [2022-03-06T08:47:18.405Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-06T08:47:18.405Z] === RUN TestRemove [2022-03-06T08:47:18.405Z] --- PASS: TestRemove (0.00s) [2022-03-06T08:47:18.405Z] PASS [2022-03-06T08:47:18.405Z] coverage: 65.3% of statements [2022-03-06T08:47:18.405Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.062s coverage: 65.3% of statements [2022-03-06T08:47:18.546Z] --- PASS: TestPause (0.43s) [2022-03-06T08:47:18.546Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-06T08:47:18.546Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-06T08:47:18.546Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-06T08:47:18.546Z] === RUN TestPauseStopPausedContainer [2022-03-06T08:47:18.803Z] --- PASS: TestPauseStopPausedContainer (0.40s) [2022-03-06T08:47:18.803Z] === RUN TestPidHost [2022-03-06T08:47:19.564Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-06T08:47:19.736Z] --- PASS: TestPidHost (0.86s) [2022-03-06T08:47:19.736Z] === RUN TestPsFilter [2022-03-06T08:47:19.736Z] --- PASS: TestPsFilter (0.10s) [2022-03-06T08:47:19.736Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-06T08:47:20.083Z] === RUN TestNewListSecretsFilters [2022-03-06T08:47:20.083Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-06T08:47:20.083Z] === RUN TestNewListConfigsFilters [2022-03-06T08:47:20.083Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-06T08:47:20.083Z] PASS [2022-03-06T08:47:20.083Z] coverage: 0.5% of statements [2022-03-06T08:47:20.083Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-06T08:47:20.083Z] ok github.com/docker/docker/daemon/cluster 0.332s coverage: 0.5% of statements [2022-03-06T08:47:20.083Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.15s) [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-06T08:47:20.083Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-06T08:47:20.083Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-06T08:47:20.084Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-06T08:47:20.084Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-06T08:47:20.084Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-06T08:47:20.084Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-06T08:47:20.084Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-06T08:47:20.084Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-06T08:47:20.084Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-06T08:47:20.084Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-06T08:47:20.084Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-06T08:47:20.084Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-06T08:47:20.084Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-06T08:47:20.084Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-06T08:47:20.084Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-06T08:47:20.084Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-06T08:47:20.084Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-06T08:47:20.084Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-06T08:47:20.087Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-03-06T08:47:20.087Z] === RUN TestRemoveContainerWithVolume [2022-03-06T08:47:20.130Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-06T08:47:20.551Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-06T08:47:20.551Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-06T08:47:20.551Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-06T08:47:20.551Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-06T08:47:20.651Z] --- PASS: TestRemoveContainerWithVolume (0.35s) [2022-03-06T08:47:20.651Z] === RUN TestRemoveContainerRunning [2022-03-06T08:47:20.695Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-06T08:47:20.695Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-06T08:47:20.908Z] --- PASS: TestRemoveContainerRunning (0.37s) [2022-03-06T08:47:20.908Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-06T08:47:20.953Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-06T08:47:21.018Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-06T08:47:21.018Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-06T08:47:21.018Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-06T08:47:21.018Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-06T08:47:21.018Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-06T08:47:21.018Z] PASS [2022-03-06T08:47:21.018Z] coverage: 35.9% of statements [2022-03-06T08:47:21.018Z] ok github.com/docker/docker/daemon/cluster/convert 0.323s coverage: 35.9% of statements [2022-03-06T08:47:21.164Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.36s) [2022-03-06T08:47:21.164Z] === RUN TestRemoveInvalidContainer [2022-03-06T08:47:21.164Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-06T08:47:21.164Z] === RUN TestRenameLinkedContainer [2022-03-06T08:47:21.523Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-06T08:47:21.523Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-06T08:47:21.523Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-06T08:47:21.697Z] --- PASS: TestCheckoutGit (31.25s) [2022-03-06T08:47:21.697Z] === RUN TestValidGitTransport [2022-03-06T08:47:21.697Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-06T08:47:21.697Z] === RUN TestGitInvalidRef [2022-03-06T08:47:21.697Z] --- PASS: TestGitInvalidRef (0.21s) [2022-03-06T08:47:21.697Z] PASS [2022-03-06T08:47:21.697Z] coverage: 86.3% of statements [2022-03-06T08:47:21.697Z] ok github.com/docker/docker/builder/remotecontext/git 31.586s coverage: 86.3% of statements [2022-03-06T08:47:21.697Z] ? github.com/docker/docker/cli [no test files] [2022-03-06T08:47:21.697Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-06T08:47:22.896Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-06T08:47:22.896Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-03-06T08:47:23.056Z] --- PASS: TestRenameLinkedContainer (1.58s) [2022-03-06T08:47:23.056Z] === RUN TestRenameStoppedContainer [2022-03-06T08:47:23.225Z] === RUN TestBuilderGC [2022-03-06T08:47:23.225Z] --- PASS: TestBuilderGC (0.00s) [2022-03-06T08:47:23.225Z] === RUN TestDaemonConfigurationNotFound [2022-03-06T08:47:23.225Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-06T08:47:23.225Z] === RUN TestDaemonBrokenConfiguration [2022-03-06T08:47:23.225Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-06T08:47:23.225Z] === RUN TestFindConfigurationConflicts [2022-03-06T08:47:23.225Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-06T08:47:23.225Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-06T08:47:23.225Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.01s) [2022-03-06T08:47:23.225Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-06T08:47:23.225Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-06T08:47:23.225Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-06T08:47:23.225Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-06T08:47:23.225Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-06T08:47:23.225Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-06T08:47:23.225Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-06T08:47:23.225Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-06T08:47:23.225Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-06T08:47:23.225Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-06T08:47:23.225Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-06T08:47:23.225Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-06T08:47:23.225Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-03-06T08:47:23.225Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-06T08:47:23.225Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-06T08:47:23.225Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-06T08:47:23.225Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-06T08:47:23.225Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-06T08:47:23.225Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-06T08:47:23.225Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-06T08:47:23.225Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-06T08:47:23.225Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-06T08:47:23.225Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-06T08:47:23.225Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-06T08:47:23.225Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-06T08:47:23.225Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-06T08:47:23.312Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-03-06T08:47:23.312Z] === RUN TestRenameRunningContainerAndReuse [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-06T08:47:23.691Z] === RUN TestValidateConfiguration [2022-03-06T08:47:23.691Z] === RUN TestValidateConfiguration/with_label [2022-03-06T08:47:23.691Z] === RUN TestValidateConfiguration/with_dns [2022-03-06T08:47:23.691Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-06T08:47:23.691Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-06T08:47:23.691Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-06T08:47:23.691Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-06T08:47:23.691Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-06T08:47:23.691Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-06T08:47:23.691Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-06T08:47:23.691Z] === RUN TestReloadSetConfigFileNotExist [2022-03-06T08:47:23.691Z] time="2022-03-06T08:47:22Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-06T08:47:23.691Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2022-03-06T08:47:23.691Z] === RUN TestReloadDefaultConfigNotExist [2022-03-06T08:47:23.691Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:47:23.691Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-03-06T08:47:23.691Z] === RUN TestReloadBadDefaultConfig [2022-03-06T08:47:23.691Z] time="2022-03-06T08:47:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2279015605" [2022-03-06T08:47:23.691Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-06T08:47:23.691Z] === RUN TestReloadWithConflictingLabels [2022-03-06T08:47:23.691Z] time="2022-03-06T08:47:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1829976711" [2022-03-06T08:47:23.691Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-06T08:47:23.691Z] === RUN TestReloadWithDuplicateLabels [2022-03-06T08:47:23.691Z] time="2022-03-06T08:47:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-524008759" [2022-03-06T08:47:23.691Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-06T08:47:23.691Z] === RUN TestMaskURLCredentials [2022-03-06T08:47:23.691Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-06T08:47:23.691Z] === RUN TestDaemonConfigurationMerge [2022-03-06T08:47:23.691Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-06T08:47:23.691Z] PASS [2022-03-06T08:47:23.691Z] coverage: 79.2% of statements [2022-03-06T08:47:23.691Z] ok github.com/docker/docker/daemon/config 0.408s coverage: 79.2% of statements [2022-03-06T08:47:23.691Z] === RUN TestEventsLog [2022-03-06T08:47:23.691Z] --- PASS: TestEventsLog (0.00s) [2022-03-06T08:47:23.691Z] === RUN TestEventsLogTimeout [2022-03-06T08:47:23.691Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-06T08:47:23.691Z] === RUN TestLogEvents [2022-03-06T08:47:23.691Z] --- PASS: TestLogEvents (0.05s) [2022-03-06T08:47:23.691Z] === RUN TestLoadBufferedEvents [2022-03-06T08:47:23.691Z] --- PASS: TestLoadBufferedEvents (0.14s) [2022-03-06T08:47:23.691Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-06T08:47:23.691Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-06T08:47:23.691Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-06T08:47:23.691Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-06T08:47:23.691Z] PASS [2022-03-06T08:47:23.691Z] coverage: 50.0% of statements [2022-03-06T08:47:23.691Z] ok github.com/docker/docker/daemon/events 0.239s coverage: 50.0% of statements [2022-03-06T08:47:23.691Z] === RUN TestWaitNodeAttachment [2022-03-06T08:47:23.874Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2022-03-06T08:47:23.874Z] === RUN TestRenameInvalidName [2022-03-06T08:47:24.166Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-06T08:47:24.166Z] === RUN TestIsolationConversion [2022-03-06T08:47:24.166Z] === RUN TestIsolationConversion/default [2022-03-06T08:47:24.166Z] === RUN TestIsolationConversion/process [2022-03-06T08:47:24.166Z] === RUN TestIsolationConversion/hyperv [2022-03-06T08:47:24.166Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-06T08:47:24.166Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-06T08:47:24.166Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-06T08:47:24.166Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-06T08:47:24.166Z] === RUN TestContainerLabels [2022-03-06T08:47:24.166Z] --- PASS: TestContainerLabels (0.00s) [2022-03-06T08:47:24.166Z] === RUN TestCredentialSpecConversion [2022-03-06T08:47:24.166Z] === RUN TestCredentialSpecConversion/none [2022-03-06T08:47:24.166Z] === RUN TestCredentialSpecConversion/config [2022-03-06T08:47:24.166Z] === RUN TestCredentialSpecConversion/file [2022-03-06T08:47:24.166Z] === RUN TestCredentialSpecConversion/registry [2022-03-06T08:47:24.166Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-06T08:47:24.166Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-06T08:47:24.166Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-06T08:47:24.166Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-06T08:47:24.166Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-06T08:47:24.166Z] === RUN TestControllerValidateMountBind [2022-03-06T08:47:24.166Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-06T08:47:24.166Z] === RUN TestControllerValidateMountVolume [2022-03-06T08:47:24.166Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-06T08:47:24.166Z] === RUN TestControllerValidateMountTarget [2022-03-06T08:47:24.166Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-06T08:47:24.166Z] === RUN TestControllerValidateMountTmpfs [2022-03-06T08:47:24.166Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-06T08:47:24.166Z] === RUN TestControllerValidateMountInvalidType [2022-03-06T08:47:24.166Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-06T08:47:24.166Z] === RUN TestControllerValidateMountNamedPipe [2022-03-06T08:47:24.166Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-06T08:47:24.166Z] PASS [2022-03-06T08:47:24.166Z] coverage: 11.0% of statements [2022-03-06T08:47:24.166Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.559s coverage: 11.0% of statements [2022-03-06T08:47:24.435Z] --- PASS: TestRenameInvalidName (0.47s) [2022-03-06T08:47:24.435Z] === RUN TestRenameAnonymousContainer [2022-03-06T08:47:24.583Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-06T08:47:24.583Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-06T08:47:24.583Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-06T08:47:24.583Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-06T08:47:24.583Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-06T08:47:24.583Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-06T08:47:24.583Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-06T08:47:24.583Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-06T08:47:24.583Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-06T08:47:24.583Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-06T08:47:24.583Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-06T08:47:24.583Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-06T08:47:24.583Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-06T08:47:24.583Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-06T08:47:24.583Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-06T08:47:24.583Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-06T08:47:24.583Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-06T08:47:24.583Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-06T08:47:24.583Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-06T08:47:24.583Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-06T08:47:24.583Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-06T08:47:25.038Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-06T08:47:25.038Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-06T08:47:25.038Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-06T08:47:25.038Z] === RUN TestConfigureDaemonLogs [2022-03-06T08:47:25.038Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-06T08:47:25.038Z] === RUN TestCommonOptionsInstallFlags [2022-03-06T08:47:25.038Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-06T08:47:25.038Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-06T08:47:25.038Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-06T08:47:25.038Z] PASS [2022-03-06T08:47:25.038Z] coverage: 18.7% of statements [2022-03-06T08:47:25.038Z] ok github.com/docker/docker/cmd/dockerd 0.395s coverage: 18.7% of statements [2022-03-06T08:47:25.038Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-06T08:47:25.038Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-06T08:47:25.151Z] === RUN TestIsEmptyDir [2022-03-06T08:47:25.151Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-06T08:47:25.151Z] PASS [2022-03-06T08:47:25.151Z] coverage: 2.3% of statements [2022-03-06T08:47:25.151Z] ok github.com/docker/docker/daemon/graphdriver 0.063s coverage: 2.3% of statements [2022-03-06T08:47:25.419Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-03-06T08:47:25.617Z] === RUN TestLinkNaming [2022-03-06T08:47:25.617Z] --- PASS: TestLinkNaming (0.00s) [2022-03-06T08:47:25.617Z] === RUN TestLinkNew [2022-03-06T08:47:25.617Z] --- PASS: TestLinkNew (0.00s) [2022-03-06T08:47:25.617Z] === RUN TestLinkEnv [2022-03-06T08:47:25.617Z] --- PASS: TestLinkEnv (0.00s) [2022-03-06T08:47:25.617Z] === RUN TestLinkMultipleEnv [2022-03-06T08:47:25.617Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-06T08:47:25.617Z] === RUN TestLinkPortRangeEnv [2022-03-06T08:47:25.617Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-06T08:47:25.617Z] PASS [2022-03-06T08:47:25.617Z] coverage: 93.0% of statements [2022-03-06T08:47:25.617Z] ok github.com/docker/docker/daemon/links 0.053s coverage: 93.0% of statements [2022-03-06T08:47:25.804Z] --- PASS: TestRenameAnonymousContainer (1.35s) [2022-03-06T08:47:25.804Z] === RUN TestRenameContainerWithSameName [2022-03-06T08:47:25.999Z] === RUN TestContainerStopSignal [2022-03-06T08:47:25.999Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestContainerStopTimeout [2022-03-06T08:47:25.999Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-06T08:47:25.999Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-06T08:47:25.999Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.03s) [2022-03-06T08:47:25.999Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-06T08:47:25.999Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2022-03-06T08:47:25.999Z] === RUN TestReplaceAndAppendEnvVars [2022-03-06T08:47:25.999Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-06T08:47:25.999Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestNewMemoryStore [2022-03-06T08:47:25.999Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestAddContainers [2022-03-06T08:47:25.999Z] --- PASS: TestAddContainers (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestGetContainer [2022-03-06T08:47:25.999Z] --- PASS: TestGetContainer (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestDeleteContainer [2022-03-06T08:47:25.999Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestListContainers [2022-03-06T08:47:25.999Z] --- PASS: TestListContainers (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestFirstContainer [2022-03-06T08:47:25.999Z] --- PASS: TestFirstContainer (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestApplyAllContainer [2022-03-06T08:47:25.999Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestIsValidHealthString [2022-03-06T08:47:25.999Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestStateRunStop [2022-03-06T08:47:25.999Z] --- PASS: TestStateRunStop (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestStateTimeoutWait [2022-03-06T08:47:25.999Z] state_test.go:141: Stop callback fired [2022-03-06T08:47:25.999Z] state_test.go:165: Stop callback fired [2022-03-06T08:47:25.999Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-06T08:47:25.999Z] === RUN TestIsValidStateString [2022-03-06T08:47:25.999Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestViewSaveDelete [2022-03-06T08:47:25.999Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-06T08:47:25.999Z] === RUN TestViewAll [2022-03-06T08:47:25.999Z] --- PASS: TestViewAll (0.01s) [2022-03-06T08:47:25.999Z] === RUN TestViewGet [2022-03-06T08:47:25.999Z] --- PASS: TestViewGet (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestNames [2022-03-06T08:47:25.999Z] --- PASS: TestNames (0.00s) [2022-03-06T08:47:25.999Z] === RUN TestViewWithHealthCheck [2022-03-06T08:47:25.999Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-06T08:47:25.999Z] PASS [2022-03-06T08:47:25.999Z] coverage: 41.5% of statements [2022-03-06T08:47:25.999Z] ok github.com/docker/docker/container 0.274s coverage: 41.5% of statements [2022-03-06T08:47:25.999Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-06T08:47:25.999Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-06T08:47:25.999Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-06T08:47:25.999Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-06T08:47:26.061Z] --- PASS: TestRenameContainerWithSameName (0.38s) [2022-03-06T08:47:26.061Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-06T08:47:26.083Z] === RUN TestVerifyNetworkingConfig [2022-03-06T08:47:26.083Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestGetContainer [2022-03-06T08:47:26.083Z] --- PASS: TestGetContainer (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestValidContainerNames [2022-03-06T08:47:26.083Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestContainerInitDNS [2022-03-06T08:47:26.083Z] daemon_test.go:145: root required [2022-03-06T08:47:26.083Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestMerge [2022-03-06T08:47:26.083Z] --- PASS: TestMerge (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestValidateContainerIsolation [2022-03-06T08:47:26.083Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestFindNetworkErrorType [2022-03-06T08:47:26.083Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestEnsureServicesExist [2022-03-06T08:47:26.083Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestEnsureServicesExistErrors [2022-03-06T08:47:26.083Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-06T08:47:26.083Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-06T08:47:26.083Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-06T08:47:26.083Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-06T08:47:26.083Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-06T08:47:26.083Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-06T08:47:26.083Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestContainerDelete [2022-03-06T08:47:26.083Z] --- PASS: TestContainerDelete (0.01s) [2022-03-06T08:47:26.083Z] === RUN TestContainerDoubleDelete [2022-03-06T08:47:26.083Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestLogContainerEventCopyLabels [2022-03-06T08:47:26.083Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestLogContainerEventWithAttributes [2022-03-06T08:47:26.083Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestNoneHealthcheck [2022-03-06T08:47:26.083Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-06T08:47:26.083Z] === RUN TestHealthStates [2022-03-06T08:47:26.549Z] time="2022-03-06T08:47:25Z" 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-06T08:47:26.549Z] time="2022-03-06T08:47:26Z" 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-06T08:47:26.549Z] time="2022-03-06T08:47:26Z" 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-06T08:47:26.549Z] time="2022-03-06T08:47:26Z" 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-06T08:47:26.550Z] time="2022-03-06T08:47:26Z" 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-06T08:47:26.550Z] time="2022-03-06T08:47:26Z" 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-06T08:47:26.550Z] time="2022-03-06T08:47:26Z" 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-06T08:47:26.550Z] time="2022-03-06T08:47:26Z" 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-06T08:47:26.550Z] time="2022-03-06T08:47:26Z" 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-06T08:47:26.550Z] time="2022-03-06T08:47:26Z" 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-06T08:47:26.550Z] --- PASS: TestHealthStates (0.16s) [2022-03-06T08:47:26.550Z] === RUN TestGetInspectData [2022-03-06T08:47:26.550Z] --- PASS: TestGetInspectData (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestFillLicense [2022-03-06T08:47:26.550Z] --- PASS: TestFillLicense (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestListInvalidFilter [2022-03-06T08:47:26.550Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestNameFilter [2022-03-06T08:47:26.550Z] --- PASS: TestNameFilter (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-06T08:47:26.550Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-06T08:47:26.550Z] === 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-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-06T08:47:26.550Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-06T08:47:26.550Z] --- 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-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-06T08:47:26.550Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestDaemonReloadLabels [2022-03-06T08:47:26.550Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-06T08:47:26.550Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestDaemonReloadMirrors [2022-03-06T08:47:26.550Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-06T08:47:26.550Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-06T08:47:26.550Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-06T08:47:26.550Z] reload_test.go:342: root required [2022-03-06T08:47:26.550Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-06T08:47:26.550Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-06T08:47:26.550Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-03-06T08:47:26.550Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-06T08:47:26.550Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-03-06T08:47:26.550Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-06T08:47:26.550Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-06T08:47:26.550Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-06T08:47:26.550Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-06T08:47:26.550Z] === RUN TestParseVolumesFrom [2022-03-06T08:47:26.550Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-06T08:47:26.550Z] PASS [2022-03-06T08:47:26.550Z] coverage: 8.6% of statements [2022-03-06T08:47:26.550Z] ok github.com/docker/docker/daemon 0.647s coverage: 8.6% of statements [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-06T08:47:26.550Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-06T08:47:26.587Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-03-06T08:47:26.587Z] PASS [2022-03-06T08:47:26.587Z] [2022-03-06T08:47:26.587Z] DONE 17 tests in 46.266s [2022-03-06T08:47:26.587Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-06T08:47:26.587Z] INFO: Testing against a local daemon [2022-03-06T08:47:26.587Z] === RUN TestPluginInvalidJSON [2022-03-06T08:47:26.587Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:47:26.587Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:47:26.587Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:47:26.587Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-06T08:47:26.587Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-06T08:47:26.587Z] === RUN TestPluginInstall [2022-03-06T08:47:26.587Z] === RUN TestPluginInstall/no_auth [2022-03-06T08:47:26.587Z] time="2022-03-06T08:47:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:47:26.587Z] time="2022-03-06T08:47:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fb60a0cfc8a6ce5359c9bd412e91234d622d8ea1646b27089a30f509570dcb2b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:47:26.587Z] time="2022-03-06T08:47:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:47:26.587Z] time="2022-03-06T08:47:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fb60a0cfc8a6ce5359c9bd412e91234d622d8ea1646b27089a30f509570dcb2b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:47:26.587Z] === RUN TestPluginInstall/with_htpasswd [2022-03-06T08:47:26.587Z] time="2022-03-06T08:47:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:47:26.587Z] time="2022-03-06T08:47:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:71e4813d54baf60ee1f829c6128c1facd7eca2f54c20e14124adde67f4864ab6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:47:26.587Z] time="2022-03-06T08:47:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:47:26.587Z] time="2022-03-06T08:47:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:71e4813d54baf60ee1f829c6128c1facd7eca2f54c20e14124adde67f4864ab6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:47:26.587Z] === RUN TestPluginInstall/with_insecure [2022-03-06T08:47:26.797Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-06T08:47:26.992Z] --- PASS: TestRenameContainerWithLinkedContainer (0.75s) [2022-03-06T08:47:26.992Z] === RUN TestResize [2022-03-06T08:47:27.055Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-03-06T08:47:27.055Z] --- PASS: TestUpdateRestartPolicy (12.55s) [2022-03-06T08:47:27.055Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-06T08:47:27.152Z] time="2022-03-06T08:47:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:47:27.152Z] time="2022-03-06T08:47:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f0aa4184f8cd19da0f283378d74edfc0b7880d9fe5acbbccdc0176f96bf70aff" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:47:27.152Z] time="2022-03-06T08:47:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:47:27.152Z] time="2022-03-06T08:47:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f0aa4184f8cd19da0f283378d74edfc0b7880d9fe5acbbccdc0176f96bf70aff" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:47:27.250Z] --- PASS: TestResize (0.37s) [2022-03-06T08:47:27.250Z] === RUN TestResizeWithInvalidSize [2022-03-06T08:47:27.313Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-06T08:47:27.408Z] plugin_test.go:165: [d03d0cdc93800] daemon is not started [2022-03-06T08:47:27.408Z] --- PASS: TestPluginInstall (3.20s) [2022-03-06T08:47:27.408Z] --- PASS: TestPluginInstall/no_auth (1.53s) [2022-03-06T08:47:27.408Z] --- PASS: TestPluginInstall/with_htpasswd (0.59s) [2022-03-06T08:47:27.408Z] --- PASS: TestPluginInstall/with_insecure (1.07s) [2022-03-06T08:47:27.408Z] === RUN TestPluginsWithRuntimes [2022-03-06T08:47:27.524Z] === RUN TestPrepare [2022-03-06T08:47:27.524Z] --- PASS: TestPrepare (0.00s) [2022-03-06T08:47:27.524Z] === RUN TestStart [2022-03-06T08:47:27.524Z] --- PASS: TestStart (0.00s) [2022-03-06T08:47:27.524Z] === RUN TestWaitCancel [2022-03-06T08:47:27.524Z] --- PASS: TestWaitCancel (0.00s) [2022-03-06T08:47:27.524Z] === RUN TestWaitDisabled [2022-03-06T08:47:27.524Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-06T08:47:27.524Z] === RUN TestWaitEnabled [2022-03-06T08:47:27.524Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-06T08:47:27.524Z] === RUN TestRemove [2022-03-06T08:47:27.524Z] --- PASS: TestRemove (0.00s) [2022-03-06T08:47:27.524Z] PASS [2022-03-06T08:47:27.524Z] coverage: 65.3% of statements [2022-03-06T08:47:27.524Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.071s coverage: 65.3% of statements [2022-03-06T08:47:27.532Z] === RUN TestNewStreamConfig [2022-03-06T08:47:27.532Z] === RUN TestNewStreamConfig/defaults [2022-03-06T08:47:27.532Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-06T08:47:27.532Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-06T08:47:27.532Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-06T08:47:27.532Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-06T08:47:27.532Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-06T08:47:27.532Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-06T08:47:27.532Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-06T08:47:27.532Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-06T08:47:27.532Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-06T08:47:27.532Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-06T08:47:27.532Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-06T08:47:27.532Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-06T08:47:27.532Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-06T08:47:27.532Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-06T08:47:27.533Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-06T08:47:27.533Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-06T08:47:27.533Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-06T08:47:27.533Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-06T08:47:27.533Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-06T08:47:27.533Z] time="2022-03-06T08:47:27Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-06T08:47:27.533Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.15s) [2022-03-06T08:47:27.533Z] === RUN TestCreateSuccess [2022-03-06T08:47:27.533Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCreateStreamSkipped [2022-03-06T08:47:27.533Z] time="2022-03-06T08:47:27Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-06T08:47:27.533Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCreateLogGroupSuccess [2022-03-06T08:47:27.533Z] time="2022-03-06T08:47:27Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-06T08:47:27.533Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCreateError [2022-03-06T08:47:27.533Z] --- PASS: TestCreateError (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCreateAlreadyExists [2022-03-06T08:47:27.533Z] time="2022-03-06T08:47:27Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-06T08:47:27.533Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestLogClosed [2022-03-06T08:47:27.533Z] --- PASS: TestLogClosed (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestLogBlocking [2022-03-06T08:47:27.533Z] --- PASS: TestLogBlocking (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-06T08:47:27.533Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestLogNonBlockingBufferFull [2022-03-06T08:47:27.533Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestPublishBatchSuccess [2022-03-06T08:47:27.533Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestPublishBatchError [2022-03-06T08:47:27.533Z] time="2022-03-06T08:47:27Z" level=error msg=error [2022-03-06T08:47:27.533Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-06T08:47:27.533Z] time="2022-03-06T08:47:27Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-06T08:47:27.533Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-06T08:47:27.533Z] time="2022-03-06T08:47:27Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-06T08:47:27.533Z] time="2022-03-06T08:47:27Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-06T08:47:27.533Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchSimple [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchTicker [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchMultilinePattern [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchClose [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestEffectiveLen [2022-03-06T08:47:27.533Z] === RUN TestEffectiveLen/0/Hello [2022-03-06T08:47:27.533Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-06T08:47:27.533Z] === RUN TestEffectiveLen/2/🙃 [2022-03-06T08:47:27.533Z] === RUN TestEffectiveLen/3/���� [2022-03-06T08:47:27.533Z] === RUN TestEffectiveLen/4/He��o [2022-03-06T08:47:27.533Z] === RUN TestEffectiveLen/5/ [2022-03-06T08:47:27.533Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestFindValidSplit [2022-03-06T08:47:27.533Z] === RUN TestFindValidSplit/0/ [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1076: [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1077: [2022-03-06T08:47:27.533Z] === RUN TestFindValidSplit/1/Hello [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1076: Hello [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1077: [2022-03-06T08:47:27.533Z] === RUN TestFindValidSplit/2/Hello [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1076: He [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1077: llo [2022-03-06T08:47:27.533Z] === RUN TestFindValidSplit/3/Hello [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1076: [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1077: Hello [2022-03-06T08:47:27.533Z] === RUN TestFindValidSplit/4/🙃 [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1076: [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-06T08:47:27.533Z] === RUN TestFindValidSplit/5/🙃 [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1077: [2022-03-06T08:47:27.533Z] === RUN TestFindValidSplit/6/a� [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1076: a [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1077: � [2022-03-06T08:47:27.533Z] === RUN TestFindValidSplit/7/a� [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1076: a� [2022-03-06T08:47:27.533Z] cloudwatchlogs_test.go:1077: [2022-03-06T08:47:27.533Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-06T08:47:27.533Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestProcessEventEmoji [2022-03-06T08:47:27.533Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchLineSplit [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchMaxEvents [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-06T08:47:27.533Z] === RUN TestAdapterReadLogs [2022-03-06T08:47:27.533Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCopier [2022-03-06T08:47:27.533Z] --- PASS: TestCopier (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCopierLongLines [2022-03-06T08:47:27.533Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestCopierSlow [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-06T08:47:27.533Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-06T08:47:27.533Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-03-06T08:47:27.533Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-06T08:47:27.533Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-06T08:47:27.533Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-06T08:47:27.533Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-06T08:47:27.533Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-06T08:47:27.533Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-06T08:47:27.533Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-06T08:47:27.533Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-06T08:47:27.533Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-06T08:47:27.533Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-06T08:47:27.572Z] --- PASS: TestUpdateRestartWithAutoRemove (0.73s) [2022-03-06T08:47:27.572Z] === RUN TestWaitNonBlocked [2022-03-06T08:47:27.572Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:47:27.572Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:47:27.572Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:47:27.572Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:47:27.815Z] --- PASS: TestResizeWithInvalidSize (0.39s) [2022-03-06T08:47:27.815Z] === RUN TestResizeWhenContainerNotStarted [2022-03-06T08:47:27.830Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:47:27.830Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:47:28.000Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsFormat [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-06T08:47:28.000Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-06T08:47:28.000Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-06T08:47:28.000Z] === RUN TestCreateTagSuccess [2022-03-06T08:47:28.000Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-06T08:47:28.000Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-06T08:47:28.000Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-06T08:47:28.000Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-06T08:47:28.000Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-06T08:47:28.000Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-06T08:47:28.000Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-06T08:47:28.000Z] PASS [2022-03-06T08:47:28.000Z] coverage: 79.9% of statements [2022-03-06T08:47:28.000Z] ok github.com/docker/docker/daemon/logger/awslogs 0.409s coverage: 79.9% of statements [2022-03-06T08:47:28.000Z] --- PASS: TestCopierSlow (0.16s) [2022-03-06T08:47:28.000Z] === RUN TestCopierWithSized [2022-03-06T08:47:28.000Z] === RUN TestCopierWithSized/as_is [2022-03-06T08:47:28.000Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-06T08:47:28.000Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-06T08:47:28.000Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-06T08:47:28.000Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-06T08:47:28.000Z] === RUN TestCopierWithPartial [2022-03-06T08:47:28.000Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-06T08:47:28.000Z] === RUN TestRingLogger [2022-03-06T08:47:28.000Z] --- PASS: TestRingLogger (0.00s) [2022-03-06T08:47:28.000Z] === RUN TestRingCap [2022-03-06T08:47:28.000Z] --- PASS: TestRingCap (0.00s) [2022-03-06T08:47:28.000Z] === RUN TestRingClose [2022-03-06T08:47:28.000Z] --- PASS: TestRingClose (0.00s) [2022-03-06T08:47:28.000Z] === RUN TestRingDrain [2022-03-06T08:47:28.000Z] --- PASS: TestRingDrain (0.00s) [2022-03-06T08:47:28.000Z] PASS [2022-03-06T08:47:28.000Z] coverage: 43.2% of statements [2022-03-06T08:47:28.000Z] ok github.com/docker/docker/daemon/logger 0.234s coverage: 43.2% of statements [2022-03-06T08:47:28.072Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:47:28.072Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:47:28.072Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:47:28.072Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-06T08:47:28.072Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:47:28.398Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-06T08:47:28.466Z] === RUN TestSearchRegistryForImagesErrors [2022-03-06T08:47:28.467Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-06T08:47:28.467Z] === RUN TestSearchRegistryForImages [2022-03-06T08:47:28.467Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-06T08:47:28.467Z] === RUN TestOnlyPlatformWithFallback [2022-03-06T08:47:28.467Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-06T08:47:28.467Z] === RUN TestImageDelete [2022-03-06T08:47:28.467Z] === RUN TestImageDelete/no_lease [2022-03-06T08:47:28.467Z] === RUN TestImageDelete/lease_exists [2022-03-06T08:47:28.467Z] --- PASS: TestImageDelete (0.04s) [2022-03-06T08:47:28.467Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-06T08:47:28.467Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-03-06T08:47:28.467Z] === RUN TestContentStoreForPull [2022-03-06T08:47:28.467Z] --- PASS: TestContentStoreForPull (0.17s) [2022-03-06T08:47:28.467Z] PASS [2022-03-06T08:47:28.467Z] coverage: 6.8% of statements [2022-03-06T08:47:28.467Z] ok github.com/docker/docker/daemon/images 0.316s coverage: 6.8% of statements [2022-03-06T08:47:28.467Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-06T08:47:28.467Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-06T08:47:28.467Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-06T08:47:28.467Z] === RUN TestValidateLogOptReconnectInterval [2022-03-06T08:47:28.467Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-06T08:47:28.467Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-06T08:47:28.467Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-06T08:47:28.467Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-06T08:47:28.467Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-06T08:47:28.467Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-06T08:47:28.467Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-06T08:47:28.467Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-06T08:47:28.467Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-06T08:47:28.467Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-06T08:47:28.467Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-06T08:47:28.467Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-06T08:47:28.467Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-06T08:47:28.467Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-06T08:47:28.467Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-06T08:47:28.467Z] PASS [2022-03-06T08:47:28.467Z] coverage: 33.6% of statements [2022-03-06T08:47:28.467Z] ok github.com/docker/docker/daemon/logger/fluentd 0.050s coverage: 33.6% of statements [2022-03-06T08:47:28.467Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-06T08:47:28.467Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-06T08:47:28.467Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-06T08:47:28.657Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-06T08:47:28.777Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-06T08:47:28.922Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-06T08:47:28.922Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s) [2022-03-06T08:47:28.922Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.18s) [2022-03-06T08:47:28.922Z] === RUN TestWaitBlocked [2022-03-06T08:47:28.922Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-06T08:47:28.922Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-06T08:47:28.922Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-06T08:47:28.922Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-06T08:47:28.922Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-06T08:47:28.922Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-06T08:47:28.933Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-06T08:47:28.933Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-06T08:47:28.933Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-06T08:47:28.933Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.16s) [2022-03-06T08:47:28.933Z] === RUN TestFastTimeMarshalJSON [2022-03-06T08:47:28.933Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-06T08:47:28.933Z] PASS [2022-03-06T08:47:28.933Z] coverage: 87.2% of statements [2022-03-06T08:47:28.933Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.207s coverage: 87.2% of statements [2022-03-06T08:47:29.050Z] === RUN TestNewListSecretsFilters [2022-03-06T08:47:29.050Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-06T08:47:29.050Z] === RUN TestNewListConfigsFilters [2022-03-06T08:47:29.050Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-06T08:47:29.050Z] PASS [2022-03-06T08:47:29.050Z] coverage: 0.5% of statements [2022-03-06T08:47:29.050Z] ok github.com/docker/docker/daemon/cluster 0.722s coverage: 0.5% of statements [2022-03-06T08:47:29.050Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-06T08:47:29.180Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-03-06T08:47:29.399Z] === RUN TestJSONFileLogger [2022-03-06T08:47:29.399Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-06T08:47:29.399Z] === RUN TestJSONFileLoggerWithTags [2022-03-06T08:47:29.399Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-06T08:47:29.399Z] === RUN TestJSONFileLoggerWithOpts [2022-03-06T08:47:29.399Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-06T08:47:29.399Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-06T08:47:29.399Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2022-03-06T08:47:29.399Z] === RUN TestEncodeDecode [2022-03-06T08:47:29.399Z] === PAUSE TestEncodeDecode [2022-03-06T08:47:29.399Z] === RUN TestUnexpectedEOF [2022-03-06T08:47:29.399Z] time="2022-03-06T08:47:29Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-06T08:47:29.399Z] time="2022-03-06T08:47:29Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-06T08:47:29.399Z] --- PASS: TestUnexpectedEOF (0.18s) [2022-03-06T08:47:29.399Z] === CONT TestEncodeDecode [2022-03-06T08:47:29.399Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-06T08:47:29.399Z] PASS [2022-03-06T08:47:29.399Z] coverage: 69.9% of statements [2022-03-06T08:47:29.399Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.256s coverage: 69.9% of statements [2022-03-06T08:47:29.437Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-06T08:47:29.505Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.14s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.03s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.03s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-06T08:47:29.505Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-06T08:47:29.505Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-06T08:47:29.505Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-06T08:47:29.505Z] PASS [2022-03-06T08:47:29.505Z] coverage: 35.9% of statements [2022-03-06T08:47:29.505Z] ok github.com/docker/docker/daemon/cluster/convert 0.656s coverage: 35.9% of statements [2022-03-06T08:47:29.705Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-06T08:47:29.966Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:47:30.012Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-06T08:47:30.274Z] --- PASS: TestWaitBlocked (0.02s) [2022-03-06T08:47:30.274Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.26s) [2022-03-06T08:47:30.274Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.29s) [2022-03-06T08:47:30.274Z] === CONT TestContainerStartOnDaemonRestart [2022-03-06T08:47:30.274Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-06T08:47:30.274Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-06T08:47:30.380Z] === RUN TestWriteLog [2022-03-06T08:47:30.380Z] === PAUSE TestWriteLog [2022-03-06T08:47:30.380Z] === RUN TestReadLog [2022-03-06T08:47:30.380Z] === PAUSE TestReadLog [2022-03-06T08:47:30.380Z] === RUN TestDecode [2022-03-06T08:47:30.380Z] --- PASS: TestDecode (0.02s) [2022-03-06T08:47:30.380Z] === CONT TestWriteLog [2022-03-06T08:47:30.380Z] === CONT TestReadLog [2022-03-06T08:47:30.380Z] === RUN TestReadLog/tail_exact [2022-03-06T08:47:30.380Z] --- PASS: TestWriteLog (0.00s) [2022-03-06T08:47:30.380Z] === RUN TestOpenFileDelete [2022-03-06T08:47:30.380Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-06T08:47:30.380Z] === RUN TestOpenFileRename [2022-03-06T08:47:30.380Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-06T08:47:30.380Z] === RUN TestHandleDecoderErr [2022-03-06T08:47:30.380Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-06T08:47:30.380Z] === RUN TestParseLogTagDefaultTag [2022-03-06T08:47:30.380Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-06T08:47:30.380Z] === RUN TestParseLogTag [2022-03-06T08:47:30.380Z] --- PASS: TestParseLogTag (0.00s) [2022-03-06T08:47:30.380Z] === RUN TestParseLogTagEmptyTag [2022-03-06T08:47:30.380Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-06T08:47:30.380Z] === RUN TestTailFiles [2022-03-06T08:47:30.380Z] --- PASS: TestTailFiles (0.00s) [2022-03-06T08:47:30.380Z] === RUN TestFollowLogsConsumerGone [2022-03-06T08:47:30.380Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-06T08:47:30.380Z] === RUN TestFollowLogsProducerGone [2022-03-06T08:47:30.380Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-06T08:47:30.380Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-06T08:47:30.380Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-06T08:47:30.380Z] === RUN TestCheckCapacityAndRotate [2022-03-06T08:47:30.380Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-06T08:47:30.380Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-06T08:47:30.380Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2022-03-06T08:47:30.380Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-06T08:47:30.380Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-06T08:47:30.380Z] PASS [2022-03-06T08:47:30.380Z] coverage: 53.5% of statements [2022-03-06T08:47:30.380Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.099s coverage: 53.5% of statements [2022-03-06T08:47:30.632Z] --- PASS: TestPluginsWithRuntimes (3.27s) [2022-03-06T08:47:30.632Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.84s) [2022-03-06T08:47:30.632Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.85s) [2022-03-06T08:47:30.632Z] === RUN TestPluginBackCompatMediaTypes [2022-03-06T08:47:30.846Z] === RUN TestLog [2022-03-06T08:47:30.846Z] --- PASS: TestLog (0.03s) [2022-03-06T08:47:30.846Z] PASS [2022-03-06T08:47:30.846Z] coverage: 31.5% of statements [2022-03-06T08:47:30.846Z] === RUN TestReadLog/tail_less_than_available [2022-03-06T08:47:30.846Z] === RUN TestReadLog/tail_more_than_available [2022-03-06T08:47:30.846Z] --- PASS: TestReadLog (0.20s) [2022-03-06T08:47:30.846Z] --- PASS: TestReadLog/tail_exact (0.16s) [2022-03-06T08:47:30.846Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-06T08:47:30.846Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-06T08:47:30.846Z] PASS [2022-03-06T08:47:30.846Z] coverage: 78.7% of statements [2022-03-06T08:47:30.846Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.084s coverage: 31.5% of statements [2022-03-06T08:47:30.846Z] ok github.com/docker/docker/daemon/logger/local 0.315s coverage: 78.7% of statements [2022-03-06T08:47:30.846Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-06T08:47:30.893Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:47:31.194Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-03-06T08:47:31.194Z] PASS [2022-03-06T08:47:31.194Z] [2022-03-06T08:47:31.194Z] DONE 10 tests in 7.076s [2022-03-06T08:47:31.194Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-06T08:47:31.194Z] INFO: Testing against a local daemon [2022-03-06T08:47:31.194Z] === RUN TestExternalGraphDriver [2022-03-06T08:47:31.194Z] === RUN TestExternalGraphDriver/json [2022-03-06T08:47:31.312Z] === RUN TestNewParse [2022-03-06T08:47:31.312Z] --- PASS: TestNewParse (0.00s) [2022-03-06T08:47:31.312Z] PASS [2022-03-06T08:47:31.312Z] coverage: 8.3% of statements [2022-03-06T08:47:31.312Z] ok github.com/docker/docker/daemon/logger/templates 0.038s coverage: 8.3% of statements [2022-03-06T08:47:31.312Z] === RUN TestValidateLogOpt [2022-03-06T08:47:31.312Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-06T08:47:31.312Z] === RUN TestNewMissedConfig [2022-03-06T08:47:31.312Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-06T08:47:31.312Z] === RUN TestNewMissedUrl [2022-03-06T08:47:31.312Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-06T08:47:31.312Z] === RUN TestNewMissedToken [2022-03-06T08:47:31.312Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-06T08:47:31.312Z] === RUN TestNewWithProxy [2022-03-06T08:47:31.312Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-06T08:47:31.312Z] === RUN TestDefault [2022-03-06T08:47:31.312Z] --- PASS: TestDefault (0.01s) [2022-03-06T08:47:31.312Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-06T08:47:31.312Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-06T08:47:31.312Z] === RUN TestJsonFormat [2022-03-06T08:47:31.312Z] --- PASS: TestJsonFormat (0.01s) [2022-03-06T08:47:31.312Z] === RUN TestRawFormat [2022-03-06T08:47:31.312Z] --- PASS: TestRawFormat (0.00s) [2022-03-06T08:47:31.312Z] === RUN TestRawFormatWithLabels [2022-03-06T08:47:31.312Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-06T08:47:31.312Z] === RUN TestRawFormatWithoutTag [2022-03-06T08:47:31.312Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-06T08:47:31.312Z] === RUN TestBatching [2022-03-06T08:47:31.779Z] --- PASS: TestBatching (0.28s) [2022-03-06T08:47:31.779Z] === RUN TestFrequency [2022-03-06T08:47:31.779Z] === RUN TestParseLogFormat [2022-03-06T08:47:31.779Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-06T08:47:31.779Z] === RUN TestValidateLogOptEmpty [2022-03-06T08:47:31.779Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-06T08:47:31.779Z] === RUN TestValidateSyslogAddress [2022-03-06T08:47:31.779Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-06T08:47:31.779Z] === RUN TestParseAddressDefaultPort [2022-03-06T08:47:31.779Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-06T08:47:31.779Z] === RUN TestValidateSyslogFacility [2022-03-06T08:47:31.779Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-06T08:47:31.779Z] === RUN TestValidateLogOptSyslogFormat [2022-03-06T08:47:31.779Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-06T08:47:31.779Z] === RUN TestValidateLogOpt [2022-03-06T08:47:31.779Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-06T08:47:31.779Z] PASS [2022-03-06T08:47:31.779Z] coverage: 46.8% of statements [2022-03-06T08:47:31.779Z] ok github.com/docker/docker/daemon/logger/syslog 0.079s coverage: 46.8% of statements [2022-03-06T08:47:31.829Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-06T08:47:32.100Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-06T08:47:32.175Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-03-06T08:47:32.175Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-06T08:47:32.175Z] check_test.go:308: [d18a0bf44d230] daemon is not started [2022-03-06T08:47:32.175Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-03-06T08:47:32.175Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-06T08:47:32.175Z] check_test.go:308: [dca0ca1f95f04] daemon is not started [2022-03-06T08:47:32.175Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-03-06T08:47:32.245Z] --- PASS: TestFrequency (0.21s) [2022-03-06T08:47:32.245Z] === RUN TestOneMessagePerRequest [2022-03-06T08:47:32.245Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-06T08:47:32.245Z] === RUN TestVerify [2022-03-06T08:47:32.245Z] --- PASS: TestVerify (0.00s) [2022-03-06T08:47:32.245Z] === RUN TestSkipVerify [2022-03-06T08:47:32.245Z] time="2022-03-06T08:47:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.245Z] time="2022-03-06T08:47:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.245Z] time="2022-03-06T08:47:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.245Z] time="2022-03-06T08:47:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.245Z] time="2022-03-06T08:47:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.245Z] --- PASS: TestSkipVerify (0.39s) [2022-03-06T08:47:32.246Z] === RUN TestBufferMaximum [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556452.129499\",\"host\":\"c5c4ef44a9e6\"}'" [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556452.129499\",\"host\":\"c5c4ef44a9e6\"}'" [2022-03-06T08:47:32.246Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-06T08:47:32.246Z] === RUN TestServerAlwaysDown [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556452.131518\",\"host\":\"c5c4ef44a9e6\"}'" [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556452.131518\",\"host\":\"c5c4ef44a9e6\"}'" [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556452.131518\",\"host\":\"c5c4ef44a9e6\"}'" [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556452.132514\",\"host\":\"c5c4ef44a9e6\"}'" [2022-03-06T08:47:32.246Z] time="2022-03-06T08:47:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556452.132514\",\"host\":\"c5c4ef44a9e6\"}'" [2022-03-06T08:47:32.246Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-06T08:47:32.246Z] === RUN TestCannotSendAfterClose [2022-03-06T08:47:32.246Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-06T08:47:32.246Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-06T08:47:32.389Z] === RUN TestBuilderGC [2022-03-06T08:47:32.389Z] --- PASS: TestBuilderGC (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestDaemonConfigurationNotFound [2022-03-06T08:47:32.389Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestDaemonBrokenConfiguration [2022-03-06T08:47:32.389Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestFindConfigurationConflicts [2022-03-06T08:47:32.389Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-06T08:47:32.389Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-06T08:47:32.389Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-06T08:47:32.389Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-06T08:47:32.389Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-06T08:47:32.389Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-06T08:47:32.389Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-06T08:47:32.389Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-06T08:47:32.389Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-06T08:47:32.389Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-06T08:47:32.389Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-06T08:47:32.389Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-06T08:47:32.389Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-06T08:47:32.389Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-06T08:47:32.389Z] === RUN TestValidateConfiguration [2022-03-06T08:47:32.389Z] === RUN TestValidateConfiguration/with_label [2022-03-06T08:47:32.845Z] === RUN TestValidateConfiguration/with_dns [2022-03-06T08:47:32.845Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-06T08:47:32.845Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-06T08:47:32.845Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-06T08:47:32.845Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-06T08:47:32.845Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-06T08:47:32.845Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-06T08:47:32.845Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-06T08:47:32.845Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-06T08:47:32.845Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-06T08:47:32.845Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-06T08:47:32.845Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-06T08:47:32.845Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-06T08:47:32.845Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-06T08:47:32.845Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-06T08:47:32.845Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-06T08:47:32.845Z] === RUN TestReloadSetConfigFileNotExist [2022-03-06T08:47:32.845Z] time="2022-03-06T08:47:32Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-06T08:47:32.846Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2022-03-06T08:47:32.846Z] === RUN TestReloadDefaultConfigNotExist [2022-03-06T08:47:32.846Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:47:32.846Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-03-06T08:47:32.846Z] === RUN TestReloadBadDefaultConfig [2022-03-06T08:47:32.846Z] time="2022-03-06T08:47:32Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3376126563" [2022-03-06T08:47:32.846Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-06T08:47:32.846Z] === RUN TestReloadWithConflictingLabels [2022-03-06T08:47:32.846Z] time="2022-03-06T08:47:32Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2245050190" [2022-03-06T08:47:32.846Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-06T08:47:32.846Z] === RUN TestReloadWithDuplicateLabels [2022-03-06T08:47:32.846Z] time="2022-03-06T08:47:32Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-161105091" [2022-03-06T08:47:32.846Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-06T08:47:32.846Z] === RUN TestMaskURLCredentials [2022-03-06T08:47:32.846Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-06T08:47:32.846Z] === RUN TestDaemonConfigurationMerge [2022-03-06T08:47:32.846Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-06T08:47:32.846Z] PASS [2022-03-06T08:47:32.846Z] coverage: 79.2% of statements [2022-03-06T08:47:32.846Z] ok github.com/docker/docker/daemon/config 0.441s coverage: 79.2% of statements [2022-03-06T08:47:32.846Z] === RUN TestEventsLog [2022-03-06T08:47:32.846Z] --- PASS: TestEventsLog (0.00s) [2022-03-06T08:47:32.846Z] === RUN TestEventsLogTimeout [2022-03-06T08:47:32.846Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-06T08:47:32.846Z] === RUN TestLogEvents [2022-03-06T08:47:32.846Z] --- PASS: TestLogEvents (0.05s) [2022-03-06T08:47:32.846Z] === RUN TestLoadBufferedEvents [2022-03-06T08:47:33.069Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-06T08:47:33.088Z] === RUN TestExternalGraphDriver/spec [2022-03-06T08:47:33.229Z] === RUN TestV1IDService [2022-03-06T08:47:33.229Z] --- PASS: TestV1IDService (0.02s) [2022-03-06T08:47:33.229Z] === RUN TestV2MetadataService [2022-03-06T08:47:33.229Z] time="2022-03-06T08:47:33Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-06T08:47:33.229Z] time="2022-03-06T08:47:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"c5c4ef44a9e6\"}'" [2022-03-06T08:47:33.229Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-06T08:47:33.229Z] PASS [2022-03-06T08:47:33.229Z] coverage: 82.5% of statements [2022-03-06T08:47:33.229Z] ok github.com/docker/docker/daemon/logger/splunk 1.984s coverage: 82.5% of statements [2022-03-06T08:47:33.229Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-06T08:47:33.229Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-06T08:47:33.229Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-06T08:47:33.301Z] === RUN TestWaitNodeAttachment [2022-03-06T08:47:33.301Z] --- PASS: TestLoadBufferedEvents (0.14s) [2022-03-06T08:47:33.301Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-06T08:47:33.301Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-06T08:47:33.301Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-06T08:47:33.301Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-06T08:47:33.301Z] PASS [2022-03-06T08:47:33.301Z] coverage: 50.0% of statements [2022-03-06T08:47:33.301Z] ok github.com/docker/docker/daemon/events 0.280s coverage: 50.0% of statements [2022-03-06T08:47:33.301Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-03-06T08:47:33.301Z] === RUN TestIsolationConversion [2022-03-06T08:47:33.301Z] === RUN TestIsolationConversion/default [2022-03-06T08:47:33.301Z] === RUN TestIsolationConversion/process [2022-03-06T08:47:33.301Z] === RUN TestIsolationConversion/hyperv [2022-03-06T08:47:33.301Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-06T08:47:33.301Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-06T08:47:33.301Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-06T08:47:33.301Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-06T08:47:33.301Z] === RUN TestContainerLabels [2022-03-06T08:47:33.301Z] --- PASS: TestContainerLabels (0.00s) [2022-03-06T08:47:33.301Z] === RUN TestCredentialSpecConversion [2022-03-06T08:47:33.301Z] === RUN TestCredentialSpecConversion/none [2022-03-06T08:47:33.301Z] === RUN TestCredentialSpecConversion/config [2022-03-06T08:47:33.301Z] === RUN TestCredentialSpecConversion/file [2022-03-06T08:47:33.301Z] === RUN TestCredentialSpecConversion/registry [2022-03-06T08:47:33.301Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-06T08:47:33.301Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-06T08:47:33.301Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-06T08:47:33.301Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-06T08:47:33.301Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-06T08:47:33.301Z] === RUN TestControllerValidateMountBind [2022-03-06T08:47:33.301Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-06T08:47:33.301Z] === RUN TestControllerValidateMountVolume [2022-03-06T08:47:33.301Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-06T08:47:33.301Z] === RUN TestControllerValidateMountTarget [2022-03-06T08:47:33.301Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-06T08:47:33.301Z] === RUN TestControllerValidateMountTmpfs [2022-03-06T08:47:33.301Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-06T08:47:33.301Z] === RUN TestControllerValidateMountInvalidType [2022-03-06T08:47:33.301Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-06T08:47:33.301Z] === RUN TestControllerValidateMountNamedPipe [2022-03-06T08:47:33.301Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-06T08:47:33.301Z] PASS [2022-03-06T08:47:33.301Z] coverage: 11.0% of statements [2022-03-06T08:47:33.301Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.565s coverage: 11.0% of statements [2022-03-06T08:47:33.330Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:47:33.695Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-06T08:47:33.695Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-06T08:47:33.695Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-06T08:47:33.695Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-06T08:47:33.695Z] === RUN TestContinueOnError_NeverContinue [2022-03-06T08:47:33.695Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-06T08:47:33.695Z] === RUN TestManifestStore [2022-03-06T08:47:33.695Z] === RUN TestManifestStore/no_remote_or_local [2022-03-06T08:47:33.695Z] time="2022-03-06T08:47:33Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local430940487\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-06T08:47:33.695Z] === RUN TestManifestStore/no_local_cache [2022-03-06T08:47:33.695Z] === RUN TestManifestStore/with_local_cache [2022-03-06T08:47:33.695Z] === RUN TestManifestStore/unknown_media_type [2022-03-06T08:47:33.695Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-06T08:47:33.695Z] time="2022-03-06T08:47:33Z" level=warning msg="reference for unknown type: " [2022-03-06T08:47:33.695Z] time="2022-03-06T08:47:33Z" level=warning msg="reference for unknown type: " [2022-03-06T08:47:33.695Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-06T08:47:33.695Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-06T08:47:33.695Z] time="2022-03-06T08:47:33Z" level=warning msg="reference for unknown type: " [2022-03-06T08:47:33.695Z] --- PASS: TestV2MetadataService (0.74s) [2022-03-06T08:47:33.695Z] PASS [2022-03-06T08:47:33.695Z] coverage: 48.2% of statements [2022-03-06T08:47:33.695Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-06T08:47:33.695Z] time="2022-03-06T08:47:33Z" level=warning msg="reference for unknown type: " [2022-03-06T08:47:33.695Z] time="2022-03-06T08:47:33Z" level=warning msg="reference for unknown type: " [2022-03-06T08:47:33.695Z] ok github.com/docker/docker/distribution/metadata 0.839s coverage: 48.2% of statements [2022-03-06T08:47:33.695Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-06T08:47:33.695Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-06T08:47:33.695Z] === RUN TestSuccessfulDownload [2022-03-06T08:47:33.695Z] download_test.go:267: Needs fixing on Windows [2022-03-06T08:47:33.695Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-06T08:47:33.695Z] === RUN TestCancelledDownload [2022-03-06T08:47:33.695Z] --- PASS: TestCancelledDownload (0.01s) [2022-03-06T08:47:33.695Z] === RUN TestMaxDownloadAttempts [2022-03-06T08:47:33.695Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-06T08:47:33.695Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-06T08:47:33.695Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-06T08:47:33.695Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-06T08:47:33.695Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-06T08:47:33.695Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-06T08:47:33.695Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-06T08:47:33.695Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-06T08:47:33.695Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-06T08:47:33.695Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-06T08:47:33.695Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-06T08:47:33.695Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-06T08:47:33.695Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-06T08:47:33.695Z] time="2022-03-06T08:47:33Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-06T08:47:33.695Z] --- PASS: TestManifestStore (0.29s) [2022-03-06T08:47:33.695Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2022-03-06T08:47:33.695Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2022-03-06T08:47:33.695Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2022-03-06T08:47:33.695Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-03-06T08:47:33.695Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-06T08:47:33.695Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-03-06T08:47:33.695Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-03-06T08:47:33.695Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-06T08:47:33.695Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-03-06T08:47:33.695Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.02s) [2022-03-06T08:47:33.695Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-06T08:47:34.077Z] --- PASS: TestContainerStartOnDaemonRestart (3.82s) [2022-03-06T08:47:34.077Z] === CONT TestDaemonHostGatewayIP [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaType [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-06T08:47:34.161Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-06T08:47:34.161Z] === RUN TestFixManifestLayers [2022-03-06T08:47:34.161Z] --- PASS: TestFixManifestLayers (0.02s) [2022-03-06T08:47:34.161Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-06T08:47:34.161Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-06T08:47:34.161Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-06T08:47:34.161Z] === RUN TestFixManifestLayersBadParent [2022-03-06T08:47:34.161Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-06T08:47:34.161Z] === RUN TestValidateManifest [2022-03-06T08:47:34.161Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-06T08:47:34.161Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-06T08:47:34.161Z] === RUN TestFormatPlatform [2022-03-06T08:47:34.161Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-06T08:47:34.161Z] === RUN TestPullSchema2Config [2022-03-06T08:47:34.161Z] === RUN TestPullSchema2Config/success_first_time [2022-03-06T08:47:34.161Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-06T08:47:34.161Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:47:34.161Z] === RUN TestPullSchema2Config/500_status [2022-03-06T08:47:34.161Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-06T08:47:34.161Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:47:34.161Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:47:34.161Z] === RUN TestPullSchema2Config/EOF [2022-03-06T08:47:34.161Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-06T08:47:34.161Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:47:34.161Z] 2022/03/06 08:47:33 http: panic serving 127.0.0.1:49217: intentional panic [2022-03-06T08:47:34.161Z] goroutine 131 [running]: [2022-03-06T08:47:34.161Z] net/http.(*conn).serve.func1() [2022-03-06T08:47:34.161Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-06T08:47:34.161Z] panic({0x1334800, 0x14b5ea0}) [2022-03-06T08:47:34.161Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-06T08:47:34.161Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc00053c484, {0x14c7200, 0xc000540380}) [2022-03-06T08:47:34.161Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-06T08:47:34.161Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x14c7200, 0xc000540380}, 0xc00053ac00) [2022-03-06T08:47:34.161Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-06T08:47:34.161Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x14c7200, 0xc000540380}, 0xe48e35) [2022-03-06T08:47:34.161Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-06T08:47:34.161Z] net/http.serverHandler.ServeHTTP({0xc000388780}, {0x14c7200, 0xc000540380}, 0xc00053ac00) [2022-03-06T08:47:34.161Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-06T08:47:34.161Z] net/http.(*conn).serve(0xc0001e0a00, {0x14cb838, 0xc0000778f0}) [2022-03-06T08:47:34.161Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-06T08:47:34.161Z] created by net/http.(*Server).Serve [2022-03-06T08:47:34.161Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-06T08:47:34.161Z] time="2022-03-06T08:47:33Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-06T08:47:34.161Z] time="2022-03-06T08:47:33Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-06T08:47:34.161Z] time="2022-03-06T08:47:33Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-06T08:47:34.161Z] time="2022-03-06T08:47:33Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-06T08:47:34.161Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-06T08:47:34.161Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.42s) [2022-03-06T08:47:34.161Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.42s) [2022-03-06T08:47:34.161Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.42s) [2022-03-06T08:47:34.161Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.42s) [2022-03-06T08:47:34.161Z] === RUN TestTransfer [2022-03-06T08:47:34.260Z] === RUN TestIsEmptyDir [2022-03-06T08:47:34.261Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-06T08:47:34.261Z] PASS [2022-03-06T08:47:34.261Z] coverage: 2.3% of statements [2022-03-06T08:47:34.261Z] ok github.com/docker/docker/daemon/graphdriver 0.081s coverage: 2.3% of statements [2022-03-06T08:47:34.335Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.04s) [2022-03-06T08:47:34.335Z] === CONT TestDaemonRestartIpcMode [2022-03-06T08:47:34.454Z] === RUN TestExternalGraphDriver/pull [2022-03-06T08:47:34.629Z] --- PASS: TestTransfer (0.12s) [2022-03-06T08:47:34.629Z] === RUN TestConcurrencyLimit [2022-03-06T08:47:34.629Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:47:34.629Z] === RUN TestPullSchema2Config/unauthorized [2022-03-06T08:47:34.629Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-06T08:47:34.629Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:47:34.629Z] --- PASS: TestPullSchema2Config (0.55s) [2022-03-06T08:47:34.629Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-06T08:47:34.629Z] --- PASS: TestPullSchema2Config/500_status (0.28s) [2022-03-06T08:47:34.629Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-06T08:47:34.629Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-06T08:47:34.629Z] === RUN TestGetRepositoryMountCandidates [2022-03-06T08:47:34.629Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestLayerAlreadyExists [2022-03-06T08:47:34.630Z] 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-06T08:47:34.630Z] 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-06T08:47:34.630Z] 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-06T08:47:34.630Z] 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-06T08:47:34.630Z] 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-06T08:47:34.630Z] 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-06T08:47:34.630Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestWhenEmptyAuthConfig [2022-03-06T08:47:34.630Z] === RUN TestNotFound [2022-03-06T08:47:34.630Z] --- PASS: TestNotFound (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestConflict [2022-03-06T08:47:34.630Z] --- PASS: TestConflict (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestForbidden [2022-03-06T08:47:34.630Z] --- PASS: TestForbidden (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestInvalidParameter [2022-03-06T08:47:34.630Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestNotImplemented [2022-03-06T08:47:34.630Z] --- PASS: TestNotImplemented (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestNotModified [2022-03-06T08:47:34.630Z] --- PASS: TestNotModified (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestUnauthorized [2022-03-06T08:47:34.630Z] --- PASS: TestUnauthorized (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestUnknown [2022-03-06T08:47:34.630Z] --- PASS: TestUnknown (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestCancelled [2022-03-06T08:47:34.630Z] --- PASS: TestCancelled (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestDeadline [2022-03-06T08:47:34.630Z] --- PASS: TestDeadline (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestDataLoss [2022-03-06T08:47:34.630Z] --- PASS: TestDataLoss (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestUnavailable [2022-03-06T08:47:34.630Z] --- PASS: TestUnavailable (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestSystem [2022-03-06T08:47:34.630Z] --- PASS: TestSystem (0.00s) [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Not_Found [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Bad_Request [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Conflict [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Unauthorized [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Forbidden [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Not_Modified [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-06T08:47:34.630Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-06T08:47:34.630Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-06T08:47:34.630Z] PASS [2022-03-06T08:47:34.630Z] coverage: 53.1% of statements [2022-03-06T08:47:34.630Z] ok github.com/docker/docker/errdefs 0.090s coverage: 53.1% of statements [2022-03-06T08:47:34.630Z] --- PASS: TestConcurrencyLimit (0.41s) [2022-03-06T08:47:34.630Z] === RUN TestInactiveJobs [2022-03-06T08:47:34.715Z] === RUN TestLinkNaming [2022-03-06T08:47:34.715Z] --- PASS: TestLinkNaming (0.00s) [2022-03-06T08:47:34.715Z] === RUN TestLinkNew [2022-03-06T08:47:34.715Z] --- PASS: TestLinkNew (0.00s) [2022-03-06T08:47:34.715Z] === RUN TestLinkEnv [2022-03-06T08:47:34.715Z] --- PASS: TestLinkEnv (0.00s) [2022-03-06T08:47:34.715Z] === RUN TestLinkMultipleEnv [2022-03-06T08:47:34.715Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-06T08:47:34.715Z] === RUN TestLinkPortRangeEnv [2022-03-06T08:47:34.715Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-06T08:47:34.715Z] PASS [2022-03-06T08:47:34.715Z] coverage: 93.0% of statements [2022-03-06T08:47:34.715Z] ok github.com/docker/docker/daemon/links 0.037s coverage: 93.0% of statements [2022-03-06T08:47:35.095Z] --- PASS: TestInactiveJobs (0.37s) [2022-03-06T08:47:35.095Z] === RUN TestWatchRelease [2022-03-06T08:47:35.095Z] --- PASS: TestWatchRelease (0.04s) [2022-03-06T08:47:35.095Z] === RUN TestWatchFinishedTransfer [2022-03-06T08:47:35.095Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-06T08:47:35.095Z] === RUN TestDuplicateTransfer [2022-03-06T08:47:35.095Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-06T08:47:35.095Z] === RUN TestSuccessfulUpload [2022-03-06T08:47:35.170Z] === RUN TestVerifyNetworkingConfig [2022-03-06T08:47:35.170Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-06T08:47:35.170Z] === RUN TestGetContainer [2022-03-06T08:47:35.170Z] --- PASS: TestGetContainer (0.00s) [2022-03-06T08:47:35.170Z] === RUN TestValidContainerNames [2022-03-06T08:47:35.170Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-06T08:47:35.170Z] === RUN TestContainerInitDNS [2022-03-06T08:47:35.170Z] daemon_test.go:145: root required [2022-03-06T08:47:35.170Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-06T08:47:35.170Z] === RUN TestMerge [2022-03-06T08:47:35.170Z] --- PASS: TestMerge (0.00s) [2022-03-06T08:47:35.170Z] === RUN TestValidateContainerIsolation [2022-03-06T08:47:35.561Z] time="2022-03-06T08:47:35Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-06T08:47:35.561Z] --- PASS: TestSuccessfulUpload (0.40s) [2022-03-06T08:47:35.561Z] === RUN TestCancelledUpload [2022-03-06T08:47:35.561Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-06T08:47:35.561Z] PASS [2022-03-06T08:47:35.561Z] coverage: 76.8% of statements [2022-03-06T08:47:35.561Z] ok github.com/docker/docker/distribution/xfer 1.878s coverage: 76.8% of statements [2022-03-06T08:47:35.561Z] --- PASS: TestWhenEmptyAuthConfig (1.21s) [2022-03-06T08:47:35.561Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-06T08:47:35.561Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-06T08:47:35.561Z] === RUN TestTokenPassThru [2022-03-06T08:47:35.561Z] === RUN TestFSGetInvalidData [2022-03-06T08:47:35.561Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-06T08:47:35.561Z] === RUN TestTokenPassThruDifferentHost [2022-03-06T08:47:35.561Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-06T08:47:35.561Z] PASS [2022-03-06T08:47:35.561Z] coverage: 26.7% of statements [2022-03-06T08:47:35.561Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-06T08:47:35.561Z] === RUN TestFSInvalidSet [2022-03-06T08:47:35.561Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-06T08:47:35.561Z] === RUN TestFSInvalidRoot [2022-03-06T08:47:35.561Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-06T08:47:35.561Z] === RUN TestFSMetadataGetSet [2022-03-06T08:47:35.561Z] ok github.com/docker/docker/distribution 2.172s coverage: 26.7% of statements [2022-03-06T08:47:35.625Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-06T08:47:35.625Z] === RUN TestFindNetworkErrorType [2022-03-06T08:47:35.625Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-06T08:47:35.625Z] === RUN TestEnsureServicesExist [2022-03-06T08:47:35.625Z] --- PASS: TestEnsureServicesExist (0.02s) [2022-03-06T08:47:35.625Z] === RUN TestEnsureServicesExistErrors [2022-03-06T08:47:35.625Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-06T08:47:35.625Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-06T08:47:35.625Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-06T08:47:35.625Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-06T08:47:35.625Z] === RUN TestContainerDelete [2022-03-06T08:47:35.625Z] --- PASS: TestContainerDelete (0.02s) [2022-03-06T08:47:35.625Z] === RUN TestContainerDoubleDelete [2022-03-06T08:47:35.625Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-06T08:47:35.625Z] === RUN TestLogContainerEventCopyLabels [2022-03-06T08:47:35.625Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-06T08:47:35.625Z] === RUN TestLogContainerEventWithAttributes [2022-03-06T08:47:35.625Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-06T08:47:35.625Z] === RUN TestNoneHealthcheck [2022-03-06T08:47:35.625Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-06T08:47:35.625Z] === RUN TestHealthStates [2022-03-06T08:47:35.625Z] time="2022-03-06T08:47:34Z" 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-06T08:47:35.625Z] time="2022-03-06T08:47:34Z" 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-06T08:47:35.625Z] time="2022-03-06T08:47:34Z" 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-06T08:47:35.625Z] time="2022-03-06T08:47:34Z" 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-06T08:47:35.625Z] time="2022-03-06T08:47:34Z" 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-06T08:47:35.625Z] time="2022-03-06T08:47:34Z" 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-06T08:47:35.625Z] time="2022-03-06T08:47:34Z" 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-06T08:47:35.625Z] time="2022-03-06T08:47:34Z" 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-06T08:47:35.625Z] time="2022-03-06T08:47:34Z" 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-06T08:47:35.625Z] time="2022-03-06T08:47:34Z" 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-06T08:47:35.625Z] --- PASS: TestHealthStates (0.16s) [2022-03-06T08:47:35.625Z] === RUN TestGetInspectData [2022-03-06T08:47:35.625Z] --- PASS: TestGetInspectData (0.00s) [2022-03-06T08:47:35.625Z] === RUN TestFillLicense [2022-03-06T08:47:35.625Z] --- PASS: TestFillLicense (0.00s) [2022-03-06T08:47:35.625Z] === RUN TestListInvalidFilter [2022-03-06T08:47:35.625Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-06T08:47:35.625Z] === RUN TestNameFilter [2022-03-06T08:47:35.625Z] --- PASS: TestNameFilter (0.00s) [2022-03-06T08:47:35.625Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-06T08:47:35.625Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-06T08:47:35.625Z] === 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-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-06T08:47:35.625Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.05s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-06T08:47:35.625Z] --- 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-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-06T08:47:35.625Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-06T08:47:35.626Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-06T08:47:35.626Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-06T08:47:35.626Z] === RUN TestDaemonReloadLabels [2022-03-06T08:47:35.626Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-06T08:47:35.626Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-06T08:47:35.626Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-06T08:47:35.626Z] === RUN TestDaemonReloadMirrors [2022-03-06T08:47:35.626Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-06T08:47:35.626Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-06T08:47:35.626Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-06T08:47:35.626Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-06T08:47:35.626Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-06T08:47:35.626Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-06T08:47:35.626Z] reload_test.go:342: root required [2022-03-06T08:47:35.626Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-06T08:47:35.626Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-06T08:47:35.626Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.05s) [2022-03-06T08:47:35.626Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-06T08:47:35.626Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.06s) [2022-03-06T08:47:35.626Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-06T08:47:35.626Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.05s) [2022-03-06T08:47:35.626Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-06T08:47:35.626Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-06T08:47:35.626Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-06T08:47:35.626Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-06T08:47:35.626Z] === RUN TestParseVolumesFrom [2022-03-06T08:47:35.626Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-06T08:47:35.626Z] PASS [2022-03-06T08:47:35.626Z] coverage: 8.6% of statements [2022-03-06T08:47:35.626Z] ok github.com/docker/docker/daemon 0.743s coverage: 8.6% of statements [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-06T08:47:35.626Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-06T08:47:35.707Z] check_test.go:308: [d3c4eb20e8d59] daemon is not started [2022-03-06T08:47:35.707Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-03-06T08:47:36.027Z] --- PASS: TestFSMetadataGetSet (0.07s) [2022-03-06T08:47:36.027Z] === RUN TestFSInvalidWalker [2022-03-06T08:47:36.027Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-06T08:47:36.027Z] === RUN TestFSGetSet [2022-03-06T08:47:36.027Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-06T08:47:36.027Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-06T08:47:36.027Z] === RUN TestCompare [2022-03-06T08:47:36.027Z] --- PASS: TestCompare (0.00s) [2022-03-06T08:47:36.027Z] PASS [2022-03-06T08:47:36.027Z] coverage: 19.2% of statements [2022-03-06T08:47:36.027Z] ok github.com/docker/docker/image/cache 0.083s coverage: 19.2% of statements [2022-03-06T08:47:36.027Z] --- PASS: TestFSGetSet (0.06s) [2022-03-06T08:47:36.027Z] === RUN TestFSGetUnsetKey [2022-03-06T08:47:36.027Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-06T08:47:36.027Z] === RUN TestFSGetEmptyData [2022-03-06T08:47:36.027Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-03-06T08:47:36.027Z] === RUN TestFSDelete [2022-03-06T08:47:36.027Z] --- PASS: TestFSDelete (0.01s) [2022-03-06T08:47:36.027Z] === RUN TestFSWalker [2022-03-06T08:47:36.027Z] --- PASS: TestFSWalker (0.01s) [2022-03-06T08:47:36.027Z] === RUN TestFSWalkerStopOnError [2022-03-06T08:47:36.027Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-06T08:47:36.027Z] === RUN TestNewFromJSON [2022-03-06T08:47:36.027Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-06T08:47:36.027Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-06T08:47:36.027Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-06T08:47:36.027Z] === RUN TestMarshalKeyOrder [2022-03-06T08:47:36.027Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-06T08:47:36.027Z] === RUN TestHistoryEqual [2022-03-06T08:47:36.027Z] --- PASS: TestHistoryEqual (0.15s) [2022-03-06T08:47:36.027Z] === RUN TestImage [2022-03-06T08:47:36.027Z] --- PASS: TestImage (0.00s) [2022-03-06T08:47:36.027Z] === RUN TestImageOSNotEmpty [2022-03-06T08:47:36.027Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-06T08:47:36.027Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-06T08:47:36.027Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-06T08:47:36.027Z] === RUN TestCreate [2022-03-06T08:47:36.027Z] --- PASS: TestCreate (0.02s) [2022-03-06T08:47:36.027Z] === RUN TestRestore [2022-03-06T08:47:36.027Z] time="2022-03-06T08:47:35Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-06T08:47:36.027Z] --- PASS: TestRestore (0.04s) [2022-03-06T08:47:36.027Z] === RUN TestAddDelete [2022-03-06T08:47:36.027Z] --- PASS: TestAddDelete (0.02s) [2022-03-06T08:47:36.027Z] === RUN TestSearchAfterDelete [2022-03-06T08:47:36.027Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-06T08:47:36.027Z] === RUN TestParentReset [2022-03-06T08:47:36.027Z] --- PASS: TestParentReset (0.03s) [2022-03-06T08:47:36.027Z] === RUN TestGetAndSetLastUpdated [2022-03-06T08:47:36.027Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2022-03-06T08:47:36.027Z] === RUN TestStoreLen [2022-03-06T08:47:36.342Z] --- PASS: TestExternalGraphDriver (4.92s) [2022-03-06T08:47:36.342Z] --- PASS: TestExternalGraphDriver/json (1.64s) [2022-03-06T08:47:36.342Z] --- PASS: TestExternalGraphDriver/spec (1.60s) [2022-03-06T08:47:36.342Z] --- PASS: TestExternalGraphDriver/pull (1.65s) [2022-03-06T08:47:36.342Z] === RUN TestGraphdriverPluginV2 [2022-03-06T08:47:36.494Z] --- PASS: TestStoreLen (0.05s) [2022-03-06T08:47:36.494Z] PASS [2022-03-06T08:47:36.494Z] coverage: 86.9% of statements [2022-03-06T08:47:36.494Z] ok github.com/docker/docker/image 0.628s coverage: 86.9% of statements [2022-03-06T08:47:36.596Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-06T08:47:36.596Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-06T08:47:36.960Z] === RUN TestMakeV1ConfigFromConfig [2022-03-06T08:47:36.960Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-06T08:47:36.960Z] PASS [2022-03-06T08:47:36.960Z] coverage: 25.0% of statements [2022-03-06T08:47:36.960Z] ok github.com/docker/docker/image/v1 0.167s coverage: 25.0% of statements [2022-03-06T08:47:36.960Z] === RUN TestValidateManifest [2022-03-06T08:47:36.960Z] === RUN TestValidateManifest/nil [2022-03-06T08:47:36.960Z] === RUN TestValidateManifest/non-nil [2022-03-06T08:47:36.960Z] --- PASS: TestValidateManifest (0.00s) [2022-03-06T08:47:36.960Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-06T08:47:36.960Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-06T08:47:36.960Z] PASS [2022-03-06T08:47:36.960Z] coverage: 0.7% of statements [2022-03-06T08:47:36.960Z] ok github.com/docker/docker/image/tarexport 0.075s coverage: 0.7% of statements [2022-03-06T08:47:36.960Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-06T08:47:37.151Z] === RUN TestAdapterReadLogs [2022-03-06T08:47:37.151Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCopier [2022-03-06T08:47:37.151Z] --- PASS: TestCopier (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCopierLongLines [2022-03-06T08:47:37.151Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCopierSlow [2022-03-06T08:47:37.151Z] === RUN TestNewStreamConfig [2022-03-06T08:47:37.151Z] === RUN TestNewStreamConfig/defaults [2022-03-06T08:47:37.151Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-06T08:47:37.151Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-06T08:47:37.151Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-06T08:47:37.151Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-06T08:47:37.151Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-06T08:47:37.151Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-06T08:47:37.151Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-06T08:47:37.151Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-06T08:47:37.151Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-06T08:47:37.151Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-06T08:47:37.151Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-06T08:47:37.151Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-06T08:47:37.151Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-06T08:47:37.151Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-06T08:47:37.151Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-06T08:47:37.151Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-06T08:47:37.151Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-06T08:47:37.151Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-06T08:47:37.151Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-06T08:47:37.151Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-06T08:47:37.151Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-06T08:47:37.151Z] --- PASS: TestCopierSlow (0.20s) [2022-03-06T08:47:37.151Z] === RUN TestCopierWithSized [2022-03-06T08:47:37.151Z] === RUN TestCopierWithSized/as_is [2022-03-06T08:47:37.151Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-06T08:47:37.151Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-06T08:47:37.151Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-06T08:47:37.151Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCopierWithPartial [2022-03-06T08:47:37.151Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestRingLogger [2022-03-06T08:47:37.151Z] --- PASS: TestRingLogger (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestRingCap [2022-03-06T08:47:37.151Z] --- PASS: TestRingCap (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestRingClose [2022-03-06T08:47:37.151Z] --- PASS: TestRingClose (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestRingDrain [2022-03-06T08:47:37.151Z] --- PASS: TestRingDrain (0.00s) [2022-03-06T08:47:37.151Z] PASS [2022-03-06T08:47:37.151Z] coverage: 43.2% of statements [2022-03-06T08:47:37.151Z] ok github.com/docker/docker/daemon/logger 0.276s coverage: 43.2% of statements [2022-03-06T08:47:37.151Z] time="2022-03-06T08:47:36Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-06T08:47:37.151Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.15s) [2022-03-06T08:47:37.151Z] === RUN TestCreateSuccess [2022-03-06T08:47:37.151Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCreateStreamSkipped [2022-03-06T08:47:37.151Z] time="2022-03-06T08:47:36Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-06T08:47:37.151Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCreateLogGroupSuccess [2022-03-06T08:47:37.151Z] time="2022-03-06T08:47:36Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-06T08:47:37.151Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCreateError [2022-03-06T08:47:37.151Z] --- PASS: TestCreateError (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCreateAlreadyExists [2022-03-06T08:47:37.151Z] time="2022-03-06T08:47:36Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-06T08:47:37.151Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestLogClosed [2022-03-06T08:47:37.151Z] --- PASS: TestLogClosed (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestLogBlocking [2022-03-06T08:47:37.151Z] --- PASS: TestLogBlocking (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-06T08:47:37.151Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestLogNonBlockingBufferFull [2022-03-06T08:47:37.151Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestPublishBatchSuccess [2022-03-06T08:47:37.151Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestPublishBatchError [2022-03-06T08:47:37.151Z] time="2022-03-06T08:47:36Z" level=error msg=error [2022-03-06T08:47:37.151Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-06T08:47:37.151Z] time="2022-03-06T08:47:36Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-06T08:47:37.151Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-06T08:47:37.151Z] time="2022-03-06T08:47:36Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-06T08:47:37.151Z] time="2022-03-06T08:47:36Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-06T08:47:37.151Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCollectBatchSimple [2022-03-06T08:47:37.151Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCollectBatchTicker [2022-03-06T08:47:37.151Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCollectBatchMultilinePattern [2022-03-06T08:47:37.151Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-06T08:47:37.151Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-06T08:47:37.151Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-06T08:47:37.151Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-06T08:47:37.151Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.05s) [2022-03-06T08:47:37.151Z] === RUN TestCollectBatchClose [2022-03-06T08:47:37.151Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-06T08:47:37.152Z] === RUN TestEffectiveLen [2022-03-06T08:47:37.152Z] === RUN TestEffectiveLen/0/Hello [2022-03-06T08:47:37.152Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-06T08:47:37.152Z] === RUN TestEffectiveLen/2/🙃 [2022-03-06T08:47:37.152Z] === RUN TestEffectiveLen/3/���� [2022-03-06T08:47:37.152Z] === RUN TestEffectiveLen/4/He��o [2022-03-06T08:47:37.152Z] === RUN TestEffectiveLen/5/ [2022-03-06T08:47:37.152Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-06T08:47:37.152Z] === RUN TestFindValidSplit [2022-03-06T08:47:37.152Z] === RUN TestFindValidSplit/0/ [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1076: [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1077: [2022-03-06T08:47:37.152Z] === RUN TestFindValidSplit/1/Hello [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1076: Hello [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1077: [2022-03-06T08:47:37.152Z] === RUN TestFindValidSplit/2/Hello [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1076: He [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1077: llo [2022-03-06T08:47:37.152Z] === RUN TestFindValidSplit/3/Hello [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1076: [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1077: Hello [2022-03-06T08:47:37.152Z] === RUN TestFindValidSplit/4/🙃 [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1076: [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-06T08:47:37.152Z] === RUN TestFindValidSplit/5/🙃 [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1077: [2022-03-06T08:47:37.152Z] === RUN TestFindValidSplit/6/a� [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1076: a [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1077: � [2022-03-06T08:47:37.152Z] === RUN TestFindValidSplit/7/a� [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1076: a� [2022-03-06T08:47:37.152Z] cloudwatchlogs_test.go:1077: [2022-03-06T08:47:37.152Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-06T08:47:37.152Z] === RUN TestProcessEventEmoji [2022-03-06T08:47:37.152Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-06T08:47:37.152Z] === RUN TestCollectBatchLineSplit [2022-03-06T08:47:37.152Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-06T08:47:37.152Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-06T08:47:37.152Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-06T08:47:37.152Z] === RUN TestCollectBatchMaxEvents [2022-03-06T08:47:37.152Z] --- PASS: TestCollectBatchMaxEvents (0.09s) [2022-03-06T08:47:37.152Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-06T08:47:37.152Z] --- PASS: TestCollectBatchMaxTotalBytes (0.05s) [2022-03-06T08:47:37.152Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-06T08:47:37.152Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-06T08:47:37.152Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-06T08:47:37.152Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-03-06T08:47:37.152Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-06T08:47:37.152Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-06T08:47:37.152Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-06T08:47:37.152Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-06T08:47:37.152Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-06T08:47:37.152Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-06T08:47:37.152Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-06T08:47:37.152Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-06T08:47:37.152Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-06T08:47:37.152Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-06T08:47:37.152Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2022-03-06T08:47:37.152Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-06T08:47:37.152Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.01s) [2022-03-06T08:47:37.607Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsFormat [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-06T08:47:37.607Z] === RUN TestCreateTagSuccess [2022-03-06T08:47:37.607Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-06T08:47:37.607Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-06T08:47:37.607Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-06T08:47:37.607Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-06T08:47:37.607Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-06T08:47:37.607Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-06T08:47:37.607Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-06T08:47:37.607Z] PASS [2022-03-06T08:47:37.607Z] coverage: 80.2% of statements [2022-03-06T08:47:37.607Z] ok github.com/docker/docker/daemon/logger/awslogs 0.507s coverage: 80.2% of statements [2022-03-06T08:47:37.607Z] === RUN TestSearchRegistryForImagesErrors [2022-03-06T08:47:37.607Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-06T08:47:37.607Z] === RUN TestSearchRegistryForImages [2022-03-06T08:47:37.607Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-06T08:47:37.607Z] === RUN TestOnlyPlatformWithFallback [2022-03-06T08:47:37.607Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-06T08:47:37.607Z] === RUN TestImageDelete [2022-03-06T08:47:37.607Z] === RUN TestImageDelete/no_lease [2022-03-06T08:47:37.607Z] === RUN TestImageDelete/lease_exists [2022-03-06T08:47:37.607Z] --- PASS: TestImageDelete (0.03s) [2022-03-06T08:47:37.607Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-06T08:47:37.607Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-03-06T08:47:37.607Z] === RUN TestContentStoreForPull [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptReconnectInterval [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-06T08:47:37.607Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-06T08:47:37.607Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-06T08:47:37.607Z] PASS [2022-03-06T08:47:37.607Z] coverage: 33.6% of statements [2022-03-06T08:47:37.942Z] === RUN TestSerialization [2022-03-06T08:47:37.942Z] --- PASS: TestSerialization (0.03s) [2022-03-06T08:47:37.942Z] PASS [2022-03-06T08:47:37.942Z] coverage: 100.0% of statements [2022-03-06T08:47:37.942Z] ok github.com/docker/docker/libcontainerd/queue 0.068s coverage: 100.0% of statements [2022-03-06T08:47:38.063Z] ok github.com/docker/docker/daemon/logger/fluentd 0.063s coverage: 33.6% of statements [2022-03-06T08:47:38.063Z] --- PASS: TestContentStoreForPull (0.20s) [2022-03-06T08:47:38.063Z] PASS [2022-03-06T08:47:38.063Z] coverage: 6.8% of statements [2022-03-06T08:47:38.063Z] ok github.com/docker/docker/daemon/images 0.404s coverage: 6.8% of statements [2022-03-06T08:47:38.063Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-06T08:47:38.063Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-06T08:47:38.063Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-06T08:47:38.063Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-06T08:47:38.063Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-06T08:47:38.063Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-06T08:47:38.234Z] --- PASS: TestDaemonHostGatewayIP (4.26s) [2022-03-06T08:47:38.234Z] === CONT TestIpcModeOlderClient [2022-03-06T08:47:38.234Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-03-06T08:47:38.234Z] === CONT TestContainerKillOnDaemonStart [2022-03-06T08:47:38.409Z] === RUN TestEmptyLayer [2022-03-06T08:47:38.409Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-06T08:47:38.409Z] === RUN TestCommitFailure [2022-03-06T08:47:38.409Z] --- PASS: TestCommitFailure (0.01s) [2022-03-06T08:47:38.409Z] === RUN TestStartTransactionFailure [2022-03-06T08:47:38.409Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-06T08:47:38.409Z] === RUN TestGetOrphan [2022-03-06T08:47:38.409Z] --- PASS: TestGetOrphan (0.01s) [2022-03-06T08:47:38.409Z] === RUN TestMountAndRegister [2022-03-06T08:47:38.409Z] layer_test.go:258: Layer size: 14 [2022-03-06T08:47:38.409Z] --- PASS: TestMountAndRegister (0.04s) [2022-03-06T08:47:38.409Z] === RUN TestLayerRelease [2022-03-06T08:47:38.409Z] layer_test.go:291: Failing on Windows [2022-03-06T08:47:38.409Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-06T08:47:38.409Z] === RUN TestStoreRestore [2022-03-06T08:47:38.409Z] layer_test.go:340: Failing on Windows [2022-03-06T08:47:38.409Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-06T08:47:38.409Z] === RUN TestTarStreamStability [2022-03-06T08:47:38.409Z] layer_test.go:455: Failing on Windows [2022-03-06T08:47:38.409Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-06T08:47:38.409Z] === RUN TestRegisterExistingLayer [2022-03-06T08:47:38.409Z] --- PASS: TestRegisterExistingLayer (0.10s) [2022-03-06T08:47:38.409Z] === RUN TestTarStreamVerification [2022-03-06T08:47:38.409Z] layer_test.go:684: Failing on Windows [2022-03-06T08:47:38.409Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-06T08:47:38.409Z] === RUN TestLayerMigration [2022-03-06T08:47:38.409Z] migration_test.go:45: Failing on Windows [2022-03-06T08:47:38.409Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-06T08:47:38.409Z] === RUN TestLayerMigrationNoTarsplit [2022-03-06T08:47:38.409Z] migration_test.go:181: Failing on Windows [2022-03-06T08:47:38.409Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-06T08:47:38.409Z] === RUN TestMountInit [2022-03-06T08:47:38.409Z] mount_test.go:17: Failing on Windows [2022-03-06T08:47:38.409Z] --- SKIP: TestMountInit (0.00s) [2022-03-06T08:47:38.409Z] === RUN TestMountSize [2022-03-06T08:47:38.409Z] mount_test.go:76: Failing on Windows [2022-03-06T08:47:38.409Z] --- SKIP: TestMountSize (0.00s) [2022-03-06T08:47:38.409Z] === RUN TestMountChanges [2022-03-06T08:47:38.409Z] mount_test.go:125: Failing on Windows [2022-03-06T08:47:38.409Z] --- SKIP: TestMountChanges (0.00s) [2022-03-06T08:47:38.409Z] === RUN TestMountApply [2022-03-06T08:47:38.409Z] mount_test.go:212: Failing on Windows [2022-03-06T08:47:38.409Z] --- SKIP: TestMountApply (0.00s) [2022-03-06T08:47:38.409Z] PASS [2022-03-06T08:47:38.409Z] coverage: 30.2% of statements [2022-03-06T08:47:38.409Z] ok github.com/docker/docker/layer 0.254s coverage: 30.2% of statements [2022-03-06T08:47:38.409Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-06T08:47:38.490Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-06T08:47:38.518Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-06T08:47:38.518Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-06T08:47:38.518Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-06T08:47:38.518Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.15s) [2022-03-06T08:47:38.518Z] === RUN TestFastTimeMarshalJSON [2022-03-06T08:47:38.518Z] --- PASS: TestFastTimeMarshalJSON (0.06s) [2022-03-06T08:47:38.518Z] PASS [2022-03-06T08:47:38.518Z] coverage: 87.2% of statements [2022-03-06T08:47:38.518Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.269s coverage: 87.2% of statements [2022-03-06T08:47:38.800Z] --- PASS: TestDaemonRestartIpcMode (4.51s) [2022-03-06T08:47:38.875Z] === RUN TestEnvironmentParsing [2022-03-06T08:47:38.875Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-06T08:47:38.875Z] PASS [2022-03-06T08:47:38.875Z] coverage: 1.2% of statements [2022-03-06T08:47:38.875Z] ok github.com/docker/docker/libcontainerd/local 0.054s coverage: 1.2% of statements [2022-03-06T08:47:38.875Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-06T08:47:38.875Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-06T08:47:38.875Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-06T08:47:38.973Z] === RUN TestJSONFileLogger [2022-03-06T08:47:38.973Z] --- PASS: TestJSONFileLogger (0.01s) [2022-03-06T08:47:38.973Z] === RUN TestJSONFileLoggerWithTags [2022-03-06T08:47:38.973Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-06T08:47:38.973Z] === RUN TestJSONFileLoggerWithOpts [2022-03-06T08:47:38.973Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-06T08:47:38.973Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-06T08:47:38.973Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-06T08:47:38.973Z] === RUN TestEncodeDecode [2022-03-06T08:47:38.973Z] === PAUSE TestEncodeDecode [2022-03-06T08:47:38.973Z] === RUN TestUnexpectedEOF [2022-03-06T08:47:38.973Z] time="2022-03-06T08:47:38Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-06T08:47:38.973Z] time="2022-03-06T08:47:38Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-06T08:47:38.973Z] --- PASS: TestUnexpectedEOF (0.16s) [2022-03-06T08:47:38.973Z] === CONT TestEncodeDecode [2022-03-06T08:47:38.973Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-06T08:47:38.973Z] PASS [2022-03-06T08:47:38.973Z] coverage: 69.9% of statements [2022-03-06T08:47:38.973Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.237s coverage: 69.9% of statements [2022-03-06T08:47:39.341Z] === RUN TestSequenceGetAvailableBit [2022-03-06T08:47:39.341Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-06T08:47:39.341Z] === RUN TestSequenceEqual [2022-03-06T08:47:39.341Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-06T08:47:39.341Z] === RUN TestSequenceCopy [2022-03-06T08:47:39.341Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-06T08:47:39.341Z] === RUN TestGetFirstAvailable [2022-03-06T08:47:39.341Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-06T08:47:39.341Z] === RUN TestFindSequence [2022-03-06T08:47:39.341Z] --- PASS: TestFindSequence (0.00s) [2022-03-06T08:47:39.341Z] === RUN TestCheckIfAvailable [2022-03-06T08:47:39.341Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-06T08:47:39.341Z] === RUN TestMergeSequences [2022-03-06T08:47:39.341Z] --- PASS: TestMergeSequences (0.00s) [2022-03-06T08:47:39.341Z] === RUN TestPushReservation [2022-03-06T08:47:39.342Z] --- PASS: TestPushReservation (0.00s) [2022-03-06T08:47:39.342Z] === RUN TestSerializeDeserialize [2022-03-06T08:47:39.342Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-06T08:47:39.342Z] === RUN TestSet [2022-03-06T08:47:39.342Z] --- PASS: TestSet (0.00s) [2022-03-06T08:47:39.342Z] === RUN TestSetUnset [2022-03-06T08:47:39.342Z] --- PASS: TestSetUnset (0.00s) [2022-03-06T08:47:39.342Z] === RUN TestOffsetSetUnset [2022-03-06T08:47:39.342Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-06T08:47:39.342Z] === RUN TestSetInRange [2022-03-06T08:47:39.342Z] --- PASS: TestSetInRange (0.00s) [2022-03-06T08:47:39.342Z] === RUN TestSetAnyInRange [2022-03-06T08:47:39.342Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-06T08:47:39.342Z] === RUN TestMethods [2022-03-06T08:47:39.342Z] --- PASS: TestMethods (0.00s) [2022-03-06T08:47:39.342Z] === RUN TestRandomAllocateDeallocate [2022-03-06T08:47:39.859Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-06T08:47:39.933Z] === RUN TestWriteLog [2022-03-06T08:47:39.933Z] === PAUSE TestWriteLog [2022-03-06T08:47:39.933Z] === RUN TestReadLog [2022-03-06T08:47:39.933Z] === PAUSE TestReadLog [2022-03-06T08:47:39.933Z] === RUN TestDecode [2022-03-06T08:47:39.933Z] --- PASS: TestDecode (0.02s) [2022-03-06T08:47:39.933Z] === CONT TestWriteLog [2022-03-06T08:47:39.933Z] === CONT TestReadLog [2022-03-06T08:47:39.933Z] --- PASS: TestWriteLog (0.01s) [2022-03-06T08:47:39.933Z] === RUN TestReadLog/tail_exact [2022-03-06T08:47:39.933Z] === RUN TestOpenFileDelete [2022-03-06T08:47:39.933Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-06T08:47:39.933Z] === RUN TestOpenFileRename [2022-03-06T08:47:39.933Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-06T08:47:39.933Z] === RUN TestHandleDecoderErr [2022-03-06T08:47:39.933Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-06T08:47:39.933Z] === RUN TestParseLogTagDefaultTag [2022-03-06T08:47:39.933Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-06T08:47:39.933Z] === RUN TestParseLogTag [2022-03-06T08:47:39.933Z] --- PASS: TestParseLogTag (0.00s) [2022-03-06T08:47:39.933Z] === RUN TestParseLogTagEmptyTag [2022-03-06T08:47:39.933Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-06T08:47:39.933Z] === RUN TestTailFiles [2022-03-06T08:47:39.933Z] --- PASS: TestTailFiles (0.00s) [2022-03-06T08:47:39.933Z] === RUN TestFollowLogsConsumerGone [2022-03-06T08:47:39.933Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-06T08:47:39.933Z] === RUN TestFollowLogsProducerGone [2022-03-06T08:47:39.933Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-06T08:47:39.933Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-06T08:47:39.933Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-06T08:47:39.933Z] === RUN TestCheckCapacityAndRotate [2022-03-06T08:47:39.933Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-06T08:47:39.933Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-06T08:47:39.933Z] === RUN TestReadLog/tail_less_than_available [2022-03-06T08:47:39.933Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-03-06T08:47:39.933Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-06T08:47:39.933Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-06T08:47:39.933Z] PASS [2022-03-06T08:47:39.933Z] coverage: 53.5% of statements [2022-03-06T08:47:39.933Z] === RUN TestReadLog/tail_more_than_available [2022-03-06T08:47:39.933Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.116s coverage: 53.5% of statements [2022-03-06T08:47:39.933Z] --- PASS: TestReadLog (0.20s) [2022-03-06T08:47:39.933Z] --- PASS: TestReadLog/tail_exact (0.16s) [2022-03-06T08:47:39.933Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-06T08:47:39.933Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-06T08:47:39.933Z] PASS [2022-03-06T08:47:39.933Z] coverage: 78.7% of statements [2022-03-06T08:47:39.933Z] ok github.com/docker/docker/daemon/logger/local 0.416s coverage: 78.7% of statements [2022-03-06T08:47:39.933Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-06T08:47:40.116Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-06T08:47:40.515Z] --- PASS: TestGraphdriverPluginV2 (3.81s) [2022-03-06T08:47:40.515Z] PASS [2022-03-06T08:47:40.515Z] [2022-03-06T08:47:40.515Z] DONE 5 tests in 8.775s [2022-03-06T08:47:40.515Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-06T08:47:40.515Z] INFO: Testing against a local daemon [2022-03-06T08:47:40.515Z] === RUN TestContinueAfterPluginCrash [2022-03-06T08:47:40.515Z] === PAUSE TestContinueAfterPluginCrash [2022-03-06T08:47:40.515Z] === RUN TestReadPluginNoRead [2022-03-06T08:47:40.515Z] === PAUSE TestReadPluginNoRead [2022-03-06T08:47:40.515Z] === RUN TestDaemonStartWithLogOpt [2022-03-06T08:47:40.515Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-06T08:47:40.515Z] === CONT TestContinueAfterPluginCrash [2022-03-06T08:47:40.515Z] === CONT TestDaemonStartWithLogOpt [2022-03-06T08:47:40.701Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-03-06T08:47:40.894Z] === RUN TestLog [2022-03-06T08:47:40.894Z] --- PASS: TestLog (0.02s) [2022-03-06T08:47:40.894Z] PASS [2022-03-06T08:47:40.894Z] coverage: 31.5% of statements [2022-03-06T08:47:40.894Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.171s coverage: 31.5% of statements [2022-03-06T08:47:40.894Z] === RUN TestValidateLogOpt [2022-03-06T08:47:40.894Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-06T08:47:40.894Z] === RUN TestNewMissedConfig [2022-03-06T08:47:40.894Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-06T08:47:40.894Z] === RUN TestNewMissedUrl [2022-03-06T08:47:40.894Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-06T08:47:40.894Z] === RUN TestNewMissedToken [2022-03-06T08:47:40.894Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-06T08:47:40.894Z] === RUN TestNewWithProxy [2022-03-06T08:47:40.894Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-06T08:47:40.894Z] === RUN TestDefault [2022-03-06T08:47:40.894Z] --- PASS: TestDefault (0.02s) [2022-03-06T08:47:40.894Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-06T08:47:40.894Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-06T08:47:40.894Z] === RUN TestJsonFormat [2022-03-06T08:47:40.894Z] --- PASS: TestJsonFormat (0.01s) [2022-03-06T08:47:40.894Z] === RUN TestRawFormat [2022-03-06T08:47:40.894Z] --- PASS: TestRawFormat (0.00s) [2022-03-06T08:47:40.894Z] === RUN TestRawFormatWithLabels [2022-03-06T08:47:40.894Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-06T08:47:40.894Z] === RUN TestRawFormatWithoutTag [2022-03-06T08:47:40.894Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-06T08:47:40.894Z] === RUN TestBatching [2022-03-06T08:47:40.900Z] === RUN TestInvalidConfig [2022-03-06T08:47:40.900Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-06T08:47:40.900Z] === RUN TestConfig [2022-03-06T08:47:40.900Z] --- PASS: TestConfig (0.00s) [2022-03-06T08:47:40.900Z] === RUN TestOptionsLabels [2022-03-06T08:47:40.900Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-06T08:47:40.900Z] === RUN TestValidName [2022-03-06T08:47:40.900Z] --- PASS: TestValidName (0.00s) [2022-03-06T08:47:40.900Z] PASS [2022-03-06T08:47:40.900Z] coverage: 19.7% of statements [2022-03-06T08:47:40.900Z] ok github.com/docker/docker/libnetwork/config 0.066s coverage: 19.7% of statements [2022-03-06T08:47:41.267Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-06T08:47:41.350Z] === RUN TestNewParse [2022-03-06T08:47:41.350Z] --- PASS: TestNewParse (0.00s) [2022-03-06T08:47:41.350Z] PASS [2022-03-06T08:47:41.350Z] coverage: 8.3% of statements [2022-03-06T08:47:41.350Z] ok github.com/docker/docker/daemon/logger/templates 0.066s coverage: 8.3% of statements [2022-03-06T08:47:41.350Z] --- PASS: TestBatching (0.28s) [2022-03-06T08:47:41.350Z] === RUN TestFrequency [2022-03-06T08:47:41.350Z] === RUN TestParseLogFormat [2022-03-06T08:47:41.350Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-06T08:47:41.350Z] === RUN TestValidateLogOptEmpty [2022-03-06T08:47:41.350Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-06T08:47:41.350Z] === RUN TestValidateSyslogAddress [2022-03-06T08:47:41.350Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-06T08:47:41.350Z] === RUN TestParseAddressDefaultPort [2022-03-06T08:47:41.350Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-06T08:47:41.350Z] === RUN TestValidateSyslogFacility [2022-03-06T08:47:41.350Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-06T08:47:41.350Z] === RUN TestValidateLogOptSyslogFormat [2022-03-06T08:47:41.350Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-06T08:47:41.350Z] === RUN TestValidateLogOpt [2022-03-06T08:47:41.350Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-06T08:47:41.350Z] PASS [2022-03-06T08:47:41.350Z] coverage: 46.8% of statements [2022-03-06T08:47:41.350Z] ok github.com/docker/docker/daemon/logger/syslog 0.047s coverage: 46.8% of statements [2022-03-06T08:47:41.350Z] --- PASS: TestFrequency (0.16s) [2022-03-06T08:47:41.350Z] === RUN TestOneMessagePerRequest [2022-03-06T08:47:41.350Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-06T08:47:41.350Z] === RUN TestVerify [2022-03-06T08:47:41.350Z] --- PASS: TestVerify (0.00s) [2022-03-06T08:47:41.350Z] === RUN TestSkipVerify [2022-03-06T08:47:41.487Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-06T08:47:41.745Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-06T08:47:41.807Z] time="2022-03-06T08:47:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:41.807Z] time="2022-03-06T08:47:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:41.807Z] time="2022-03-06T08:47:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:41.834Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-06T08:47:41.883Z] === RUN TestKey [2022-03-06T08:47:41.883Z] --- PASS: TestKey (0.00s) [2022-03-06T08:47:41.883Z] === RUN TestParseKey [2022-03-06T08:47:41.883Z] --- PASS: TestParseKey (0.00s) [2022-03-06T08:47:41.883Z] === RUN TestInvalidDataStore [2022-03-06T08:47:41.883Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-06T08:47:41.883Z] === RUN TestKVObjectFlatKey [2022-03-06T08:47:41.883Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-06T08:47:41.883Z] === RUN TestAtomicKVObjectFlatKey [2022-03-06T08:47:41.883Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-06T08:47:41.883Z] PASS [2022-03-06T08:47:41.883Z] coverage: 21.9% of statements [2022-03-06T08:47:41.883Z] ok github.com/docker/docker/libnetwork/datastore 0.045s coverage: 21.9% of statements [2022-03-06T08:47:41.883Z] === RUN TestErrorInterfaces [2022-03-06T08:47:41.883Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-06T08:47:41.883Z] === RUN TestNetworkMarshalling [2022-03-06T08:47:41.883Z] --- PASS: TestNetworkMarshalling (0.15s) [2022-03-06T08:47:41.883Z] === RUN TestEndpointMarshalling [2022-03-06T08:47:41.883Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-06T08:47:41.883Z] === RUN TestAuxAddresses [2022-03-06T08:47:41.883Z] time="2022-03-06T08:47:41Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-06T08:47:41.883Z] --- PASS: TestAuxAddresses (0.01s) [2022-03-06T08:47:41.883Z] === RUN TestSRVServiceQuery [2022-03-06T08:47:41.883Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:41.883Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-06T08:47:41.883Z] === RUN TestServiceVIPReuse [2022-03-06T08:47:41.883Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:41.883Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-06T08:47:41.883Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-06T08:47:41.883Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:41.883Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-06T08:47:42.262Z] --- PASS: TestSkipVerify (0.66s) [2022-03-06T08:47:42.262Z] === RUN TestBufferMaximum [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556461.848951\",\"host\":\"4c9c6ef4de7d\"}'" [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556461.848951\",\"host\":\"4c9c6ef4de7d\"}'" [2022-03-06T08:47:42.262Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-06T08:47:42.262Z] === RUN TestServerAlwaysDown [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556461.851950\",\"host\":\"4c9c6ef4de7d\"}'" [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556461.851950\",\"host\":\"4c9c6ef4de7d\"}'" [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556461.851950\",\"host\":\"4c9c6ef4de7d\"}'" [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556461.852952\",\"host\":\"4c9c6ef4de7d\"}'" [2022-03-06T08:47:42.262Z] time="2022-03-06T08:47:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556461.852952\",\"host\":\"4c9c6ef4de7d\"}'" [2022-03-06T08:47:42.262Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-06T08:47:42.262Z] === RUN TestCannotSendAfterClose [2022-03-06T08:47:42.262Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-06T08:47:42.262Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-06T08:47:42.349Z] === RUN TestDNSIPQuery [2022-03-06T08:47:42.349Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:42.349Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-06T08:47:42.349Z] === RUN TestDNSProxyServFail [2022-03-06T08:47:42.349Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:42.349Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-06T08:47:42.349Z] === RUN TestSandboxAddEmpty [2022-03-06T08:47:42.349Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:42.349Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-06T08:47:42.349Z] === RUN TestSandboxAddMultiPrio [2022-03-06T08:47:42.349Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:42.349Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-06T08:47:42.349Z] === RUN TestSandboxAddSamePrio [2022-03-06T08:47:42.349Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:42.349Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-06T08:47:42.349Z] === RUN TestCleanupServiceDiscovery [2022-03-06T08:47:42.349Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:42.349Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-06T08:47:42.349Z] === RUN TestDNSOptions [2022-03-06T08:47:42.349Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:42.349Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-06T08:47:42.349Z] === RUN TestMultipleControllersWithSameStore [2022-03-06T08:47:42.349Z] time="2022-03-06T08:47:41Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-06T08:47:42.349Z] time="2022-03-06T08:47:41Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-06T08:47:42.349Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-06T08:47:42.349Z] PASS [2022-03-06T08:47:42.349Z] coverage: 8.5% of statements [2022-03-06T08:47:42.349Z] ok github.com/docker/docker/libnetwork 0.297s coverage: 8.5% of statements [2022-03-06T08:47:42.349Z] === RUN TestIPDataMarshalling [2022-03-06T08:47:42.349Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-06T08:47:42.349Z] === RUN TestValidateAndIsV6 [2022-03-06T08:47:42.349Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-06T08:47:42.349Z] PASS [2022-03-06T08:47:42.349Z] coverage: 68.9% of statements [2022-03-06T08:47:42.349Z] ok github.com/docker/docker/libnetwork/driverapi 0.040s coverage: 68.9% of statements [2022-03-06T08:47:42.401Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-06T08:47:42.718Z] === RUN TestV1IDService [2022-03-06T08:47:42.718Z] --- PASS: TestV1IDService (0.02s) [2022-03-06T08:47:42.718Z] === RUN TestV2MetadataService [2022-03-06T08:47:42.815Z] === RUN TestDriver [2022-03-06T08:47:42.815Z] --- PASS: TestDriver (0.00s) [2022-03-06T08:47:42.815Z] PASS [2022-03-06T08:47:42.815Z] coverage: 34.8% of statements [2022-03-06T08:47:42.815Z] ok github.com/docker/docker/libnetwork/drivers/host 0.046s coverage: 34.8% of statements [2022-03-06T08:47:42.967Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-03-06T08:47:43.115Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-06T08:47:43.173Z] time="2022-03-06T08:47:42Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-06T08:47:43.173Z] time="2022-03-06T08:47:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"4c9c6ef4de7d\"}'" [2022-03-06T08:47:43.173Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-06T08:47:43.173Z] PASS [2022-03-06T08:47:43.173Z] coverage: 82.5% of statements [2022-03-06T08:47:43.173Z] ok github.com/docker/docker/daemon/logger/splunk 2.234s coverage: 82.5% of statements [2022-03-06T08:47:43.173Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-06T08:47:43.173Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-06T08:47:43.173Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-06T08:47:43.173Z] === RUN TestSuccessfulDownload [2022-03-06T08:47:43.173Z] download_test.go:267: Needs fixing on Windows [2022-03-06T08:47:43.173Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-06T08:47:43.173Z] === RUN TestCancelledDownload [2022-03-06T08:47:43.173Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-06T08:47:43.173Z] === RUN TestMaxDownloadAttempts [2022-03-06T08:47:43.173Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-06T08:47:43.173Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-06T08:47:43.173Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-06T08:47:43.173Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-06T08:47:43.173Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-06T08:47:43.173Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-06T08:47:43.173Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-06T08:47:43.173Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-06T08:47:43.173Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-06T08:47:43.173Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-06T08:47:43.173Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-06T08:47:43.173Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-06T08:47:43.281Z] === RUN TestDriver [2022-03-06T08:47:43.281Z] --- PASS: TestDriver (0.00s) [2022-03-06T08:47:43.281Z] PASS [2022-03-06T08:47:43.281Z] coverage: 34.8% of statements [2022-03-06T08:47:43.281Z] ok github.com/docker/docker/libnetwork/drivers/null 0.037s coverage: 34.8% of statements [2022-03-06T08:47:43.281Z] === RUN TestNetworkAllocateFree [2022-03-06T08:47:43.281Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-06T08:47:43.281Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-06T08:47:43.281Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-06T08:47:43.281Z] PASS [2022-03-06T08:47:43.281Z] coverage: 63.6% of statements [2022-03-06T08:47:43.281Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.045s coverage: 63.6% of statements [2022-03-06T08:47:43.628Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-06T08:47:43.628Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-06T08:47:43.628Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-06T08:47:43.628Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-06T08:47:43.628Z] === RUN TestContinueOnError_NeverContinue [2022-03-06T08:47:43.629Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-06T08:47:43.629Z] === RUN TestManifestStore [2022-03-06T08:47:43.629Z] === RUN TestManifestStore/no_remote_or_local [2022-03-06T08:47:43.748Z] === RUN TestGetEmptyCapabilities [2022-03-06T08:47:43.793Z] --- PASS: TestDaemonStartWithLogOpt (3.25s) [2022-03-06T08:47:43.793Z] === CONT TestReadPluginNoRead [2022-03-06T08:47:44.083Z] time="2022-03-06T08:47:43Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-06T08:47:44.083Z] time="2022-03-06T08:47:43Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-06T08:47:44.083Z] time="2022-03-06T08:47:43Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-06T08:47:44.083Z] time="2022-03-06T08:47:43Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-06T08:47:44.083Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.50s) [2022-03-06T08:47:44.083Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.50s) [2022-03-06T08:47:44.083Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.50s) [2022-03-06T08:47:44.083Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.50s) [2022-03-06T08:47:44.083Z] === RUN TestTransfer [2022-03-06T08:47:44.083Z] time="2022-03-06T08:47:43Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2268473095\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-06T08:47:44.083Z] === RUN TestManifestStore/no_local_cache [2022-03-06T08:47:44.083Z] --- PASS: TestTransfer (0.12s) [2022-03-06T08:47:44.083Z] === RUN TestConcurrencyLimit [2022-03-06T08:47:44.083Z] === RUN TestManifestStore/with_local_cache [2022-03-06T08:47:44.083Z] === RUN TestManifestStore/unknown_media_type [2022-03-06T08:47:44.083Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-06T08:47:44.083Z] time="2022-03-06T08:47:43Z" level=warning msg="reference for unknown type: " [2022-03-06T08:47:44.083Z] time="2022-03-06T08:47:43Z" level=warning msg="reference for unknown type: " [2022-03-06T08:47:44.083Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-06T08:47:44.083Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-06T08:47:44.083Z] time="2022-03-06T08:47:43Z" level=warning msg="reference for unknown type: " [2022-03-06T08:47:44.083Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-06T08:47:44.083Z] time="2022-03-06T08:47:43Z" level=warning msg="reference for unknown type: " [2022-03-06T08:47:44.083Z] time="2022-03-06T08:47:43Z" level=warning msg="reference for unknown type: " [2022-03-06T08:47:44.083Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-06T08:47:44.083Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-06T08:47:44.083Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-06T08:47:44.083Z] time="2022-03-06T08:47:43Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-06T08:47:44.083Z] --- PASS: TestV2MetadataService (1.14s) [2022-03-06T08:47:44.083Z] PASS [2022-03-06T08:47:44.083Z] coverage: 48.2% of statements [2022-03-06T08:47:44.083Z] --- PASS: TestManifestStore (0.29s) [2022-03-06T08:47:44.083Z] --- PASS: TestManifestStore/no_remote_or_local (0.20s) [2022-03-06T08:47:44.083Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2022-03-06T08:47:44.083Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-06T08:47:44.083Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2022-03-06T08:47:44.083Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-06T08:47:44.083Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2022-03-06T08:47:44.083Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2022-03-06T08:47:44.083Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2022-03-06T08:47:44.083Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-06T08:47:44.083Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaType [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-06T08:47:44.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-06T08:47:44.083Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-06T08:47:44.083Z] === RUN TestFixManifestLayers [2022-03-06T08:47:44.083Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-06T08:47:44.083Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-06T08:47:44.083Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-06T08:47:44.083Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-06T08:47:44.083Z] === RUN TestFixManifestLayersBadParent [2022-03-06T08:47:44.083Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-06T08:47:44.083Z] === RUN TestValidateManifest [2022-03-06T08:47:44.083Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-06T08:47:44.083Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-06T08:47:44.083Z] === RUN TestFormatPlatform [2022-03-06T08:47:44.083Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-06T08:47:44.083Z] === RUN TestPullSchema2Config [2022-03-06T08:47:44.083Z] === RUN TestPullSchema2Config/success_first_time [2022-03-06T08:47:44.083Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-06T08:47:44.083Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:47:44.083Z] === RUN TestPullSchema2Config/500_status [2022-03-06T08:47:44.083Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-06T08:47:44.083Z] ok github.com/docker/docker/distribution/metadata 1.231s coverage: 48.2% of statements [2022-03-06T08:47:44.083Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:47:44.213Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-06T08:47:44.213Z] === RUN TestGetExtraCapabilities [2022-03-06T08:47:44.213Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-06T08:47:44.213Z] === RUN TestGetInvalidCapabilities [2022-03-06T08:47:44.213Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-06T08:47:44.213Z] === RUN TestRemoteDriver [2022-03-06T08:47:44.213Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-06T08:47:44.213Z] === RUN TestDriverError [2022-03-06T08:47:44.213Z] --- PASS: TestDriverError (0.00s) [2022-03-06T08:47:44.213Z] === RUN TestMissingValues [2022-03-06T08:47:44.213Z] --- PASS: TestMissingValues (0.00s) [2022-03-06T08:47:44.213Z] === RUN TestRollback [2022-03-06T08:47:44.213Z] --- PASS: TestRollback (0.00s) [2022-03-06T08:47:44.213Z] PASS [2022-03-06T08:47:44.213Z] coverage: 57.4% of statements [2022-03-06T08:47:44.213Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.083s coverage: 57.4% of statements [2022-03-06T08:47:44.213Z] --- PASS: TestRandomAllocateDeallocate (5.11s) [2022-03-06T08:47:44.213Z] === RUN TestAllocateRandomDeallocate [2022-03-06T08:47:44.213Z] === RUN TestNAT [2022-03-06T08:47:44.213Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-06T08:47:44.213Z] --- SKIP: TestNAT (0.00s) [2022-03-06T08:47:44.213Z] === RUN TestTransparent [2022-03-06T08:47:44.213Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-06T08:47:44.213Z] --- SKIP: TestTransparent (0.00s) [2022-03-06T08:47:44.213Z] PASS [2022-03-06T08:47:44.213Z] coverage: 0.0% of statements [2022-03-06T08:47:44.213Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.045s coverage: 0.0% of statements [2022-03-06T08:47:44.341Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-06T08:47:44.539Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-03-06T08:47:44.539Z] === RUN TestInactiveJobs [2022-03-06T08:47:44.539Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:47:44.539Z] === RUN TestPullSchema2Config/EOF [2022-03-06T08:47:44.539Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-06T08:47:44.539Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:47:44.539Z] 2022/03/06 08:47:44 http: panic serving 127.0.0.1:49217: intentional panic [2022-03-06T08:47:44.539Z] goroutine 106 [running]: [2022-03-06T08:47:44.539Z] net/http.(*conn).serve.func1() [2022-03-06T08:47:44.539Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-06T08:47:44.539Z] panic({0xf74800, 0x10f5ea0}) [2022-03-06T08:47:44.539Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-06T08:47:44.539Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000086284, {0x1107200, 0xc0000600e0}) [2022-03-06T08:47:44.539Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-06T08:47:44.539Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1107200, 0xc0000600e0}, 0xc00005e100) [2022-03-06T08:47:44.539Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-06T08:47:44.539Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1107200, 0xc0000600e0}, 0xa88e35) [2022-03-06T08:47:44.539Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-06T08:47:44.539Z] net/http.serverHandler.ServeHTTP({0xc0000773e0}, {0x1107200, 0xc0000600e0}, 0xc00005e100) [2022-03-06T08:47:44.539Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-06T08:47:44.539Z] net/http.(*conn).serve(0xc0002ec280, {0x110b838, 0xc00038e720}) [2022-03-06T08:47:44.539Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-06T08:47:44.539Z] created by net/http.(*Server).Serve [2022-03-06T08:47:44.539Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-06T08:47:44.539Z] === RUN TestNotFound [2022-03-06T08:47:44.539Z] --- PASS: TestNotFound (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestConflict [2022-03-06T08:47:44.539Z] --- PASS: TestConflict (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestForbidden [2022-03-06T08:47:44.539Z] --- PASS: TestForbidden (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestInvalidParameter [2022-03-06T08:47:44.539Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestNotImplemented [2022-03-06T08:47:44.539Z] --- PASS: TestNotImplemented (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestNotModified [2022-03-06T08:47:44.539Z] --- PASS: TestNotModified (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestUnauthorized [2022-03-06T08:47:44.539Z] --- PASS: TestUnauthorized (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestUnknown [2022-03-06T08:47:44.539Z] --- PASS: TestUnknown (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestCancelled [2022-03-06T08:47:44.539Z] --- PASS: TestCancelled (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestDeadline [2022-03-06T08:47:44.539Z] --- PASS: TestDeadline (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestDataLoss [2022-03-06T08:47:44.539Z] --- PASS: TestDataLoss (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestUnavailable [2022-03-06T08:47:44.539Z] --- PASS: TestUnavailable (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestSystem [2022-03-06T08:47:44.539Z] --- PASS: TestSystem (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Not_Found [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Bad_Request [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Conflict [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Unauthorized [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Forbidden [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Not_Modified [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-06T08:47:44.539Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-06T08:47:44.539Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-06T08:47:44.539Z] PASS [2022-03-06T08:47:44.539Z] coverage: 53.1% of statements [2022-03-06T08:47:44.539Z] ok github.com/docker/docker/errdefs 0.044s coverage: 53.1% of statements [2022-03-06T08:47:44.539Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:47:44.539Z] === RUN TestPullSchema2Config/unauthorized [2022-03-06T08:47:44.539Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-06T08:47:44.539Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:47:44.539Z] --- PASS: TestPullSchema2Config (0.53s) [2022-03-06T08:47:44.539Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-06T08:47:44.539Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-06T08:47:44.539Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-06T08:47:44.539Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-06T08:47:44.539Z] === RUN TestGetRepositoryMountCandidates [2022-03-06T08:47:44.539Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestLayerAlreadyExists [2022-03-06T08:47:44.539Z] 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-06T08:47:44.539Z] 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-06T08:47:44.539Z] 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-06T08:47:44.539Z] 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-06T08:47:44.539Z] 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-06T08:47:44.539Z] 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-06T08:47:44.539Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-06T08:47:44.539Z] === RUN TestWhenEmptyAuthConfig [2022-03-06T08:47:44.539Z] --- PASS: TestInactiveJobs (0.37s) [2022-03-06T08:47:44.539Z] === RUN TestWatchRelease [2022-03-06T08:47:44.680Z] === RUN TestBuildDefault [2022-03-06T08:47:44.680Z] --- PASS: TestBuildDefault (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestBuildHostnameDomainname [2022-03-06T08:47:44.680Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestBuildHostname [2022-03-06T08:47:44.680Z] --- PASS: TestBuildHostname (0.01s) [2022-03-06T08:47:44.680Z] === RUN TestBuildHostnameFQDN [2022-03-06T08:47:44.680Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestBuildNoIP [2022-03-06T08:47:44.680Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestUpdate [2022-03-06T08:47:44.680Z] --- PASS: TestUpdate (0.01s) [2022-03-06T08:47:44.680Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-06T08:47:44.680Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-06T08:47:44.680Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestAddEmpty [2022-03-06T08:47:44.680Z] --- PASS: TestAddEmpty (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestAdd [2022-03-06T08:47:44.680Z] --- PASS: TestAdd (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestDeleteEmpty [2022-03-06T08:47:44.680Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestDeleteNewline [2022-03-06T08:47:44.680Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestDelete [2022-03-06T08:47:44.680Z] --- PASS: TestDelete (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestConcurrentWrites [2022-03-06T08:47:44.680Z] === RUN TestNew [2022-03-06T08:47:44.680Z] --- PASS: TestNew (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestAddDriver [2022-03-06T08:47:44.680Z] --- PASS: TestAddDriver (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestAddDuplicateDriver [2022-03-06T08:47:44.680Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-06T08:47:44.680Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestDriver [2022-03-06T08:47:44.680Z] --- PASS: TestDriver (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestIPAM [2022-03-06T08:47:44.680Z] --- PASS: TestIPAM (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestWalkIPAMs [2022-03-06T08:47:44.680Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-06T08:47:44.680Z] === RUN TestWalkDrivers [2022-03-06T08:47:44.680Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-06T08:47:44.680Z] PASS [2022-03-06T08:47:44.680Z] coverage: 82.4% of statements [2022-03-06T08:47:44.680Z] ok github.com/docker/docker/libnetwork/drvregistry 0.074s coverage: 82.4% of statements [2022-03-06T08:47:44.995Z] --- PASS: TestWatchRelease (0.06s) [2022-03-06T08:47:44.995Z] === RUN TestWatchFinishedTransfer [2022-03-06T08:47:44.995Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-06T08:47:44.995Z] === RUN TestDuplicateTransfer [2022-03-06T08:47:44.995Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-06T08:47:44.995Z] === RUN TestSuccessfulUpload [2022-03-06T08:47:44.995Z] time="2022-03-06T08:47:44Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-06T08:47:44.995Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-03-06T08:47:44.995Z] === RUN TestCancelledUpload [2022-03-06T08:47:44.995Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-06T08:47:44.995Z] PASS [2022-03-06T08:47:44.995Z] coverage: 76.8% of statements [2022-03-06T08:47:44.995Z] ok github.com/docker/docker/distribution/xfer 1.894s coverage: 76.8% of statements [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.69s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.83s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.21s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.22s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.26s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.71s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.55s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.70s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.65s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.80s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.62s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.62s) [2022-03-06T08:47:45.008Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.56s) [2022-03-06T08:47:45.008Z] === RUN TestCgroupNamespacesRun [2022-03-06T08:47:45.146Z] --- PASS: TestConcurrentWrites (0.19s) [2022-03-06T08:47:45.146Z] PASS [2022-03-06T08:47:45.146Z] coverage: 81.2% of statements [2022-03-06T08:47:45.146Z] ok github.com/docker/docker/libnetwork/etchosts 0.264s coverage: 81.2% of statements [2022-03-06T08:47:45.146Z] === RUN TestNew [2022-03-06T08:47:45.146Z] --- PASS: TestNew (0.00s) [2022-03-06T08:47:45.146Z] === RUN TestAllocate [2022-03-06T08:47:45.146Z] --- PASS: TestAllocate (0.00s) [2022-03-06T08:47:45.146Z] === RUN TestUninitialized [2022-03-06T08:47:45.146Z] --- PASS: TestUninitialized (0.00s) [2022-03-06T08:47:45.146Z] === RUN TestAllocateInRange [2022-03-06T08:47:45.146Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-06T08:47:45.146Z] === RUN TestAllocateSerial [2022-03-06T08:47:45.146Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-06T08:47:45.146Z] PASS [2022-03-06T08:47:45.146Z] coverage: 87.5% of statements [2022-03-06T08:47:45.146Z] ok github.com/docker/docker/libnetwork/idm 0.040s coverage: 87.5% of statements [2022-03-06T08:47:45.275Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-03-06T08:47:45.612Z] --- PASS: TestAllocateRandomDeallocate (1.03s) [2022-03-06T08:47:45.612Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-06T08:47:45.612Z] === RUN TestCaller [2022-03-06T08:47:45.612Z] --- PASS: TestCaller (0.00s) [2022-03-06T08:47:45.612Z] PASS [2022-03-06T08:47:45.612Z] coverage: 100.0% of statements [2022-03-06T08:47:45.612Z] ok github.com/docker/docker/libnetwork/internal/caller 0.036s coverage: 100.0% of statements [2022-03-06T08:47:45.612Z] === RUN TestSetSerialInsertDelete [2022-03-06T08:47:45.612Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-06T08:47:45.612Z] === RUN TestSetParallelInsertDelete [2022-03-06T08:47:45.685Z] === RUN TestReadPluginNoRead/default [2022-03-06T08:47:45.936Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2022-03-06T08:47:45.936Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-06T08:47:45.955Z] === RUN TestCompare [2022-03-06T08:47:45.955Z] --- PASS: TestCompare (0.00s) [2022-03-06T08:47:45.955Z] PASS [2022-03-06T08:47:45.955Z] coverage: 19.2% of statements [2022-03-06T08:47:45.955Z] ok github.com/docker/docker/image/cache 0.065s coverage: 19.2% of statements [2022-03-06T08:47:45.955Z] === RUN TestFSGetInvalidData [2022-03-06T08:47:45.955Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-06T08:47:45.955Z] === RUN TestFSInvalidSet [2022-03-06T08:47:45.955Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-06T08:47:45.955Z] === RUN TestFSInvalidRoot [2022-03-06T08:47:45.955Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-06T08:47:45.955Z] === RUN TestFSMetadataGetSet [2022-03-06T08:47:45.955Z] --- PASS: TestWhenEmptyAuthConfig (1.20s) [2022-03-06T08:47:45.955Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-06T08:47:45.955Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-06T08:47:45.955Z] === RUN TestTokenPassThru [2022-03-06T08:47:45.955Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-03-06T08:47:45.955Z] === RUN TestFSInvalidWalker [2022-03-06T08:47:45.955Z] --- PASS: TestTokenPassThru (0.00s) [2022-03-06T08:47:45.955Z] === RUN TestTokenPassThruDifferentHost [2022-03-06T08:47:45.955Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-06T08:47:45.955Z] PASS [2022-03-06T08:47:45.955Z] coverage: 26.7% of statements [2022-03-06T08:47:45.955Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-06T08:47:45.955Z] === RUN TestFSGetSet [2022-03-06T08:47:45.955Z] ok github.com/docker/docker/distribution 2.135s coverage: 26.7% of statements [2022-03-06T08:47:45.955Z] --- PASS: TestFSGetSet (0.05s) [2022-03-06T08:47:45.955Z] === RUN TestFSGetUnsetKey [2022-03-06T08:47:45.955Z] --- PASS: TestFSGetUnsetKey (0.00s) [2022-03-06T08:47:45.955Z] === RUN TestFSGetEmptyData [2022-03-06T08:47:45.955Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-06T08:47:45.955Z] === RUN TestFSDelete [2022-03-06T08:47:45.955Z] --- PASS: TestFSDelete (0.02s) [2022-03-06T08:47:45.955Z] === RUN TestFSWalker [2022-03-06T08:47:45.955Z] --- PASS: TestFSWalker (0.01s) [2022-03-06T08:47:45.955Z] === RUN TestFSWalkerStopOnError [2022-03-06T08:47:45.955Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-06T08:47:45.955Z] === RUN TestNewFromJSON [2022-03-06T08:47:45.955Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-06T08:47:45.955Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-06T08:47:45.955Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-06T08:47:45.955Z] === RUN TestMarshalKeyOrder [2022-03-06T08:47:45.955Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-06T08:47:45.955Z] === RUN TestHistoryEqual [2022-03-06T08:47:45.955Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-06T08:47:45.955Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-06T08:47:45.955Z] --- PASS: TestHistoryEqual (0.16s) [2022-03-06T08:47:45.955Z] === RUN TestImage [2022-03-06T08:47:45.955Z] --- PASS: TestImage (0.00s) [2022-03-06T08:47:45.955Z] === RUN TestImageOSNotEmpty [2022-03-06T08:47:45.955Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-06T08:47:45.955Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-06T08:47:45.955Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-06T08:47:45.955Z] === RUN TestCreate [2022-03-06T08:47:45.955Z] --- PASS: TestCreate (0.01s) [2022-03-06T08:47:45.955Z] === RUN TestRestore [2022-03-06T08:47:45.955Z] time="2022-03-06T08:47:45Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-06T08:47:45.955Z] --- PASS: TestRestore (0.03s) [2022-03-06T08:47:45.955Z] === RUN TestAddDelete [2022-03-06T08:47:45.955Z] --- PASS: TestAddDelete (0.02s) [2022-03-06T08:47:45.955Z] === RUN TestSearchAfterDelete [2022-03-06T08:47:46.409Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-06T08:47:46.409Z] === RUN TestParentReset [2022-03-06T08:47:46.409Z] --- PASS: TestParentReset (0.03s) [2022-03-06T08:47:46.409Z] === RUN TestGetAndSetLastUpdated [2022-03-06T08:47:46.409Z] --- PASS: TestGetAndSetLastUpdated (0.06s) [2022-03-06T08:47:46.409Z] === RUN TestStoreLen [2022-03-06T08:47:46.409Z] --- PASS: TestStoreLen (0.04s) [2022-03-06T08:47:46.409Z] PASS [2022-03-06T08:47:46.409Z] coverage: 86.9% of statements [2022-03-06T08:47:46.409Z] ok github.com/docker/docker/image 0.592s coverage: 86.9% of statements [2022-03-06T08:47:46.409Z] === RUN TestValidateManifest [2022-03-06T08:47:46.410Z] === RUN TestValidateManifest/nil [2022-03-06T08:47:46.410Z] === RUN TestValidateManifest/non-nil [2022-03-06T08:47:46.410Z] --- PASS: TestValidateManifest (0.00s) [2022-03-06T08:47:46.410Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-06T08:47:46.410Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-06T08:47:46.410Z] PASS [2022-03-06T08:47:46.410Z] coverage: 0.7% of statements [2022-03-06T08:47:46.410Z] ok github.com/docker/docker/image/tarexport 0.067s coverage: 0.7% of statements [2022-03-06T08:47:46.593Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.00s) [2022-03-06T08:47:46.593Z] === RUN TestRetrieveFromStore [2022-03-06T08:47:46.593Z] --- PASS: TestRetrieveFromStore (0.39s) [2022-03-06T08:47:46.593Z] === RUN TestIsCorrupted [2022-03-06T08:47:46.593Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-06T08:47:46.593Z] === RUN TestSetRollover [2022-03-06T08:47:46.620Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-06T08:47:46.646Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-06T08:47:47.059Z] === RUN TestInt2IP2IntConversion [2022-03-06T08:47:47.059Z] === RUN TestPoolRequest [2022-03-06T08:47:47.059Z] --- PASS: TestPoolRequest (0.00s) [2022-03-06T08:47:47.059Z] === RUN TestOtherRequests [2022-03-06T08:47:47.059Z] --- PASS: TestOtherRequests (0.00s) [2022-03-06T08:47:47.059Z] PASS [2022-03-06T08:47:47.059Z] coverage: 57.1% of statements [2022-03-06T08:47:47.059Z] ok github.com/docker/docker/libnetwork/ipams/null 0.038s coverage: 57.1% of statements [2022-03-06T08:47:47.301Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.08s) [2022-03-06T08:47:47.301Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-06T08:47:47.369Z] === RUN TestMakeV1ConfigFromConfig [2022-03-06T08:47:47.369Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-06T08:47:47.369Z] PASS [2022-03-06T08:47:47.369Z] coverage: 25.0% of statements [2022-03-06T08:47:47.369Z] ok github.com/docker/docker/image/v1 0.190s coverage: 25.0% of statements [2022-03-06T08:47:47.369Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-06T08:47:47.369Z] === RUN TestSerialization [2022-03-06T08:47:47.369Z] --- PASS: TestSerialization (0.02s) [2022-03-06T08:47:47.369Z] PASS [2022-03-06T08:47:47.369Z] coverage: 100.0% of statements [2022-03-06T08:47:47.369Z] ok github.com/docker/docker/libcontainerd/queue 0.068s coverage: 100.0% of statements [2022-03-06T08:47:47.524Z] --- PASS: TestInt2IP2IntConversion (0.48s) [2022-03-06T08:47:47.525Z] === RUN TestGetAddressVersion [2022-03-06T08:47:47.525Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-06T08:47:47.525Z] === RUN TestKeyString [2022-03-06T08:47:47.525Z] --- PASS: TestKeyString (0.00s) [2022-03-06T08:47:47.525Z] === RUN TestPoolDataMarshal [2022-03-06T08:47:47.525Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-06T08:47:47.525Z] === RUN TestSubnetsMarshal [2022-03-06T08:47:47.525Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-03-06T08:47:47.525Z] === RUN TestAddSubnets [2022-03-06T08:47:47.525Z] --- PASS: TestAddSubnets (0.04s) [2022-03-06T08:47:47.525Z] === RUN TestDoublePoolRelease [2022-03-06T08:47:47.525Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-06T08:47:47.525Z] === RUN TestAddReleasePoolID [2022-03-06T08:47:47.525Z] --- PASS: TestAddReleasePoolID (0.05s) [2022-03-06T08:47:47.525Z] === RUN TestPredefinedPool [2022-03-06T08:47:47.525Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-06T08:47:47.525Z] === RUN TestRemoveSubnet [2022-03-06T08:47:47.525Z] --- PASS: TestRemoveSubnet (0.12s) [2022-03-06T08:47:47.525Z] === RUN TestGetSameAddress [2022-03-06T08:47:47.525Z] --- PASS: TestGetSameAddress (0.01s) [2022-03-06T08:47:47.525Z] === RUN TestPoolAllocationReuse [2022-03-06T08:47:47.577Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-06T08:47:47.578Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-06T08:47:47.578Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-06T08:47:47.578Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-06T08:47:47.578Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-06T08:47:47.578Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-06T08:47:47.578Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-06T08:47:47.578Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-06T08:47:47.578Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-06T08:47:47.835Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-03-06T08:47:47.985Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-06T08:47:47.991Z] --- PASS: TestSetRollover (1.14s) [2022-03-06T08:47:47.991Z] === RUN TestSetRolloverSerial [2022-03-06T08:47:47.991Z] === RUN TestGetCapabilities [2022-03-06T08:47:47.991Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-06T08:47:47.991Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-06T08:47:47.991Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-06T08:47:47.991Z] === RUN TestGetDefaultAddressSpaces [2022-03-06T08:47:47.991Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-06T08:47:47.991Z] === RUN TestRemoteDriver [2022-03-06T08:47:47.991Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-06T08:47:47.991Z] PASS [2022-03-06T08:47:47.991Z] coverage: 47.4% of statements [2022-03-06T08:47:47.991Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.063s coverage: 47.4% of statements [2022-03-06T08:47:48.228Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.06s) [2022-03-06T08:47:48.228Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-06T08:47:48.241Z] --- PASS: TestContinueAfterPluginCrash (8.19s) [2022-03-06T08:47:48.329Z] === RUN TestEmptyLayer [2022-03-06T08:47:48.329Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-06T08:47:48.329Z] === RUN TestCommitFailure [2022-03-06T08:47:48.329Z] --- PASS: TestCommitFailure (0.02s) [2022-03-06T08:47:48.329Z] === RUN TestStartTransactionFailure [2022-03-06T08:47:48.329Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-06T08:47:48.329Z] === RUN TestGetOrphan [2022-03-06T08:47:48.329Z] --- PASS: TestGetOrphan (0.01s) [2022-03-06T08:47:48.329Z] === RUN TestMountAndRegister [2022-03-06T08:47:48.329Z] layer_test.go:258: Layer size: 14 [2022-03-06T08:47:48.339Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-03-06T08:47:48.784Z] --- PASS: TestMountAndRegister (0.04s) [2022-03-06T08:47:48.784Z] === RUN TestLayerRelease [2022-03-06T08:47:48.784Z] layer_test.go:291: Failing on Windows [2022-03-06T08:47:48.784Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-06T08:47:48.784Z] === RUN TestStoreRestore [2022-03-06T08:47:48.784Z] layer_test.go:340: Failing on Windows [2022-03-06T08:47:48.784Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-06T08:47:48.784Z] === RUN TestTarStreamStability [2022-03-06T08:47:48.784Z] layer_test.go:455: Failing on Windows [2022-03-06T08:47:48.784Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-06T08:47:48.784Z] === RUN TestRegisterExistingLayer [2022-03-06T08:47:48.784Z] === RUN TestEnvironmentParsing [2022-03-06T08:47:48.784Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-06T08:47:48.784Z] PASS [2022-03-06T08:47:48.784Z] coverage: 1.2% of statements [2022-03-06T08:47:48.784Z] ok github.com/docker/docker/libcontainerd/local 0.059s coverage: 1.2% of statements [2022-03-06T08:47:48.784Z] --- PASS: TestRegisterExistingLayer (0.11s) [2022-03-06T08:47:48.784Z] === RUN TestTarStreamVerification [2022-03-06T08:47:48.784Z] layer_test.go:684: Failing on Windows [2022-03-06T08:47:48.784Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-06T08:47:48.784Z] === RUN TestLayerMigration [2022-03-06T08:47:48.784Z] migration_test.go:45: Failing on Windows [2022-03-06T08:47:48.784Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-06T08:47:48.784Z] === RUN TestLayerMigrationNoTarsplit [2022-03-06T08:47:48.784Z] migration_test.go:181: Failing on Windows [2022-03-06T08:47:48.784Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-06T08:47:48.784Z] === RUN TestMountInit [2022-03-06T08:47:48.784Z] mount_test.go:17: Failing on Windows [2022-03-06T08:47:48.784Z] --- SKIP: TestMountInit (0.00s) [2022-03-06T08:47:48.784Z] === RUN TestMountSize [2022-03-06T08:47:48.784Z] mount_test.go:76: Failing on Windows [2022-03-06T08:47:48.784Z] --- SKIP: TestMountSize (0.00s) [2022-03-06T08:47:48.784Z] === RUN TestMountChanges [2022-03-06T08:47:48.784Z] mount_test.go:125: Failing on Windows [2022-03-06T08:47:48.784Z] --- SKIP: TestMountChanges (0.00s) [2022-03-06T08:47:48.784Z] === RUN TestMountApply [2022-03-06T08:47:48.784Z] mount_test.go:212: Failing on Windows [2022-03-06T08:47:48.784Z] --- SKIP: TestMountApply (0.00s) [2022-03-06T08:47:48.784Z] PASS [2022-03-06T08:47:48.784Z] coverage: 30.2% of statements [2022-03-06T08:47:48.784Z] ok github.com/docker/docker/layer 0.263s coverage: 30.2% of statements [2022-03-06T08:47:48.784Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-06T08:47:48.784Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-06T08:47:48.784Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-06T08:47:48.784Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-06T08:47:48.972Z] === RUN TestWindowsIPAM [2022-03-06T08:47:48.972Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-06T08:47:48.972Z] PASS [2022-03-06T08:47:48.972Z] coverage: 71.4% of statements [2022-03-06T08:47:48.972Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.042s coverage: 71.4% of statements [2022-03-06T08:47:48.972Z] --- PASS: TestPoolAllocationReuse (1.24s) [2022-03-06T08:47:48.972Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-06T08:47:48.972Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-06T08:47:48.972Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-06T08:47:48.972Z] --- PASS: TestSetRolloverSerial (1.06s) [2022-03-06T08:47:48.972Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-06T08:47:48.972Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-06T08:47:48.972Z] PASS [2022-03-06T08:47:48.972Z] coverage: 84.4% of statements [2022-03-06T08:47:48.972Z] ok github.com/docker/docker/libnetwork/bitseq 9.807s coverage: 84.4% of statements [2022-03-06T08:47:49.158Z] --- PASS: TestCgroupNamespacesRunHostMode (1.04s) [2022-03-06T08:47:49.158Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-06T08:47:49.174Z] === CONT TestReadPluginNoRead [2022-03-06T08:47:49.174Z] read_test.go:92: [d9b9a429236e8] daemon is not started [2022-03-06T08:47:49.174Z] --- PASS: TestReadPluginNoRead (5.72s) [2022-03-06T08:47:49.174Z] --- PASS: TestReadPluginNoRead/default (1.20s) [2022-03-06T08:47:49.174Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.17s) [2022-03-06T08:47:49.174Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.16s) [2022-03-06T08:47:49.174Z] PASS [2022-03-06T08:47:49.174Z] [2022-03-06T08:47:49.174Z] DONE 6 tests in 9.003s [2022-03-06T08:47:49.174Z] 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-06T08:47:49.174Z] testing: warning: no tests to run [2022-03-06T08:47:49.174Z] PASS [2022-03-06T08:47:49.174Z] [2022-03-06T08:47:49.174Z] DONE 0 tests in 0.011s [2022-03-06T08:47:49.174Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-06T08:47:49.174Z] INFO: Testing against a local daemon [2022-03-06T08:47:49.174Z] === RUN TestPluginWithDevMounts [2022-03-06T08:47:49.174Z] === PAUSE TestPluginWithDevMounts [2022-03-06T08:47:49.174Z] === CONT TestPluginWithDevMounts [2022-03-06T08:47:49.239Z] === RUN TestSequenceGetAvailableBit [2022-03-06T08:47:49.239Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestSequenceEqual [2022-03-06T08:47:49.239Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestSequenceCopy [2022-03-06T08:47:49.239Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestGetFirstAvailable [2022-03-06T08:47:49.239Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestFindSequence [2022-03-06T08:47:49.239Z] --- PASS: TestFindSequence (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestCheckIfAvailable [2022-03-06T08:47:49.239Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestMergeSequences [2022-03-06T08:47:49.239Z] --- PASS: TestMergeSequences (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestPushReservation [2022-03-06T08:47:49.239Z] --- PASS: TestPushReservation (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestSerializeDeserialize [2022-03-06T08:47:49.239Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestSet [2022-03-06T08:47:49.239Z] --- PASS: TestSet (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestSetUnset [2022-03-06T08:47:49.239Z] --- PASS: TestSetUnset (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestOffsetSetUnset [2022-03-06T08:47:49.239Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestSetInRange [2022-03-06T08:47:49.239Z] --- PASS: TestSetInRange (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestSetAnyInRange [2022-03-06T08:47:49.239Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestMethods [2022-03-06T08:47:49.239Z] --- PASS: TestMethods (0.00s) [2022-03-06T08:47:49.239Z] === RUN TestRandomAllocateDeallocate [2022-03-06T08:47:49.438Z] === RUN TestDefaultNetwork [2022-03-06T08:47:49.904Z] --- PASS: TestDefaultNetwork (0.24s) [2022-03-06T08:47:49.904Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-06T08:47:49.904Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.26s) [2022-03-06T08:47:49.904Z] === RUN TestInitAddressPools [2022-03-06T08:47:49.904Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-06T08:47:49.904Z] PASS [2022-03-06T08:47:49.904Z] coverage: 74.0% of statements [2022-03-06T08:47:49.904Z] ok github.com/docker/docker/libnetwork/ipamutils 0.568s coverage: 74.0% of statements [2022-03-06T08:47:50.088Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.07s) [2022-03-06T08:47:50.088Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-06T08:47:50.363Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-06T08:47:50.363Z] --- PASS: TestContainerKillOnDaemonStart (11.96s) [2022-03-06T08:47:50.363Z] PASS [2022-03-06T08:47:50.363Z] [2022-03-06T08:47:50.363Z] === Skipped [2022-03-06T08:47:50.363Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-06T08:47:50.363Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T08:47:50.363Z] [2022-03-06T08:47:50.363Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-06T08:47:50.363Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-06T08:47:50.363Z] [2022-03-06T08:47:50.363Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-06T08:47:50.363Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-06T08:47:50.363Z] [2022-03-06T08:47:50.363Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2022-03-06T08:47:50.363Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-06T08:47:50.363Z] [2022-03-06T08:47:50.363Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-06T08:47:50.363Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-06T08:47:50.363Z] [2022-03-06T08:47:50.363Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-06T08:47:50.363Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-06T08:47:50.363Z] [2022-03-06T08:47:50.363Z] DONE 200 tests, 6 skipped in 160.858s [2022-03-06T08:47:50.363Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-06T08:47:50.363Z] ++ 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-06T08:47:50.363Z] ++ set -e [2022-03-06T08:47:50.363Z] ++ '[' -n 0 ']' [2022-03-06T08:47:50.363Z] ++ set -x [2022-03-06T08:47:50.363Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06T08:47:50.370Z] === RUN TestKeyValue [2022-03-06T08:47:50.370Z] --- PASS: TestKeyValue (0.00s) [2022-03-06T08:47:50.370Z] PASS [2022-03-06T08:47:50.370Z] coverage: 60.0% of statements [2022-03-06T08:47:50.370Z] ok github.com/docker/docker/libnetwork/netlabel 0.036s coverage: 60.0% of statements [2022-03-06T08:47:50.370Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.70s) [2022-03-06T08:47:50.370Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-06T08:47:50.551Z] --- PASS: TestPluginWithDevMounts (1.57s) [2022-03-06T08:47:50.551Z] PASS [2022-03-06T08:47:50.551Z] [2022-03-06T08:47:50.551Z] DONE 1 tests in 1.601s [2022-03-06T08:47:50.551Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-06T08:47:50.551Z] INFO: Testing against a local daemon [2022-03-06T08:47:50.551Z] === RUN TestSecretInspect [2022-03-06T08:47:50.620Z] === RUN TestConfigDaemonLibtrustID [2022-03-06T08:47:51.187Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-06T08:47:51.187Z] === RUN TestDaemonConfigValidation [2022-03-06T08:47:51.187Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-06T08:47:51.187Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-06T08:47:51.187Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-06T08:47:51.187Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-06T08:47:51.187Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-06T08:47:51.187Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-06T08:47:51.187Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-06T08:47:51.187Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-06T08:47:51.187Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-06T08:47:51.187Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-06T08:47:51.187Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-06T08:47:51.187Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-06T08:47:51.187Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-06T08:47:51.187Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-06T08:47:51.400Z] === RUN TestInvalidConfig [2022-03-06T08:47:51.400Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-06T08:47:51.400Z] === RUN TestConfig [2022-03-06T08:47:51.400Z] --- PASS: TestConfig (0.00s) [2022-03-06T08:47:51.400Z] === RUN TestOptionsLabels [2022-03-06T08:47:51.400Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-06T08:47:51.400Z] === RUN TestValidName [2022-03-06T08:47:51.400Z] --- PASS: TestValidName (0.00s) [2022-03-06T08:47:51.400Z] PASS [2022-03-06T08:47:51.400Z] coverage: 19.7% of statements [2022-03-06T08:47:51.400Z] ok github.com/docker/docker/libnetwork/config 0.067s coverage: 19.7% of statements [2022-03-06T08:47:51.444Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-06T08:47:51.444Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-06T08:47:51.444Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.15s) [2022-03-06T08:47:51.444Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.16s) [2022-03-06T08:47:51.444Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.19s) [2022-03-06T08:47:51.444Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.20s) [2022-03-06T08:47:51.444Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-03-06T08:47:51.444Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-06T08:47:51.444Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-06T08:47:51.456Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.24s) [2022-03-06T08:47:51.456Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-06T08:47:51.701Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-03-06T08:47:51.854Z] === RUN TestKey [2022-03-06T08:47:51.854Z] --- PASS: TestKey (0.00s) [2022-03-06T08:47:51.854Z] === RUN TestParseKey [2022-03-06T08:47:51.854Z] --- PASS: TestParseKey (0.00s) [2022-03-06T08:47:51.854Z] === RUN TestInvalidDataStore [2022-03-06T08:47:51.854Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-06T08:47:51.854Z] === RUN TestKVObjectFlatKey [2022-03-06T08:47:51.854Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-06T08:47:51.854Z] === RUN TestAtomicKVObjectFlatKey [2022-03-06T08:47:51.854Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-06T08:47:51.854Z] PASS [2022-03-06T08:47:51.854Z] coverage: 21.9% of statements [2022-03-06T08:47:51.854Z] ok github.com/docker/docker/libnetwork/datastore 0.057s coverage: 21.9% of statements [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-06T08:47:51.927Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-06T08:47:52.018Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.65s) [2022-03-06T08:47:52.018Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-06T08:47:52.309Z] === RUN TestErrorInterfaces [2022-03-06T08:47:52.309Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-06T08:47:52.309Z] === RUN TestNetworkMarshalling [2022-03-06T08:47:52.632Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-06T08:47:52.764Z] === RUN TestIPDataMarshalling [2022-03-06T08:47:52.764Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-06T08:47:52.764Z] === RUN TestValidateAndIsV6 [2022-03-06T08:47:52.764Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-06T08:47:52.764Z] PASS [2022-03-06T08:47:52.764Z] coverage: 68.9% of statements [2022-03-06T08:47:52.764Z] ok github.com/docker/docker/libnetwork/driverapi 0.041s coverage: 68.9% of statements [2022-03-06T08:47:52.764Z] --- PASS: TestNetworkMarshalling (0.16s) [2022-03-06T08:47:52.764Z] === RUN TestEndpointMarshalling [2022-03-06T08:47:52.764Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-06T08:47:52.764Z] === RUN TestAuxAddresses [2022-03-06T08:47:52.764Z] time="2022-03-06T08:47:52Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-06T08:47:52.764Z] --- PASS: TestAuxAddresses (0.01s) [2022-03-06T08:47:52.764Z] === RUN TestSRVServiceQuery [2022-03-06T08:47:52.764Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:52.764Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-06T08:47:52.764Z] === RUN TestServiceVIPReuse [2022-03-06T08:47:52.764Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:52.764Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-06T08:47:52.764Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-06T08:47:52.764Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:52.764Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-06T08:47:52.764Z] === RUN TestDNSIPQuery [2022-03-06T08:47:52.764Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:52.764Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-06T08:47:52.764Z] === RUN TestDNSProxyServFail [2022-03-06T08:47:52.764Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:52.764Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-06T08:47:52.764Z] === RUN TestSandboxAddEmpty [2022-03-06T08:47:52.764Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:52.764Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-06T08:47:52.764Z] === RUN TestSandboxAddMultiPrio [2022-03-06T08:47:52.764Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:52.764Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-06T08:47:52.764Z] === RUN TestSandboxAddSamePrio [2022-03-06T08:47:52.764Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:52.764Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-06T08:47:52.764Z] === RUN TestCleanupServiceDiscovery [2022-03-06T08:47:52.764Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:52.764Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-06T08:47:52.764Z] === RUN TestDNSOptions [2022-03-06T08:47:52.764Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:47:52.764Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-06T08:47:52.764Z] === RUN TestMultipleControllersWithSameStore [2022-03-06T08:47:52.764Z] time="2022-03-06T08:47:52Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-06T08:47:52.764Z] time="2022-03-06T08:47:52Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-06T08:47:52.764Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-06T08:47:52.764Z] PASS [2022-03-06T08:47:52.764Z] coverage: 8.5% of statements [2022-03-06T08:47:52.764Z] ok github.com/docker/docker/libnetwork 0.315s coverage: 8.5% of statements [2022-03-06T08:47:52.764Z] === RUN TestDriver [2022-03-06T08:47:52.764Z] --- PASS: TestDriver (0.00s) [2022-03-06T08:47:52.764Z] PASS [2022-03-06T08:47:52.764Z] coverage: 34.8% of statements [2022-03-06T08:47:52.764Z] ok github.com/docker/docker/libnetwork/drivers/host 0.040s coverage: 34.8% of statements [2022-03-06T08:47:52.909Z] === RUN TestNetworkDBSimple [2022-03-06T08:47:52.909Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.25s) [2022-03-06T08:47:52.909Z] === RUN TestGetAddress [2022-03-06T08:47:52.909Z] === RUN TestGenerate [2022-03-06T08:47:52.909Z] --- PASS: TestGenerate (0.00s) [2022-03-06T08:47:52.909Z] === RUN TestGeneratePtr [2022-03-06T08:47:52.909Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-06T08:47:52.909Z] === RUN TestGenerateMissingField [2022-03-06T08:47:52.909Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-06T08:47:52.909Z] === RUN TestFieldCannotBeSet [2022-03-06T08:47:52.909Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-06T08:47:52.909Z] === RUN TestTypeMismatchError [2022-03-06T08:47:52.909Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-06T08:47:52.909Z] PASS [2022-03-06T08:47:52.909Z] coverage: 100.0% of statements [2022-03-06T08:47:52.909Z] ok github.com/docker/docker/libnetwork/options 0.036s coverage: 100.0% of statements [2022-03-06T08:47:53.069Z] --- PASS: TestSecretInspect (2.16s) [2022-03-06T08:47:53.069Z] === RUN TestSecretList [2022-03-06T08:47:53.386Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.08s) [2022-03-06T08:47:53.386Z] === RUN TestNISDomainname [2022-03-06T08:47:53.567Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-06T08:47:53.643Z] --- PASS: TestNISDomainname (0.44s) [2022-03-06T08:47:53.643Z] === RUN TestHostnameDnsResolution [2022-03-06T08:47:53.725Z] === RUN TestDriver [2022-03-06T08:47:53.725Z] --- PASS: TestDriver (0.00s) [2022-03-06T08:47:53.725Z] PASS [2022-03-06T08:47:53.725Z] coverage: 34.8% of statements [2022-03-06T08:47:53.725Z] ok github.com/docker/docker/libnetwork/drivers/null 0.040s coverage: 34.8% of statements [2022-03-06T08:47:53.725Z] === RUN TestNetworkAllocateFree [2022-03-06T08:47:53.725Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-06T08:47:53.725Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-06T08:47:53.725Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-06T08:47:53.725Z] PASS [2022-03-06T08:47:53.725Z] coverage: 63.6% of statements [2022-03-06T08:47:53.725Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.041s coverage: 63.6% of statements [2022-03-06T08:47:53.891Z] testing: warning: no tests to run [2022-03-06T08:47:53.891Z] PASS [2022-03-06T08:47:53.891Z] coverage: 0.0% of statements [2022-03-06T08:47:53.891Z] ok github.com/docker/docker/libnetwork/osl 0.039s coverage: 0.0% of statements [no tests to run] [2022-03-06T08:47:53.891Z] 2022/03/06 08:47:53 Closing DB instances... [2022-03-06T08:47:54.180Z] === RUN TestGetEmptyCapabilities [2022-03-06T08:47:54.181Z] --- PASS: TestRandomAllocateDeallocate (5.09s) [2022-03-06T08:47:54.181Z] === RUN TestAllocateRandomDeallocate [2022-03-06T08:47:54.181Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-06T08:47:54.181Z] === RUN TestGetExtraCapabilities [2022-03-06T08:47:54.181Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-06T08:47:54.181Z] === RUN TestGetInvalidCapabilities [2022-03-06T08:47:54.181Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-06T08:47:54.181Z] === RUN TestRemoteDriver [2022-03-06T08:47:54.181Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-06T08:47:54.181Z] === RUN TestDriverError [2022-03-06T08:47:54.181Z] --- PASS: TestDriverError (0.01s) [2022-03-06T08:47:54.181Z] === RUN TestMissingValues [2022-03-06T08:47:54.181Z] --- PASS: TestMissingValues (0.00s) [2022-03-06T08:47:54.181Z] === RUN TestRollback [2022-03-06T08:47:54.181Z] --- PASS: TestRollback (0.01s) [2022-03-06T08:47:54.181Z] PASS [2022-03-06T08:47:54.181Z] coverage: 57.4% of statements [2022-03-06T08:47:54.181Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.089s coverage: 57.4% of statements [2022-03-06T08:47:54.214Z] --- PASS: TestHostnameDnsResolution (0.58s) [2022-03-06T08:47:54.214Z] === RUN TestUnprivilegedPortsAndPing [2022-03-06T08:47:54.357Z] === RUN TestRequestNewPort [2022-03-06T08:47:54.357Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-06T08:47:54.357Z] === RUN TestRequestSpecificPort [2022-03-06T08:47:54.357Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-06T08:47:54.357Z] === RUN TestReleasePort [2022-03-06T08:47:54.357Z] --- PASS: TestReleasePort (0.00s) [2022-03-06T08:47:54.357Z] === RUN TestReuseReleasedPort [2022-03-06T08:47:54.357Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-06T08:47:54.357Z] === RUN TestReleaseUnreadledPort [2022-03-06T08:47:54.357Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-06T08:47:54.357Z] === RUN TestUnknowProtocol [2022-03-06T08:47:54.357Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-06T08:47:54.357Z] === RUN TestAllocateAllPorts [2022-03-06T08:47:54.357Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-06T08:47:54.357Z] === RUN TestPortAllocation [2022-03-06T08:47:54.357Z] --- PASS: TestPortAllocation (0.00s) [2022-03-06T08:47:54.357Z] === RUN TestPortAllocationWithCustomRange [2022-03-06T08:47:54.357Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-06T08:47:54.357Z] === RUN TestNoDuplicateBPR [2022-03-06T08:47:54.357Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-06T08:47:54.357Z] === RUN TestChangePortRange [2022-03-06T08:47:54.357Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-06T08:47:54.357Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-06T08:47:54.357Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-06T08:47:54.357Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-06T08:47:54.357Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-06T08:47:54.357Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-06T08:47:54.357Z] --- PASS: TestChangePortRange (0.00s) [2022-03-06T08:47:54.357Z] PASS [2022-03-06T08:47:54.357Z] coverage: 88.6% of statements [2022-03-06T08:47:54.357Z] ok github.com/docker/docker/libnetwork/portallocator 0.041s coverage: 88.6% of statements [2022-03-06T08:47:54.504Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-06T08:47:54.761Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-06T08:47:54.762Z] daemon_test.go:156: [d662a2e8a7815] daemon is not started [2022-03-06T08:47:54.762Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s) [2022-03-06T08:47:54.762Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2022-03-06T08:47:54.762Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-03-06T08:47:54.762Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.11s) [2022-03-06T08:47:54.762Z] === RUN TestDaemonProxy [2022-03-06T08:47:54.762Z] === RUN TestDaemonProxy/environment_variables [2022-03-06T08:47:54.778Z] --- PASS: TestUnprivilegedPortsAndPing (0.48s) [2022-03-06T08:47:54.778Z] === RUN TestStats [2022-03-06T08:47:55.144Z] === RUN TestNAT [2022-03-06T08:47:55.145Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-06T08:47:55.145Z] --- SKIP: TestNAT (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestTransparent [2022-03-06T08:47:55.145Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-06T08:47:55.145Z] --- SKIP: TestTransparent (0.00s) [2022-03-06T08:47:55.145Z] PASS [2022-03-06T08:47:55.145Z] coverage: 0.0% of statements [2022-03-06T08:47:55.145Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.046s coverage: 0.0% of statements [2022-03-06T08:47:55.145Z] === RUN TestBuildDefault [2022-03-06T08:47:55.145Z] --- PASS: TestBuildDefault (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestBuildHostnameDomainname [2022-03-06T08:47:55.145Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestBuildHostname [2022-03-06T08:47:55.145Z] --- PASS: TestBuildHostname (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestBuildHostnameFQDN [2022-03-06T08:47:55.145Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestBuildNoIP [2022-03-06T08:47:55.145Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestUpdate [2022-03-06T08:47:55.145Z] --- PASS: TestUpdate (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-06T08:47:55.145Z] === RUN TestNew [2022-03-06T08:47:55.145Z] --- PASS: TestNew (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestAddDriver [2022-03-06T08:47:55.145Z] --- PASS: TestAddDriver (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestAddDuplicateDriver [2022-03-06T08:47:55.145Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-06T08:47:55.145Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestDriver [2022-03-06T08:47:55.145Z] --- PASS: TestDriver (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestIPAM [2022-03-06T08:47:55.145Z] --- PASS: TestIPAM (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestWalkIPAMs [2022-03-06T08:47:55.145Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestWalkDrivers [2022-03-06T08:47:55.145Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-06T08:47:55.145Z] PASS [2022-03-06T08:47:55.145Z] coverage: 82.4% of statements [2022-03-06T08:47:55.145Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-06T08:47:55.145Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.01s) [2022-03-06T08:47:55.145Z] === RUN TestAddEmpty [2022-03-06T08:47:55.145Z] --- PASS: TestAddEmpty (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestAdd [2022-03-06T08:47:55.145Z] --- PASS: TestAdd (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestDeleteEmpty [2022-03-06T08:47:55.145Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestDeleteNewline [2022-03-06T08:47:55.145Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestDelete [2022-03-06T08:47:55.145Z] ok github.com/docker/docker/libnetwork/drvregistry 0.083s coverage: 82.4% of statements [2022-03-06T08:47:55.145Z] --- PASS: TestDelete (0.00s) [2022-03-06T08:47:55.145Z] === RUN TestConcurrentWrites [2022-03-06T08:47:55.145Z] --- PASS: TestAllocateRandomDeallocate (0.99s) [2022-03-06T08:47:55.145Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-06T08:47:55.145Z] --- PASS: TestConcurrentWrites (0.19s) [2022-03-06T08:47:55.145Z] PASS [2022-03-06T08:47:55.145Z] coverage: 81.2% of statements [2022-03-06T08:47:55.145Z] ok github.com/docker/docker/libnetwork/etchosts 0.257s coverage: 81.2% of statements [2022-03-06T08:47:55.328Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-03-06T08:47:55.339Z] testing: warning: no tests to run [2022-03-06T08:47:55.339Z] PASS [2022-03-06T08:47:55.339Z] coverage: 0.0% of statements [2022-03-06T08:47:55.339Z] ok github.com/docker/docker/libnetwork/portmapper 0.039s coverage: 0.0% of statements [no tests to run] [2022-03-06T08:47:55.339Z] --- PASS: TestNetworkDBSimple (2.63s) [2022-03-06T08:47:55.339Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-06T08:47:55.592Z] --- PASS: TestSecretList (2.32s) [2022-03-06T08:47:55.592Z] === RUN TestSecretsCreateAndDelete [2022-03-06T08:47:55.602Z] === RUN TestNew [2022-03-06T08:47:55.602Z] --- PASS: TestNew (0.00s) [2022-03-06T08:47:55.602Z] === RUN TestAllocate [2022-03-06T08:47:55.602Z] --- PASS: TestAllocate (0.00s) [2022-03-06T08:47:55.602Z] === RUN TestUninitialized [2022-03-06T08:47:55.602Z] --- PASS: TestUninitialized (0.00s) [2022-03-06T08:47:55.602Z] === RUN TestAllocateInRange [2022-03-06T08:47:55.602Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-06T08:47:55.602Z] === RUN TestAllocateSerial [2022-03-06T08:47:55.602Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-06T08:47:55.602Z] PASS [2022-03-06T08:47:55.602Z] coverage: 87.5% of statements [2022-03-06T08:47:55.602Z] ok github.com/docker/docker/libnetwork/idm 0.040s coverage: 87.5% of statements [2022-03-06T08:47:55.602Z] === RUN TestCaller [2022-03-06T08:47:55.602Z] --- PASS: TestCaller (0.00s) [2022-03-06T08:47:55.602Z] PASS [2022-03-06T08:47:55.602Z] coverage: 100.0% of statements [2022-03-06T08:47:55.602Z] ok github.com/docker/docker/libnetwork/internal/caller 0.041s coverage: 100.0% of statements [2022-03-06T08:47:55.805Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-06T08:47:55.805Z] PASS [2022-03-06T08:47:55.805Z] coverage: 100.0% of statements [2022-03-06T08:47:55.805Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.041s coverage: 100.0% of statements [2022-03-06T08:47:55.805Z] === RUN TestHashData [2022-03-06T08:47:55.805Z] --- PASS: TestHashData (0.00s) [2022-03-06T08:47:55.805Z] PASS [2022-03-06T08:47:55.805Z] coverage: 2.8% of statements [2022-03-06T08:47:55.805Z] ok github.com/docker/docker/libnetwork/resolvconf 0.035s coverage: 2.8% of statements [2022-03-06T08:47:56.056Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.94s) [2022-03-06T08:47:56.056Z] === RUN TestRetrieveFromStore [2022-03-06T08:47:56.271Z] === RUN TestErrorConstructors [2022-03-06T08:47:56.271Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-06T08:47:56.271Z] === RUN TestCompareIPMask [2022-03-06T08:47:56.271Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-06T08:47:56.271Z] === RUN TestUtilGetHostPartIP [2022-03-06T08:47:56.271Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-06T08:47:56.271Z] === RUN TestUtilGetBroadcastIP [2022-03-06T08:47:56.271Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-06T08:47:56.271Z] === RUN TestParseCIDR [2022-03-06T08:47:56.271Z] --- PASS: TestParseCIDR (0.00s) [2022-03-06T08:47:56.271Z] PASS [2022-03-06T08:47:56.271Z] coverage: 37.3% of statements [2022-03-06T08:47:56.271Z] ok github.com/docker/docker/libnetwork/types 0.039s coverage: 37.3% of statements [2022-03-06T08:47:56.511Z] === RUN TestSetSerialInsertDelete [2022-03-06T08:47:56.511Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-06T08:47:56.511Z] === RUN TestSetParallelInsertDelete [2022-03-06T08:47:56.511Z] --- PASS: TestRetrieveFromStore (0.60s) [2022-03-06T08:47:56.511Z] === RUN TestIsCorrupted [2022-03-06T08:47:56.511Z] --- PASS: TestIsCorrupted (0.01s) [2022-03-06T08:47:56.511Z] === RUN TestSetRollover [2022-03-06T08:47:56.702Z] === RUN TestDaemonProxy/command-line_options [2022-03-06T08:47:56.737Z] 2022/03/06 08:47:56 Closing DB instances... [2022-03-06T08:47:56.959Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-06T08:47:57.204Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-06T08:47:57.204Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-06T08:47:57.204Z] PASS [2022-03-06T08:47:57.204Z] coverage: 50.0% of statements [2022-03-06T08:47:57.204Z] ok github.com/docker/docker/oci 0.051s coverage: 50.0% of statements [2022-03-06T08:47:57.217Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-06T08:47:57.295Z] --- PASS: TestStats (2.39s) [2022-03-06T08:47:57.295Z] === RUN TestStopContainerWithTimeout [2022-03-06T08:47:57.295Z] === RUN TestStopContainerWithTimeout/0 [2022-03-06T08:47:57.295Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-06T08:47:57.295Z] === RUN TestStopContainerWithTimeout/1 [2022-03-06T08:47:57.295Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-06T08:47:57.295Z] === RUN TestStopContainerWithTimeout/3 [2022-03-06T08:47:57.295Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-06T08:47:57.295Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-06T08:47:57.295Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-06T08:47:57.295Z] === CONT TestStopContainerWithTimeout/0 [2022-03-06T08:47:57.295Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-06T08:47:57.472Z] === RUN TestInt2IP2IntConversion [2022-03-06T08:47:57.472Z] === RUN TestPoolRequest [2022-03-06T08:47:57.472Z] --- PASS: TestPoolRequest (0.00s) [2022-03-06T08:47:57.472Z] === RUN TestOtherRequests [2022-03-06T08:47:57.472Z] --- PASS: TestOtherRequests (0.00s) [2022-03-06T08:47:57.472Z] PASS [2022-03-06T08:47:57.472Z] coverage: 57.1% of statements [2022-03-06T08:47:57.472Z] ok github.com/docker/docker/libnetwork/ipams/null 0.040s coverage: 57.1% of statements [2022-03-06T08:47:57.472Z] --- PASS: TestInt2IP2IntConversion (0.48s) [2022-03-06T08:47:57.472Z] === RUN TestGetAddressVersion [2022-03-06T08:47:57.472Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-06T08:47:57.472Z] === RUN TestKeyString [2022-03-06T08:47:57.473Z] --- PASS: TestKeyString (0.00s) [2022-03-06T08:47:57.473Z] === RUN TestPoolDataMarshal [2022-03-06T08:47:57.480Z] --- PASS: TestSecretsCreateAndDelete (2.15s) [2022-03-06T08:47:57.480Z] === RUN TestSecretsUpdate [2022-03-06T08:47:57.551Z] === CONT TestStopContainerWithTimeout/3 [2022-03-06T08:47:57.670Z] === RUN TestParseVersion [2022-03-06T08:47:57.670Z] --- PASS: TestParseVersion (0.00s) [2022-03-06T08:47:57.670Z] PASS [2022-03-06T08:47:57.670Z] coverage: 52.9% of statements [2022-03-06T08:47:57.670Z] ok github.com/docker/docker/pkg/aaparser 0.036s coverage: 52.9% of statements [2022-03-06T08:47:57.670Z] === RUN TestAddressPoolOpt [2022-03-06T08:47:57.670Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/a [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/something [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/_=a [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/env1=value1 [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/_env1=value1 [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/PATH [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/=a [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/PATH= [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/PATH=something [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/asd!qwe [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/1asd [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/123 [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/some_space [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/__some_space_before [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/some_space_after__ [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/= [2022-03-06T08:47:57.670Z] === RUN TestValidateEnv/PaTh [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestParseHost [2022-03-06T08:47:57.670Z] --- PASS: TestParseHost (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestParseDockerDaemonHost [2022-03-06T08:47:57.670Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestParseTCP [2022-03-06T08:47:57.670Z] --- PASS: TestParseTCP (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-06T08:47:57.670Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestValidateExtraHosts [2022-03-06T08:47:57.670Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestIpOptString [2022-03-06T08:47:57.670Z] --- PASS: TestIpOptString (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-06T08:47:57.670Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestNewIpOptValidDefaultVal [2022-03-06T08:47:57.670Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestIpOptSetInvalidVal [2022-03-06T08:47:57.670Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestValidateIPAddress [2022-03-06T08:47:57.670Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestMapOpts [2022-03-06T08:47:57.670Z] --- PASS: TestMapOpts (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestListOptsWithoutValidator [2022-03-06T08:47:57.670Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestListOptsWithValidator [2022-03-06T08:47:57.670Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestValidateDNSSearch [2022-03-06T08:47:57.670Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/label_with_general_format [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/label_with_one_more [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-06T08:47:57.670Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-06T08:47:57.670Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestNamedListOpts [2022-03-06T08:47:57.670Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestNamedMapOpts [2022-03-06T08:47:57.670Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestParseLink [2022-03-06T08:47:57.670Z] --- PASS: TestParseLink (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestQuotedStringSetWithQuotes [2022-03-06T08:47:57.670Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-06T08:47:57.670Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-06T08:47:57.670Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-06T08:47:57.670Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-06T08:47:57.670Z] === RUN TestUlimitOpt [2022-03-06T08:47:57.670Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-06T08:47:57.670Z] PASS [2022-03-06T08:47:57.670Z] coverage: 67.4% of statements [2022-03-06T08:47:57.670Z] ok github.com/docker/docker/opts 0.073s coverage: 67.4% of statements [2022-03-06T08:47:57.929Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-06T08:47:57.930Z] === RUN TestSubnetsMarshal [2022-03-06T08:47:57.930Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-03-06T08:47:57.930Z] === RUN TestAddSubnets [2022-03-06T08:47:57.930Z] --- PASS: TestAddSubnets (0.03s) [2022-03-06T08:47:57.930Z] === RUN TestDoublePoolRelease [2022-03-06T08:47:57.930Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-06T08:47:57.930Z] === RUN TestAddReleasePoolID [2022-03-06T08:47:57.930Z] --- PASS: TestSetRollover (1.17s) [2022-03-06T08:47:57.930Z] === RUN TestSetRolloverSerial [2022-03-06T08:47:57.930Z] --- PASS: TestAddReleasePoolID (0.05s) [2022-03-06T08:47:57.930Z] === RUN TestPredefinedPool [2022-03-06T08:47:57.930Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-06T08:47:57.930Z] === RUN TestRemoveSubnet [2022-03-06T08:47:57.930Z] --- PASS: TestRemoveSubnet (0.13s) [2022-03-06T08:47:57.930Z] === RUN TestGetSameAddress [2022-03-06T08:47:57.930Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-06T08:47:57.930Z] === RUN TestPoolAllocationReuse [2022-03-06T08:47:58.136Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.62s) [2022-03-06T08:47:58.136Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-06T08:47:58.151Z] === RUN TestDaemonProxy/configuration_file [2022-03-06T08:47:58.385Z] === RUN TestGetCapabilities [2022-03-06T08:47:58.385Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-06T08:47:58.385Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-06T08:47:58.385Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-06T08:47:58.385Z] === RUN TestGetDefaultAddressSpaces [2022-03-06T08:47:58.385Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-06T08:47:58.385Z] === RUN TestRemoteDriver [2022-03-06T08:47:58.385Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-06T08:47:58.385Z] PASS [2022-03-06T08:47:58.385Z] coverage: 47.4% of statements [2022-03-06T08:47:58.385Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.081s coverage: 47.4% of statements [2022-03-06T08:47:58.715Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-03-06T08:47:58.840Z] --- PASS: TestSetRolloverSerial (0.95s) [2022-03-06T08:47:58.840Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-06T08:47:58.840Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-06T08:47:58.840Z] PASS [2022-03-06T08:47:58.840Z] coverage: 84.4% of statements [2022-03-06T08:47:58.840Z] ok github.com/docker/docker/libnetwork/bitseq 9.832s coverage: 84.4% of statements [2022-03-06T08:47:59.118Z] === RUN TestPeerCertificateMarshalJSON [2022-03-06T08:47:59.295Z] --- PASS: TestPoolAllocationReuse (1.30s) [2022-03-06T08:47:59.295Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-06T08:47:59.295Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-06T08:47:59.295Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-06T08:47:59.295Z] === RUN TestWindowsIPAM [2022-03-06T08:47:59.295Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-06T08:47:59.295Z] PASS [2022-03-06T08:47:59.295Z] coverage: 71.4% of statements [2022-03-06T08:47:59.295Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.041s coverage: 71.4% of statements [2022-03-06T08:47:59.371Z] --- PASS: TestSecretsUpdate (2.15s) [2022-03-06T08:47:59.371Z] === RUN TestTemplatedSecret [2022-03-06T08:47:59.584Z] 2022/03/06 08:47:59 Closing DB instances... [2022-03-06T08:47:59.584Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-06T08:47:59.584Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-06T08:47:59.584Z] --- PASS: TestPeerCertificateMarshalJSON (0.24s) [2022-03-06T08:47:59.584Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-06T08:47:59.584Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-06T08:47:59.584Z] === RUN TestMiddleware [2022-03-06T08:47:59.584Z] --- PASS: TestMiddleware (0.00s) [2022-03-06T08:47:59.584Z] === RUN TestNewResponseModifier [2022-03-06T08:47:59.584Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-06T08:47:59.584Z] PASS [2022-03-06T08:47:59.584Z] coverage: 26.8% of statements [2022-03-06T08:47:59.584Z] ok github.com/docker/docker/pkg/authorization 0.286s coverage: 26.8% of statements [2022-03-06T08:47:59.584Z] === RUN TestIsArchivePathDir [2022-03-06T08:48:00.050Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-03-06T08:48:00.050Z] === RUN TestIsArchivePathInvalidFile [2022-03-06T08:48:00.050Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2022-03-06T08:48:00.050Z] === RUN TestIsArchivePathTar [2022-03-06T08:48:00.050Z] --- PASS: TestIsArchivePathTar (0.15s) [2022-03-06T08:48:00.050Z] === RUN TestDecompressStreamGzip [2022-03-06T08:48:00.050Z] === RUN TestUnbuffered [2022-03-06T08:48:00.050Z] --- PASS: TestUnbuffered (0.00s) [2022-03-06T08:48:00.050Z] === RUN TestRaceUnbuffered [2022-03-06T08:48:00.050Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-06T08:48:00.050Z] PASS [2022-03-06T08:48:00.050Z] coverage: 100.0% of statements [2022-03-06T08:48:00.050Z] ok github.com/docker/docker/pkg/broadcaster 0.033s coverage: 100.0% of statements [2022-03-06T08:48:00.068Z] === CONT TestStopContainerWithTimeout/1 [2022-03-06T08:48:00.090Z] === RUN TestDaemonProxy/conflicting_options [2022-03-06T08:48:00.255Z] === RUN TestDefaultNetwork [2022-03-06T08:48:00.255Z] --- PASS: TestDefaultNetwork (0.26s) [2022-03-06T08:48:00.255Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-06T08:48:00.517Z] --- PASS: TestDecompressStreamGzip (0.22s) [2022-03-06T08:48:00.517Z] === RUN TestDecompressStreamBzip2 [2022-03-06T08:48:00.517Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2022-03-06T08:48:00.517Z] === RUN TestDecompressStreamXz [2022-03-06T08:48:00.517Z] archive_test.go:133: Xz not present in msys2 [2022-03-06T08:48:00.517Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-06T08:48:00.517Z] === RUN TestDecompressStreamZstd [2022-03-06T08:48:00.517Z] archive_test.go:140: zstd not installed [2022-03-06T08:48:00.517Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-06T08:48:00.517Z] === RUN TestCompressStreamXzUnsupported [2022-03-06T08:48:00.517Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-06T08:48:00.517Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-06T08:48:00.517Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-06T08:48:00.517Z] === RUN TestCompressStreamInvalid [2022-03-06T08:48:00.517Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-06T08:48:00.517Z] === RUN TestExtensionInvalid [2022-03-06T08:48:00.517Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-06T08:48:00.517Z] === RUN TestExtensionUncompressed [2022-03-06T08:48:00.517Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-06T08:48:00.517Z] === RUN TestExtensionBzip2 [2022-03-06T08:48:00.517Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-06T08:48:00.517Z] === RUN TestExtensionGzip [2022-03-06T08:48:00.517Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-06T08:48:00.517Z] === RUN TestExtensionXz [2022-03-06T08:48:00.517Z] --- PASS: TestExtensionXz (0.00s) [2022-03-06T08:48:00.517Z] === RUN TestExtensionZstd [2022-03-06T08:48:00.517Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-06T08:48:00.517Z] === RUN TestCmdStreamLargeStderr [2022-03-06T08:48:00.517Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-03-06T08:48:00.517Z] === RUN TestCmdStreamBad [2022-03-06T08:48:00.517Z] archive_test.go:252: Failing on Windows CI machines [2022-03-06T08:48:00.517Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-06T08:48:00.517Z] === RUN TestCmdStreamGood [2022-03-06T08:48:00.517Z] --- PASS: TestCmdStreamGood (0.04s) [2022-03-06T08:48:00.517Z] === RUN TestUntarPathWithInvalidDest [2022-03-06T08:48:00.517Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2022-03-06T08:48:00.517Z] === RUN TestUntarPathWithInvalidSrc [2022-03-06T08:48:00.517Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-06T08:48:00.517Z] === RUN TestUntarPath [2022-03-06T08:48:00.517Z] --- PASS: TestUntarPath (0.06s) [2022-03-06T08:48:00.517Z] === RUN TestUntarPathWithDestinationFile [2022-03-06T08:48:00.517Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-03-06T08:48:00.517Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-06T08:48:00.517Z] === RUN TestMatch [2022-03-06T08:48:00.517Z] === RUN TestMatch/[[]] [2022-03-06T08:48:00.656Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-06T08:48:00.711Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.27s) [2022-03-06T08:48:00.711Z] === RUN TestInitAddressPools [2022-03-06T08:48:00.711Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-06T08:48:00.711Z] PASS [2022-03-06T08:48:00.711Z] coverage: 74.0% of statements [2022-03-06T08:48:00.711Z] ok github.com/docker/docker/libnetwork/ipamutils 0.593s coverage: 74.0% of statements [2022-03-06T08:48:00.914Z] check_test.go:308: [d40f946ea06d0] daemon is not started [2022-03-06T08:48:00.914Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-03-06T08:48:00.985Z] === RUN TestMatch/[[foo]] [2022-03-06T08:48:00.985Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-06T08:48:00.985Z] === RUN TestMatch/[[foo_bar]] [2022-03-06T08:48:00.985Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-06T08:48:00.985Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-06T08:48:00.985Z] === RUN TestMatch/[] [2022-03-06T08:48:00.985Z] === RUN TestMatch/[]#01 [2022-03-06T08:48:00.985Z] === RUN TestMatch/[[qux]] [2022-03-06T08:48:00.985Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-06T08:48:00.985Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-06T08:48:00.985Z] === RUN TestMatch/[[foo_baz]] [2022-03-06T08:48:00.985Z] --- PASS: TestMatch (0.00s) [2022-03-06T08:48:00.985Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-06T08:48:00.985Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-06T08:48:00.985Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-06T08:48:00.985Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-06T08:48:00.985Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-06T08:48:00.985Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-06T08:48:00.985Z] --- PASS: TestMatch/[] (0.00s) [2022-03-06T08:48:00.985Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-06T08:48:00.985Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-06T08:48:00.985Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-06T08:48:00.985Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-06T08:48:00.985Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-06T08:48:00.985Z] PASS [2022-03-06T08:48:00.985Z] coverage: 87.5% of statements [2022-03-06T08:48:00.985Z] ok github.com/docker/docker/pkg/capabilities 0.039s coverage: 87.5% of statements [2022-03-06T08:48:00.985Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-03-06T08:48:00.985Z] === RUN TestCopyWithTarInvalidSrc [2022-03-06T08:48:00.985Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-06T08:48:00.985Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-06T08:48:00.985Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-06T08:48:00.985Z] === RUN TestCopyWithTarSrcFile [2022-03-06T08:48:00.985Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-06T08:48:00.985Z] === RUN TestCopyWithTarSrcFolder [2022-03-06T08:48:00.985Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-06T08:48:00.985Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-06T08:48:00.985Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-06T08:48:00.985Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-06T08:48:00.985Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-06T08:48:00.985Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-06T08:48:00.985Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-06T08:48:00.985Z] === RUN TestCopyFileWithTarSrcFile [2022-03-06T08:48:00.985Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-06T08:48:00.985Z] === RUN TestTarFiles [2022-03-06T08:48:00.985Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.82s) [2022-03-06T08:48:00.985Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-06T08:48:00.998Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-06T08:48:00.998Z] --- PASS: TestStopContainerWithTimeout/0 (0.57s) [2022-03-06T08:48:00.998Z] --- PASS: TestStopContainerWithTimeout/-1 (2.62s) [2022-03-06T08:48:00.998Z] --- PASS: TestStopContainerWithTimeout/3 (2.37s) [2022-03-06T08:48:00.998Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2022-03-06T08:48:00.998Z] === RUN TestDeleteDevicemapper [2022-03-06T08:48:00.998Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-06T08:48:00.998Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-06T08:48:00.998Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-06T08:48:01.169Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.67s) [2022-03-06T08:48:01.169Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-06T08:48:01.169Z] === RUN TestKeyValue [2022-03-06T08:48:01.169Z] --- PASS: TestKeyValue (0.00s) [2022-03-06T08:48:01.169Z] PASS [2022-03-06T08:48:01.169Z] coverage: 60.0% of statements [2022-03-06T08:48:01.169Z] ok github.com/docker/docker/libnetwork/netlabel 0.044s coverage: 60.0% of statements [2022-03-06T08:48:01.173Z] --- PASS: TestDaemonProxy (6.39s) [2022-03-06T08:48:01.173Z] --- PASS: TestDaemonProxy/environment_variables (1.75s) [2022-03-06T08:48:01.173Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2022-03-06T08:48:01.173Z] --- PASS: TestDaemonProxy/configuration_file (1.85s) [2022-03-06T08:48:01.173Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-06T08:48:01.173Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-03-06T08:48:01.173Z] PASS [2022-03-06T08:48:01.173Z] [2022-03-06T08:48:01.173Z] DONE 17 tests in 10.822s [2022-03-06T08:48:01.173Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-06T08:48:01.173Z] ++ 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-06T08:48:01.173Z] ++ set -e [2022-03-06T08:48:01.173Z] ++ '[' -n 0 ']' [2022-03-06T08:48:01.173Z] ++ set -x [2022-03-06T08:48:01.173Z] ++ 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-06T08:48:01.431Z] INFO: Testing against a local daemon [2022-03-06T08:48:01.431Z] === RUN TestCommitInheritsEnv [2022-03-06T08:48:01.688Z] --- PASS: TestCommitInheritsEnv (0.36s) [2022-03-06T08:48:01.688Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-06T08:48:01.688Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-06T08:48:01.688Z] === RUN TestImportWithCustomPlatform [2022-03-06T08:48:01.688Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-06T08:48:01.688Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-06T08:48:01.892Z] --- PASS: TestTemplatedSecret (2.53s) [2022-03-06T08:48:01.892Z] === RUN TestSecretCreateResolve [2022-03-06T08:48:01.967Z] === RUN TestChrootTarUntar [2022-03-06T08:48:01.967Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:01.967Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-06T08:48:01.967Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-06T08:48:01.967Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:01.967Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-06T08:48:01.967Z] === RUN TestChrootUntarEmptyArchive [2022-03-06T08:48:01.967Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-06T08:48:01.967Z] === RUN TestChrootTarUntarWithSymlink [2022-03-06T08:48:01.967Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:48:01.967Z] --- SKIP: TestChrootTarUntarWithSymlink (0.01s) [2022-03-06T08:48:01.967Z] === RUN TestChrootCopyWithTar [2022-03-06T08:48:01.967Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:48:01.967Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-06T08:48:01.967Z] === RUN TestChrootCopyFileWithTar [2022-03-06T08:48:01.967Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:01.967Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-06T08:48:01.967Z] === RUN TestChrootUntarPath [2022-03-06T08:48:01.967Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:48:01.967Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-06T08:48:01.967Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-06T08:48:01.967Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:01.967Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-06T08:48:01.967Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-06T08:48:01.967Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:01.967Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-06T08:48:01.967Z] === RUN TestChrootApplyDotDotFile [2022-03-06T08:48:01.967Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:01.967Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-06T08:48:01.967Z] PASS [2022-03-06T08:48:01.967Z] coverage: 15.1% of statements [2022-03-06T08:48:01.967Z] ok github.com/docker/docker/pkg/chrootarchive 0.090s coverage: 15.1% of statements [2022-03-06T08:48:01.994Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-06T08:48:01.994Z] === RUN TestImportWithCustomPlatform// [2022-03-06T08:48:01.994Z] === RUN TestImportWithCustomPlatform/linux [2022-03-06T08:48:01.994Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-06T08:48:02.129Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-06T08:48:02.264Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-06T08:48:02.264Z] === RUN TestImportWithCustomPlatform/macos [2022-03-06T08:48:02.264Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-06T08:48:02.264Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-06T08:48:02.367Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.28s) [2022-03-06T08:48:02.367Z] === RUN TestUpdateMemory [2022-03-06T08:48:02.531Z] --- PASS: TestImportWithCustomPlatform (0.77s) [2022-03-06T08:48:02.531Z] --- PASS: TestImportWithCustomPlatform/#00 (0.14s) [2022-03-06T08:48:02.531Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-06T08:48:02.531Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-06T08:48:02.531Z] --- PASS: TestImportWithCustomPlatform/linux (0.11s) [2022-03-06T08:48:02.531Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.16s) [2022-03-06T08:48:02.531Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.23s) [2022-03-06T08:48:02.531Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-06T08:48:02.531Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-06T08:48:02.531Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-06T08:48:02.531Z] === RUN TestImagesFilterMultiReference [2022-03-06T08:48:02.531Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-03-06T08:48:02.531Z] === RUN TestImagePullPlatformInvalid [2022-03-06T08:48:02.531Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2022-03-06T08:48:02.531Z] === RUN TestRemoveImageOrphaning [2022-03-06T08:48:02.930Z] --- PASS: TestUpdateMemory (0.49s) [2022-03-06T08:48:02.930Z] === RUN TestUpdateCPUQuota [2022-03-06T08:48:02.948Z] === RUN TestEnsureRemoveAllNotExist [2022-03-06T08:48:02.948Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-06T08:48:02.948Z] === RUN TestEnsureRemoveAllWithDir [2022-03-06T08:48:02.948Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-06T08:48:02.948Z] === RUN TestEnsureRemoveAllWithFile [2022-03-06T08:48:02.948Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-06T08:48:02.948Z] PASS [2022-03-06T08:48:02.948Z] coverage: 0.0% of statements [2022-03-06T08:48:02.948Z] ok github.com/docker/docker/pkg/containerfs 0.063s coverage: 0.0% of statements [2022-03-06T08:48:03.090Z] === RUN TestGenerate [2022-03-06T08:48:03.090Z] --- PASS: TestGenerate (0.00s) [2022-03-06T08:48:03.090Z] === RUN TestGeneratePtr [2022-03-06T08:48:03.090Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-06T08:48:03.090Z] === RUN TestGenerateMissingField [2022-03-06T08:48:03.090Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-06T08:48:03.090Z] === RUN TestFieldCannotBeSet [2022-03-06T08:48:03.090Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-06T08:48:03.090Z] === RUN TestTypeMismatchError [2022-03-06T08:48:03.090Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-06T08:48:03.090Z] PASS [2022-03-06T08:48:03.090Z] coverage: 100.0% of statements [2022-03-06T08:48:03.090Z] ok github.com/docker/docker/libnetwork/options 0.040s coverage: 100.0% of statements [2022-03-06T08:48:03.090Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.28s) [2022-03-06T08:48:03.090Z] === RUN TestGetAddress [2022-03-06T08:48:03.101Z] --- PASS: TestRemoveImageOrphaning (0.44s) [2022-03-06T08:48:03.101Z] === RUN TestRemoveImageGarbageCollector [2022-03-06T08:48:03.414Z] 2022/03/06 08:48:02 Closing DB instances... [2022-03-06T08:48:03.414Z] === RUN TestSizeEmpty [2022-03-06T08:48:03.414Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-06T08:48:03.414Z] === RUN TestSizeEmptyFile [2022-03-06T08:48:03.414Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-06T08:48:03.414Z] === RUN TestSizeNonemptyFile [2022-03-06T08:48:03.414Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-06T08:48:03.414Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-06T08:48:03.414Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-06T08:48:03.414Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-06T08:48:03.414Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-06T08:48:03.414Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-06T08:48:03.414Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-06T08:48:03.414Z] === RUN TestMoveToSubdir [2022-03-06T08:48:03.414Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-06T08:48:03.414Z] === RUN TestSizeNonExistingDirectory [2022-03-06T08:48:03.414Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-06T08:48:03.414Z] PASS [2022-03-06T08:48:03.414Z] coverage: 80.0% of statements [2022-03-06T08:48:03.414Z] ok github.com/docker/docker/pkg/directory 0.053s coverage: 80.0% of statements [2022-03-06T08:48:03.492Z] --- PASS: TestUpdateCPUQuota (0.66s) [2022-03-06T08:48:03.492Z] === RUN TestUpdatePidsLimit [2022-03-06T08:48:03.492Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-06T08:48:03.547Z] === RUN TestNetworkDBSimple [2022-03-06T08:48:03.605Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-03-06T08:48:03.749Z] === RUN TestUpdatePidsLimit/no_change [2022-03-06T08:48:04.004Z] testing: warning: no tests to run [2022-03-06T08:48:04.004Z] PASS [2022-03-06T08:48:04.004Z] coverage: 0.0% of statements [2022-03-06T08:48:04.004Z] ok github.com/docker/docker/libnetwork/osl 0.039s coverage: 0.0% of statements [no tests to run] [2022-03-06T08:48:04.006Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-06T08:48:04.006Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-06T08:48:04.060Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-03-06T08:48:04.264Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-06T08:48:04.397Z] === RUN TestPollerAddRemove [2022-03-06T08:48:04.397Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-06T08:48:04.397Z] === RUN TestPollerEvent [2022-03-06T08:48:04.397Z] poller_test.go:40: No chmod on Windows [2022-03-06T08:48:04.397Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-06T08:48:04.397Z] === RUN TestPollerClose [2022-03-06T08:48:04.397Z] --- PASS: TestPollerClose (0.00s) [2022-03-06T08:48:04.397Z] PASS [2022-03-06T08:48:04.397Z] coverage: 45.7% of statements [2022-03-06T08:48:04.397Z] ok github.com/docker/docker/pkg/filenotify 0.040s coverage: 45.7% of statements [2022-03-06T08:48:04.468Z] --- PASS: TestSecretCreateResolve (2.23s) [2022-03-06T08:48:04.468Z] PASS [2022-03-06T08:48:04.468Z] [2022-03-06T08:48:04.468Z] DONE 6 tests in 13.578s [2022-03-06T08:48:04.468Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-06T08:48:04.468Z] INFO: Testing against a local daemon [2022-03-06T08:48:04.469Z] === RUN TestServiceCreateInit [2022-03-06T08:48:04.469Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-06T08:48:04.521Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-06T08:48:04.521Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-06T08:48:04.863Z] --- PASS: TestTarFiles (4.08s) [2022-03-06T08:48:04.863Z] === RUN TestDetectCompressionZstd [2022-03-06T08:48:04.863Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-06T08:48:04.863Z] === RUN TestTarUntar [2022-03-06T08:48:04.863Z] --- PASS: TestTarUntar (0.04s) [2022-03-06T08:48:04.863Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-06T08:48:04.863Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-06T08:48:04.863Z] === RUN TestTarWithOptions [2022-03-06T08:48:04.863Z] --- PASS: TestTarWithOptions (0.02s) [2022-03-06T08:48:04.863Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-06T08:48:04.863Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-06T08:48:04.863Z] === RUN TestUntarUstarGnuConflict [2022-03-06T08:48:04.863Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-06T08:48:04.863Z] === RUN TestUntarInvalidFilenames [2022-03-06T08:48:04.963Z] 2022/03/06 08:48:04 Closing DB instances... [2022-03-06T08:48:04.963Z] === RUN TestRequestNewPort [2022-03-06T08:48:04.963Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-06T08:48:04.963Z] === RUN TestRequestSpecificPort [2022-03-06T08:48:04.963Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-06T08:48:04.963Z] === RUN TestReleasePort [2022-03-06T08:48:04.963Z] --- PASS: TestReleasePort (0.00s) [2022-03-06T08:48:04.963Z] === RUN TestReuseReleasedPort [2022-03-06T08:48:04.963Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-06T08:48:04.963Z] === RUN TestReleaseUnreadledPort [2022-03-06T08:48:04.963Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-06T08:48:04.963Z] === RUN TestUnknowProtocol [2022-03-06T08:48:04.963Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-06T08:48:04.963Z] === RUN TestAllocateAllPorts [2022-03-06T08:48:04.963Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-06T08:48:04.963Z] === RUN TestPortAllocation [2022-03-06T08:48:04.963Z] --- PASS: TestPortAllocation (0.00s) [2022-03-06T08:48:04.963Z] === RUN TestPortAllocationWithCustomRange [2022-03-06T08:48:04.963Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-06T08:48:04.963Z] === RUN TestNoDuplicateBPR [2022-03-06T08:48:04.963Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-06T08:48:04.963Z] === RUN TestChangePortRange [2022-03-06T08:48:04.963Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-06T08:48:04.963Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-06T08:48:04.963Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-06T08:48:04.963Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-06T08:48:04.963Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-06T08:48:04.963Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-06T08:48:04.963Z] --- PASS: TestChangePortRange (0.00s) [2022-03-06T08:48:04.963Z] PASS [2022-03-06T08:48:04.963Z] coverage: 88.6% of statements [2022-03-06T08:48:04.963Z] ok github.com/docker/docker/libnetwork/portallocator 0.044s coverage: 88.6% of statements [2022-03-06T08:48:05.093Z] --- PASS: TestUpdatePidsLimit (1.64s) [2022-03-06T08:48:05.093Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.18s) [2022-03-06T08:48:05.093Z] --- PASS: TestUpdatePidsLimit/no_change (0.17s) [2022-03-06T08:48:05.093Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2022-03-06T08:48:05.093Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s) [2022-03-06T08:48:05.093Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-03-06T08:48:05.093Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.17s) [2022-03-06T08:48:05.093Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s) [2022-03-06T08:48:05.093Z] === RUN TestUpdateRestartPolicy [2022-03-06T08:48:05.329Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames903881205\\dest" [2022-03-06T08:48:05.329Z] --- PASS: TestUntarInvalidFilenames (0.16s) [2022-03-06T08:48:05.329Z] === RUN TestUntarHardlinkToSymlink [2022-03-06T08:48:05.329Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-06T08:48:05.329Z] === RUN TestUntarInvalidHardlink [2022-03-06T08:48:05.329Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2542466411\\victim\\hello" -> "../victim/hello" [2022-03-06T08:48:05.329Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink612281036\\victim\\hello" -> "/../victim/hello" [2022-03-06T08:48:05.329Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink894707301\\victim" -> "../victim" [2022-03-06T08:48:05.329Z] === RUN TestCopyFileWithInvalidSrc [2022-03-06T08:48:05.329Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCopyFileWithInvalidDest [2022-03-06T08:48:05.329Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2303117459\\victim" -> "../victim" [2022-03-06T08:48:05.329Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-06T08:48:05.329Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-06T08:48:05.329Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2937882091\\victim" -> "../victim" [2022-03-06T08:48:05.329Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCopyFile [2022-03-06T08:48:05.329Z] --- PASS: TestCopyFile (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-06T08:48:05.329Z] fileutils_test.go:133: Needs porting to Windows [2022-03-06T08:48:05.329Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-06T08:48:05.329Z] --- PASS: TestNetworkDBCRUDTableEntry (4.25s) [2022-03-06T08:48:05.329Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-06T08:48:05.329Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-06T08:48:05.329Z] fileutils_test.go:179: Needs porting to Windows [2022-03-06T08:48:05.329Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestWildcardMatches [2022-03-06T08:48:05.329Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestPatternMatches [2022-03-06T08:48:05.329Z] --- PASS: TestPatternMatches (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-06T08:48:05.329Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestPatternMatchesFolderExclusions [2022-03-06T08:48:05.329Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-06T08:48:05.329Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-06T08:48:05.329Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-06T08:48:05.329Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-06T08:48:05.329Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestSingleExclamationError [2022-03-06T08:48:05.329Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestMatchesWithNoPatterns [2022-03-06T08:48:05.329Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-06T08:48:05.329Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3145027041\\victim" -> "../victim" [2022-03-06T08:48:05.329Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-06T08:48:05.329Z] === RUN TestUntarInvalidSymlink [2022-03-06T08:48:05.329Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1980931323\\dest\\dotdot" -> "../victim/hello" [2022-03-06T08:48:05.329Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink555836843\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-06T08:48:05.329Z] === RUN TestMatchesWithMalformedPatterns [2022-03-06T08:48:05.329Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestMatches [2022-03-06T08:48:05.329Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-06T08:48:05.329Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-06T08:48:05.329Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-06T08:48:05.329Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-06T08:48:05.329Z] --- PASS: TestMatches (0.01s) [2022-03-06T08:48:05.329Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-06T08:48:05.329Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-06T08:48:05.329Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-06T08:48:05.329Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCleanPatterns [2022-03-06T08:48:05.329Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-06T08:48:05.329Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCleanPatternsExceptionFlag [2022-03-06T08:48:05.329Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-06T08:48:05.329Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-06T08:48:05.329Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCleanPatternsErrorSingleException [2022-03-06T08:48:05.329Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCreateIfNotExistsDir [2022-03-06T08:48:05.329Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCreateIfNotExistsFile [2022-03-06T08:48:05.329Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestMatch [2022-03-06T08:48:05.329Z] --- PASS: TestMatch (0.00s) [2022-03-06T08:48:05.329Z] === RUN TestCompile [2022-03-06T08:48:05.329Z] === RUN TestCompile/slash [2022-03-06T08:48:05.329Z] === RUN TestCompile/backslash [2022-03-06T08:48:05.329Z] --- PASS: TestCompile (0.00s) [2022-03-06T08:48:05.329Z] --- PASS: TestCompile/slash (0.00s) [2022-03-06T08:48:05.329Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-06T08:48:05.329Z] PASS [2022-03-06T08:48:05.329Z] coverage: 84.7% of statements [2022-03-06T08:48:05.329Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4003932709\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:05.330Z] ok github.com/docker/docker/pkg/fileutils 0.075s coverage: 84.7% of statements [2022-03-06T08:48:05.330Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink785775894\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:05.330Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1133798514\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:05.330Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2700149909\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:05.330Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3901004416\\dest\\dir\\loophole" -> "../../victim" [2022-03-06T08:48:05.330Z] --- PASS: TestUntarInvalidSymlink (0.06s) [2022-03-06T08:48:05.330Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-06T08:48:05.330Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-06T08:48:05.330Z] === RUN TestXGlobalNoParent [2022-03-06T08:48:05.330Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-06T08:48:05.330Z] === RUN TestReplaceFileTarWrapper [2022-03-06T08:48:05.330Z] --- PASS: TestReplaceFileTarWrapper (0.15s) [2022-03-06T08:48:05.330Z] === RUN TestPrefixHeaderReadable [2022-03-06T08:48:05.330Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-03-06T08:48:05.330Z] === RUN TestDisablePigz [2022-03-06T08:48:05.330Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-06T08:48:05.330Z] --- PASS: TestDisablePigz (0.12s) [2022-03-06T08:48:05.330Z] === RUN TestPigz [2022-03-06T08:48:05.438Z] --- PASS: TestRemoveImageGarbageCollector (2.25s) [2022-03-06T08:48:05.438Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-06T08:48:05.438Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-03-06T08:48:05.438Z] === RUN TestTagInvalidReference [2022-03-06T08:48:05.438Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-06T08:48:05.438Z] === RUN TestTagValidPrefixedRepo [2022-03-06T08:48:05.438Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-06T08:48:05.438Z] === RUN TestTagExistedNameWithoutForce [2022-03-06T08:48:05.438Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-06T08:48:05.438Z] === RUN TestTagOfficialNames [2022-03-06T08:48:05.438Z] --- PASS: TestTagOfficialNames (0.06s) [2022-03-06T08:48:05.438Z] === RUN TestTagMatchesDigest [2022-03-06T08:48:05.438Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-06T08:48:05.438Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-06T08:48:05.537Z] tests/integration/client_test.py ..... [ 75%] [2022-03-06T08:48:05.537Z] tests/integration/context_api_test.py ... [ 76%] [2022-03-06T08:48:05.796Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-06T08:48:05.796Z] --- PASS: TestPigz (0.13s) [2022-03-06T08:48:05.796Z] === RUN TestNosysFileInfo [2022-03-06T08:48:05.796Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestCopyFileWithInvalidDest [2022-03-06T08:48:05.796Z] archive_windows_test.go:16: Currently fails [2022-03-06T08:48:05.796Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestCanonicalTarNameForPath [2022-03-06T08:48:05.796Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestCanonicalTarName [2022-03-06T08:48:05.796Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestChmodTarEntry [2022-03-06T08:48:05.796Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestHardLinkOrder [2022-03-06T08:48:05.796Z] --- PASS: TestHardLinkOrder (0.07s) [2022-03-06T08:48:05.796Z] === RUN TestChangeString [2022-03-06T08:48:05.796Z] --- PASS: TestChangeString (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestChangesWithNoChanges [2022-03-06T08:48:05.796Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-03-06T08:48:05.796Z] === RUN TestChangesWithChanges [2022-03-06T08:48:05.796Z] --- PASS: TestChangesWithChanges (0.03s) [2022-03-06T08:48:05.796Z] === RUN TestChangesWithChangesGH13590 [2022-03-06T08:48:05.796Z] changes_test.go:195: needs more investigation [2022-03-06T08:48:05.796Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestChangesDirsEmpty [2022-03-06T08:48:05.796Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-06T08:48:05.796Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestChangesDirsMutated [2022-03-06T08:48:05.796Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-06T08:48:05.796Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestApplyLayer [2022-03-06T08:48:05.796Z] changes_test.go:432: needs further investigation [2022-03-06T08:48:05.796Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestChangesSizeWithHardlinks [2022-03-06T08:48:05.796Z] changes_test.go:468: needs further investigation [2022-03-06T08:48:05.796Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestChangesSizeWithNoChanges [2022-03-06T08:48:05.796Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-06T08:48:05.796Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestChangesSize [2022-03-06T08:48:05.796Z] --- PASS: TestChangesSize (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestApplyLayerInvalidFilenames [2022-03-06T08:48:05.796Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3229614701\\dest" [2022-03-06T08:48:05.796Z] === RUN TestGet [2022-03-06T08:48:05.796Z] --- PASS: TestGet (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestGetShortcutString [2022-03-06T08:48:05.796Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-06T08:48:05.796Z] PASS [2022-03-06T08:48:05.796Z] coverage: 42.9% of statements [2022-03-06T08:48:05.796Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-03-06T08:48:05.796Z] === RUN TestApplyLayerInvalidHardlink [2022-03-06T08:48:05.796Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3363493520\\victim\\hello" -> "../victim/hello" [2022-03-06T08:48:05.796Z] ok github.com/docker/docker/pkg/homedir 0.039s coverage: 42.9% of statements [2022-03-06T08:48:05.796Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1519741491\\victim\\hello" -> "/../victim/hello" [2022-03-06T08:48:05.796Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1459770832\\victim" -> "../victim" [2022-03-06T08:48:05.796Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1480396088\\victim" -> "../victim" [2022-03-06T08:48:05.796Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4082271677\\victim" -> "../victim" [2022-03-06T08:48:05.796Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink239412225\\victim" -> "../victim" [2022-03-06T08:48:05.796Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-03-06T08:48:05.796Z] === RUN TestApplyLayerInvalidSymlink [2022-03-06T08:48:05.796Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink481456620\\dest\\dotdot" -> "../victim/hello" [2022-03-06T08:48:05.796Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4000558939\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-06T08:48:05.796Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3174804502\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:05.796Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2095429616\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:05.796Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink620927435\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:05.796Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1337860103\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:05.796Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-06T08:48:05.796Z] === RUN TestApplyLayerWhiteouts [2022-03-06T08:48:05.796Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2022-03-06T08:48:05.796Z] === RUN TestGenerateEmptyFile [2022-03-06T08:48:05.796Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-06T08:48:05.796Z] === RUN TestGenerateWithContent [2022-03-06T08:48:05.796Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-06T08:48:05.796Z] PASS [2022-03-06T08:48:05.796Z] coverage: 62.0% of statements [2022-03-06T08:48:05.796Z] ok github.com/docker/docker/pkg/archive 6.227s coverage: 62.0% of statements [2022-03-06T08:48:05.923Z] testing: warning: no tests to run [2022-03-06T08:48:05.923Z] PASS [2022-03-06T08:48:05.923Z] coverage: 0.0% of statements [2022-03-06T08:48:05.923Z] ok github.com/docker/docker/libnetwork/portmapper 0.038s coverage: 0.0% of statements [no tests to run] [2022-03-06T08:48:05.923Z] --- PASS: TestNetworkDBSimple (2.07s) [2022-03-06T08:48:05.923Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-06T08:48:06.142Z] tests/integration/errors_test.py . [ 76%] [2022-03-06T08:48:06.378Z] === RUN TestHashData [2022-03-06T08:48:06.378Z] --- PASS: TestHashData (0.00s) [2022-03-06T08:48:06.378Z] PASS [2022-03-06T08:48:06.378Z] coverage: 2.8% of statements [2022-03-06T08:48:06.378Z] ok github.com/docker/docker/libnetwork/resolvconf 0.041s coverage: 2.8% of statements [2022-03-06T08:48:06.378Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-06T08:48:06.378Z] PASS [2022-03-06T08:48:06.378Z] coverage: 100.0% of statements [2022-03-06T08:48:06.378Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.045s coverage: 100.0% of statements [2022-03-06T08:48:06.779Z] === RUN TestCreateIDMapOrder [2022-03-06T08:48:06.779Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-06T08:48:06.779Z] PASS [2022-03-06T08:48:06.779Z] coverage: 7.2% of statements [2022-03-06T08:48:06.779Z] ok github.com/docker/docker/pkg/idtools 0.050s coverage: 7.2% of statements [2022-03-06T08:48:06.812Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-06T08:48:06.833Z] 2022/03/06 08:48:06 Closing DB instances... [2022-03-06T08:48:06.833Z] === RUN TestErrorConstructors [2022-03-06T08:48:06.833Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-06T08:48:06.833Z] === RUN TestCompareIPMask [2022-03-06T08:48:06.833Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-06T08:48:06.833Z] === RUN TestUtilGetHostPartIP [2022-03-06T08:48:06.833Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-06T08:48:06.833Z] === RUN TestUtilGetBroadcastIP [2022-03-06T08:48:06.833Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-06T08:48:06.833Z] === RUN TestParseCIDR [2022-03-06T08:48:06.833Z] --- PASS: TestParseCIDR (0.00s) [2022-03-06T08:48:06.833Z] PASS [2022-03-06T08:48:06.833Z] coverage: 37.3% of statements [2022-03-06T08:48:06.833Z] ok github.com/docker/docker/libnetwork/types 0.042s coverage: 37.3% of statements [2022-03-06T08:48:07.244Z] 2022/03/06 08:48:06 Closing DB instances... [2022-03-06T08:48:07.379Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-06T08:48:07.710Z] === RUN TestFixedBufferCap [2022-03-06T08:48:07.710Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-06T08:48:07.710Z] === RUN TestFixedBufferLen [2022-03-06T08:48:07.710Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-06T08:48:07.710Z] === RUN TestFixedBufferString [2022-03-06T08:48:07.710Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-06T08:48:07.710Z] === RUN TestFixedBufferWrite [2022-03-06T08:48:07.710Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-06T08:48:07.710Z] === RUN TestFixedBufferRead [2022-03-06T08:48:07.710Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-06T08:48:07.710Z] === RUN TestBytesPipeRead [2022-03-06T08:48:07.710Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-06T08:48:07.710Z] === RUN TestBytesPipeWrite [2022-03-06T08:48:07.710Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-06T08:48:07.710Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-06T08:48:07.742Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-06T08:48:07.793Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-06T08:48:07.793Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-06T08:48:07.793Z] PASS [2022-03-06T08:48:07.793Z] coverage: 50.0% of statements [2022-03-06T08:48:07.793Z] ok github.com/docker/docker/oci 0.047s coverage: 50.0% of statements [2022-03-06T08:48:08.176Z] --- PASS: TestBytesPipeWriteRandomChunks (0.41s) [2022-03-06T08:48:08.176Z] === RUN TestAtomicWriteToFile [2022-03-06T08:48:08.176Z] --- PASS: TestAtomicWriteToFile (0.02s) [2022-03-06T08:48:08.176Z] === RUN TestAtomicWriteSetCommit [2022-03-06T08:48:08.176Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-06T08:48:08.176Z] === RUN TestAtomicWriteSetCancel [2022-03-06T08:48:08.176Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-06T08:48:08.176Z] === RUN TestReadCloserWrapperClose [2022-03-06T08:48:08.176Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-06T08:48:08.176Z] === RUN TestReaderErrWrapperReadOnError [2022-03-06T08:48:08.176Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-06T08:48:08.176Z] === RUN TestReaderErrWrapperRead [2022-03-06T08:48:08.176Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-06T08:48:08.176Z] === RUN TestCancelReadCloser [2022-03-06T08:48:08.250Z] === RUN TestParseVersion [2022-03-06T08:48:08.250Z] --- PASS: TestParseVersion (0.00s) [2022-03-06T08:48:08.250Z] PASS [2022-03-06T08:48:08.250Z] coverage: 52.9% of statements [2022-03-06T08:48:08.250Z] ok github.com/docker/docker/pkg/aaparser 0.036s coverage: 52.9% of statements [2022-03-06T08:48:08.250Z] === RUN TestAddressPoolOpt [2022-03-06T08:48:08.250Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-06T08:48:08.250Z] === RUN TestValidateEnv [2022-03-06T08:48:08.250Z] === RUN TestValidateEnv/a [2022-03-06T08:48:08.250Z] === RUN TestValidateEnv/something [2022-03-06T08:48:08.250Z] === RUN TestValidateEnv/_=a [2022-03-06T08:48:08.250Z] === RUN TestValidateEnv/env1=value1 [2022-03-06T08:48:08.250Z] === RUN TestValidateEnv/_env1=value1 [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/PATH [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/=a [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/PATH= [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/PATH=something [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/asd!qwe [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/1asd [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/123 [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/some_space [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/__some_space_before [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/some_space_after__ [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/= [2022-03-06T08:48:08.251Z] === RUN TestValidateEnv/PaTh [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestParseHost [2022-03-06T08:48:08.251Z] --- PASS: TestParseHost (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestParseDockerDaemonHost [2022-03-06T08:48:08.251Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestParseTCP [2022-03-06T08:48:08.251Z] --- PASS: TestParseTCP (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-06T08:48:08.251Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestValidateExtraHosts [2022-03-06T08:48:08.251Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestIpOptString [2022-03-06T08:48:08.251Z] --- PASS: TestIpOptString (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-06T08:48:08.251Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestNewIpOptValidDefaultVal [2022-03-06T08:48:08.251Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestIpOptSetInvalidVal [2022-03-06T08:48:08.251Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestValidateIPAddress [2022-03-06T08:48:08.251Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestMapOpts [2022-03-06T08:48:08.251Z] --- PASS: TestMapOpts (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestListOptsWithoutValidator [2022-03-06T08:48:08.251Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestListOptsWithValidator [2022-03-06T08:48:08.251Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestValidateDNSSearch [2022-03-06T08:48:08.251Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/label_with_general_format [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/label_with_one_more [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-06T08:48:08.251Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-06T08:48:08.251Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestNamedListOpts [2022-03-06T08:48:08.251Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestNamedMapOpts [2022-03-06T08:48:08.251Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestParseLink [2022-03-06T08:48:08.251Z] --- PASS: TestParseLink (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestQuotedStringSetWithQuotes [2022-03-06T08:48:08.251Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-06T08:48:08.251Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-06T08:48:08.251Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-06T08:48:08.251Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-06T08:48:08.251Z] === RUN TestUlimitOpt [2022-03-06T08:48:08.251Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-06T08:48:08.251Z] PASS [2022-03-06T08:48:08.251Z] coverage: 67.4% of statements [2022-03-06T08:48:08.251Z] ok github.com/docker/docker/opts 0.069s coverage: 67.4% of statements [2022-03-06T08:48:08.311Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-03-06T08:48:08.645Z] --- PASS: TestCancelReadCloser (0.11s) [2022-03-06T08:48:08.645Z] === RUN TestWriteCloserWrapperClose [2022-03-06T08:48:08.645Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-06T08:48:08.645Z] === RUN TestNopWriteCloser [2022-03-06T08:48:08.645Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-06T08:48:08.645Z] === RUN TestNopWriter [2022-03-06T08:48:08.645Z] --- PASS: TestNopWriter (0.00s) [2022-03-06T08:48:08.645Z] === RUN TestWriteCounter [2022-03-06T08:48:08.645Z] --- PASS: TestWriteCounter (0.00s) [2022-03-06T08:48:08.645Z] PASS [2022-03-06T08:48:08.645Z] coverage: 70.5% of statements [2022-03-06T08:48:08.645Z] ok github.com/docker/docker/pkg/ioutils 0.600s coverage: 70.5% of statements [2022-03-06T08:48:08.645Z] --- PASS: TestNetworkDBCRUDTableEntries (3.46s) [2022-03-06T08:48:08.645Z] === RUN TestNetworkDBNodeLeave [2022-03-06T08:48:08.706Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-03-06T08:48:08.706Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-06T08:48:08.875Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-06T08:48:09.626Z] === RUN TestError [2022-03-06T08:48:09.626Z] --- PASS: TestError (0.00s) [2022-03-06T08:48:09.626Z] === RUN TestProgressString [2022-03-06T08:48:09.626Z] === RUN TestProgressString/no_progress [2022-03-06T08:48:09.626Z] === RUN TestProgressString/progress_1 [2022-03-06T08:48:09.626Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-06T08:48:09.626Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-06T08:48:09.626Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-06T08:48:09.626Z] === RUN TestProgressString/with_units [2022-03-06T08:48:09.626Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-06T08:48:09.626Z] === RUN TestProgressString/hide_counts [2022-03-06T08:48:09.626Z] --- PASS: TestProgressString (0.00s) [2022-03-06T08:48:09.626Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-06T08:48:09.626Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-06T08:48:09.626Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-06T08:48:09.626Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-06T08:48:09.626Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-06T08:48:09.626Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-06T08:48:09.626Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-06T08:48:09.626Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-06T08:48:09.626Z] === RUN TestJSONMessageDisplay [2022-03-06T08:48:09.626Z] --- PASS: TestJSONMessageDisplay (0.15s) [2022-03-06T08:48:09.626Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-06T08:48:09.626Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-06T08:48:09.626Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-06T08:48:09.626Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-06T08:48:09.626Z] === RUN TestDisplayJSONMessagesStream [2022-03-06T08:48:09.626Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-06T08:48:09.626Z] PASS [2022-03-06T08:48:09.626Z] coverage: 91.7% of statements [2022-03-06T08:48:09.626Z] ok github.com/docker/docker/pkg/jsonmessage 0.190s coverage: 91.7% of statements [2022-03-06T08:48:09.667Z] === RUN TestPeerCertificateMarshalJSON [2022-03-06T08:48:09.667Z] 2022/03/06 08:48:09 Closing DB instances... [2022-03-06T08:48:09.807Z] check_test.go:308: [daf0c314720a8] daemon is not started [2022-03-06T08:48:09.807Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-03-06T08:48:10.092Z] === RUN TestStandardLongPath [2022-03-06T08:48:10.092Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-06T08:48:10.092Z] === RUN TestUNCLongPath [2022-03-06T08:48:10.092Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-06T08:48:10.092Z] PASS [2022-03-06T08:48:10.092Z] coverage: 100.0% of statements [2022-03-06T08:48:10.092Z] ok github.com/docker/docker/pkg/longpath 0.035s coverage: 100.0% of statements [2022-03-06T08:48:10.121Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-06T08:48:10.121Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-06T08:48:10.121Z] --- PASS: TestPeerCertificateMarshalJSON (0.28s) [2022-03-06T08:48:10.121Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-06T08:48:10.121Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-06T08:48:10.121Z] === RUN TestMiddleware [2022-03-06T08:48:10.121Z] --- PASS: TestMiddleware (0.00s) [2022-03-06T08:48:10.121Z] === RUN TestNewResponseModifier [2022-03-06T08:48:10.121Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-06T08:48:10.121Z] PASS [2022-03-06T08:48:10.121Z] coverage: 26.8% of statements [2022-03-06T08:48:10.121Z] ok github.com/docker/docker/pkg/authorization 0.327s coverage: 26.8% of statements [2022-03-06T08:48:10.558Z] === RUN TestNameFormat [2022-03-06T08:48:10.558Z] --- PASS: TestNameFormat (0.00s) [2022-03-06T08:48:10.558Z] === RUN TestNameRetries [2022-03-06T08:48:10.558Z] --- PASS: TestNameRetries (0.00s) [2022-03-06T08:48:10.558Z] PASS [2022-03-06T08:48:10.558Z] coverage: 85.7% of statements [2022-03-06T08:48:10.558Z] ok github.com/docker/docker/pkg/namesgenerator 0.039s coverage: 85.7% of statements [2022-03-06T08:48:10.576Z] === RUN TestIsArchivePathDir [2022-03-06T08:48:10.576Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-03-06T08:48:10.576Z] === RUN TestIsArchivePathInvalidFile [2022-03-06T08:48:10.576Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2022-03-06T08:48:10.576Z] === RUN TestIsArchivePathTar [2022-03-06T08:48:11.031Z] --- PASS: TestIsArchivePathTar (0.16s) [2022-03-06T08:48:11.031Z] === RUN TestDecompressStreamGzip [2022-03-06T08:48:11.031Z] --- PASS: TestDecompressStreamGzip (0.11s) [2022-03-06T08:48:11.031Z] === RUN TestDecompressStreamBzip2 [2022-03-06T08:48:11.031Z] === RUN TestUnbuffered [2022-03-06T08:48:11.031Z] --- PASS: TestUnbuffered (0.00s) [2022-03-06T08:48:11.031Z] === RUN TestRaceUnbuffered [2022-03-06T08:48:11.031Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-06T08:48:11.031Z] PASS [2022-03-06T08:48:11.031Z] coverage: 100.0% of statements [2022-03-06T08:48:11.031Z] ok github.com/docker/docker/pkg/broadcaster 0.038s coverage: 100.0% of statements [2022-03-06T08:48:11.031Z] --- PASS: TestDecompressStreamBzip2 (0.20s) [2022-03-06T08:48:11.031Z] === RUN TestDecompressStreamXz [2022-03-06T08:48:11.031Z] archive_test.go:133: Xz not present in msys2 [2022-03-06T08:48:11.031Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-06T08:48:11.031Z] === RUN TestDecompressStreamZstd [2022-03-06T08:48:11.031Z] archive_test.go:140: zstd not installed [2022-03-06T08:48:11.031Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-06T08:48:11.031Z] === RUN TestCompressStreamXzUnsupported [2022-03-06T08:48:11.031Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-06T08:48:11.031Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-06T08:48:11.031Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-06T08:48:11.031Z] === RUN TestCompressStreamInvalid [2022-03-06T08:48:11.031Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-06T08:48:11.031Z] === RUN TestExtensionInvalid [2022-03-06T08:48:11.031Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-06T08:48:11.031Z] === RUN TestExtensionUncompressed [2022-03-06T08:48:11.031Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-06T08:48:11.031Z] === RUN TestExtensionBzip2 [2022-03-06T08:48:11.031Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-06T08:48:11.031Z] === RUN TestExtensionGzip [2022-03-06T08:48:11.031Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-06T08:48:11.031Z] === RUN TestExtensionXz [2022-03-06T08:48:11.031Z] --- PASS: TestExtensionXz (0.00s) [2022-03-06T08:48:11.031Z] === RUN TestExtensionZstd [2022-03-06T08:48:11.031Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-06T08:48:11.031Z] === RUN TestCmdStreamLargeStderr [2022-03-06T08:48:11.031Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-03-06T08:48:11.031Z] === RUN TestCmdStreamBad [2022-03-06T08:48:11.031Z] archive_test.go:252: Failing on Windows CI machines [2022-03-06T08:48:11.031Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-06T08:48:11.031Z] === RUN TestCmdStreamGood [2022-03-06T08:48:11.486Z] --- PASS: TestCmdStreamGood (0.04s) [2022-03-06T08:48:11.486Z] === RUN TestUntarPathWithInvalidDest [2022-03-06T08:48:11.486Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-03-06T08:48:11.486Z] === RUN TestUntarPathWithInvalidSrc [2022-03-06T08:48:11.486Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-06T08:48:11.486Z] === RUN TestUntarPath [2022-03-06T08:48:11.486Z] --- PASS: TestUntarPath (0.06s) [2022-03-06T08:48:11.486Z] === RUN TestUntarPathWithDestinationFile [2022-03-06T08:48:11.486Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-03-06T08:48:11.486Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-06T08:48:11.486Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-06T08:48:11.486Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-06T08:48:11.486Z] === RUN TestMatch [2022-03-06T08:48:11.486Z] === RUN TestMatch/[[]] [2022-03-06T08:48:11.486Z] === RUN TestMatch/[[foo]] [2022-03-06T08:48:11.486Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-06T08:48:11.486Z] === RUN TestMatch/[[foo_bar]] [2022-03-06T08:48:11.486Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-06T08:48:11.486Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-06T08:48:11.486Z] === RUN TestMatch/[] [2022-03-06T08:48:11.486Z] === RUN TestMatch/[]#01 [2022-03-06T08:48:11.486Z] === RUN TestMatch/[[qux]] [2022-03-06T08:48:11.486Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-06T08:48:11.486Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-06T08:48:11.486Z] === RUN TestMatch/[[foo_baz]] [2022-03-06T08:48:11.486Z] --- PASS: TestMatch (0.00s) [2022-03-06T08:48:11.486Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-06T08:48:11.486Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-06T08:48:11.486Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-06T08:48:11.486Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-06T08:48:11.486Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-06T08:48:11.486Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-06T08:48:11.486Z] --- PASS: TestMatch/[] (0.00s) [2022-03-06T08:48:11.486Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-06T08:48:11.486Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-06T08:48:11.486Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-06T08:48:11.486Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-06T08:48:11.486Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-06T08:48:11.486Z] PASS [2022-03-06T08:48:11.486Z] coverage: 87.5% of statements [2022-03-06T08:48:11.486Z] ok github.com/docker/docker/pkg/capabilities 0.044s coverage: 87.5% of statements [2022-03-06T08:48:11.486Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-03-06T08:48:11.486Z] === RUN TestCopyWithTarInvalidSrc [2022-03-06T08:48:11.486Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-06T08:48:11.486Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-06T08:48:11.486Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-06T08:48:11.486Z] === RUN TestCopyWithTarSrcFile [2022-03-06T08:48:11.486Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-06T08:48:11.486Z] === RUN TestCopyWithTarSrcFolder [2022-03-06T08:48:11.486Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-06T08:48:11.486Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-06T08:48:11.486Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-06T08:48:11.486Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-06T08:48:11.486Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-06T08:48:11.486Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-06T08:48:11.486Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-06T08:48:11.486Z] === RUN TestCopyFileWithTarSrcFile [2022-03-06T08:48:11.486Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-06T08:48:11.486Z] === RUN TestTarFiles [2022-03-06T08:48:11.550Z] === RUN TestParseKeyValueOpt [2022-03-06T08:48:11.550Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-06T08:48:11.550Z] === RUN TestParseUintList [2022-03-06T08:48:11.550Z] --- PASS: TestParseUintList (0.00s) [2022-03-06T08:48:11.550Z] === RUN TestParseUintListMaximumLimits [2022-03-06T08:48:11.550Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-06T08:48:11.550Z] PASS [2022-03-06T08:48:11.550Z] coverage: 97.0% of statements [2022-03-06T08:48:11.550Z] ok github.com/docker/docker/pkg/parsers 0.038s coverage: 97.0% of statements [2022-03-06T08:48:11.550Z] --- PASS: TestNetworkDBNodeLeave (3.07s) [2022-03-06T08:48:11.550Z] === RUN TestNetworkDBWatch [2022-03-06T08:48:11.909Z] --- PASS: TestServiceCreateInit (7.19s) [2022-03-06T08:48:11.909Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.54s) [2022-03-06T08:48:11.909Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.64s) [2022-03-06T08:48:11.909Z] === RUN TestCreateServiceMultipleTimes [2022-03-06T08:48:12.016Z] === RUN TestNewAndRemove [2022-03-06T08:48:12.016Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-06T08:48:12.016Z] === RUN TestRemoveInvalidPath [2022-03-06T08:48:12.016Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-06T08:48:12.016Z] PASS [2022-03-06T08:48:12.016Z] coverage: 82.6% of statements [2022-03-06T08:48:12.016Z] ok github.com/docker/docker/pkg/pidfile 0.039s coverage: 82.6% of statements [2022-03-06T08:48:12.333Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-06T08:48:12.333Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-06T08:48:12.333Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-06T08:48:12.447Z] === RUN TestChrootTarUntar [2022-03-06T08:48:12.447Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:12.447Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-06T08:48:12.447Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-06T08:48:12.447Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:12.447Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-06T08:48:12.447Z] === RUN TestChrootUntarEmptyArchive [2022-03-06T08:48:12.447Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-06T08:48:12.447Z] === RUN TestChrootTarUntarWithSymlink [2022-03-06T08:48:12.447Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:48:12.447Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-06T08:48:12.447Z] === RUN TestChrootCopyWithTar [2022-03-06T08:48:12.447Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:48:12.447Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-06T08:48:12.447Z] === RUN TestChrootCopyFileWithTar [2022-03-06T08:48:12.447Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:12.447Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-06T08:48:12.447Z] === RUN TestChrootUntarPath [2022-03-06T08:48:12.447Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:48:12.447Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-06T08:48:12.447Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-06T08:48:12.447Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:12.447Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-06T08:48:12.447Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-06T08:48:12.447Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:12.447Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-06T08:48:12.447Z] === RUN TestChrootApplyDotDotFile [2022-03-06T08:48:12.447Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:12.447Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-06T08:48:12.447Z] PASS [2022-03-06T08:48:12.447Z] coverage: 15.1% of statements [2022-03-06T08:48:12.447Z] ok github.com/docker/docker/pkg/chrootarchive 0.092s coverage: 15.1% of statements [2022-03-06T08:48:13.263Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-06T08:48:13.263Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-03-06T08:48:13.406Z] === RUN TestEnsureRemoveAllNotExist [2022-03-06T08:48:13.406Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-06T08:48:13.406Z] === RUN TestEnsureRemoveAllWithDir [2022-03-06T08:48:13.406Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-06T08:48:13.406Z] === RUN TestEnsureRemoveAllWithFile [2022-03-06T08:48:13.406Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-06T08:48:13.406Z] PASS [2022-03-06T08:48:13.406Z] coverage: 0.0% of statements [2022-03-06T08:48:13.406Z] ok github.com/docker/docker/pkg/containerfs 0.040s coverage: 0.0% of statements [2022-03-06T08:48:13.573Z] 2022/03/06 08:48:13 Closing DB instances... [2022-03-06T08:48:13.573Z] === RUN TestFailedConnection [2022-03-06T08:48:13.861Z] 2022/03/06 08:48:13 Closing DB instances... [2022-03-06T08:48:14.039Z] --- PASS: TestGetAddress (21.01s) [2022-03-06T08:48:14.039Z] === RUN TestRequestSyntaxCheck [2022-03-06T08:48:14.039Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-06T08:48:14.039Z] === RUN TestRequest [2022-03-06T08:48:14.317Z] === RUN TestSizeEmpty [2022-03-06T08:48:14.317Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-06T08:48:14.317Z] === RUN TestSizeEmptyFile [2022-03-06T08:48:14.317Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-06T08:48:14.317Z] === RUN TestSizeNonemptyFile [2022-03-06T08:48:14.317Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-06T08:48:14.317Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-06T08:48:14.317Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-06T08:48:14.317Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-06T08:48:14.317Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-06T08:48:14.317Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-06T08:48:14.317Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-06T08:48:14.317Z] === RUN TestMoveToSubdir [2022-03-06T08:48:14.317Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-06T08:48:14.317Z] === RUN TestSizeNonExistingDirectory [2022-03-06T08:48:14.317Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-06T08:48:14.317Z] PASS [2022-03-06T08:48:14.317Z] coverage: 80.0% of statements [2022-03-06T08:48:14.317Z] ok github.com/docker/docker/pkg/directory 0.051s coverage: 80.0% of statements [2022-03-06T08:48:14.504Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-03-06T08:48:14.504Z] === RUN TestNetworkDBBulkSync [2022-03-06T08:48:14.632Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-06T08:48:15.277Z] === RUN TestPollerAddRemove [2022-03-06T08:48:15.277Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-06T08:48:15.277Z] === RUN TestPollerEvent [2022-03-06T08:48:15.277Z] poller_test.go:40: No chmod on Windows [2022-03-06T08:48:15.277Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-06T08:48:15.277Z] === RUN TestPollerClose [2022-03-06T08:48:15.277Z] --- PASS: TestPollerClose (0.00s) [2022-03-06T08:48:15.277Z] PASS [2022-03-06T08:48:15.277Z] coverage: 45.7% of statements [2022-03-06T08:48:15.277Z] ok github.com/docker/docker/pkg/filenotify 0.039s coverage: 45.7% of statements [2022-03-06T08:48:15.565Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-06T08:48:15.732Z] --- PASS: TestTarFiles (4.12s) [2022-03-06T08:48:15.732Z] === RUN TestDetectCompressionZstd [2022-03-06T08:48:15.732Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-06T08:48:15.732Z] === RUN TestTarUntar [2022-03-06T08:48:15.732Z] --- PASS: TestTarUntar (0.03s) [2022-03-06T08:48:15.732Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-06T08:48:15.732Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-06T08:48:15.732Z] === RUN TestTarWithOptions [2022-03-06T08:48:15.732Z] --- PASS: TestTarWithOptions (0.04s) [2022-03-06T08:48:15.732Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-06T08:48:15.732Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-06T08:48:15.732Z] === RUN TestUntarUstarGnuConflict [2022-03-06T08:48:15.732Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-06T08:48:15.732Z] === RUN TestUntarInvalidFilenames [2022-03-06T08:48:15.732Z] --- PASS: TestNetworkDBCRUDTableEntry (4.46s) [2022-03-06T08:48:15.732Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-06T08:48:15.732Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames757122259\\dest" [2022-03-06T08:48:15.732Z] --- PASS: TestUntarInvalidFilenames (0.15s) [2022-03-06T08:48:15.732Z] === RUN TestUntarHardlinkToSymlink [2022-03-06T08:48:15.732Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-06T08:48:15.732Z] === RUN TestUntarInvalidHardlink [2022-03-06T08:48:15.732Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2018800335\\victim\\hello" -> "../victim/hello" [2022-03-06T08:48:15.732Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3671652230\\victim\\hello" -> "/../victim/hello" [2022-03-06T08:48:15.732Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3851292087\\victim" -> "../victim" [2022-03-06T08:48:16.062Z] --- PASS: TestFailedConnection (2.09s) [2022-03-06T08:48:16.062Z] === RUN TestFailOnce [2022-03-06T08:48:16.062Z] 2022/03/06 08:48:15 http: panic serving 127.0.0.1:49289: Plugin not ready [2022-03-06T08:48:16.062Z] goroutine 5 [running]: [2022-03-06T08:48:16.062Z] net/http.(*conn).serve.func1() [2022-03-06T08:48:16.062Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-06T08:48:16.062Z] panic({0xf4ca00, 0x10609d0}) [2022-03-06T08:48:16.062Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-06T08:48:16.062Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x4b8b00ecc5a01d5}, 0xc00004ba98) [2022-03-06T08:48:16.062Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-06T08:48:16.062Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x106d900, 0xc000174000}, 0xe81d26) [2022-03-06T08:48:16.062Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-06T08:48:16.062Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x106d900, 0xc000174000}, 0xc000060000) [2022-03-06T08:48:16.062Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-06T08:48:16.062Z] net/http.serverHandler.ServeHTTP({0x106bff0}, {0x106d900, 0xc000174000}, 0xc000060000) [2022-03-06T08:48:16.062Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-06T08:48:16.062Z] net/http.(*conn).serve(0xc000058000, {0x106f900, 0xc000115050}) [2022-03-06T08:48:16.062Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-06T08:48:16.062Z] created by net/http.(*Server).Serve [2022-03-06T08:48:16.062Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-06T08:48:16.062Z] time="2022-03-06T08:48:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.FailOnce: Post \"http://127.0.0.1:49288/Test.FailOnce\": EOF, retrying in 1s" [2022-03-06T08:48:16.062Z] 2022/03/06 08:48:15 Closing DB instances... [2022-03-06T08:48:16.188Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1822988852\\victim" -> "../victim" [2022-03-06T08:48:16.188Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3014785454\\victim" -> "../victim" [2022-03-06T08:48:16.188Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3194425477\\victim" -> "../victim" [2022-03-06T08:48:16.188Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-03-06T08:48:16.188Z] === RUN TestUntarInvalidSymlink [2022-03-06T08:48:16.188Z] === RUN TestCopyFileWithInvalidSrc [2022-03-06T08:48:16.188Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestCopyFileWithInvalidDest [2022-03-06T08:48:16.188Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1635732697\\dest\\dotdot" -> "../victim/hello" [2022-03-06T08:48:16.188Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-06T08:48:16.188Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-06T08:48:16.188Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1433346950\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-06T08:48:16.188Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestCopyFile [2022-03-06T08:48:16.188Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink300821718\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:16.188Z] --- PASS: TestCopyFile (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-06T08:48:16.188Z] fileutils_test.go:133: Needs porting to Windows [2022-03-06T08:48:16.188Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-06T08:48:16.188Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-06T08:48:16.188Z] fileutils_test.go:179: Needs porting to Windows [2022-03-06T08:48:16.188Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestWildcardMatches [2022-03-06T08:48:16.188Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestPatternMatches [2022-03-06T08:48:16.188Z] --- PASS: TestPatternMatches (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-06T08:48:16.188Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestPatternMatchesFolderExclusions [2022-03-06T08:48:16.188Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-06T08:48:16.188Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-06T08:48:16.188Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-06T08:48:16.188Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-06T08:48:16.188Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2900309957\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:16.188Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3493064641\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:16.188Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestSingleExclamationError [2022-03-06T08:48:16.188Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestMatchesWithNoPatterns [2022-03-06T08:48:16.188Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestMatchesWithMalformedPatterns [2022-03-06T08:48:16.188Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestMatches [2022-03-06T08:48:16.188Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-06T08:48:16.188Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-06T08:48:16.188Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-06T08:48:16.188Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-06T08:48:16.188Z] --- PASS: TestMatches (0.01s) [2022-03-06T08:48:16.188Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-06T08:48:16.188Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-06T08:48:16.188Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-06T08:48:16.188Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestCleanPatterns [2022-03-06T08:48:16.188Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-06T08:48:16.188Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestCleanPatternsExceptionFlag [2022-03-06T08:48:16.188Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-06T08:48:16.188Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-06T08:48:16.188Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestCleanPatternsErrorSingleException [2022-03-06T08:48:16.188Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestCreateIfNotExistsDir [2022-03-06T08:48:16.188Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-03-06T08:48:16.188Z] === RUN TestCreateIfNotExistsFile [2022-03-06T08:48:16.188Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2604260692\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:16.188Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-06T08:48:16.188Z] === RUN TestMatch [2022-03-06T08:48:16.188Z] --- PASS: TestMatch (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestCompile [2022-03-06T08:48:16.188Z] === RUN TestCompile/slash [2022-03-06T08:48:16.188Z] === RUN TestCompile/backslash [2022-03-06T08:48:16.188Z] --- PASS: TestCompile (0.00s) [2022-03-06T08:48:16.188Z] --- PASS: TestCompile/slash (0.00s) [2022-03-06T08:48:16.188Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-06T08:48:16.188Z] PASS [2022-03-06T08:48:16.188Z] coverage: 84.7% of statements [2022-03-06T08:48:16.188Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1679183785\\dest\\dir\\loophole" -> "../../victim" [2022-03-06T08:48:16.188Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-03-06T08:48:16.188Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-06T08:48:16.188Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestXGlobalNoParent [2022-03-06T08:48:16.188Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-06T08:48:16.188Z] === RUN TestReplaceFileTarWrapper [2022-03-06T08:48:16.188Z] ok github.com/docker/docker/pkg/fileutils 0.076s coverage: 84.7% of statements [2022-03-06T08:48:16.188Z] --- PASS: TestReplaceFileTarWrapper (0.17s) [2022-03-06T08:48:16.188Z] === RUN TestPrefixHeaderReadable [2022-03-06T08:48:16.188Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-03-06T08:48:16.188Z] === RUN TestDisablePigz [2022-03-06T08:48:16.188Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-06T08:48:16.188Z] --- PASS: TestDisablePigz (0.13s) [2022-03-06T08:48:16.188Z] === RUN TestPigz [2022-03-06T08:48:16.643Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-06T08:48:16.643Z] --- PASS: TestPigz (0.13s) [2022-03-06T08:48:16.643Z] === RUN TestNosysFileInfo [2022-03-06T08:48:16.643Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestCopyFileWithInvalidDest [2022-03-06T08:48:16.643Z] archive_windows_test.go:16: Currently fails [2022-03-06T08:48:16.643Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestCanonicalTarNameForPath [2022-03-06T08:48:16.643Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestCanonicalTarName [2022-03-06T08:48:16.643Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestChmodTarEntry [2022-03-06T08:48:16.643Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestHardLinkOrder [2022-03-06T08:48:16.643Z] --- PASS: TestHardLinkOrder (0.07s) [2022-03-06T08:48:16.643Z] === RUN TestChangeString [2022-03-06T08:48:16.643Z] --- PASS: TestChangeString (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestChangesWithNoChanges [2022-03-06T08:48:16.643Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-03-06T08:48:16.643Z] === RUN TestChangesWithChanges [2022-03-06T08:48:16.643Z] --- PASS: TestChangesWithChanges (0.03s) [2022-03-06T08:48:16.643Z] === RUN TestChangesWithChangesGH13590 [2022-03-06T08:48:16.643Z] changes_test.go:195: needs more investigation [2022-03-06T08:48:16.643Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestChangesDirsEmpty [2022-03-06T08:48:16.643Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-06T08:48:16.643Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestChangesDirsMutated [2022-03-06T08:48:16.643Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-06T08:48:16.643Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestApplyLayer [2022-03-06T08:48:16.643Z] changes_test.go:432: needs further investigation [2022-03-06T08:48:16.643Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestChangesSizeWithHardlinks [2022-03-06T08:48:16.643Z] changes_test.go:468: needs further investigation [2022-03-06T08:48:16.643Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestChangesSizeWithNoChanges [2022-03-06T08:48:16.643Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-06T08:48:16.643Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestChangesSize [2022-03-06T08:48:16.643Z] --- PASS: TestChangesSize (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestApplyLayerInvalidFilenames [2022-03-06T08:48:16.643Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2462957243\\dest" [2022-03-06T08:48:16.643Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-03-06T08:48:16.643Z] === RUN TestApplyLayerInvalidHardlink [2022-03-06T08:48:16.643Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3607147232\\victim\\hello" -> "../victim/hello" [2022-03-06T08:48:16.643Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink354243507\\victim\\hello" -> "/../victim/hello" [2022-03-06T08:48:16.643Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2770448049\\victim" -> "../victim" [2022-03-06T08:48:16.643Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2778068890\\victim" -> "../victim" [2022-03-06T08:48:16.643Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink767364447\\victim" -> "../victim" [2022-03-06T08:48:16.643Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1743532979\\victim" -> "../victim" [2022-03-06T08:48:16.643Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-03-06T08:48:16.643Z] === RUN TestApplyLayerInvalidSymlink [2022-03-06T08:48:16.643Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3825225515\\dest\\dotdot" -> "../victim/hello" [2022-03-06T08:48:16.643Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4120613245\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-06T08:48:16.643Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2915651097\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:16.643Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink190668693\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:16.643Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink921688648\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:16.643Z] === RUN TestGet [2022-03-06T08:48:16.643Z] --- PASS: TestGet (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestGetShortcutString [2022-03-06T08:48:16.643Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-06T08:48:16.643Z] PASS [2022-03-06T08:48:16.643Z] coverage: 42.9% of statements [2022-03-06T08:48:16.643Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink992870910\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:48:16.643Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-06T08:48:16.643Z] === RUN TestApplyLayerWhiteouts [2022-03-06T08:48:16.643Z] ok github.com/docker/docker/pkg/homedir 0.043s coverage: 42.9% of statements [2022-03-06T08:48:16.643Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2022-03-06T08:48:16.643Z] === RUN TestGenerateEmptyFile [2022-03-06T08:48:16.643Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-06T08:48:16.643Z] === RUN TestGenerateWithContent [2022-03-06T08:48:16.643Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-06T08:48:16.643Z] PASS [2022-03-06T08:48:16.643Z] coverage: 62.0% of statements [2022-03-06T08:48:16.643Z] ok github.com/docker/docker/pkg/archive 6.280s coverage: 62.0% of statements [2022-03-06T08:48:17.045Z] --- PASS: TestFailOnce (1.15s) [2022-03-06T08:48:17.045Z] === RUN TestEchoInputOutput [2022-03-06T08:48:17.045Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-06T08:48:17.045Z] === RUN TestBackoff [2022-03-06T08:48:17.045Z] --- PASS: TestBackoff (0.00s) [2022-03-06T08:48:17.045Z] === RUN TestAbortRetry [2022-03-06T08:48:17.045Z] --- PASS: TestAbortRetry (0.00s) [2022-03-06T08:48:17.045Z] === RUN TestClientScheme [2022-03-06T08:48:17.045Z] --- PASS: TestClientScheme (0.00s) [2022-03-06T08:48:17.045Z] === RUN TestNewClientWithTimeout [2022-03-06T08:48:17.273Z] --- PASS: TestUpdateRestartPolicy (10.62s) [2022-03-06T08:48:17.273Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-06T08:48:17.273Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2022-03-06T08:48:17.273Z] === RUN TestWaitNonBlocked [2022-03-06T08:48:17.273Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:48:17.273Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:48:17.273Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:48:17.273Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:48:17.273Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:48:17.273Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:48:17.273Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-06T08:48:17.273Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.56s) [2022-03-06T08:48:17.273Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s) [2022-03-06T08:48:17.273Z] === RUN TestWaitBlocked [2022-03-06T08:48:17.273Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-06T08:48:17.273Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-06T08:48:17.273Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-06T08:48:17.273Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-06T08:48:17.273Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-06T08:48:17.273Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-06T08:48:17.511Z] time="2022-03-06T08:48:17Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-06T08:48:17.511Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-03-06T08:48:17.511Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-06T08:48:17.531Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-06T08:48:17.531Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.49s) [2022-03-06T08:48:17.531Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.59s) [2022-03-06T08:48:17.531Z] === CONT TestContainerStartOnDaemonRestart [2022-03-06T08:48:17.531Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-06T08:48:17.604Z] === RUN TestCreateIDMapOrder [2022-03-06T08:48:17.604Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-06T08:48:17.604Z] PASS [2022-03-06T08:48:17.604Z] coverage: 7.2% of statements [2022-03-06T08:48:17.604Z] ok github.com/docker/docker/pkg/idtools 0.041s coverage: 7.2% of statements [2022-03-06T08:48:18.059Z] 2022/03/06 08:48:17 Closing DB instances... [2022-03-06T08:48:18.514Z] === RUN TestFixedBufferCap [2022-03-06T08:48:18.514Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-06T08:48:18.514Z] === RUN TestFixedBufferLen [2022-03-06T08:48:18.514Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-06T08:48:18.514Z] === RUN TestFixedBufferString [2022-03-06T08:48:18.514Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-06T08:48:18.514Z] === RUN TestFixedBufferWrite [2022-03-06T08:48:18.514Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-06T08:48:18.514Z] === RUN TestFixedBufferRead [2022-03-06T08:48:18.514Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-06T08:48:18.514Z] === RUN TestBytesPipeRead [2022-03-06T08:48:18.514Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-06T08:48:18.514Z] === RUN TestBytesPipeWrite [2022-03-06T08:48:18.514Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-06T08:48:18.514Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-06T08:48:18.848Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-03-06T08:48:18.969Z] --- PASS: TestBytesPipeWriteRandomChunks (0.45s) [2022-03-06T08:48:18.969Z] === RUN TestAtomicWriteToFile [2022-03-06T08:48:18.969Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-06T08:48:18.969Z] === RUN TestAtomicWriteSetCommit [2022-03-06T08:48:18.969Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-06T08:48:18.969Z] === RUN TestAtomicWriteSetCancel [2022-03-06T08:48:19.069Z] time="2022-03-06T08:48:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-06T08:48:19.422Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.86s) [2022-03-06T08:48:19.422Z] === CONT TestIpcModeOlderClient [2022-03-06T08:48:19.422Z] --- PASS: TestIpcModeOlderClient (0.10s) [2022-03-06T08:48:19.422Z] === CONT TestContainerKillOnDaemonStart [2022-03-06T08:48:19.423Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-06T08:48:19.424Z] === RUN TestReadCloserWrapperClose [2022-03-06T08:48:19.424Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-06T08:48:19.424Z] === RUN TestReaderErrWrapperReadOnError [2022-03-06T08:48:19.424Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-06T08:48:19.424Z] === RUN TestReaderErrWrapperRead [2022-03-06T08:48:19.424Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-06T08:48:19.424Z] === RUN TestCancelReadCloser [2022-03-06T08:48:19.424Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-06T08:48:19.424Z] === RUN TestWriteCloserWrapperClose [2022-03-06T08:48:19.424Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-06T08:48:19.424Z] === RUN TestNopWriteCloser [2022-03-06T08:48:19.424Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-06T08:48:19.424Z] === RUN TestNopWriter [2022-03-06T08:48:19.424Z] --- PASS: TestNopWriter (0.00s) [2022-03-06T08:48:19.424Z] === RUN TestWriteCounter [2022-03-06T08:48:19.424Z] --- PASS: TestWriteCounter (0.00s) [2022-03-06T08:48:19.424Z] PASS [2022-03-06T08:48:19.424Z] coverage: 69.2% of statements [2022-03-06T08:48:19.424Z] ok github.com/docker/docker/pkg/ioutils 0.614s coverage: 69.2% of statements [2022-03-06T08:48:19.424Z] --- PASS: TestNetworkDBCRUDTableEntries (3.44s) [2022-03-06T08:48:19.424Z] === RUN TestNetworkDBNodeLeave [2022-03-06T08:48:19.534Z] --- PASS: TestRequest (5.58s) [2022-03-06T08:48:19.534Z] === RUN TestOverlappingRequests [2022-03-06T08:48:19.534Z] --- PASS: TestOverlappingRequests (0.29s) [2022-03-06T08:48:19.534Z] === RUN TestRelease [2022-03-06T08:48:19.679Z] --- PASS: TestContainerStartOnDaemonRestart (2.08s) [2022-03-06T08:48:19.679Z] === CONT TestDaemonHostGatewayIP [2022-03-06T08:48:19.780Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-03-06T08:48:20.346Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-03-06T08:48:20.383Z] === RUN TestError [2022-03-06T08:48:20.383Z] --- PASS: TestError (0.00s) [2022-03-06T08:48:20.383Z] === RUN TestProgressString [2022-03-06T08:48:20.383Z] === RUN TestProgressString/no_progress [2022-03-06T08:48:20.383Z] === RUN TestProgressString/progress_1 [2022-03-06T08:48:20.383Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-06T08:48:20.383Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-06T08:48:20.383Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-06T08:48:20.383Z] === RUN TestProgressString/with_units [2022-03-06T08:48:20.383Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-06T08:48:20.383Z] === RUN TestProgressString/hide_counts [2022-03-06T08:48:20.383Z] --- PASS: TestProgressString (0.00s) [2022-03-06T08:48:20.383Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-06T08:48:20.383Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-06T08:48:20.383Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-06T08:48:20.383Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-06T08:48:20.383Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-06T08:48:20.383Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-06T08:48:20.383Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-06T08:48:20.383Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-06T08:48:20.383Z] === RUN TestJSONMessageDisplay [2022-03-06T08:48:20.383Z] --- PASS: TestJSONMessageDisplay (0.15s) [2022-03-06T08:48:20.383Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-06T08:48:20.383Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-06T08:48:20.383Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-06T08:48:20.383Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-06T08:48:20.383Z] === RUN TestDisplayJSONMessagesStream [2022-03-06T08:48:20.383Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-06T08:48:20.383Z] PASS [2022-03-06T08:48:20.383Z] coverage: 91.7% of statements [2022-03-06T08:48:20.383Z] ok github.com/docker/docker/pkg/jsonmessage 0.195s coverage: 91.7% of statements [2022-03-06T08:48:20.515Z] 2022/03/06 08:48:20 Closing DB instances... [2022-03-06T08:48:20.515Z] time="2022-03-06T08:48:20Z" level=error msg="node: b95d6172afc3 is unknown to memberlist" [2022-03-06T08:48:20.838Z] === RUN TestStandardLongPath [2022-03-06T08:48:20.838Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-06T08:48:20.838Z] === RUN TestUNCLongPath [2022-03-06T08:48:20.838Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-06T08:48:20.838Z] PASS [2022-03-06T08:48:20.838Z] coverage: 100.0% of statements [2022-03-06T08:48:20.838Z] ok github.com/docker/docker/pkg/longpath 0.042s coverage: 100.0% of statements [2022-03-06T08:48:20.911Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-03-06T08:48:20.911Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-03-06T08:48:20.981Z] --- PASS: TestRelease (1.06s) [2022-03-06T08:48:20.981Z] === RUN TestAllocateRandomDeallocate [2022-03-06T08:48:21.292Z] === RUN TestNameFormat [2022-03-06T08:48:21.292Z] --- PASS: TestNameFormat (0.00s) [2022-03-06T08:48:21.292Z] === RUN TestNameRetries [2022-03-06T08:48:21.292Z] --- PASS: TestNameRetries (0.00s) [2022-03-06T08:48:21.292Z] PASS [2022-03-06T08:48:21.292Z] coverage: 85.7% of statements [2022-03-06T08:48:21.292Z] ok github.com/docker/docker/pkg/namesgenerator 0.039s coverage: 85.7% of statements [2022-03-06T08:48:21.447Z] time="2022-03-06T08:48:21Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-06T08:48:21.476Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-03-06T08:48:22.043Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-03-06T08:48:22.198Z] --- PASS: TestDaemonHostGatewayIP (2.18s) [2022-03-06T08:48:22.198Z] === CONT TestDaemonRestartIpcMode [2022-03-06T08:48:22.253Z] === RUN TestParseKeyValueOpt [2022-03-06T08:48:22.253Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-06T08:48:22.253Z] === RUN TestParseUintList [2022-03-06T08:48:22.253Z] --- PASS: TestParseUintList (0.00s) [2022-03-06T08:48:22.253Z] === RUN TestParseUintListMaximumLimits [2022-03-06T08:48:22.253Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-06T08:48:22.253Z] PASS [2022-03-06T08:48:22.253Z] coverage: 97.0% of statements [2022-03-06T08:48:22.253Z] ok github.com/docker/docker/pkg/parsers 0.039s coverage: 97.0% of statements [2022-03-06T08:48:22.253Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-03-06T08:48:22.253Z] === RUN TestNetworkDBWatch [2022-03-06T08:48:22.608Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-03-06T08:48:22.708Z] === RUN TestNewAndRemove [2022-03-06T08:48:22.708Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-06T08:48:22.708Z] === RUN TestRemoveInvalidPath [2022-03-06T08:48:22.708Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-06T08:48:22.708Z] PASS [2022-03-06T08:48:22.708Z] coverage: 82.6% of statements [2022-03-06T08:48:22.708Z] ok github.com/docker/docker/pkg/pidfile 0.040s coverage: 82.6% of statements [2022-03-06T08:48:23.006Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.28s) [2022-03-06T08:48:23.006Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-06T08:48:23.006Z] === RUN TestParseEmptyInterface [2022-03-06T08:48:23.006Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-06T08:48:23.006Z] === RUN TestParseNonInterfaceType [2022-03-06T08:48:23.006Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-06T08:48:23.006Z] === RUN TestParseWithOneFunction [2022-03-06T08:48:23.006Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-06T08:48:23.006Z] === RUN TestParseWithMultipleFuncs [2022-03-06T08:48:23.006Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-06T08:48:23.006Z] === RUN TestParseWithUnnamedReturn [2022-03-06T08:48:23.006Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-06T08:48:23.006Z] === RUN TestEmbeddedInterface [2022-03-06T08:48:23.006Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-06T08:48:23.006Z] === RUN TestParsedImports [2022-03-06T08:48:23.006Z] --- PASS: TestParsedImports (0.00s) [2022-03-06T08:48:23.006Z] === RUN TestAliasedImports [2022-03-06T08:48:23.006Z] --- PASS: TestAliasedImports (0.00s) [2022-03-06T08:48:23.006Z] PASS [2022-03-06T08:48:23.006Z] coverage: 56.8% of statements [2022-03-06T08:48:23.006Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.048s coverage: 56.8% of statements [2022-03-06T08:48:23.174Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-03-06T08:48:23.668Z] 2022/03/06 08:48:23 Closing DB instances... [2022-03-06T08:48:23.740Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-03-06T08:48:23.989Z] === RUN TestHTTPTransport [2022-03-06T08:48:23.989Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-06T08:48:23.989Z] PASS [2022-03-06T08:48:23.989Z] coverage: 85.7% of statements [2022-03-06T08:48:23.989Z] ok github.com/docker/docker/pkg/plugins/transport 0.038s coverage: 85.7% of statements [2022-03-06T08:48:23.989Z] --- PASS: TestAllocateRandomDeallocate (3.04s) [2022-03-06T08:48:23.989Z] === RUN TestRetrieveFromStore [2022-03-06T08:48:23.989Z] 2022/03/06 08:48:23 Closing DB instances... [2022-03-06T08:48:24.000Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-03-06T08:48:24.095Z] --- PASS: TestDaemonRestartIpcMode (2.06s) [2022-03-06T08:48:24.123Z] --- PASS: TestGetAddress (21.00s) [2022-03-06T08:48:24.123Z] === RUN TestRequestSyntaxCheck [2022-03-06T08:48:24.123Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-06T08:48:24.123Z] === RUN TestRequest [2022-03-06T08:48:24.258Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-06T08:48:24.455Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-06T08:48:24.455Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-06T08:48:24.455Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-06T08:48:24.455Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-06T08:48:24.455Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-06T08:48:24.455Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-06T08:48:24.455Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-06T08:48:24.455Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-06T08:48:24.455Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-06T08:48:24.455Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-06T08:48:24.455Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-06T08:48:24.455Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-06T08:48:24.455Z] === RUN TestBufferPoolPutAndGet [2022-03-06T08:48:24.455Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-06T08:48:24.455Z] PASS [2022-03-06T08:48:24.455Z] coverage: 88.2% of statements [2022-03-06T08:48:24.455Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 88.2% of statements [2022-03-06T08:48:24.456Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-03-06T08:48:24.517Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-03-06T08:48:24.579Z] === RUN TestFailedConnection [2022-03-06T08:48:24.921Z] === RUN TestOutputOnPrematureClose [2022-03-06T08:48:24.921Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-06T08:48:24.921Z] === RUN TestCompleteSilently [2022-03-06T08:48:24.921Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-06T08:48:24.921Z] PASS [2022-03-06T08:48:24.921Z] coverage: 75.9% of statements [2022-03-06T08:48:24.921Z] ok github.com/docker/docker/pkg/progress 0.031s coverage: 75.9% of statements [2022-03-06T08:48:24.921Z] --- PASS: TestRetrieveFromStore (1.01s) [2022-03-06T08:48:24.921Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-06T08:48:24.921Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2022-03-06T08:48:24.921Z] === RUN TestParallelPredefinedRequest1 [2022-03-06T08:48:24.921Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-06T08:48:24.921Z] === RUN TestParallelPredefinedRequest2 [2022-03-06T08:48:24.921Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-06T08:48:24.921Z] === RUN TestParallelPredefinedRequest3 [2022-03-06T08:48:24.921Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-06T08:48:24.921Z] === RUN TestParallelPredefinedRequest4 [2022-03-06T08:48:24.921Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-06T08:48:24.921Z] === RUN TestParallelPredefinedRequest5 [2022-03-06T08:48:24.921Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-06T08:48:24.921Z] === RUN TestDebug [2022-03-06T08:48:24.921Z] --- PASS: TestDebug (0.00s) [2022-03-06T08:48:24.921Z] === RUN TestRequestPoolParallel [2022-03-06T08:48:25.035Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-03-06T08:48:25.035Z] === RUN TestNetworkDBBulkSync [2022-03-06T08:48:25.083Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-03-06T08:48:25.342Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-06T08:48:25.387Z] --- PASS: TestRequestPoolParallel (0.47s) [2022-03-06T08:48:25.387Z] === RUN TestFullAllocateRelease [2022-03-06T08:48:25.387Z] === RUN TestSendToOneSub [2022-03-06T08:48:25.387Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-06T08:48:25.387Z] === RUN TestSendToMultipleSubs [2022-03-06T08:48:25.387Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-06T08:48:25.387Z] === RUN TestEvictOneSub [2022-03-06T08:48:25.387Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-06T08:48:25.387Z] === RUN TestClosePublisher [2022-03-06T08:48:25.387Z] --- PASS: TestClosePublisher (0.00s) [2022-03-06T08:48:25.387Z] === RUN TestPubSubRace [2022-03-06T08:48:25.387Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-03-06T08:48:25.387Z] === RUN TestNetworkDBGarbageCollection [2022-03-06T08:48:25.601Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-03-06T08:48:25.853Z] --- PASS: TestFullAllocateRelease (0.32s) [2022-03-06T08:48:25.853Z] === RUN TestOddAllocateRelease [2022-03-06T08:48:25.853Z] --- PASS: TestOddAllocateRelease (0.19s) [2022-03-06T08:48:25.853Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-06T08:48:25.853Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.06s) [2022-03-06T08:48:25.853Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-06T08:48:25.853Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-03-06T08:48:25.853Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-06T08:48:25.853Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-03-06T08:48:25.853Z] === CONT TestParallelPredefinedRequest1 [2022-03-06T08:48:25.853Z] === CONT TestParallelPredefinedRequest4 [2022-03-06T08:48:25.853Z] === CONT TestParallelPredefinedRequest5 [2022-03-06T08:48:25.853Z] === CONT TestParallelPredefinedRequest3 [2022-03-06T08:48:25.853Z] === CONT TestParallelPredefinedRequest1 [2022-03-06T08:48:25.853Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:48:25.853Z] === CONT TestParallelPredefinedRequest3 [2022-03-06T08:48:25.853Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:48:25.853Z] === CONT TestParallelPredefinedRequest4 [2022-03-06T08:48:25.853Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:48:25.853Z] === CONT TestParallelPredefinedRequest5 [2022-03-06T08:48:25.853Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:48:25.853Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-06T08:48:25.853Z] === CONT TestParallelPredefinedRequest2 [2022-03-06T08:48:25.853Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-06T08:48:25.853Z] === CONT TestParallelPredefinedRequest2 [2022-03-06T08:48:25.853Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:48:25.853Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-06T08:48:25.853Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-06T08:48:25.853Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-06T08:48:25.853Z] PASS [2022-03-06T08:48:25.853Z] coverage: 85.3% of statements [2022-03-06T08:48:25.853Z] time="2022-03-06T08:48:25Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-06T08:48:25.853Z] ok github.com/docker/docker/libnetwork/ipam 39.185s coverage: 85.3% of statements [2022-03-06T08:48:26.168Z] check_test.go:308: [dd4e9d702d802] daemon is not started [2022-03-06T08:48:26.168Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-03-06T08:48:26.319Z] --- PASS: TestPubSubRace (1.05s) [2022-03-06T08:48:26.319Z] PASS [2022-03-06T08:48:26.319Z] coverage: 75.0% of statements [2022-03-06T08:48:26.319Z] ok github.com/docker/docker/pkg/pubsub 1.086s coverage: 75.0% of statements [2022-03-06T08:48:26.563Z] 2022/03/06 08:48:26 Closing DB instances... [2022-03-06T08:48:26.563Z] --- PASS: TestFailedConnection (2.13s) [2022-03-06T08:48:26.563Z] === RUN TestFailOnce [2022-03-06T08:48:26.785Z] === RUN TestRegister [2022-03-06T08:48:26.785Z] --- PASS: TestRegister (0.00s) [2022-03-06T08:48:26.785Z] === RUN TestCommand [2022-03-06T08:48:27.018Z] 2022/03/06 08:48:26 http: panic serving 127.0.0.1:49289: Plugin not ready [2022-03-06T08:48:27.018Z] goroutine 18 [running]: [2022-03-06T08:48:27.018Z] net/http.(*conn).serve.func1() [2022-03-06T08:48:27.018Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-06T08:48:27.018Z] panic({0x131ca00, 0x14309d0}) [2022-03-06T08:48:27.018Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-06T08:48:27.018Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x84d13dd4c53440f2}, 0xc0001a9a98) [2022-03-06T08:48:27.018Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-06T08:48:27.018Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x143d900, 0xc0002a8000}, 0x1251d26) [2022-03-06T08:48:27.018Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-06T08:48:27.018Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x143d900, 0xc0002a8000}, 0xc000198300) [2022-03-06T08:48:27.018Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-06T08:48:27.018Z] net/http.serverHandler.ServeHTTP({0x143bff0}, {0x143d900, 0xc0002a8000}, 0xc000198300) [2022-03-06T08:48:27.018Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-06T08:48:27.018Z] net/http.(*conn).serve(0xc000220000, {0x143f900, 0xc0002020c0}) [2022-03-06T08:48:27.018Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-06T08:48:27.018Z] created by net/http.(*Server).Serve [2022-03-06T08:48:27.018Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-06T08:48:27.018Z] time="2022-03-06T08:48:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.FailOnce: Post \"http://127.0.0.1:49288/Test.FailOnce\": EOF, retrying in 1s" [2022-03-06T08:48:27.105Z] check_test.go:308: [d151a0917e518] daemon is not started [2022-03-06T08:48:27.105Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-03-06T08:48:27.251Z] --- PASS: TestCommand (0.03s) [2022-03-06T08:48:27.251Z] === RUN TestNaiveSelf [2022-03-06T08:48:27.251Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-06T08:48:27.251Z] PASS [2022-03-06T08:48:27.251Z] coverage: 82.4% of statements [2022-03-06T08:48:27.251Z] ok github.com/docker/docker/pkg/reexec 0.090s coverage: 82.4% of statements [2022-03-06T08:48:27.672Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-03-06T08:48:27.717Z] === RUN TestDump [2022-03-06T08:48:27.717Z] goroutine 6 [running]: [2022-03-06T08:48:27.717Z] github.com/docker/docker/pkg/stack.dump(0x83b9d7) [2022-03-06T08:48:27.717Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-06T08:48:27.717Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-06T08:48:27.717Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-06T08:48:27.717Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-06T08:48:27.717Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-06T08:48:27.717Z] testing.tRunner(0xc00015a1a0, 0x9aa190) [2022-03-06T08:48:27.717Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-06T08:48:27.717Z] created by testing.(*T).Run [2022-03-06T08:48:27.717Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-06T08:48:27.717Z] [2022-03-06T08:48:27.717Z] goroutine 1 [chan receive]: [2022-03-06T08:48:27.717Z] testing.(*T).Run(0xc00015a000, {0x99b7b1, 0x81a733}, 0x9aa190) [2022-03-06T08:48:27.717Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-06T08:48:27.717Z] testing.runTests.func1(0xc000068840) [2022-03-06T08:48:27.717Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-06T08:48:27.717Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-06T08:48:27.717Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-06T08:48:27.717Z] testing.runTests(0xc000076080, {0xb0ec20, 0x3, 0x3}, {0x83ac2d, 0x99d4ab, 0xb136e0}) [2022-03-06T08:48:27.717Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-06T08:48:27.717Z] testing.(*M).Run(0xc000076080) [2022-03-06T08:48:27.717Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-06T08:48:27.717Z] main.main() [2022-03-06T08:48:27.717Z] _testmain.go:95 +0x1f5 [2022-03-06T08:48:27.717Z] --- PASS: TestDump (0.00s) [2022-03-06T08:48:27.717Z] === RUN TestDumpToFile [2022-03-06T08:48:27.717Z] --- PASS: TestDumpToFile (0.14s) [2022-03-06T08:48:27.717Z] === RUN TestDumpToFileWithEmptyInput [2022-03-06T08:48:27.717Z] goroutine 8 [running]: [2022-03-06T08:48:27.717Z] github.com/docker/docker/pkg/stack.dump(0x8a8bb4) [2022-03-06T08:48:27.717Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-06T08:48:27.717Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x8a8f60}) [2022-03-06T08:48:27.717Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-06T08:48:27.718Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015a1a0) [2022-03-06T08:48:27.718Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-06T08:48:27.718Z] testing.tRunner(0xc00015a680, 0x9aa180) [2022-03-06T08:48:27.718Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-06T08:48:27.718Z] created by testing.(*T).Run [2022-03-06T08:48:27.718Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-06T08:48:27.718Z] [2022-03-06T08:48:27.718Z] goroutine 1 [chan receive]: [2022-03-06T08:48:27.718Z] testing.(*T).Run(0xc00015a000, {0x9a2596, 0x81a733}, 0x9aa180) [2022-03-06T08:48:27.718Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-06T08:48:27.718Z] testing.runTests.func1(0xc000068840) [2022-03-06T08:48:27.718Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-06T08:48:27.718Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-06T08:48:27.718Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-06T08:48:27.718Z] testing.runTests(0xc000076080, {0xb0ec20, 0x3, 0x3}, {0x83ac2d, 0x99d4ab, 0xb136e0}) [2022-03-06T08:48:27.718Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-06T08:48:27.718Z] testing.(*M).Run(0xc000076080) [2022-03-06T08:48:27.718Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-06T08:48:27.718Z] main.main() [2022-03-06T08:48:27.718Z] _testmain.go:95 +0x1f5 [2022-03-06T08:48:27.718Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-06T08:48:27.718Z] PASS [2022-03-06T08:48:27.718Z] coverage: 90.9% of statements [2022-03-06T08:48:27.718Z] ok github.com/docker/docker/pkg/stack 0.178s coverage: 90.9% of statements [2022-03-06T08:48:27.930Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-06T08:48:27.978Z] --- PASS: TestFailOnce (1.16s) [2022-03-06T08:48:27.978Z] === RUN TestEchoInputOutput [2022-03-06T08:48:27.978Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-06T08:48:27.978Z] === RUN TestBackoff [2022-03-06T08:48:27.978Z] --- PASS: TestBackoff (0.00s) [2022-03-06T08:48:27.978Z] === RUN TestAbortRetry [2022-03-06T08:48:27.978Z] --- PASS: TestAbortRetry (0.00s) [2022-03-06T08:48:27.978Z] === RUN TestClientScheme [2022-03-06T08:48:27.978Z] --- PASS: TestClientScheme (0.00s) [2022-03-06T08:48:27.978Z] === RUN TestNewClientWithTimeout [2022-03-06T08:48:27.978Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-03-06T08:48:27.978Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-06T08:48:28.184Z] === RUN TestNewStdWriter [2022-03-06T08:48:28.184Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-06T08:48:28.184Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestWriteWithNilBytes [2022-03-06T08:48:28.184Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestWrite [2022-03-06T08:48:28.184Z] --- PASS: TestWrite (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestWriteWithWriterError [2022-03-06T08:48:28.184Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-06T08:48:28.184Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestStdCopyWriteAndRead [2022-03-06T08:48:28.184Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-06T08:48:28.184Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-06T08:48:28.184Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-06T08:48:28.184Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-06T08:48:28.184Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-06T08:48:28.184Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-06T08:48:28.184Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-06T08:48:28.184Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-06T08:48:28.184Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-06T08:48:28.184Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-06T08:48:28.184Z] PASS [2022-03-06T08:48:28.184Z] coverage: 100.0% of statements [2022-03-06T08:48:28.184Z] ok github.com/docker/docker/pkg/stdcopy 0.035s coverage: 100.0% of statements [2022-03-06T08:48:28.433Z] time="2022-03-06T08:48:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-06T08:48:29.165Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-06T08:48:29.165Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-06T08:48:29.165Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-06T08:48:29.165Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-06T08:48:29.165Z] === RUN TestFormatStatus [2022-03-06T08:48:29.165Z] --- PASS: TestFormatStatus (0.00s) [2022-03-06T08:48:29.165Z] === RUN TestFormatError [2022-03-06T08:48:29.165Z] --- PASS: TestFormatError (0.00s) [2022-03-06T08:48:29.165Z] === RUN TestFormatJSONError [2022-03-06T08:48:29.165Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-06T08:48:29.165Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-06T08:48:29.165Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-06T08:48:29.165Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-06T08:48:29.165Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-06T08:48:29.165Z] === RUN TestNewJSONProgressOutput [2022-03-06T08:48:29.165Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-06T08:48:29.165Z] === RUN TestAuxFormatterEmit [2022-03-06T08:48:29.165Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-06T08:48:29.165Z] === RUN TestStreamWriterStdout [2022-03-06T08:48:29.165Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-06T08:48:29.165Z] === RUN TestStreamWriterStderr [2022-03-06T08:48:29.165Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-06T08:48:29.165Z] PASS [2022-03-06T08:48:29.165Z] coverage: 66.2% of statements [2022-03-06T08:48:29.165Z] ok github.com/docker/docker/pkg/streamformatter 0.037s coverage: 66.2% of statements [2022-03-06T08:48:29.305Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-03-06T08:48:29.631Z] === RUN TestGenerateRandomID [2022-03-06T08:48:29.631Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-06T08:48:29.631Z] === RUN TestShortenId [2022-03-06T08:48:29.631Z] --- PASS: TestShortenId (0.00s) [2022-03-06T08:48:29.631Z] === RUN TestShortenSha256Id [2022-03-06T08:48:29.631Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-06T08:48:29.631Z] === RUN TestShortenIdEmpty [2022-03-06T08:48:29.631Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-06T08:48:29.631Z] === RUN TestShortenIdInvalid [2022-03-06T08:48:29.631Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-06T08:48:29.631Z] === RUN TestIsShortIDNonHex [2022-03-06T08:48:29.631Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-06T08:48:29.631Z] === RUN TestIsShortIDNotCorrectSize [2022-03-06T08:48:29.631Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-06T08:48:29.631Z] PASS [2022-03-06T08:48:29.631Z] coverage: 70.6% of statements [2022-03-06T08:48:29.631Z] ok github.com/docker/docker/pkg/stringid 0.034s coverage: 70.6% of statements [2022-03-06T08:48:29.959Z] time="2022-03-06T08:48:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-06T08:48:29.960Z] --- PASS: TestCreateServiceMultipleTimes (15.60s) [2022-03-06T08:48:29.960Z] === RUN TestCreateServiceConflict [2022-03-06T08:48:29.961Z] --- PASS: TestCreateServiceConflict (2.15s) [2022-03-06T08:48:29.961Z] === RUN TestCreateServiceMaxReplicas [2022-03-06T08:48:30.097Z] === RUN TestIsCpusetListAvailable [2022-03-06T08:48:30.097Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-06T08:48:30.097Z] PASS [2022-03-06T08:48:30.097Z] coverage: 39.4% of statements [2022-03-06T08:48:30.097Z] ok github.com/docker/docker/pkg/sysinfo 0.034s coverage: 39.4% of statements [2022-03-06T08:48:30.419Z] --- PASS: TestRequest (6.18s) [2022-03-06T08:48:30.419Z] === RUN TestOverlappingRequests [2022-03-06T08:48:30.874Z] --- PASS: TestOverlappingRequests (0.30s) [2022-03-06T08:48:30.874Z] === RUN TestRelease [2022-03-06T08:48:30.874Z] 2022/03/06 08:48:30 Closing DB instances... [2022-03-06T08:48:30.874Z] time="2022-03-06T08:48:30Z" level=error msg="node: b27d9768a842 is unknown to memberlist" [2022-03-06T08:48:31.655Z] === RUN TestChtimes [2022-03-06T08:48:31.655Z] --- PASS: TestChtimes (0.00s) [2022-03-06T08:48:31.655Z] === RUN TestChtimesWindows [2022-03-06T08:48:31.655Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-06T08:48:31.655Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-06T08:48:31.655Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-06T08:48:31.655Z] PASS [2022-03-06T08:48:31.655Z] coverage: 12.9% of statements [2022-03-06T08:48:31.655Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 12.9% of statements [2022-03-06T08:48:31.833Z] --- PASS: TestRelease (1.16s) [2022-03-06T08:48:31.833Z] === RUN TestAllocateRandomDeallocate [2022-03-06T08:48:31.849Z] --- PASS: TestCreateServiceMaxReplicas (2.64s) [2022-03-06T08:48:31.849Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-06T08:48:32.121Z] === RUN TestTailFile [2022-03-06T08:48:32.121Z] --- PASS: TestTailFile (0.00s) [2022-03-06T08:48:32.121Z] === RUN TestTailFileManyLines [2022-03-06T08:48:32.121Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-06T08:48:32.121Z] === RUN TestTailEmptyFile [2022-03-06T08:48:32.121Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-06T08:48:32.121Z] === RUN TestTailNegativeN [2022-03-06T08:48:32.121Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader [2022-03-06T08:48:32.121Z] === CONT TestNewTailReader [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/no_delimiter [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/truncated_last_line [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-06T08:48:32.121Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-06T08:48:32.121Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.121Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/no_delimiter [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.122Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-06T08:48:32.122Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-06T08:48:32.122Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.123Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.123Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.123Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.124Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.124Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.124Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.125Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.125Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.126Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.126Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.250Z] --- PASS: TestContainerKillOnDaemonStart (11.52s) [2022-03-06T08:48:32.250Z] PASS [2022-03-06T08:48:32.250Z] [2022-03-06T08:48:32.250Z] === Skipped [2022-03-06T08:48:32.250Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-03-06T08:48:32.250Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T08:48:32.250Z] [2022-03-06T08:48:32.250Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-06T08:48:32.250Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-06T08:48:32.250Z] [2022-03-06T08:48:32.250Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-06T08:48:32.250Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-06T08:48:32.250Z] [2022-03-06T08:48:32.250Z] DONE 200 tests, 3 skipped in 108.028s [2022-03-06T08:48:32.250Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-06T08:48:32.250Z] ++ 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-06T08:48:32.250Z] ++ set -e [2022-03-06T08:48:32.250Z] ++ '[' -n 0 ']' [2022-03-06T08:48:32.250Z] ++ set -x [2022-03-06T08:48:32.250Z] ++ 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-06T08:48:32.250Z] === RUN TestConfigDaemonLibtrustID [2022-03-06T08:48:32.250Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-03-06T08:48:32.250Z] === RUN TestDaemonConfigValidation [2022-03-06T08:48:32.250Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-06T08:48:32.250Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-06T08:48:32.250Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-06T08:48:32.250Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-06T08:48:32.250Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-06T08:48:32.250Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-06T08:48:32.250Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-06T08:48:32.250Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-06T08:48:32.250Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-06T08:48:32.250Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-06T08:48:32.250Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-06T08:48:32.250Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-06T08:48:32.250Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-06T08:48:32.250Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-06T08:48:32.250Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-06T08:48:32.250Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-06T08:48:32.250Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s) [2022-03-06T08:48:32.250Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.05s) [2022-03-06T08:48:32.250Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.05s) [2022-03-06T08:48:32.250Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-03-06T08:48:32.250Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s) [2022-03-06T08:48:32.250Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-06T08:48:32.250Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-06T08:48:32.304Z] time="2022-03-06T08:48:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-06T08:48:32.582Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:32.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader (0.00s) [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:48:32.593Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:48:32.594Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.02s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:48:32.595Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:32.596Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:48:32.596Z] PASS [2022-03-06T08:48:32.596Z] coverage: 88.6% of statements [2022-03-06T08:48:32.596Z] ok github.com/docker/docker/pkg/tailfile 0.161s coverage: 88.6% of statements [2022-03-06T08:48:32.811Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-06T08:48:32.841Z] check_test.go:308: [d6cbb7793cf59] daemon is not started [2022-03-06T08:48:32.841Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-03-06T08:48:33.061Z] === RUN TestTarSumRemoveNonExistent [2022-03-06T08:48:33.062Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-06T08:48:33.062Z] === RUN TestTarSumRemove [2022-03-06T08:48:33.062Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-06T08:48:33.062Z] === RUN TestSortFileInfoSums [2022-03-06T08:48:33.062Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-06T08:48:33.062Z] === RUN TestNewTarSumForLabelInvalid [2022-03-06T08:48:33.062Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-06T08:48:33.062Z] === RUN TestNewTarSumForLabel [2022-03-06T08:48:33.062Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-06T08:48:33.062Z] === RUN TestEmptyTar [2022-03-06T08:48:33.062Z] --- PASS: TestEmptyTar (0.00s) [2022-03-06T08:48:33.062Z] === RUN TestTarSumsReadSize [2022-03-06T08:48:33.062Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-06T08:48:33.062Z] === RUN TestTarSums [2022-03-06T08:48:33.062Z] --- PASS: TestTarSums (0.06s) [2022-03-06T08:48:33.062Z] === RUN TestIteration [2022-03-06T08:48:33.062Z] --- PASS: TestIteration (0.00s) [2022-03-06T08:48:33.062Z] === RUN TestVersionLabelForChecksum [2022-03-06T08:48:33.062Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-06T08:48:33.062Z] === RUN TestVersion [2022-03-06T08:48:33.062Z] --- PASS: TestVersion (0.00s) [2022-03-06T08:48:33.062Z] === RUN TestGetVersion [2022-03-06T08:48:33.062Z] --- PASS: TestGetVersion (0.00s) [2022-03-06T08:48:33.062Z] === RUN TestGetVersions [2022-03-06T08:48:33.062Z] --- PASS: TestGetVersions (0.00s) [2022-03-06T08:48:33.062Z] PASS [2022-03-06T08:48:33.062Z] coverage: 89.3% of statements [2022-03-06T08:48:33.062Z] ok github.com/docker/docker/pkg/tarsum 0.112s coverage: 89.3% of statements [2022-03-06T08:48:33.740Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-06T08:48:33.829Z] === RUN TestParseEmptyInterface [2022-03-06T08:48:33.829Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-06T08:48:33.829Z] === RUN TestParseNonInterfaceType [2022-03-06T08:48:33.829Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-06T08:48:33.829Z] === RUN TestParseWithOneFunction [2022-03-06T08:48:33.829Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-06T08:48:33.829Z] === RUN TestParseWithMultipleFuncs [2022-03-06T08:48:33.829Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-06T08:48:33.829Z] === RUN TestParseWithUnnamedReturn [2022-03-06T08:48:33.829Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-06T08:48:33.829Z] === RUN TestEmbeddedInterface [2022-03-06T08:48:33.829Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-06T08:48:33.829Z] === RUN TestParsedImports [2022-03-06T08:48:33.829Z] --- PASS: TestParsedImports (0.00s) [2022-03-06T08:48:33.829Z] === RUN TestAliasedImports [2022-03-06T08:48:33.829Z] --- PASS: TestAliasedImports (0.00s) [2022-03-06T08:48:33.829Z] PASS [2022-03-06T08:48:33.829Z] coverage: 56.8% of statements [2022-03-06T08:48:33.829Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.045s coverage: 56.8% of statements [2022-03-06T08:48:33.829Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.68s) [2022-03-06T08:48:33.829Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-06T08:48:34.044Z] === RUN TestTruncIndex [2022-03-06T08:48:34.044Z] --- PASS: TestTruncIndex (0.10s) [2022-03-06T08:48:34.044Z] PASS [2022-03-06T08:48:34.044Z] coverage: 91.5% of statements [2022-03-06T08:48:34.044Z] ok github.com/docker/docker/pkg/truncindex 0.134s coverage: 91.5% of statements [2022-03-06T08:48:34.044Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-06T08:48:34.044Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-06T08:48:34.044Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-06T08:48:34.044Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-06T08:48:34.044Z] === RUN TestIsGIT [2022-03-06T08:48:34.044Z] --- PASS: TestIsGIT (0.00s) [2022-03-06T08:48:34.044Z] === RUN TestIsTransport [2022-03-06T08:48:34.044Z] --- PASS: TestIsTransport (0.00s) [2022-03-06T08:48:34.044Z] PASS [2022-03-06T08:48:34.044Z] coverage: 100.0% of statements [2022-03-06T08:48:34.044Z] ok github.com/docker/docker/pkg/urlutil 0.033s coverage: 100.0% of statements [2022-03-06T08:48:34.509Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-06T08:48:34.509Z] === RUN TestClientStream [2022-03-06T08:48:34.509Z] --- PASS: TestClientStream (0.00s) [2022-03-06T08:48:34.509Z] === RUN TestClientSendFile [2022-03-06T08:48:34.509Z] --- PASS: TestClientSendFile (0.00s) [2022-03-06T08:48:34.509Z] === RUN TestClientWithRequestTimeout [2022-03-06T08:48:34.509Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-06T08:48:34.509Z] === RUN TestFileSpecPlugin [2022-03-06T08:48:34.509Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-06T08:48:34.509Z] === RUN TestFileJSONSpecPlugin [2022-03-06T08:48:34.509Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-06T08:48:34.509Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-06T08:48:34.509Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-06T08:48:34.509Z] === RUN TestPluginAddHandler [2022-03-06T08:48:34.509Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-06T08:48:34.509Z] === RUN TestPluginWaitBadPlugin [2022-03-06T08:48:34.509Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-06T08:48:34.509Z] === RUN TestGet [2022-03-06T08:48:34.509Z] time="2022-03-06T08:48:34Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-06T08:48:34.509Z] === RUN TestVersionInfo [2022-03-06T08:48:34.509Z] --- PASS: TestVersionInfo (0.00s) [2022-03-06T08:48:34.509Z] === RUN TestAppendVersions [2022-03-06T08:48:34.509Z] --- PASS: TestAppendVersions (0.00s) [2022-03-06T08:48:34.509Z] PASS [2022-03-06T08:48:34.509Z] coverage: 88.9% of statements [2022-03-06T08:48:34.509Z] ok github.com/docker/docker/pkg/useragent 0.060s coverage: 88.9% of statements [2022-03-06T08:48:34.788Z] === RUN TestHTTPTransport [2022-03-06T08:48:34.788Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-06T08:48:34.788Z] PASS [2022-03-06T08:48:34.788Z] coverage: 85.7% of statements [2022-03-06T08:48:34.788Z] ok github.com/docker/docker/pkg/plugins/transport 0.044s coverage: 85.7% of statements [2022-03-06T08:48:34.788Z] 2022/03/06 08:48:34 Closing DB instances... [2022-03-06T08:48:35.106Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-06T08:48:35.106Z] daemon_test.go:156: [da1613259ac25] daemon is not started [2022-03-06T08:48:35.106Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-03-06T08:48:35.106Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-06T08:48:35.106Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-06T08:48:35.106Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-06T08:48:35.106Z] === RUN TestDaemonProxy [2022-03-06T08:48:35.106Z] === RUN TestDaemonProxy/environment_variables [2022-03-06T08:48:35.243Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-06T08:48:35.243Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-06T08:48:35.243Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-06T08:48:35.243Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-06T08:48:35.243Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-06T08:48:35.243Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-06T08:48:35.243Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-06T08:48:35.243Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-06T08:48:35.243Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-06T08:48:35.243Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-06T08:48:35.243Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-06T08:48:35.243Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-06T08:48:35.243Z] === RUN TestBufferPoolPutAndGet [2022-03-06T08:48:35.243Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-06T08:48:35.243Z] PASS [2022-03-06T08:48:35.243Z] coverage: 88.2% of statements [2022-03-06T08:48:35.243Z] ok github.com/docker/docker/pkg/pools 0.039s coverage: 88.2% of statements [2022-03-06T08:48:35.243Z] --- PASS: TestAllocateRandomDeallocate (3.46s) [2022-03-06T08:48:35.243Z] === RUN TestRetrieveFromStore [2022-03-06T08:48:35.490Z] === RUN TestValidatePrivileges [2022-03-06T08:48:35.490Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-06T08:48:35.490Z] === RUN TestFilterByCapNeg [2022-03-06T08:48:35.490Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-06T08:48:35.490Z] === RUN TestFilterByCapPos [2022-03-06T08:48:35.490Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-06T08:48:35.490Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-06T08:48:35.490Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-06T08:48:35.490Z] PASS [2022-03-06T08:48:35.490Z] coverage: 12.0% of statements [2022-03-06T08:48:35.490Z] time="2022-03-06T08:48:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-06T08:48:35.490Z] ok github.com/docker/docker/plugin 0.044s coverage: 12.0% of statements [2022-03-06T08:48:35.490Z] === RUN TestNewSettable [2022-03-06T08:48:35.490Z] --- PASS: TestNewSettable (0.00s) [2022-03-06T08:48:35.490Z] === RUN TestIsSettable [2022-03-06T08:48:35.490Z] --- PASS: TestIsSettable (0.00s) [2022-03-06T08:48:35.490Z] === RUN TestUpdateSettingsEnv [2022-03-06T08:48:35.490Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-06T08:48:35.490Z] PASS [2022-03-06T08:48:35.490Z] coverage: 20.0% of statements [2022-03-06T08:48:35.490Z] ok github.com/docker/docker/plugin/v2 0.036s coverage: 20.0% of statements [2022-03-06T08:48:35.699Z] === RUN TestOutputOnPrematureClose [2022-03-06T08:48:35.699Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-06T08:48:35.699Z] === RUN TestCompleteSilently [2022-03-06T08:48:35.699Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-06T08:48:35.699Z] PASS [2022-03-06T08:48:35.699Z] coverage: 75.9% of statements [2022-03-06T08:48:35.699Z] ok github.com/docker/docker/pkg/progress 0.029s coverage: 75.9% of statements [2022-03-06T08:48:35.871Z] 4612f6d0b889: Pull complete [2022-03-06T08:48:36.124Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-03-06T08:48:36.153Z] === RUN TestSendToOneSub [2022-03-06T08:48:36.153Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-06T08:48:36.153Z] === RUN TestSendToMultipleSubs [2022-03-06T08:48:36.153Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-06T08:48:36.153Z] === RUN TestEvictOneSub [2022-03-06T08:48:36.153Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-06T08:48:36.153Z] === RUN TestClosePublisher [2022-03-06T08:48:36.153Z] --- PASS: TestClosePublisher (0.00s) [2022-03-06T08:48:36.153Z] === RUN TestPubSubRace [2022-03-06T08:48:36.153Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-03-06T08:48:36.153Z] === RUN TestNetworkDBGarbageCollection [2022-03-06T08:48:36.471Z] === RUN TestLoad [2022-03-06T08:48:36.471Z] --- PASS: TestLoad (0.00s) [2022-03-06T08:48:36.471Z] === RUN TestSave [2022-03-06T08:48:36.471Z] --- PASS: TestSave (0.02s) [2022-03-06T08:48:36.471Z] === RUN TestAddDeleteGet [2022-03-06T08:48:36.471Z] --- PASS: TestAddDeleteGet (0.03s) [2022-03-06T08:48:36.471Z] === RUN TestInvalidTags [2022-03-06T08:48:36.471Z] --- PASS: TestInvalidTags (0.00s) [2022-03-06T08:48:36.471Z] PASS [2022-03-06T08:48:36.471Z] coverage: 84.4% of statements [2022-03-06T08:48:36.471Z] ok github.com/docker/docker/reference 0.098s coverage: 84.4% of statements [2022-03-06T08:48:36.618Z] --- PASS: TestRetrieveFromStore (1.04s) [2022-03-06T08:48:36.619Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-06T08:48:36.619Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2022-03-06T08:48:36.619Z] === RUN TestParallelPredefinedRequest1 [2022-03-06T08:48:36.619Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-06T08:48:36.619Z] === RUN TestParallelPredefinedRequest2 [2022-03-06T08:48:36.619Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-06T08:48:36.619Z] === RUN TestParallelPredefinedRequest3 [2022-03-06T08:48:36.619Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-06T08:48:36.619Z] === RUN TestParallelPredefinedRequest4 [2022-03-06T08:48:36.619Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-06T08:48:36.619Z] === RUN TestParallelPredefinedRequest5 [2022-03-06T08:48:36.619Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-06T08:48:36.619Z] === RUN TestDebug [2022-03-06T08:48:36.619Z] --- PASS: TestDebug (0.00s) [2022-03-06T08:48:36.619Z] === RUN TestRequestPoolParallel [2022-03-06T08:48:36.619Z] time="2022-03-06T08:48:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-06T08:48:36.619Z] --- PASS: TestRequestPoolParallel (0.33s) [2022-03-06T08:48:36.619Z] === RUN TestFullAllocateRelease [2022-03-06T08:48:36.997Z] === RUN TestDaemonProxy/command-line_options [2022-03-06T08:48:37.076Z] --- PASS: TestFullAllocateRelease (0.29s) [2022-03-06T08:48:37.076Z] === RUN TestOddAllocateRelease [2022-03-06T08:48:37.076Z] --- PASS: TestOddAllocateRelease (0.18s) [2022-03-06T08:48:37.076Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-06T08:48:37.076Z] --- PASS: TestPubSubRace (1.05s) [2022-03-06T08:48:37.076Z] PASS [2022-03-06T08:48:37.076Z] coverage: 75.0% of statements [2022-03-06T08:48:37.452Z] === RUN TestResolveAuthConfigIndexServer [2022-03-06T08:48:37.452Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestResolveAuthConfigFullURL [2022-03-06T08:48:37.452Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-06T08:48:37.452Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestValidateMirror [2022-03-06T08:48:37.452Z] --- PASS: TestValidateMirror (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestLoadInsecureRegistries [2022-03-06T08:48:37.452Z] time="2022-03-06T08:48:37Z" 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-06T08:48:37.452Z] time="2022-03-06T08:48:37Z" 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-06T08:48:37.452Z] time="2022-03-06T08:48:37Z" 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-06T08:48:37.452Z] --- PASS: TestLoadInsecureRegistries (0.14s) [2022-03-06T08:48:37.452Z] === RUN TestNewServiceConfig [2022-03-06T08:48:37.452Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestValidateIndexName [2022-03-06T08:48:37.452Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestValidateIndexNameWithError [2022-03-06T08:48:37.452Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestEndpointParse [2022-03-06T08:48:37.452Z] --- PASS: TestEndpointParse (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestEndpointParseInvalid [2022-03-06T08:48:37.452Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestValidateEndpoint [2022-03-06T08:48:37.452Z] --- PASS: TestValidateEndpoint (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestPing [2022-03-06T08:48:37.452Z] --- PASS: TestPing (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestPingRegistryEndpoint [2022-03-06T08:48:37.452Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:37.452Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestEndpoint [2022-03-06T08:48:37.452Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:37.452Z] --- SKIP: TestEndpoint (0.01s) [2022-03-06T08:48:37.452Z] === RUN TestParseRepositoryInfo [2022-03-06T08:48:37.452Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestNewIndexInfo [2022-03-06T08:48:37.452Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestMirrorEndpointLookup [2022-03-06T08:48:37.452Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:37.452Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestSearchRepositories [2022-03-06T08:48:37.452Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-06T08:48:37.452Z] Host: 127.0.0.1:49327 [2022-03-06T08:48:37.452Z] User-Agent: docker test client [2022-03-06T08:48:37.452Z] Authorization: Token fake-token [2022-03-06T08:48:37.452Z] X-Docker-Token: true [2022-03-06T08:48:37.452Z] Accept-Encoding: gzip [2022-03-06T08:48:37.452Z] [2022-03-06T08:48:37.452Z] [2022-03-06T08:48:37.452Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-06T08:48:37.452Z] Connection: close [2022-03-06T08:48:37.452Z] Content-Length: 144 [2022-03-06T08:48:37.452Z] Cache-Control: no-cache [2022-03-06T08:48:37.452Z] Content-Type: application/json [2022-03-06T08:48:37.452Z] Date: Sun, 06 Mar 2022 08:48:37 GMT [2022-03-06T08:48:37.452Z] Expires: -1 [2022-03-06T08:48:37.452Z] Pragma: no-cache [2022-03-06T08:48:37.452Z] Server: docker-tests/mock [2022-03-06T08:48:37.452Z] X-Docker-Registry-Config: mock [2022-03-06T08:48:37.452Z] X-Docker-Registry-Version: 0.0.0 [2022-03-06T08:48:37.452Z] [2022-03-06T08:48:37.452Z] [2022-03-06T08:48:37.452Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestTrustedLocation [2022-03-06T08:48:37.452Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-06T08:48:37.452Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestAllowNondistributableArtifacts [2022-03-06T08:48:37.452Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-06T08:48:37.452Z] === RUN TestIsSecureIndex [2022-03-06T08:48:37.452Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-06T08:48:37.452Z] PASS [2022-03-06T08:48:37.453Z] coverage: 51.2% of statements [2022-03-06T08:48:37.453Z] ok github.com/docker/docker/registry 0.216s coverage: 51.2% of statements [2022-03-06T08:48:37.453Z] time="2022-03-06T08:48:37Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-06T08:48:37.453Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-06T08:48:37.453Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-03-06T08:48:37.453Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-06T08:48:37.497Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-03-06T08:48:37.531Z] ok github.com/docker/docker/pkg/pubsub 1.083s coverage: 75.0% of statements [2022-03-06T08:48:37.531Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-03-06T08:48:37.531Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-06T08:48:37.531Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-06T08:48:37.531Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-06T08:48:37.531Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-03-06T08:48:37.531Z] === CONT TestParallelPredefinedRequest1 [2022-03-06T08:48:37.531Z] === CONT TestParallelPredefinedRequest4 [2022-03-06T08:48:37.531Z] === CONT TestParallelPredefinedRequest1 [2022-03-06T08:48:37.531Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:48:37.531Z] === CONT TestParallelPredefinedRequest5 [2022-03-06T08:48:37.531Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:48:37.531Z] === CONT TestParallelPredefinedRequest3 [2022-03-06T08:48:37.531Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:48:37.531Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-06T08:48:37.531Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-06T08:48:37.531Z] === CONT TestParallelPredefinedRequest2 [2022-03-06T08:48:37.531Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:48:37.531Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-06T08:48:37.531Z] === CONT TestParallelPredefinedRequest4 [2022-03-06T08:48:37.531Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:48:37.531Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-06T08:48:37.531Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-06T08:48:37.531Z] PASS [2022-03-06T08:48:37.531Z] coverage: 85.3% of statements [2022-03-06T08:48:37.531Z] ok github.com/docker/docker/libnetwork/ipam 40.324s coverage: 85.3% of statements [2022-03-06T08:48:37.919Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-06T08:48:37.919Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-06T08:48:37.919Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-06T08:48:37.919Z] === RUN TestResumableRequestReaderWithReadError [2022-03-06T08:48:37.919Z] time="2022-03-06T08:48:37Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-06T08:48:37.919Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2022-03-06T08:48:37.919Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-06T08:48:37.919Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-06T08:48:37.919Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-06T08:48:37.919Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-06T08:48:37.919Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-06T08:48:37.919Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-06T08:48:37.919Z] === RUN TestResumableRequestReader [2022-03-06T08:48:37.919Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-06T08:48:37.919Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-06T08:48:37.919Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-06T08:48:37.919Z] PASS [2022-03-06T08:48:37.919Z] coverage: 100.0% of statements [2022-03-06T08:48:37.919Z] ok github.com/docker/docker/registry/resumable 0.225s coverage: 100.0% of statements [2022-03-06T08:48:37.919Z] === RUN TestRestartManagerTimeout [2022-03-06T08:48:37.919Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-06T08:48:37.919Z] === RUN TestRestartManagerTimeoutReset [2022-03-06T08:48:37.919Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-06T08:48:37.919Z] PASS [2022-03-06T08:48:37.919Z] coverage: 50.9% of statements [2022-03-06T08:48:37.919Z] ok github.com/docker/docker/restartmanager 0.032s coverage: 50.9% of statements [2022-03-06T08:48:37.986Z] === RUN TestRegister [2022-03-06T08:48:37.986Z] --- PASS: TestRegister (0.00s) [2022-03-06T08:48:37.986Z] === RUN TestCommand [2022-03-06T08:48:37.986Z] --- PASS: TestCommand (0.03s) [2022-03-06T08:48:37.986Z] === RUN TestNaiveSelf [2022-03-06T08:48:37.986Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-06T08:48:37.986Z] PASS [2022-03-06T08:48:37.986Z] coverage: 82.4% of statements [2022-03-06T08:48:37.986Z] ok github.com/docker/docker/pkg/reexec 0.090s coverage: 82.4% of statements [2022-03-06T08:48:38.062Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-06T08:48:38.365Z] === RUN TestDaemonProxy/configuration_file [2022-03-06T08:48:38.386Z] === RUN TestDecodeContainerConfig [2022-03-06T08:48:38.386Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-06T08:48:38.386Z] === RUN TestDecodeContainerConfigIsolation [2022-03-06T08:48:38.386Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-06T08:48:38.386Z] === RUN TestValidatePrivileged [2022-03-06T08:48:38.386Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-06T08:48:38.386Z] PASS [2022-03-06T08:48:38.386Z] coverage: 52.6% of statements [2022-03-06T08:48:38.386Z] ok github.com/docker/docker/runconfig 0.036s coverage: 52.6% of statements [2022-03-06T08:48:38.441Z] === RUN TestDump [2022-03-06T08:48:38.441Z] goroutine 4 [running]: [2022-03-06T08:48:38.441Z] github.com/docker/docker/pkg/stack.dump(0xa8b9d7) [2022-03-06T08:48:38.441Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-06T08:48:38.441Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-06T08:48:38.441Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-06T08:48:38.441Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-06T08:48:38.441Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-06T08:48:38.441Z] testing.tRunner(0xc000154000, 0xbfa190) [2022-03-06T08:48:38.441Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-06T08:48:38.441Z] created by testing.(*T).Run [2022-03-06T08:48:38.441Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-06T08:48:38.441Z] [2022-03-06T08:48:38.441Z] goroutine 1 [chan receive]: [2022-03-06T08:48:38.441Z] testing.(*T).Run(0xc00002dd40, {0xbeb7b1, 0xa6a733}, 0xbfa190) [2022-03-06T08:48:38.441Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-06T08:48:38.441Z] testing.runTests.func1(0xc00005a840) [2022-03-06T08:48:38.441Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-06T08:48:38.441Z] testing.tRunner(0xc00002dd40, 0xc000063ce0) [2022-03-06T08:48:38.441Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-06T08:48:38.441Z] testing.runTests(0xc00006c080, {0xd5ec20, 0x3, 0x3}, {0xa8ac2d, 0xbed4ab, 0xd636e0}) [2022-03-06T08:48:38.441Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-06T08:48:38.441Z] testing.(*M).Run(0xc00006c080) [2022-03-06T08:48:38.441Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-06T08:48:38.442Z] main.main() [2022-03-06T08:48:38.442Z] _testmain.go:95 +0x1f5 [2022-03-06T08:48:38.442Z] --- PASS: TestDump (0.00s) [2022-03-06T08:48:38.442Z] === RUN TestDumpToFile [2022-03-06T08:48:38.853Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-06T08:48:38.853Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-06T08:48:38.853Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-06T08:48:38.853Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-06T08:48:38.853Z] PASS [2022-03-06T08:48:38.853Z] coverage: 62.5% of statements [2022-03-06T08:48:38.853Z] ok github.com/docker/docker/testutil 0.033s coverage: 62.5% of statements [2022-03-06T08:48:38.896Z] --- PASS: TestDumpToFile (0.14s) [2022-03-06T08:48:38.896Z] === RUN TestDumpToFileWithEmptyInput [2022-03-06T08:48:38.896Z] goroutine 6 [running]: [2022-03-06T08:48:38.896Z] github.com/docker/docker/pkg/stack.dump(0xaf8bb4) [2022-03-06T08:48:38.896Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-06T08:48:38.896Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xaf8f60}) [2022-03-06T08:48:38.896Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-06T08:48:38.896Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000154000) [2022-03-06T08:48:38.896Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-06T08:48:38.896Z] testing.tRunner(0xc0001544e0, 0xbfa180) [2022-03-06T08:48:38.896Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-06T08:48:38.896Z] created by testing.(*T).Run [2022-03-06T08:48:38.896Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-06T08:48:38.896Z] [2022-03-06T08:48:38.896Z] goroutine 1 [chan receive]: [2022-03-06T08:48:38.896Z] testing.(*T).Run(0xc00002dd40, {0xbf2596, 0xa6a733}, 0xbfa180) [2022-03-06T08:48:38.896Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-06T08:48:38.897Z] testing.runTests.func1(0xc00005a840) [2022-03-06T08:48:38.897Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-06T08:48:38.897Z] testing.tRunner(0xc00002dd40, 0xc000063ce0) [2022-03-06T08:48:38.897Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-06T08:48:38.897Z] testing.runTests(0xc00006c080, {0xd5ec20, 0x3, 0x3}, {0xa8ac2d, 0xbed4ab, 0xd636e0}) [2022-03-06T08:48:38.897Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-06T08:48:38.897Z] testing.(*M).Run(0xc00006c080) [2022-03-06T08:48:38.897Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-06T08:48:38.897Z] main.main() [2022-03-06T08:48:38.897Z] _testmain.go:95 +0x1f5 [2022-03-06T08:48:38.897Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-06T08:48:38.897Z] PASS [2022-03-06T08:48:38.897Z] coverage: 90.9% of statements [2022-03-06T08:48:38.897Z] ok github.com/docker/docker/pkg/stack 0.174s coverage: 90.9% of statements [2022-03-06T08:48:39.352Z] === RUN TestNewStdWriter [2022-03-06T08:48:39.352Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-06T08:48:39.352Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestWriteWithNilBytes [2022-03-06T08:48:39.352Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestWrite [2022-03-06T08:48:39.352Z] --- PASS: TestWrite (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestWriteWithWriterError [2022-03-06T08:48:39.352Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-06T08:48:39.352Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestStdCopyWriteAndRead [2022-03-06T08:48:39.352Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-06T08:48:39.352Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-06T08:48:39.352Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-06T08:48:39.352Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-06T08:48:39.352Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-06T08:48:39.352Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-06T08:48:39.352Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-06T08:48:39.352Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-06T08:48:39.352Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-06T08:48:39.352Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-06T08:48:39.352Z] PASS [2022-03-06T08:48:39.352Z] coverage: 100.0% of statements [2022-03-06T08:48:39.352Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2022-03-06T08:48:39.439Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-06T08:48:39.439Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-06T08:48:40.255Z] === RUN TestDaemonProxy/conflicting_options [2022-03-06T08:48:40.262Z] ......... [ 85%] [2022-03-06T08:48:40.312Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-06T08:48:40.312Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-06T08:48:40.312Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-06T08:48:40.312Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-06T08:48:40.312Z] === RUN TestFormatStatus [2022-03-06T08:48:40.312Z] --- PASS: TestFormatStatus (0.00s) [2022-03-06T08:48:40.312Z] === RUN TestFormatError [2022-03-06T08:48:40.312Z] --- PASS: TestFormatError (0.00s) [2022-03-06T08:48:40.312Z] === RUN TestFormatJSONError [2022-03-06T08:48:40.312Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-06T08:48:40.312Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-06T08:48:40.312Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-06T08:48:40.312Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-06T08:48:40.312Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-06T08:48:40.312Z] === RUN TestNewJSONProgressOutput [2022-03-06T08:48:40.312Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-06T08:48:40.312Z] === RUN TestAuxFormatterEmit [2022-03-06T08:48:40.312Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-06T08:48:40.312Z] === RUN TestStreamWriterStdout [2022-03-06T08:48:40.312Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-06T08:48:40.312Z] === RUN TestStreamWriterStderr [2022-03-06T08:48:40.312Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-06T08:48:40.312Z] PASS [2022-03-06T08:48:40.312Z] coverage: 66.2% of statements [2022-03-06T08:48:40.312Z] ok github.com/docker/docker/pkg/streamformatter 0.037s coverage: 66.2% of statements [2022-03-06T08:48:40.512Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-06T08:48:40.767Z] === RUN TestGenerateRandomID [2022-03-06T08:48:40.767Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-06T08:48:40.767Z] === RUN TestShortenId [2022-03-06T08:48:40.767Z] --- PASS: TestShortenId (0.00s) [2022-03-06T08:48:40.767Z] === RUN TestShortenSha256Id [2022-03-06T08:48:40.767Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-06T08:48:40.767Z] === RUN TestShortenIdEmpty [2022-03-06T08:48:40.767Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-06T08:48:40.767Z] === RUN TestShortenIdInvalid [2022-03-06T08:48:40.767Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-06T08:48:40.767Z] === RUN TestIsShortIDNonHex [2022-03-06T08:48:40.767Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-06T08:48:40.767Z] === RUN TestIsShortIDNotCorrectSize [2022-03-06T08:48:40.767Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-06T08:48:40.767Z] PASS [2022-03-06T08:48:40.767Z] coverage: 70.6% of statements [2022-03-06T08:48:40.767Z] ok github.com/docker/docker/pkg/stringid 0.034s coverage: 70.6% of statements [2022-03-06T08:48:41.060Z] === RUN TestGetDriver [2022-03-06T08:48:41.060Z] --- PASS: TestGetDriver (0.00s) [2022-03-06T08:48:41.060Z] === RUN TestVolumeRequestError [2022-03-06T08:48:41.060Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-06T08:48:41.060Z] PASS [2022-03-06T08:48:41.060Z] coverage: 36.1% of statements [2022-03-06T08:48:41.074Z] --- PASS: TestDaemonProxy (6.26s) [2022-03-06T08:48:41.074Z] --- PASS: TestDaemonProxy/environment_variables (1.81s) [2022-03-06T08:48:41.074Z] --- PASS: TestDaemonProxy/command-line_options (1.71s) [2022-03-06T08:48:41.074Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-03-06T08:48:41.074Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-06T08:48:41.074Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-06T08:48:41.074Z] PASS [2022-03-06T08:48:41.074Z] [2022-03-06T08:48:41.074Z] DONE 17 tests in 10.155s [2022-03-06T08:48:41.074Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-03-06T08:48:41.074Z] ++ 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-06T08:48:41.074Z] ++ set -e [2022-03-06T08:48:41.074Z] ++ '[' -n 0 ']' [2022-03-06T08:48:41.074Z] ++ set -x [2022-03-06T08:48:41.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=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-06T08:48:41.222Z] === RUN TestIsCpusetListAvailable [2022-03-06T08:48:41.222Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-06T08:48:41.222Z] PASS [2022-03-06T08:48:41.222Z] coverage: 39.4% of statements [2022-03-06T08:48:41.222Z] ok github.com/docker/docker/pkg/sysinfo 0.035s coverage: 39.4% of statements [2022-03-06T08:48:41.330Z] INFO: Testing against a local daemon [2022-03-06T08:48:41.330Z] === RUN TestCommitInheritsEnv [2022-03-06T08:48:41.337Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-03-06T08:48:41.526Z] ok github.com/docker/docker/volume/drivers 0.052s coverage: 36.1% of statements [2022-03-06T08:48:41.526Z] === RUN TestGetAddress [2022-03-06T08:48:41.526Z] --- PASS: TestGetAddress (0.00s) [2022-03-06T08:48:41.526Z] === RUN TestRemove [2022-03-06T08:48:41.526Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-06T08:48:41.526Z] --- SKIP: TestRemove (0.00s) [2022-03-06T08:48:41.526Z] === RUN TestInitializeWithVolumes [2022-03-06T08:48:41.526Z] --- PASS: TestInitializeWithVolumes (0.00s) [2022-03-06T08:48:41.526Z] === RUN TestCreate [2022-03-06T08:48:41.526Z] --- PASS: TestCreate (0.01s) [2022-03-06T08:48:41.526Z] === RUN TestValidateName [2022-03-06T08:48:41.526Z] --- PASS: TestValidateName (0.00s) [2022-03-06T08:48:41.526Z] === RUN TestCreateWithOpts [2022-03-06T08:48:41.526Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-06T08:48:41.526Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-06T08:48:41.526Z] === RUN TestRelaodNoOpts [2022-03-06T08:48:41.526Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-06T08:48:41.526Z] PASS [2022-03-06T08:48:41.526Z] coverage: 41.5% of statements [2022-03-06T08:48:41.526Z] ok github.com/docker/docker/volume/local 0.069s coverage: 41.5% of statements [2022-03-06T08:48:41.526Z] time="2022-03-06T08:48:41Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-06T08:48:41.587Z] --- PASS: TestCommitInheritsEnv (0.23s) [2022-03-06T08:48:41.587Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-06T08:48:41.587Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-06T08:48:41.587Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-06T08:48:41.587Z] === RUN TestImportWithCustomPlatform [2022-03-06T08:48:41.587Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-06T08:48:41.587Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-06T08:48:41.587Z] === RUN TestImportWithCustomPlatform// [2022-03-06T08:48:41.587Z] === RUN TestImportWithCustomPlatform/linux [2022-03-06T08:48:41.587Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-06T08:48:41.587Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-06T08:48:41.843Z] === RUN TestImportWithCustomPlatform/macos [2022-03-06T08:48:41.843Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-06T08:48:41.843Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-06T08:48:41.843Z] --- PASS: TestImportWithCustomPlatform (0.28s) [2022-03-06T08:48:41.843Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-06T08:48:41.843Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-06T08:48:41.843Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-06T08:48:41.843Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-06T08:48:41.843Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-06T08:48:41.843Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-06T08:48:41.843Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-06T08:48:41.843Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-06T08:48:41.843Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-06T08:48:41.843Z] === RUN TestImagesFilterMultiReference [2022-03-06T08:48:41.844Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-06T08:48:41.844Z] === RUN TestImagePullPlatformInvalid [2022-03-06T08:48:41.844Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-06T08:48:41.844Z] === RUN TestRemoveImageOrphaning [2022-03-06T08:48:42.100Z] --- PASS: TestRemoveImageOrphaning (0.23s) [2022-03-06T08:48:42.100Z] === RUN TestRemoveImageGarbageCollector [2022-03-06T08:48:42.100Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:48:42.100Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-06T08:48:42.100Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-06T08:48:42.100Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-06T08:48:42.100Z] === RUN TestTagInvalidReference [2022-03-06T08:48:42.100Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-06T08:48:42.100Z] === RUN TestTagValidPrefixedRepo [2022-03-06T08:48:42.100Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-06T08:48:42.100Z] === RUN TestTagExistedNameWithoutForce [2022-03-06T08:48:42.100Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-06T08:48:42.100Z] === RUN TestTagOfficialNames [2022-03-06T08:48:42.268Z] check_test.go:308: [da43f06fd1194] daemon is not started [2022-03-06T08:48:42.268Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-03-06T08:48:42.356Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-06T08:48:42.356Z] === RUN TestTagMatchesDigest [2022-03-06T08:48:42.356Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-06T08:48:42.356Z] PASS [2022-03-06T08:48:42.356Z] [2022-03-06T08:48:42.356Z] === Skipped [2022-03-06T08:48:42.356Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-06T08:48:42.356Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-06T08:48:42.356Z] [2022-03-06T08:48:42.356Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-06T08:48:42.356Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:48:42.356Z] [2022-03-06T08:48:42.356Z] DONE 22 tests, 2 skipped in 1.115s [2022-03-06T08:48:42.356Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-03-06T08:48:42.356Z] ++ 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-06T08:48:42.356Z] ++ set -e [2022-03-06T08:48:42.356Z] ++ '[' -n 0 ']' [2022-03-06T08:48:42.356Z] ++ set -x [2022-03-06T08:48:42.356Z] ++ 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-06T08:48:42.356Z] INFO: Testing against a local daemon [2022-03-06T08:48:42.356Z] === RUN TestNetworkCreateDelete [2022-03-06T08:48:42.356Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-06T08:48:42.356Z] === RUN TestDockerNetworkDeletePreferID [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRaw [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-06T08:48:42.508Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-06T08:48:42.508Z] === RUN TestLinuxParseMountRaw [2022-03-06T08:48:42.508Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-06T08:48:42.508Z] === RUN TestLinuxParseMountRawSplit [2022-03-06T08:48:42.508Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-06T08:48:42.508Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-06T08:48:42.508Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-06T08:48:42.508Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-06T08:48:42.508Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-06T08:48:42.508Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-06T08:48:42.508Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-06T08:48:42.508Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-06T08:48:42.508Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-06T08:48:42.508Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-06T08:48:42.508Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-06T08:48:42.508Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-06T08:48:42.508Z] === RUN TestConvertTmpfsOptions [2022-03-06T08:48:42.508Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-06T08:48:42.508Z] linux_parser_test.go:209: data="ro" [2022-03-06T08:48:42.508Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-06T08:48:42.508Z] === RUN TestParseMountSpec [2022-03-06T08:48:42.508Z] parser_test.go:62: case 0 [2022-03-06T08:48:42.508Z] parser_test.go:62: case 1 [2022-03-06T08:48:42.508Z] parser_test.go:62: case 2 [2022-03-06T08:48:42.508Z] parser_test.go:62: case 3 [2022-03-06T08:48:42.508Z] parser_test.go:62: case 4 [2022-03-06T08:48:42.508Z] parser_test.go:62: case 5 [2022-03-06T08:48:42.508Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-06T08:48:42.508Z] === RUN TestValidateMount [2022-03-06T08:48:42.508Z] --- PASS: TestValidateMount (0.00s) [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRaw [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-06T08:48:42.508Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-06T08:48:42.508Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-06T08:48:42.508Z] PASS [2022-03-06T08:48:42.508Z] coverage: 67.6% of statements [2022-03-06T08:48:42.508Z] ok github.com/docker/docker/volume/mounts 0.046s coverage: 67.6% of statements [2022-03-06T08:48:42.746Z] === RUN TestChtimes [2022-03-06T08:48:42.747Z] --- PASS: TestChtimes (0.00s) [2022-03-06T08:48:42.747Z] === RUN TestChtimesWindows [2022-03-06T08:48:42.747Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-06T08:48:42.747Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-06T08:48:42.747Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-06T08:48:42.747Z] PASS [2022-03-06T08:48:42.747Z] coverage: 12.9% of statements [2022-03-06T08:48:42.747Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 12.9% of statements [2022-03-06T08:48:42.918Z] --- PASS: TestDockerNetworkDeletePreferID (0.33s) [2022-03-06T08:48:42.918Z] === RUN TestDaemonDNSFallback [2022-03-06T08:48:42.979Z] === RUN TestSetGetMeta [2022-03-06T08:48:42.979Z] === PAUSE TestSetGetMeta [2022-03-06T08:48:42.979Z] === RUN TestRestore [2022-03-06T08:48:42.979Z] === PAUSE TestRestore [2022-03-06T08:48:42.979Z] === RUN TestServiceCreate [2022-03-06T08:48:42.979Z] === PAUSE TestServiceCreate [2022-03-06T08:48:42.979Z] === RUN TestServiceList [2022-03-06T08:48:42.979Z] === PAUSE TestServiceList [2022-03-06T08:48:42.979Z] === RUN TestServiceRemove [2022-03-06T08:48:42.979Z] === PAUSE TestServiceRemove [2022-03-06T08:48:42.979Z] === RUN TestServiceGet [2022-03-06T08:48:42.979Z] === PAUSE TestServiceGet [2022-03-06T08:48:42.979Z] === RUN TestServicePrune [2022-03-06T08:48:42.979Z] === PAUSE TestServicePrune [2022-03-06T08:48:42.979Z] === RUN TestCreate [2022-03-06T08:48:42.979Z] === PAUSE TestCreate [2022-03-06T08:48:42.979Z] === RUN TestRemove [2022-03-06T08:48:42.979Z] === PAUSE TestRemove [2022-03-06T08:48:42.979Z] === RUN TestList [2022-03-06T08:48:42.979Z] === PAUSE TestList [2022-03-06T08:48:42.979Z] === RUN TestFindByDriver [2022-03-06T08:48:42.979Z] === PAUSE TestFindByDriver [2022-03-06T08:48:42.979Z] === RUN TestFindByReferenced [2022-03-06T08:48:42.979Z] === PAUSE TestFindByReferenced [2022-03-06T08:48:42.979Z] === RUN TestDerefMultipleOfSameRef [2022-03-06T08:48:42.979Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-06T08:48:42.979Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-06T08:48:42.979Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-06T08:48:42.979Z] === RUN TestDefererencePluginOnCreateError [2022-03-06T08:48:42.979Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-06T08:48:42.979Z] === RUN TestRefDerefRemove [2022-03-06T08:48:42.979Z] === PAUSE TestRefDerefRemove [2022-03-06T08:48:42.979Z] === RUN TestGet [2022-03-06T08:48:42.979Z] === PAUSE TestGet [2022-03-06T08:48:42.979Z] === RUN TestGetWithReference [2022-03-06T08:48:42.979Z] === PAUSE TestGetWithReference [2022-03-06T08:48:42.979Z] === RUN TestFilterFunc [2022-03-06T08:48:42.979Z] === RUN TestFilterFunc/test_nil_list [2022-03-06T08:48:42.979Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-06T08:48:42.979Z] === RUN TestFilterFunc/test_empty_list [2022-03-06T08:48:42.979Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-06T08:48:42.979Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-06T08:48:42.979Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-06T08:48:42.979Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-06T08:48:42.979Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-06T08:48:42.979Z] === RUN TestFilterFunc/test_filter_some [2022-03-06T08:48:42.979Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-06T08:48:42.979Z] === RUN TestFilterFunc/test_filter_middle [2022-03-06T08:48:42.979Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-06T08:48:42.979Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-06T08:48:42.979Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-06T08:48:42.979Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-06T08:48:42.979Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-06T08:48:42.979Z] === CONT TestFilterFunc/test_nil_list [2022-03-06T08:48:42.979Z] === CONT TestFilterFunc/test_filter_some [2022-03-06T08:48:42.979Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-06T08:48:42.979Z] === CONT TestFilterFunc/test_empty_list [2022-03-06T08:48:42.979Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-06T08:48:42.979Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-06T08:48:42.979Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-06T08:48:42.979Z] === CONT TestFilterFunc/test_filter_middle [2022-03-06T08:48:42.979Z] --- PASS: TestFilterFunc (0.00s) [2022-03-06T08:48:42.979Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-06T08:48:42.980Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-06T08:48:42.980Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-06T08:48:42.980Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-06T08:48:42.980Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-06T08:48:42.980Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-06T08:48:42.980Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-06T08:48:42.980Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-06T08:48:42.980Z] === CONT TestSetGetMeta [2022-03-06T08:48:42.980Z] === CONT TestList [2022-03-06T08:48:42.980Z] === CONT TestDefererencePluginOnCreateError [2022-03-06T08:48:42.980Z] === CONT TestDerefMultipleOfSameRef [2022-03-06T08:48:42.980Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-06T08:48:42.980Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-06T08:48:42.980Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-06T08:48:42.980Z] === CONT TestServiceGet [2022-03-06T08:48:42.980Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-06T08:48:42.980Z] === CONT TestRemove [2022-03-06T08:48:42.980Z] --- PASS: TestList (0.03s) [2022-03-06T08:48:42.980Z] === CONT TestCreate [2022-03-06T08:48:42.980Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-03-06T08:48:42.980Z] === CONT TestServicePrune [2022-03-06T08:48:42.980Z] --- PASS: TestCreate (0.02s) [2022-03-06T08:48:42.980Z] === CONT TestGet [2022-03-06T08:48:42.980Z] --- PASS: TestRemove (0.02s) [2022-03-06T08:48:42.980Z] === CONT TestGetWithReference [2022-03-06T08:48:42.980Z] --- PASS: TestGet (0.01s) [2022-03-06T08:48:42.980Z] === CONT TestRefDerefRemove [2022-03-06T08:48:42.980Z] --- PASS: TestGetWithReference (0.02s) [2022-03-06T08:48:42.980Z] === CONT TestFindByReferenced [2022-03-06T08:48:42.980Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-06T08:48:42.980Z] === CONT TestFindByDriver [2022-03-06T08:48:42.980Z] --- PASS: TestFindByReferenced (0.03s) [2022-03-06T08:48:42.980Z] === CONT TestServiceList [2022-03-06T08:48:42.980Z] --- PASS: TestFindByDriver (0.02s) [2022-03-06T08:48:42.980Z] === CONT TestServiceRemove [2022-03-06T08:48:42.980Z] --- PASS: TestServiceGet (0.15s) [2022-03-06T08:48:42.980Z] === CONT TestServiceCreate [2022-03-06T08:48:43.202Z] === RUN TestTailFile [2022-03-06T08:48:43.202Z] --- PASS: TestTailFile (0.00s) [2022-03-06T08:48:43.202Z] === RUN TestTailFileManyLines [2022-03-06T08:48:43.202Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-06T08:48:43.202Z] === RUN TestTailEmptyFile [2022-03-06T08:48:43.202Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-06T08:48:43.202Z] === RUN TestTailNegativeN [2022-03-06T08:48:43.202Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader [2022-03-06T08:48:43.202Z] === CONT TestNewTailReader [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/no_delimiter [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/truncated_last_line [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-06T08:48:43.202Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.202Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.202Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.202Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.202Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.202Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.202Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.202Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.202Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.202Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/no_delimiter [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.203Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.203Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.203Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.204Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.204Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.204Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.445Z] time="2022-03-06T08:48:42Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-06T08:48:43.446Z] --- PASS: TestServiceRemove (0.08s) [2022-03-06T08:48:43.446Z] === CONT TestRestore [2022-03-06T08:48:43.446Z] --- PASS: TestServiceList (0.09s) [2022-03-06T08:48:43.446Z] time="2022-03-06T08:48:42Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-06T08:48:43.446Z] --- PASS: TestServiceCreate (0.02s) [2022-03-06T08:48:43.446Z] time="2022-03-06T08:48:42Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-06T08:48:43.446Z] time="2022-03-06T08:48:42Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-06T08:48:43.446Z] time="2022-03-06T08:48:42Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-06T08:48:43.446Z] --- PASS: TestRestore (0.02s) [2022-03-06T08:48:43.446Z] --- PASS: TestServicePrune (0.18s) [2022-03-06T08:48:43.446Z] PASS [2022-03-06T08:48:43.446Z] coverage: 69.0% of statements [2022-03-06T08:48:43.446Z] ok github.com/docker/docker/volume/service 0.251s coverage: 69.0% of statements [2022-03-06T08:48:43.639Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.660Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.660Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.661Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.661Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.662Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.662Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:48:43.663Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:48:43.663Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.01s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.01s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:48:43.664Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:48:43.665Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:48:43.666Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:48:44.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:48:44.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:48:44.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:44.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:48:44.121Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:48:44.121Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:48:44.121Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:48:44.121Z] PASS [2022-03-06T08:48:44.121Z] coverage: 88.6% of statements [2022-03-06T08:48:44.121Z] ok github.com/docker/docker/pkg/tailfile 0.166s coverage: 88.6% of statements [2022-03-06T08:48:44.577Z] === RUN TestTarSumRemoveNonExistent [2022-03-06T08:48:44.577Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-06T08:48:44.577Z] === RUN TestTarSumRemove [2022-03-06T08:48:44.577Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-06T08:48:44.577Z] === RUN TestSortFileInfoSums [2022-03-06T08:48:44.577Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-06T08:48:44.577Z] === RUN TestNewTarSumForLabelInvalid [2022-03-06T08:48:44.577Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-06T08:48:44.577Z] === RUN TestNewTarSumForLabel [2022-03-06T08:48:44.577Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-06T08:48:44.577Z] === RUN TestEmptyTar [2022-03-06T08:48:44.577Z] --- PASS: TestEmptyTar (0.00s) [2022-03-06T08:48:44.577Z] === RUN TestTarSumsReadSize [2022-03-06T08:48:44.577Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-06T08:48:44.577Z] === RUN TestTarSums [2022-03-06T08:48:44.577Z] --- PASS: TestTarSums (0.06s) [2022-03-06T08:48:44.577Z] === RUN TestIteration [2022-03-06T08:48:44.577Z] --- PASS: TestIteration (0.00s) [2022-03-06T08:48:44.577Z] === RUN TestVersionLabelForChecksum [2022-03-06T08:48:44.577Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-06T08:48:44.577Z] === RUN TestVersion [2022-03-06T08:48:44.577Z] --- PASS: TestVersion (0.00s) [2022-03-06T08:48:44.577Z] === RUN TestGetVersion [2022-03-06T08:48:44.577Z] --- PASS: TestGetVersion (0.00s) [2022-03-06T08:48:44.577Z] === RUN TestGetVersions [2022-03-06T08:48:44.577Z] --- PASS: TestGetVersions (0.00s) [2022-03-06T08:48:44.577Z] PASS [2022-03-06T08:48:44.577Z] coverage: 89.3% of statements [2022-03-06T08:48:44.577Z] ok github.com/docker/docker/pkg/tarsum 0.111s coverage: 89.3% of statements [2022-03-06T08:48:44.804Z] tests/integration/models_images_test.py ............... [ 89%] [2022-03-06T08:48:45.032Z] === RUN TestTruncIndex [2022-03-06T08:48:45.032Z] --- PASS: TestTruncIndex (0.10s) [2022-03-06T08:48:45.032Z] PASS [2022-03-06T08:48:45.032Z] coverage: 91.5% of statements [2022-03-06T08:48:45.032Z] ok github.com/docker/docker/pkg/truncindex 0.133s coverage: 91.5% of statements [2022-03-06T08:48:45.488Z] --- PASS: TestNewClientWithTimeout (17.60s) [2022-03-06T08:48:45.488Z] === RUN TestClientStream [2022-03-06T08:48:45.488Z] --- PASS: TestClientStream (0.00s) [2022-03-06T08:48:45.488Z] === RUN TestClientSendFile [2022-03-06T08:48:45.488Z] --- PASS: TestClientSendFile (0.00s) [2022-03-06T08:48:45.488Z] === RUN TestClientWithRequestTimeout [2022-03-06T08:48:45.488Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-06T08:48:45.488Z] === RUN TestFileSpecPlugin [2022-03-06T08:48:45.488Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-06T08:48:45.488Z] === RUN TestFileJSONSpecPlugin [2022-03-06T08:48:45.488Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-06T08:48:45.488Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-06T08:48:45.488Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-06T08:48:45.488Z] === RUN TestPluginAddHandler [2022-03-06T08:48:45.488Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-06T08:48:45.488Z] === RUN TestPluginWaitBadPlugin [2022-03-06T08:48:45.488Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-06T08:48:45.488Z] === RUN TestGet [2022-03-06T08:48:45.488Z] time="2022-03-06T08:48:45Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-06T08:48:45.488Z] === RUN TestIsGIT [2022-03-06T08:48:45.488Z] --- PASS: TestIsGIT (0.00s) [2022-03-06T08:48:45.488Z] === RUN TestIsTransport [2022-03-06T08:48:45.488Z] --- PASS: TestIsTransport (0.00s) [2022-03-06T08:48:45.488Z] PASS [2022-03-06T08:48:45.488Z] coverage: 100.0% of statements [2022-03-06T08:48:45.488Z] ok github.com/docker/docker/pkg/urlutil 0.030s coverage: 100.0% of statements [2022-03-06T08:48:45.942Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-06T08:48:45.942Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-06T08:48:45.942Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-06T08:48:45.942Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-06T08:48:45.942Z] === RUN TestVersionInfo [2022-03-06T08:48:45.942Z] --- PASS: TestVersionInfo (0.00s) [2022-03-06T08:48:45.942Z] === RUN TestAppendVersions [2022-03-06T08:48:45.942Z] --- PASS: TestAppendVersions (0.00s) [2022-03-06T08:48:45.942Z] PASS [2022-03-06T08:48:45.942Z] coverage: 88.9% of statements [2022-03-06T08:48:45.942Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2022-03-06T08:48:46.073Z] tests/integration/models_networks_test.py .... [ 90%] [2022-03-06T08:48:46.165Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-06T08:48:46.397Z] time="2022-03-06T08:48:46Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-06T08:48:46.696Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.09s) [2022-03-06T08:48:46.696Z] === RUN TestCreateServiceSecretFileMode [2022-03-06T08:48:46.734Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-06T08:48:47.368Z] === RUN TestNewSettable [2022-03-06T08:48:47.368Z] --- PASS: TestNewSettable (0.00s) [2022-03-06T08:48:47.368Z] === RUN TestIsSettable [2022-03-06T08:48:47.368Z] --- PASS: TestIsSettable (0.00s) [2022-03-06T08:48:47.368Z] === RUN TestUpdateSettingsEnv [2022-03-06T08:48:47.368Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-06T08:48:47.368Z] PASS [2022-03-06T08:48:47.368Z] coverage: 20.0% of statements [2022-03-06T08:48:47.368Z] ok github.com/docker/docker/plugin/v2 0.032s coverage: 20.0% of statements [2022-03-06T08:48:47.368Z] === RUN TestValidatePrivileges [2022-03-06T08:48:47.368Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-06T08:48:47.368Z] === RUN TestFilterByCapNeg [2022-03-06T08:48:47.368Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-06T08:48:47.368Z] === RUN TestFilterByCapPos [2022-03-06T08:48:47.368Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-06T08:48:47.368Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-06T08:48:47.368Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-06T08:48:47.368Z] PASS [2022-03-06T08:48:47.368Z] coverage: 12.0% of statements [2022-03-06T08:48:47.368Z] ok github.com/docker/docker/plugin 0.050s coverage: 12.0% of statements [2022-03-06T08:48:47.668Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-06T08:48:48.328Z] === RUN TestLoad [2022-03-06T08:48:48.328Z] --- PASS: TestLoad (0.00s) [2022-03-06T08:48:48.328Z] === RUN TestSave [2022-03-06T08:48:48.328Z] --- PASS: TestSave (0.02s) [2022-03-06T08:48:48.328Z] === RUN TestAddDeleteGet [2022-03-06T08:48:48.328Z] --- PASS: TestAddDeleteGet (0.03s) [2022-03-06T08:48:48.328Z] === RUN TestInvalidTags [2022-03-06T08:48:48.328Z] --- PASS: TestInvalidTags (0.01s) [2022-03-06T08:48:48.328Z] PASS [2022-03-06T08:48:48.328Z] coverage: 84.4% of statements [2022-03-06T08:48:48.328Z] ok github.com/docker/docker/reference 0.132s coverage: 84.4% of statements [2022-03-06T08:48:48.328Z] time="2022-03-06T08:48:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-06T08:48:49.289Z] === RUN TestResolveAuthConfigIndexServer [2022-03-06T08:48:49.289Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestResolveAuthConfigFullURL [2022-03-06T08:48:49.289Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-06T08:48:49.289Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestValidateMirror [2022-03-06T08:48:49.289Z] --- PASS: TestValidateMirror (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestLoadInsecureRegistries [2022-03-06T08:48:49.289Z] time="2022-03-06T08:48:48Z" 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-06T08:48:49.289Z] time="2022-03-06T08:48:49Z" 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-06T08:48:49.289Z] time="2022-03-06T08:48:49Z" 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-06T08:48:49.289Z] --- PASS: TestLoadInsecureRegistries (0.15s) [2022-03-06T08:48:49.289Z] === RUN TestNewServiceConfig [2022-03-06T08:48:49.289Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestValidateIndexName [2022-03-06T08:48:49.289Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestValidateIndexNameWithError [2022-03-06T08:48:49.289Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestEndpointParse [2022-03-06T08:48:49.289Z] --- PASS: TestEndpointParse (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestEndpointParseInvalid [2022-03-06T08:48:49.289Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestValidateEndpoint [2022-03-06T08:48:49.289Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-06T08:48:49.289Z] === RUN TestPing [2022-03-06T08:48:49.289Z] --- PASS: TestPing (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestPingRegistryEndpoint [2022-03-06T08:48:49.289Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:49.289Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestEndpoint [2022-03-06T08:48:49.289Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:49.289Z] --- SKIP: TestEndpoint (0.01s) [2022-03-06T08:48:49.289Z] === RUN TestParseRepositoryInfo [2022-03-06T08:48:49.289Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestNewIndexInfo [2022-03-06T08:48:49.289Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestMirrorEndpointLookup [2022-03-06T08:48:49.289Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:48:49.289Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-06T08:48:49.289Z] === RUN TestSearchRepositories [2022-03-06T08:48:49.289Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-06T08:48:49.289Z] Host: 127.0.0.1:49325 [2022-03-06T08:48:49.289Z] User-Agent: docker test client [2022-03-06T08:48:49.289Z] Authorization: Token fake-token [2022-03-06T08:48:49.289Z] X-Docker-Token: true [2022-03-06T08:48:49.289Z] Accept-Encoding: gzip [2022-03-06T08:48:49.289Z] [2022-03-06T08:48:49.289Z] [2022-03-06T08:48:49.289Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-06T08:48:49.289Z] Connection: close [2022-03-06T08:48:49.289Z] Content-Length: 144 [2022-03-06T08:48:49.289Z] Cache-Control: no-cache [2022-03-06T08:48:49.289Z] Content-Type: application/json [2022-03-06T08:48:49.289Z] Date: Sun, 06 Mar 2022 08:48:49 GMT [2022-03-06T08:48:49.289Z] Expires: -1 [2022-03-06T08:48:49.289Z] Pragma: no-cache [2022-03-06T08:48:49.289Z] Server: docker-tests/mock [2022-03-06T08:48:49.289Z] X-Docker-Registry-Config: mock [2022-03-06T08:48:49.289Z] X-Docker-Registry-Version: 0.0.0 [2022-03-06T08:48:49.290Z] [2022-03-06T08:48:49.290Z] [2022-03-06T08:48:49.290Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-06T08:48:49.290Z] === RUN TestTrustedLocation [2022-03-06T08:48:49.290Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-06T08:48:49.290Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-06T08:48:49.290Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-06T08:48:49.290Z] === RUN TestAllowNondistributableArtifacts [2022-03-06T08:48:49.290Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-06T08:48:49.290Z] === RUN TestIsSecureIndex [2022-03-06T08:48:49.290Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-06T08:48:49.290Z] PASS [2022-03-06T08:48:49.290Z] coverage: 51.2% of statements [2022-03-06T08:48:49.290Z] ok github.com/docker/docker/registry 0.240s coverage: 51.2% of statements [2022-03-06T08:48:49.290Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-06T08:48:49.290Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-03-06T08:48:49.290Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-06T08:48:49.290Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-06T08:48:49.290Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-06T08:48:49.290Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-06T08:48:49.290Z] === RUN TestResumableRequestReaderWithReadError [2022-03-06T08:48:49.458Z] --- PASS: TestDaemonDNSFallback (6.17s) [2022-03-06T08:48:49.458Z] === RUN TestInspectNetwork [2022-03-06T08:48:49.745Z] time="2022-03-06T08:48:49Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-06T08:48:49.745Z] --- PASS: TestResumableRequestReaderWithReadError (0.14s) [2022-03-06T08:48:49.745Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-06T08:48:49.745Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-06T08:48:49.745Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-06T08:48:49.745Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-06T08:48:49.745Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-06T08:48:49.745Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-06T08:48:49.745Z] === RUN TestResumableRequestReader [2022-03-06T08:48:49.745Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-06T08:48:49.745Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-06T08:48:49.745Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-06T08:48:49.745Z] PASS [2022-03-06T08:48:49.745Z] coverage: 100.0% of statements [2022-03-06T08:48:49.745Z] ok github.com/docker/docker/registry/resumable 0.210s coverage: 100.0% of statements [2022-03-06T08:48:49.745Z] === RUN TestRestartManagerTimeout [2022-03-06T08:48:49.745Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-06T08:48:49.745Z] === RUN TestRestartManagerTimeoutReset [2022-03-06T08:48:49.745Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-06T08:48:49.745Z] PASS [2022-03-06T08:48:49.745Z] coverage: 50.9% of statements [2022-03-06T08:48:49.745Z] ok github.com/docker/docker/restartmanager 0.041s coverage: 50.9% of statements [2022-03-06T08:48:50.196Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-03-06T08:48:50.200Z] === RUN TestDecodeContainerConfig [2022-03-06T08:48:50.200Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-06T08:48:50.200Z] === RUN TestDecodeContainerConfigIsolation [2022-03-06T08:48:50.200Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-06T08:48:50.200Z] === RUN TestValidatePrivileged [2022-03-06T08:48:50.200Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-06T08:48:50.200Z] PASS [2022-03-06T08:48:50.200Z] coverage: 52.6% of statements [2022-03-06T08:48:50.200Z] ok github.com/docker/docker/runconfig 0.045s coverage: 52.6% of statements [2022-03-06T08:48:50.585Z] --- PASS: TestGet (15.01s) [2022-03-06T08:48:50.585Z] === RUN TestPluginWithNoManifest [2022-03-06T08:48:50.585Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-06T08:48:50.585Z] === RUN TestGetAll [2022-03-06T08:48:50.585Z] --- PASS: TestGetAll (0.00s) [2022-03-06T08:48:50.585Z] PASS [2022-03-06T08:48:50.585Z] coverage: 73.2% of statements [2022-03-06T08:48:50.585Z] ok github.com/docker/docker/pkg/plugins 35.942s coverage: 73.2% of statements [2022-03-06T08:48:50.655Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-06T08:48:50.655Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-06T08:48:50.655Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-06T08:48:50.655Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-06T08:48:50.655Z] PASS [2022-03-06T08:48:50.655Z] coverage: 62.5% of statements [2022-03-06T08:48:50.655Z] ok github.com/docker/docker/testutil 0.075s coverage: 62.5% of statements [2022-03-06T08:48:51.404Z] tests/integration/models_nodes_test.py . [ 90%] [2022-03-06T08:48:51.977Z] === RUN TestInspectNetwork/full_network_id [2022-03-06T08:48:51.977Z] === RUN TestInspectNetwork/partial_network_id [2022-03-06T08:48:51.977Z] === RUN TestInspectNetwork/network_name [2022-03-06T08:48:51.977Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-06T08:48:52.330Z] tests/integration/models_resources_test.py . [ 91%] [2022-03-06T08:48:52.726Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-03-06T08:48:52.818Z] time="2022-03-06T08:48:52Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-06T08:48:53.272Z] === RUN TestGetDriver [2022-03-06T08:48:53.272Z] --- PASS: TestGetDriver (0.00s) [2022-03-06T08:48:53.272Z] === RUN TestVolumeRequestError [2022-03-06T08:48:53.272Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-06T08:48:53.272Z] PASS [2022-03-06T08:48:53.272Z] coverage: 36.1% of statements [2022-03-06T08:48:53.272Z] ok github.com/docker/docker/volume/drivers 0.052s coverage: 36.1% of statements [2022-03-06T08:48:53.657Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-06T08:48:53.727Z] === RUN TestGetAddress [2022-03-06T08:48:53.727Z] --- PASS: TestGetAddress (0.00s) [2022-03-06T08:48:53.727Z] === RUN TestRemove [2022-03-06T08:48:53.727Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-06T08:48:53.727Z] --- SKIP: TestRemove (0.00s) [2022-03-06T08:48:53.727Z] === RUN TestInitializeWithVolumes [2022-03-06T08:48:53.727Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-06T08:48:53.727Z] === RUN TestCreate [2022-03-06T08:48:53.727Z] --- PASS: TestCreate (0.01s) [2022-03-06T08:48:53.727Z] === RUN TestValidateName [2022-03-06T08:48:53.727Z] --- PASS: TestValidateName (0.00s) [2022-03-06T08:48:53.727Z] === RUN TestCreateWithOpts [2022-03-06T08:48:53.727Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-06T08:48:53.727Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-06T08:48:53.727Z] === RUN TestRelaodNoOpts [2022-03-06T08:48:53.727Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-06T08:48:53.727Z] PASS [2022-03-06T08:48:53.727Z] coverage: 41.5% of statements [2022-03-06T08:48:53.727Z] ok github.com/docker/docker/volume/local 0.068s coverage: 41.5% of statements [2022-03-06T08:48:54.063Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRaw [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-06T08:48:54.700Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-06T08:48:54.700Z] === RUN TestLinuxParseMountRaw [2022-03-06T08:48:54.700Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-06T08:48:54.700Z] === RUN TestLinuxParseMountRawSplit [2022-03-06T08:48:54.700Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-06T08:48:54.700Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-06T08:48:54.700Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-06T08:48:54.700Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-06T08:48:54.700Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-06T08:48:54.700Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-06T08:48:54.700Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-06T08:48:54.700Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-06T08:48:54.700Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-06T08:48:54.700Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-06T08:48:54.700Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-06T08:48:54.700Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-06T08:48:54.700Z] === RUN TestConvertTmpfsOptions [2022-03-06T08:48:54.700Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-06T08:48:54.700Z] linux_parser_test.go:209: data="ro" [2022-03-06T08:48:54.700Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-06T08:48:54.700Z] === RUN TestParseMountSpec [2022-03-06T08:48:54.700Z] parser_test.go:62: case 0 [2022-03-06T08:48:54.700Z] parser_test.go:62: case 1 [2022-03-06T08:48:54.700Z] parser_test.go:62: case 2 [2022-03-06T08:48:54.700Z] parser_test.go:62: case 3 [2022-03-06T08:48:54.700Z] parser_test.go:62: case 4 [2022-03-06T08:48:54.700Z] parser_test.go:62: case 5 [2022-03-06T08:48:54.700Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-06T08:48:54.700Z] === RUN TestValidateMount [2022-03-06T08:48:54.700Z] --- PASS: TestValidateMount (0.00s) [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRaw [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-06T08:48:54.700Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-06T08:48:54.700Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-06T08:48:54.700Z] PASS [2022-03-06T08:48:54.700Z] coverage: 67.6% of statements [2022-03-06T08:48:54.700Z] ok github.com/docker/docker/volume/mounts 0.044s coverage: 67.6% of statements [2022-03-06T08:48:55.155Z] === RUN TestSetGetMeta [2022-03-06T08:48:55.155Z] === PAUSE TestSetGetMeta [2022-03-06T08:48:55.155Z] === RUN TestRestore [2022-03-06T08:48:55.155Z] === PAUSE TestRestore [2022-03-06T08:48:55.155Z] === RUN TestServiceCreate [2022-03-06T08:48:55.155Z] === PAUSE TestServiceCreate [2022-03-06T08:48:55.155Z] === RUN TestServiceList [2022-03-06T08:48:55.155Z] === PAUSE TestServiceList [2022-03-06T08:48:55.155Z] === RUN TestServiceRemove [2022-03-06T08:48:55.155Z] === PAUSE TestServiceRemove [2022-03-06T08:48:55.155Z] === RUN TestServiceGet [2022-03-06T08:48:55.155Z] === PAUSE TestServiceGet [2022-03-06T08:48:55.155Z] === RUN TestServicePrune [2022-03-06T08:48:55.155Z] === PAUSE TestServicePrune [2022-03-06T08:48:55.155Z] === RUN TestCreate [2022-03-06T08:48:55.155Z] === PAUSE TestCreate [2022-03-06T08:48:55.155Z] === RUN TestRemove [2022-03-06T08:48:55.155Z] === PAUSE TestRemove [2022-03-06T08:48:55.155Z] === RUN TestList [2022-03-06T08:48:55.155Z] === PAUSE TestList [2022-03-06T08:48:55.155Z] === RUN TestFindByDriver [2022-03-06T08:48:55.155Z] === PAUSE TestFindByDriver [2022-03-06T08:48:55.155Z] === RUN TestFindByReferenced [2022-03-06T08:48:55.155Z] === PAUSE TestFindByReferenced [2022-03-06T08:48:55.155Z] === RUN TestDerefMultipleOfSameRef [2022-03-06T08:48:55.155Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-06T08:48:55.155Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-06T08:48:55.155Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-06T08:48:55.155Z] === RUN TestDefererencePluginOnCreateError [2022-03-06T08:48:55.155Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-06T08:48:55.155Z] === RUN TestRefDerefRemove [2022-03-06T08:48:55.155Z] === PAUSE TestRefDerefRemove [2022-03-06T08:48:55.155Z] === RUN TestGet [2022-03-06T08:48:55.155Z] === PAUSE TestGet [2022-03-06T08:48:55.155Z] === RUN TestGetWithReference [2022-03-06T08:48:55.155Z] === PAUSE TestGetWithReference [2022-03-06T08:48:55.155Z] === RUN TestFilterFunc [2022-03-06T08:48:55.155Z] === RUN TestFilterFunc/test_nil_list [2022-03-06T08:48:55.155Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-06T08:48:55.155Z] === RUN TestFilterFunc/test_empty_list [2022-03-06T08:48:55.155Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-06T08:48:55.155Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-06T08:48:55.155Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-06T08:48:55.155Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-06T08:48:55.155Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-06T08:48:55.155Z] === RUN TestFilterFunc/test_filter_some [2022-03-06T08:48:55.155Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-06T08:48:55.155Z] === RUN TestFilterFunc/test_filter_middle [2022-03-06T08:48:55.155Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-06T08:48:55.155Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-06T08:48:55.155Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-06T08:48:55.155Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-06T08:48:55.155Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-06T08:48:55.155Z] === CONT TestFilterFunc/test_nil_list [2022-03-06T08:48:55.155Z] === CONT TestFilterFunc/test_filter_some [2022-03-06T08:48:55.155Z] === CONT TestFilterFunc/test_empty_list [2022-03-06T08:48:55.155Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-06T08:48:55.155Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-06T08:48:55.155Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-06T08:48:55.155Z] === CONT TestFilterFunc/test_filter_middle [2022-03-06T08:48:55.155Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-06T08:48:55.155Z] --- PASS: TestFilterFunc (0.00s) [2022-03-06T08:48:55.155Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-06T08:48:55.155Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-06T08:48:55.155Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-06T08:48:55.155Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-06T08:48:55.155Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-06T08:48:55.155Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-06T08:48:55.155Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-06T08:48:55.155Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-06T08:48:55.155Z] === CONT TestSetGetMeta [2022-03-06T08:48:55.155Z] === CONT TestList [2022-03-06T08:48:55.155Z] === CONT TestCreate [2022-03-06T08:48:55.155Z] === CONT TestServiceGet [2022-03-06T08:48:55.155Z] --- PASS: TestSetGetMeta (0.01s) [2022-03-06T08:48:55.155Z] === CONT TestServiceRemove [2022-03-06T08:48:55.155Z] --- PASS: TestCreate (0.02s) [2022-03-06T08:48:55.155Z] === CONT TestServiceList [2022-03-06T08:48:55.155Z] --- PASS: TestList (0.03s) [2022-03-06T08:48:55.155Z] === CONT TestServiceCreate [2022-03-06T08:48:55.155Z] --- PASS: TestServiceGet (0.13s) [2022-03-06T08:48:55.155Z] === CONT TestRestore [2022-03-06T08:48:55.155Z] --- PASS: TestServiceRemove (0.12s) [2022-03-06T08:48:55.155Z] === CONT TestGetWithReference [2022-03-06T08:48:55.155Z] --- PASS: TestServiceCreate (0.11s) [2022-03-06T08:48:55.155Z] === CONT TestGet [2022-03-06T08:48:55.155Z] --- PASS: TestServiceList (0.12s) [2022-03-06T08:48:55.155Z] === CONT TestRefDerefRemove [2022-03-06T08:48:55.554Z] check_test.go:308: [da720c4ca6758] daemon is not started [2022-03-06T08:48:55.554Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-03-06T08:48:55.554Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-06T08:48:55.611Z] --- PASS: TestRestore (0.02s) [2022-03-06T08:48:55.611Z] === CONT TestDefererencePluginOnCreateError [2022-03-06T08:48:55.611Z] --- PASS: TestGetWithReference (0.02s) [2022-03-06T08:48:55.611Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-06T08:48:55.611Z] --- PASS: TestRefDerefRemove (0.01s) [2022-03-06T08:48:55.611Z] === CONT TestDerefMultipleOfSameRef [2022-03-06T08:48:55.611Z] --- PASS: TestGet (0.01s) [2022-03-06T08:48:55.611Z] === CONT TestFindByReferenced [2022-03-06T08:48:55.611Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-03-06T08:48:55.611Z] === CONT TestFindByDriver [2022-03-06T08:48:55.611Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2022-03-06T08:48:55.611Z] === CONT TestServicePrune [2022-03-06T08:48:55.611Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-06T08:48:55.611Z] === CONT TestRemove [2022-03-06T08:48:55.611Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-03-06T08:48:55.611Z] time="2022-03-06T08:48:55Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-06T08:48:55.611Z] --- PASS: TestFindByDriver (0.02s) [2022-03-06T08:48:55.611Z] time="2022-03-06T08:48:55Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-06T08:48:55.611Z] --- PASS: TestRemove (0.01s) [2022-03-06T08:48:55.611Z] time="2022-03-06T08:48:55Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-06T08:48:55.611Z] time="2022-03-06T08:48:55Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-06T08:48:55.611Z] time="2022-03-06T08:48:55Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-06T08:48:55.611Z] --- PASS: TestServicePrune (0.03s) [2022-03-06T08:48:55.611Z] PASS [2022-03-06T08:48:55.611Z] coverage: 69.0% of statements [2022-03-06T08:48:55.611Z] ok github.com/docker/docker/volume/service 0.245s coverage: 69.0% of statements [2022-03-06T08:48:55.814Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-03-06T08:48:56.144Z] --- PASS: TestInspectNetwork (6.76s) [2022-03-06T08:48:56.144Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-06T08:48:56.144Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-06T08:48:56.144Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-06T08:48:56.144Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-06T08:48:56.144Z] === RUN TestRunContainerWithBridgeNone [2022-03-06T08:48:56.379Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-03-06T08:48:56.878Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-03-06T08:48:56.878Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-03-06T08:48:56.948Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-03-06T08:48:57.074Z] --- PASS: TestRunContainerWithBridgeNone (1.34s) [2022-03-06T08:48:57.074Z] === RUN TestNetworkInvalidJSON [2022-03-06T08:48:57.074Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-06T08:48:57.074Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-06T08:48:57.074Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:48:57.074Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:48:57.074Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:48:57.074Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:48:57.074Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-06T08:48:57.074Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:48:57.074Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:48:57.074Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-06T08:48:57.074Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-06T08:48:57.074Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-06T08:48:57.074Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-06T08:48:57.074Z] === RUN TestNetworkList [2022-03-06T08:48:57.074Z] === RUN TestNetworkList//networks [2022-03-06T08:48:57.074Z] === PAUSE TestNetworkList//networks [2022-03-06T08:48:57.074Z] === RUN TestNetworkList//networks/ [2022-03-06T08:48:57.074Z] === PAUSE TestNetworkList//networks/ [2022-03-06T08:48:57.074Z] === CONT TestNetworkList//networks [2022-03-06T08:48:57.074Z] === CONT TestNetworkList//networks/ [2022-03-06T08:48:57.074Z] --- PASS: TestNetworkList (0.01s) [2022-03-06T08:48:57.074Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-06T08:48:57.074Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-06T08:48:57.074Z] === RUN TestHostIPv4BridgeLabel [2022-03-06T08:48:57.514Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-06T08:48:57.635Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-03-06T08:48:57.635Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-06T08:48:58.877Z] --- PASS: TestCreateServiceSecretFileMode (12.47s) [2022-03-06T08:48:58.877Z] === RUN TestCreateServiceConfigFileMode [2022-03-06T08:48:58.886Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-03-06T08:48:58.886Z] check_test.go:308: [df22af16b11ab] daemon is not started [2022-03-06T08:48:58.886Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-03-06T08:48:59.001Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-06T08:48:59.001Z] === RUN TestDaemonDefaultNetworkPools [2022-03-06T08:48:59.562Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-03-06T08:48:59.562Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-06T08:49:00.272Z] --- PASS: TestGet (15.03s) [2022-03-06T08:49:00.272Z] === RUN TestPluginWithNoManifest [2022-03-06T08:49:00.272Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-06T08:49:00.272Z] === RUN TestGetAll [2022-03-06T08:49:00.272Z] --- PASS: TestGetAll (0.00s) [2022-03-06T08:49:00.272Z] PASS [2022-03-06T08:49:00.272Z] coverage: 73.2% of statements [2022-03-06T08:49:00.272Z] ok github.com/docker/docker/pkg/plugins 36.008s coverage: 73.2% of statements [2022-03-06T08:49:00.490Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-03-06T08:49:00.490Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-06T08:49:00.588Z] tests/integration/regression_test.py ...... [ 98%] [2022-03-06T08:49:00.782Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-03-06T08:49:01.100Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-03-06T08:49:01.100Z] tests/integration/credentials/utils_test.py . [100%] [2022-03-06T08:49:01.100Z] [2022-03-06T08:49:01.100Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-03-06T08:49:01.100Z] =========================== short test summary info ============================ [2022-03-06T08:49:01.100Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-03-06T08:49:01.100Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-03-06T08:49:01.100Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-03-06T08:49:01.100Z] Not supported on most drivers [2022-03-06T08:49:01.100Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-03-06T08:49:01.100Z] Output of docker top depends on host distro, and is not formalized. [2022-03-06T08:49:01.100Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-03-06T08:49:01.100Z] Output of docker top depends on host distro, and is not formalized. [2022-03-06T08:49:01.100Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-03-06T08:49:01.100Z] Can fail if eth0 has multiple IP addresses [2022-03-06T08:49:01.100Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-03-06T08:49:01.100Z] This doesn't seem to be taken into account by the engine [2022-03-06T08:49:01.100Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-03-06T08:49:01.100Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-03-06T08:49:01.100Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 287.75 seconds == [2022-03-06T08:49:01.355Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-03-06T08:49:01.855Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-03-06T08:49:01.855Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-06T08:49:02.417Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2022-03-06T08:49:02.417Z] === RUN TestServiceWithPredefinedNetwork [2022-03-06T08:49:03.312Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-03-06T08:49:04.932Z] --- PASS: TestServiceWithPredefinedNetwork (2.14s) [2022-03-06T08:49:04.932Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-06T08:49:04.932Z] service_test.go:243: FLAKY_TEST [2022-03-06T08:49:04.932Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T08:49:04.932Z] === RUN TestServiceWithDataPathPortInit [2022-03-06T08:49:07.493Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-03-06T08:49:08.867Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-03-06T08:49:10.765Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-03-06T08:49:11.048Z] --- PASS: TestCreateServiceConfigFileMode (12.38s) [2022-03-06T08:49:11.048Z] === RUN TestCreateServiceSysctls [2022-03-06T08:49:11.503Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-06T08:49:11.503Z] [2022-03-06T08:49:11.503Z] Unloading profiles will leave already running processes permanently [2022-03-06T08:49:11.503Z] unconfined, which can lead to unexpected situations. [2022-03-06T08:49:11.503Z] [2022-03-06T08:49:11.503Z] To set a process to complain mode, use the command line tool [2022-03-06T08:49:11.503Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-06T08:49:11.503Z] [2022-03-06T08:49:11.698Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-06T08:49:11.956Z] === RUN TestDockerSuite/TestBuildEOLInLine Post stage [Pipeline] junit [2022-03-06T08:49:12.941Z] --- PASS: TestCreateServiceSysctls (3.13s) [2022-03-06T08:49:12.941Z] === RUN TestCreateServiceCapabilities [2022-03-06T08:49:12.968Z] Recording test results [2022-03-06T08:49:13.856Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-03-06T08:49:14.285Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-03-06T08:49:14.600Z] + echo Ensuring container killed. [2022-03-06T08:49:14.600Z] Ensuring container killed. [2022-03-06T08:49:14.600Z] + docker rm -vf docker-pr4 [2022-03-06T08:49:14.600Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-03-06T08:49:14.916Z] + echo Chowning /workspace to jenkins user [2022-03-06T08:49:14.916Z] Chowning /workspace to jenkins user [2022-03-06T08:49:14.916Z] + id -u [2022-03-06T08:49:14.916Z] + id -g [2022-03-06T08:49:14.916Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43335:/workspace busybox chown -R 1000:1000 /workspace [2022-03-06T08:49:14.916Z] Unable to find image 'busybox:latest' locally [2022-03-06T08:49:14.916Z] latest: Pulling from library/busybox [2022-03-06T08:49:15.258Z] 7e5209d2300f: Pulling fs layer [2022-03-06T08:49:15.258Z] 7e5209d2300f: Download complete [2022-03-06T08:49:15.258Z] 7e5209d2300f: Pull complete [2022-03-06T08:49:15.258Z] Digest: sha256:966b716a398a975eb9d1487204ae24622ccb785c4a8fad60a977c22ba689dd5c [2022-03-06T08:49:15.258Z] Status: Downloaded newer image for busybox:latest [2022-03-06T08:49:15.457Z] --- PASS: TestCreateServiceCapabilities (2.42s) [2022-03-06T08:49:15.457Z] === RUN TestInspect [2022-03-06T08:49:16.381Z] === RUN TestDockerSuite/TestBuildEmptyCmd [Pipeline] catchError [Pipeline] { [2022-03-06T08:49:16.639Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [Pipeline] sh [2022-03-06T08:49:16.896Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-06T08:49:16.919Z] + bundleName=docker-py [2022-03-06T08:49:16.919Z] + echo Creating docker-py-bundles.tar.gz [2022-03-06T08:49:16.919Z] Creating docker-py-bundles.tar.gz [2022-03-06T08:49:16.919Z] + 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-06T08:49:16.927Z] Archiving artifacts [2022-03-06T08:49:17.153Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-03-06T08:49:17.717Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-06T08:49:17.717Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-06T08:49:17.973Z] --- PASS: TestInspect (2.65s) [2022-03-06T08:49:17.973Z] === RUN TestCreateJob [2022-03-06T08:49:18.283Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-06T08:49:18.541Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-06T08:49:18.701Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43335/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-03-06T08:49:19.051Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -e DOCKER_GRAPHDRIVER docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/make.sh binary [2022-03-06T08:49:19.356Z] [2022-03-06T08:49:19.356Z] Removing bundles/ [2022-03-06T08:49:19.356Z] [2022-03-06T08:49:19.356Z] ---> Making bundle: binary (in bundles/binary) [2022-03-06T08:49:19.612Z] Building: bundles/binary-daemon/dockerd-dev [2022-03-06T08:49:19.612Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:49:19.950Z] --- PASS: TestServiceWithDataPathPortInit (13.43s) [2022-03-06T08:49:19.950Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-06T08:49:20.207Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:hmrkrmk7bs9bzx10hi3samf89 Created:2022-03-06 08:49:19.153520276 +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[91ec447cecabec24cb94f9ad99d17696015879dd62218d1d2fd2032da44ddf47:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t7ct58rl416h1qehxoyo0fam4 EndpointID:6238c4212cc3c5827cbac857a8bc181501fb89bee5002407b4e762d0a1414c97 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:15357ffeef924b0a891450bdd64df975ba58a9d8b402965851fc0d0eb7387060 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:1b1c2c3cf55f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t7ct58rl416h1qehxoyo0fam4 EndpointID:6238c4212cc3c5827cbac857a8bc181501fb89bee5002407b4e762d0a1414c97 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-06T08:49:20.814Z] 2022/03/06 08:49:17 Closing DB instances... [2022-03-06T08:49:20.814Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2022-03-06T08:49:20.814Z] === RUN TestFindNode [2022-03-06T08:49:20.814Z] 2022/03/06 08:49:19 Closing DB instances... [2022-03-06T08:49:20.814Z] --- PASS: TestFindNode (0.02s) [2022-03-06T08:49:20.814Z] === RUN TestChangeNodeState [2022-03-06T08:49:20.814Z] 2022/03/06 08:49:19 Closing DB instances... [2022-03-06T08:49:20.814Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-06T08:49:20.814Z] === RUN TestNodeReincarnation [2022-03-06T08:49:20.814Z] 2022/03/06 08:49:19 Closing DB instances... [2022-03-06T08:49:21.071Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-06T08:49:21.071Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-03-06T08:49:21.246Z] --- PASS: TestCreateJob (3.05s) [2022-03-06T08:49:21.246Z] === RUN TestReplicatedJob [2022-03-06T08:49:22.445Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-06T08:49:23.010Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-03-06T08:49:23.944Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-06T08:49:24.201Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-06T08:49:24.590Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-06T08:49:24.590Z] === RUN TestParallelCreate [2022-03-06T08:49:24.590Z] 2022/03/06 08:49:24 Closing DB instances... [2022-03-06T08:49:24.590Z] --- PASS: TestParallelCreate (0.02s) [2022-03-06T08:49:24.590Z] === RUN TestParallelDelete [2022-03-06T08:49:24.590Z] 2022/03/06 08:49:24 Closing DB instances... [2022-03-06T08:49:24.590Z] --- PASS: TestParallelDelete (0.02s) [2022-03-06T08:49:24.590Z] === RUN TestNetworkDBIslands [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:398d61a7dd0e with config:&{NodeID:398d61a7dd0e 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-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, added to nodes list" [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:fffa4556469c with config:&{NodeID:fffa4556469c 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-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=info msg="Node fffa4556469c/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=info msg="Node fffa4556469c/172.31.144.39, added to nodes list" [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=debug msg="memberlist: Stream connection from=[::1]:49358" [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=info msg="Node fffa4556469c/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=info msg="Node fffa4556469c/172.31.144.39, added to nodes list" [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, added to nodes list" [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-06T08:49:24.590Z] time="2022-03-06T08:49:24Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49359" [2022-03-06T08:49:25.133Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-03-06T08:49:25.391Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-06T08:49:25.452Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.65s) [2022-03-06T08:49:25.452Z] PASS [2022-03-06T08:49:25.452Z] [2022-03-06T08:49:25.452Z] === Skipped [2022-03-06T08:49:25.452Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T08:49:25.452Z] service_test.go:243: FLAKY_TEST [2022-03-06T08:49:25.452Z] [2022-03-06T08:49:25.452Z] DONE 26 tests, 1 skipped in 42.286s [2022-03-06T08:49:25.452Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-06T08:49:25.452Z] ++ 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-06T08:49:25.452Z] ++ set -e [2022-03-06T08:49:25.452Z] ++ '[' -n 0 ']' [2022-03-06T08:49:25.452Z] ++ set -x [2022-03-06T08:49:25.452Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06T08:49:25.452Z] INFO: Testing against a local daemon [2022-03-06T08:49:25.452Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-06T08:49:25.452Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:49:25.452Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-06T08:49:25.452Z] === RUN TestDockerNetworkIpvlan [2022-03-06T08:49:25.452Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:49:25.452Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-06T08:49:25.452Z] PASS [2022-03-06T08:49:25.452Z] [2022-03-06T08:49:25.452Z] === Skipped [2022-03-06T08:49:25.452Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-06T08:49:25.452Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:49:25.452Z] [2022-03-06T08:49:25.452Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-06T08:49:25.452Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:49:25.452Z] [2022-03-06T08:49:25.452Z] DONE 2 tests, 2 skipped in 0.085s [2022-03-06T08:49:25.452Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-06T08:49:25.452Z] ++ 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-06T08:49:25.452Z] ++ set -e [2022-03-06T08:49:25.452Z] ++ '[' -n 0 ']' [2022-03-06T08:49:25.452Z] ++ set -x [2022-03-06T08:49:25.452Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06T08:49:25.452Z] INFO: Testing against a local daemon [2022-03-06T08:49:25.452Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-06T08:49:25.571Z] time="2022-03-06T08:49:25Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:03ac5c2328eb with config:&{NodeID:03ac5c2328eb 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-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, added to nodes list" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49360" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, added to nodes list" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, added to nodes list" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=info msg="Node fffa4556469c/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=info msg="Node fffa4556469c/172.31.144.39, added to nodes list" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49361" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:25.572Z] time="2022-03-06T08:49:25Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.017Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2022-03-06T08:49:26.017Z] === RUN TestDockerNetworkMacvlan [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:a173126e399f with config:&{NodeID:a173126e399f 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-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="Node a173126e399f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="Node a173126e399f/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49362" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="Node a173126e399f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="Node a173126e399f/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="Node fffa4556469c/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="Node fffa4556469c/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49363" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-06T08:49:26.037Z] time="2022-03-06T08:49:25Z" level=info msg="Node a173126e399f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.038Z] time="2022-03-06T08:49:25Z" level=info msg="Node a173126e399f/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.038Z] time="2022-03-06T08:49:25Z" level=info msg="Node a173126e399f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.038Z] time="2022-03-06T08:49:25Z" level=info msg="Node a173126e399f/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.500Z] --- PASS: TestReplicatedJob (4.92s) [2022-03-06T08:49:26.500Z] === RUN TestUpdateReplicatedJob [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:b0168db58a50 with config:&{NodeID:b0168db58a50 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-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node b0168db58a50/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node b0168db58a50/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node b0168db58a50/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node b0168db58a50/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node a173126e399f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node a173126e399f/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node fffa4556469c/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node fffa4556469c/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node b0168db58a50/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node b0168db58a50/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node b0168db58a50/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.503Z] time="2022-03-06T08:49:26Z" level=info msg="Node b0168db58a50/172.31.144.39, added to nodes list" [2022-03-06T08:49:26.765Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-06T08:49:26.944Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-06T08:49:26.969Z] time="2022-03-06T08:49:26Z" level=info msg="Node b0168db58a50/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:26.969Z] time="2022-03-06T08:49:26Z" level=info msg="Node b0168db58a50/172.31.144.39, added to nodes list" [2022-03-06T08:49:27.506Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-06T08:49:27.701Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-06T08:49:28.266Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-03-06T08:49:28.433Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-06T08:49:29.025Z] --- PASS: TestUpdateReplicatedJob (3.13s) [2022-03-06T08:49:29.025Z] === RUN TestServiceListWithStatuses [2022-03-06T08:49:29.025Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-06T08:49:29.025Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-06T08:49:29.025Z] === RUN TestDockerNetworkConnectAlias [2022-03-06T08:49:29.174Z] networkdb_test.go:835: Re-joining: 3 [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=info msg="The new bootstrap node list is:[172.31.144.39:10033 172.31.144.39:10034 172.31.144.39:10035]" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.144.39:10033" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49366" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.144.39:10034" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49367" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.144.39:10035" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49368" [2022-03-06T08:49:29.174Z] networkdb_test.go:835: Re-joining: 4 [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=info msg="The new bootstrap node list is:[172.31.144.39:10033 172.31.144.39:10034 172.31.144.39:10035]" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.144.39:10033" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49369" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.144.39:10034" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49370" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.144.39:10035" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49371" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:28Z" level=info msg="node 0 leaving" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:29Z" level=info msg="Node 398d61a7dd0e change state NodeActive --> NodeLeft" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:29Z" level=info msg="node4(a173126e399f): Node leave event for 398d61a7dd0e/172.31.144.39" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:29Z" level=info msg="Node 398d61a7dd0e change state NodeActive --> NodeLeft" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:29Z" level=info msg="node3(03ac5c2328eb): Node leave event for 398d61a7dd0e/172.31.144.39" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:29Z" level=info msg="Node 398d61a7dd0e change state NodeActive --> NodeLeft" [2022-03-06T08:49:29.174Z] time="2022-03-06T08:49:29Z" level=info msg="node2(fffa4556469c): Node leave event for 398d61a7dd0e/172.31.144.39" [2022-03-06T08:49:29.640Z] time="2022-03-06T08:49:29Z" level=info msg="Node 398d61a7dd0e change state NodeActive --> NodeLeft" [2022-03-06T08:49:29.640Z] time="2022-03-06T08:49:29Z" level=info msg="node1(398d61a7dd0e): Node leave event for 398d61a7dd0e/172.31.144.39" [2022-03-06T08:49:29.640Z] time="2022-03-06T08:49:29Z" level=info msg="Node 398d61a7dd0e change state NodeActive --> NodeLeft" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="node5(b0168db58a50): Node leave event for 398d61a7dd0e/172.31.144.39" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, left gossip cluster" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, left gossip cluster" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, left gossip cluster" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, left gossip cluster" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="Node 398d61a7dd0e/172.31.144.39, left gossip cluster" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="node 1 leaving" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=warning msg="memberlist: Failed to send gossip to 172.31.144.39:10034: write udp [::]:10033->172.31.144.39:10034: use of closed network connection" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.31.144.39:10036: use of closed network connection" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="Node fffa4556469c change state NodeActive --> NodeLeft" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="node4(a173126e399f): Node leave event for fffa4556469c/172.31.144.39" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="Node fffa4556469c/172.31.144.39, left gossip cluster" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="Node fffa4556469c change state NodeActive --> NodeFailed" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="Node fffa4556469c/172.31.144.39, added to failed nodes list" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="Node fffa4556469c change state NodeActive --> NodeLeft" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="Node fffa4556469c change state NodeActive --> NodeLeft" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="node5(b0168db58a50): Node leave event for fffa4556469c/172.31.144.39" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=info msg="node3(03ac5c2328eb): Node leave event for fffa4556469c/172.31.144.39" [2022-03-06T08:49:29.641Z] time="2022-03-06T08:49:29Z" level=error msg="node: fffa4556469c is unknown to memberlist" [2022-03-06T08:49:29.799Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-06T08:49:30.107Z] time="2022-03-06T08:49:29Z" level=info msg="Node fffa4556469c/172.31.144.39, left gossip cluster" [2022-03-06T08:49:30.107Z] time="2022-03-06T08:49:29Z" level=info msg="Node fffa4556469c/172.31.144.39, left gossip cluster" [2022-03-06T08:49:30.107Z] time="2022-03-06T08:49:29Z" level=info msg="Node fffa4556469c/172.31.144.39, left gossip cluster" [2022-03-06T08:49:30.107Z] time="2022-03-06T08:49:29Z" level=info msg="node 2 leaving" [2022-03-06T08:49:30.107Z] time="2022-03-06T08:49:29Z" level=info msg="Node 03ac5c2328eb change state NodeActive --> NodeLeft" [2022-03-06T08:49:30.107Z] time="2022-03-06T08:49:29Z" level=info msg="node4(a173126e399f): Node leave event for 03ac5c2328eb/172.31.144.39" [2022-03-06T08:49:30.107Z] time="2022-03-06T08:49:29Z" level=info msg="Node 03ac5c2328eb change state NodeActive --> NodeLeft" [2022-03-06T08:49:30.107Z] time="2022-03-06T08:49:29Z" level=info msg="node5(b0168db58a50): Node leave event for 03ac5c2328eb/172.31.144.39" [2022-03-06T08:49:30.107Z] time="2022-03-06T08:49:29Z" level=info msg="Node 03ac5c2328eb change state NodeActive --> NodeLeft" [2022-03-06T08:49:30.107Z] time="2022-03-06T08:49:29Z" level=info msg="node3(03ac5c2328eb): Node leave event for 03ac5c2328eb/172.31.144.39" [2022-03-06T08:49:30.170Z] 2022/03/06 08:49:28 Closing DB instances... [2022-03-06T08:49:30.170Z] --- PASS: TestNetworkDBGarbageCollection (54.03s) [2022-03-06T08:49:30.170Z] === RUN TestFindNode [2022-03-06T08:49:30.170Z] 2022/03/06 08:49:30 Closing DB instances... [2022-03-06T08:49:30.170Z] --- PASS: TestFindNode (0.02s) [2022-03-06T08:49:30.170Z] === RUN TestChangeNodeState [2022-03-06T08:49:30.170Z] 2022/03/06 08:49:30 Closing DB instances... [2022-03-06T08:49:30.170Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-06T08:49:30.170Z] === RUN TestNodeReincarnation [2022-03-06T08:49:30.573Z] time="2022-03-06T08:49:30Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, left gossip cluster" [2022-03-06T08:49:30.573Z] time="2022-03-06T08:49:30Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, left gossip cluster" [2022-03-06T08:49:30.573Z] time="2022-03-06T08:49:30Z" level=info msg="Node 03ac5c2328eb/172.31.144.39, left gossip cluster" [2022-03-06T08:49:30.626Z] 2022/03/06 08:49:30 Closing DB instances... [2022-03-06T08:49:31.039Z] networkdb_test.go:867: node4: OK [2022-03-06T08:49:31.039Z] networkdb_test.go:867: node5: OK [2022-03-06T08:49:31.039Z] time="2022-03-06T08:49:30Z" level=info msg="node 0 coming back" [2022-03-06T08:49:31.039Z] time="2022-03-06T08:49:30Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:a669bb389f9f with config:&{NodeID:a669bb389f9f 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-06T08:49:31.039Z] time="2022-03-06T08:49:30Z" level=info msg="Node a669bb389f9f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:31.039Z] time="2022-03-06T08:49:30Z" level=info msg="Node a669bb389f9f/172.31.144.39, added to nodes list" [2022-03-06T08:49:31.039Z] time="2022-03-06T08:49:30Z" level=info msg="node 1 coming back" [2022-03-06T08:49:31.039Z] time="2022-03-06T08:49:30Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:6915ce028ba9 with config:&{NodeID:6915ce028ba9 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-06T08:49:31.039Z] time="2022-03-06T08:49:30Z" level=info msg="Node 6915ce028ba9/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:31.039Z] time="2022-03-06T08:49:30Z" level=info msg="Node 6915ce028ba9/172.31.144.39, added to nodes list" [2022-03-06T08:49:31.039Z] time="2022-03-06T08:49:30Z" level=info msg="node 2 coming back" [2022-03-06T08:49:31.039Z] time="2022-03-06T08:49:30Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:9e8b97152e28 with config:&{NodeID:9e8b97152e28 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-06T08:49:31.039Z] time="2022-03-06T08:49:30Z" level=info msg="Node 9e8b97152e28/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:31.039Z] time="2022-03-06T08:49:30Z" level=info msg="Node 9e8b97152e28/172.31.144.39, added to nodes list" [2022-03-06T08:49:31.747Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-06T08:49:32.022Z] time="2022-03-06T08:49:31Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.144.39:10033 172.31.144.39:10034 172.31.144.39:10035]" [2022-03-06T08:49:32.489Z] time="2022-03-06T08:49:32Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.144.39:10033 172.31.144.39:10034 172.31.144.39:10035]" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.144.39:10033" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49372" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node b0168db58a50/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node b0168db58a50/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a173126e399f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a669bb389f9f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a173126e399f/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a669bb389f9f/172.31.144.39, is the new incarnation of the shutdown node 398d61a7dd0e/172.31.144.39" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a669bb389f9f/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49373" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.144.39:10034" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node b0168db58a50/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node b0168db58a50/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a173126e399f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a173126e399f/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a669bb389f9f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a669bb389f9f/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 6915ce028ba9/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 6915ce028ba9/172.31.144.39, is the new incarnation of the shutdown node fffa4556469c/172.31.144.39" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 6915ce028ba9/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.144.39:10035" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49374" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node b0168db58a50/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node b0168db58a50/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a173126e399f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a173126e399f/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 6915ce028ba9/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 6915ce028ba9/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a669bb389f9f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a669bb389f9f/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 9e8b97152e28/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 9e8b97152e28/172.31.144.39, is the new incarnation of the shutdown node 03ac5c2328eb/172.31.144.39" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 9e8b97152e28/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 6915ce028ba9/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 6915ce028ba9/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 6915ce028ba9/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 6915ce028ba9/172.31.144.39, is the new incarnation of the shutdown node fffa4556469c/172.31.144.39" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 6915ce028ba9/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a669bb389f9f/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a669bb389f9f/172.31.144.39, is the new incarnation of the shutdown node 398d61a7dd0e/172.31.144.39" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node a669bb389f9f/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 9e8b97152e28/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 9e8b97152e28/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 9e8b97152e28/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 9e8b97152e28/172.31.144.39, is the new incarnation of the shutdown node 03ac5c2328eb/172.31.144.39" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 9e8b97152e28/172.31.144.39, added to nodes list" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 9e8b97152e28/172.31.144.39, joined gossip cluster" [2022-03-06T08:49:32.955Z] time="2022-03-06T08:49:32Z" level=info msg="Node 9e8b97152e28/172.31.144.39, added to nodes list" [2022-03-06T08:49:33.197Z] --- PASS: TestDockerNetworkConnectAlias (4.13s) [2022-03-06T08:49:33.197Z] === RUN TestDockerNetworkReConnect [2022-03-06T08:49:33.420Z] time="2022-03-06T08:49:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.144.39:10033" [2022-03-06T08:49:33.421Z] time="2022-03-06T08:49:33Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49375" [2022-03-06T08:49:33.421Z] time="2022-03-06T08:49:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.144.39:10034" [2022-03-06T08:49:33.421Z] time="2022-03-06T08:49:33Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49376" [2022-03-06T08:49:33.421Z] time="2022-03-06T08:49:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.144.39:10035" [2022-03-06T08:49:33.421Z] time="2022-03-06T08:49:33Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49377" [2022-03-06T08:49:33.887Z] 2022/03/06 08:49:33 Closing DB instances... [2022-03-06T08:49:33.887Z] time="2022-03-06T08:49:33Z" level=info msg="Node a669bb389f9f change state NodeActive --> NodeLeft" [2022-03-06T08:49:33.887Z] time="2022-03-06T08:49:33Z" level=info msg="node5(b0168db58a50): Node leave event for a669bb389f9f/172.31.144.39" [2022-03-06T08:49:33.887Z] time="2022-03-06T08:49:33Z" level=info msg="Node a669bb389f9f change state NodeActive --> NodeLeft" [2022-03-06T08:49:33.887Z] time="2022-03-06T08:49:33Z" level=info msg="node4(a173126e399f): Node leave event for a669bb389f9f/172.31.144.39" [2022-03-06T08:49:33.887Z] time="2022-03-06T08:49:33Z" level=info msg="Node a669bb389f9f change state NodeActive --> NodeLeft" [2022-03-06T08:49:33.887Z] time="2022-03-06T08:49:33Z" level=info msg="node3(9e8b97152e28): Node leave event for a669bb389f9f/172.31.144.39" [2022-03-06T08:49:33.887Z] time="2022-03-06T08:49:33Z" level=info msg="Node a669bb389f9f change state NodeActive --> NodeLeft" [2022-03-06T08:49:33.887Z] time="2022-03-06T08:49:33Z" level=info msg="node2(6915ce028ba9): Node leave event for a669bb389f9f/172.31.144.39" [2022-03-06T08:49:33.887Z] time="2022-03-06T08:49:33Z" level=info msg="Node a669bb389f9f change state NodeActive --> NodeLeft" [2022-03-06T08:49:33.887Z] time="2022-03-06T08:49:33Z" level=info msg="node1(a669bb389f9f): Node leave event for a669bb389f9f/172.31.144.39" [2022-03-06T08:49:34.270Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:33Z" level=info msg="Node a669bb389f9f/172.31.144.39, left gossip cluster" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:33Z" level=info msg="Node a669bb389f9f/172.31.144.39, left gossip cluster" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:33Z" level=info msg="Node a669bb389f9f/172.31.144.39, left gossip cluster" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:33Z" level=info msg="Node a669bb389f9f/172.31.144.39, left gossip cluster" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:33Z" level=info msg="Node a669bb389f9f/172.31.144.39, left gossip cluster" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:34Z" level=info msg="Node 6915ce028ba9 change state NodeActive --> NodeLeft" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:34Z" level=info msg="node5(b0168db58a50): Node leave event for 6915ce028ba9/172.31.144.39" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:34Z" level=info msg="Node 6915ce028ba9/172.31.144.39, left gossip cluster" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:34Z" level=info msg="Node 6915ce028ba9 change state NodeActive --> NodeFailed" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:34Z" level=info msg="Node 6915ce028ba9/172.31.144.39, added to failed nodes list" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:34Z" level=info msg="Node 6915ce028ba9 change state NodeActive --> NodeLeft" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:34Z" level=info msg="Node 6915ce028ba9 change state NodeActive --> NodeLeft" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:34Z" level=info msg="node3(9e8b97152e28): Node leave event for 6915ce028ba9/172.31.144.39" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:34Z" level=info msg="node4(a173126e399f): Node leave event for 6915ce028ba9/172.31.144.39" [2022-03-06T08:49:34.354Z] time="2022-03-06T08:49:34Z" level=error msg="node: 6915ce028ba9 is unknown to memberlist" [2022-03-06T08:49:34.820Z] time="2022-03-06T08:49:34Z" level=info msg="Node 6915ce028ba9/172.31.144.39, left gossip cluster" [2022-03-06T08:49:34.820Z] time="2022-03-06T08:49:34Z" level=info msg="Node 6915ce028ba9/172.31.144.39, left gossip cluster" [2022-03-06T08:49:34.820Z] time="2022-03-06T08:49:34Z" level=info msg="Node 6915ce028ba9/172.31.144.39, left gossip cluster" [2022-03-06T08:49:34.820Z] time="2022-03-06T08:49:34Z" level=info msg="Node 9e8b97152e28 change state NodeActive --> NodeLeft" [2022-03-06T08:49:34.820Z] time="2022-03-06T08:49:34Z" level=info msg="node4(a173126e399f): Node leave event for 9e8b97152e28/172.31.144.39" [2022-03-06T08:49:34.820Z] time="2022-03-06T08:49:34Z" level=info msg="Node 9e8b97152e28 change state NodeActive --> NodeLeft" [2022-03-06T08:49:34.820Z] time="2022-03-06T08:49:34Z" level=info msg="node5(b0168db58a50): Node leave event for 9e8b97152e28/172.31.144.39" [2022-03-06T08:49:34.820Z] time="2022-03-06T08:49:34Z" level=info msg="Node 9e8b97152e28 change state NodeActive --> NodeLeft" [2022-03-06T08:49:34.820Z] time="2022-03-06T08:49:34Z" level=info msg="node3(9e8b97152e28): Node leave event for 9e8b97152e28/172.31.144.39" [2022-03-06T08:49:34.825Z] docker_cli_daemon_test.go:2522: [d34e619c43d1f] daemon is not started [2022-03-06T08:49:34.825Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-06T08:49:35.201Z] --- PASS: TestDockerNetworkMacvlan (8.87s) [2022-03-06T08:49:35.201Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-03-06T08:49:35.201Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s) [2022-03-06T08:49:35.201Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.73s) [2022-03-06T08:49:35.201Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.79s) [2022-03-06T08:49:35.201Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.83s) [2022-03-06T08:49:35.201Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.51s) [2022-03-06T08:49:35.201Z] PASS [2022-03-06T08:49:35.201Z] [2022-03-06T08:49:35.201Z] DONE 8 tests in 10.354s [2022-03-06T08:49:35.201Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-06T08:49:35.201Z] ++ 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-06T08:49:35.201Z] ++ set -e [2022-03-06T08:49:35.201Z] ++ '[' -n 0 ']' [2022-03-06T08:49:35.201Z] ++ set -x [2022-03-06T08:49:35.201Z] ++ 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-06T08:49:35.201Z] testing: warning: no tests to run [2022-03-06T08:49:35.201Z] PASS [2022-03-06T08:49:35.201Z] [2022-03-06T08:49:35.201Z] DONE 0 tests in 0.021s [2022-03-06T08:49:35.201Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-06T08:49:35.201Z] ++ 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-06T08:49:35.201Z] ++ set -e [2022-03-06T08:49:35.201Z] ++ '[' -n 0 ']' [2022-03-06T08:49:35.201Z] ++ set -x [2022-03-06T08:49:35.201Z] ++ 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-06T08:49:35.201Z] INFO: Testing against a local daemon [2022-03-06T08:49:35.201Z] === RUN TestAuthZPluginAllowRequest [2022-03-06T08:49:35.287Z] time="2022-03-06T08:49:34Z" level=info msg="Node 9e8b97152e28/172.31.144.39, left gossip cluster" [2022-03-06T08:49:35.287Z] time="2022-03-06T08:49:34Z" level=info msg="Node 9e8b97152e28/172.31.144.39, left gossip cluster" [2022-03-06T08:49:35.287Z] time="2022-03-06T08:49:34Z" level=info msg="Node 9e8b97152e28/172.31.144.39, left gossip cluster" [2022-03-06T08:49:35.287Z] time="2022-03-06T08:49:35Z" level=debug msg="memberlist: Failed ping: 9e8b97152e28 (timeout reached)" [2022-03-06T08:49:35.287Z] time="2022-03-06T08:49:35Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.144.39:10037: use of closed network connection" [2022-03-06T08:49:35.287Z] time="2022-03-06T08:49:35Z" level=debug msg="memberlist: Stream connection from=172.31.144.39:49379" [2022-03-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-06T08:49:35.299Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-06T08:49:35.299Z] === RUN TestParallelCreate [2022-03-06T08:49:35.299Z] 2022/03/06 08:49:35 Closing DB instances... [2022-03-06T08:49:35.299Z] --- PASS: TestParallelCreate (0.02s) [2022-03-06T08:49:35.299Z] === RUN TestParallelDelete [2022-03-06T08:49:35.299Z] 2022/03/06 08:49:35 Closing DB instances... [2022-03-06T08:49:35.299Z] --- PASS: TestParallelDelete (0.02s) [2022-03-06T08:49:35.299Z] === RUN TestNetworkDBIslands [2022-03-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:9542fa2b2b24 with config:&{NodeID:9542fa2b2b24 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-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, added to nodes list" [2022-03-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:83e3055ab0a4 with config:&{NodeID:83e3055ab0a4 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-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, added to nodes list" [2022-03-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=debug msg="memberlist: Stream connection from=[::1]:49357" [2022-03-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, added to nodes list" [2022-03-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:35.299Z] time="2022-03-06T08:49:35Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, added to nodes list" [2022-03-06T08:49:35.300Z] time="2022-03-06T08:49:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-06T08:49:35.300Z] time="2022-03-06T08:49:35Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49358" [2022-03-06T08:49:35.392Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-03-06T08:49:35.753Z] time="2022-03-06T08:49:35Z" level=info msg="Node a173126e399f change state NodeActive --> NodeLeft" [2022-03-06T08:49:35.753Z] time="2022-03-06T08:49:35Z" level=info msg="node5(b0168db58a50): Node leave event for a173126e399f/172.31.144.39" [2022-03-06T08:49:35.753Z] time="2022-03-06T08:49:35Z" level=info msg="Node a173126e399f change state NodeActive --> NodeLeft" [2022-03-06T08:49:35.753Z] time="2022-03-06T08:49:35Z" level=info msg="node4(a173126e399f): Node leave event for a173126e399f/172.31.144.39" [2022-03-06T08:49:35.753Z] time="2022-03-06T08:49:35Z" level=warning msg="memberlist: Was able to connect to 9e8b97152e28 but other probes failed, network may be misconfigured" [2022-03-06T08:49:36.219Z] time="2022-03-06T08:49:35Z" level=info msg="Node a173126e399f/172.31.144.39, left gossip cluster" [2022-03-06T08:49:36.219Z] time="2022-03-06T08:49:35Z" level=info msg="Node a173126e399f/172.31.144.39, left gossip cluster" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:808c29f845ae with config:&{NodeID:808c29f845ae 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-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=info msg="Node 808c29f845ae/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=info msg="Node 808c29f845ae/192.168.53.216, added to nodes list" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49359" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=info msg="Node 808c29f845ae/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, added to nodes list" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, added to nodes list" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=info msg="Node 808c29f845ae/192.168.53.216, added to nodes list" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49360" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=info msg="Node 808c29f845ae/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:36.260Z] time="2022-03-06T08:49:36Z" level=info msg="Node 808c29f845ae/192.168.53.216, added to nodes list" [2022-03-06T08:49:36.473Z] --- PASS: TestDockerNetworkReConnect (3.32s) [2022-03-06T08:49:36.473Z] === RUN TestServicePlugin [2022-03-06T08:49:36.569Z] --- PASS: TestAuthZPluginAllowRequest (1.12s) [2022-03-06T08:49:36.569Z] === RUN TestAuthZPluginTLS [2022-03-06T08:49:36.688Z] time="2022-03-06T08:49:36Z" level=info msg="Node b0168db58a50/172.31.144.39, left gossip cluster" [2022-03-06T08:49:36.688Z] time="2022-03-06T08:49:36Z" level=info msg="Node b0168db58a50 change state NodeActive --> NodeFailed" [2022-03-06T08:49:36.688Z] time="2022-03-06T08:49:36Z" level=info msg="Node b0168db58a50/172.31.144.39, added to failed nodes list" [2022-03-06T08:49:36.688Z] --- PASS: TestNetworkDBIslands (12.07s) [2022-03-06T08:49:36.688Z] PASS [2022-03-06T08:49:36.688Z] coverage: 55.9% of statements [2022-03-06T08:49:36.688Z] ok github.com/docker/docker/libnetwork/networkdb 104.072s coverage: 55.9% of statements [2022-03-06T08:49:36.688Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-06T08:49:36.688Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/quota [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/rootless [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/volume [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-06T08:49:36.689Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:4947200a521c with config:&{NodeID:4947200a521c 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-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 4947200a521c/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 4947200a521c/192.168.53.216, added to nodes list" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 4947200a521c/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 4947200a521c/192.168.53.216, added to nodes list" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, added to nodes list" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 808c29f845ae/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 808c29f845ae/192.168.53.216, added to nodes list" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, added to nodes list" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 4947200a521c/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 4947200a521c/192.168.53.216, added to nodes list" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 4947200a521c/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:36.715Z] time="2022-03-06T08:49:36Z" level=info msg="Node 4947200a521c/192.168.53.216, added to nodes list" [2022-03-06T08:49:36.826Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-06T08:49:36.826Z] === RUN TestAuthZPluginDenyRequest [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:7c38118c925d with config:&{NodeID:7c38118c925d 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-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="Node 7c38118c925d/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="Node 7c38118c925d/192.168.53.216, added to nodes list" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="Node 7c38118c925d/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="Node 7c38118c925d/192.168.53.216, added to nodes list" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, added to nodes list" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="Node 808c29f845ae/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="Node 808c29f845ae/192.168.53.216, added to nodes list" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="Node 4947200a521c/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="Node 4947200a521c/192.168.53.216, added to nodes list" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, added to nodes list" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:37Z" level=info msg="Node 7c38118c925d/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:37Z" level=info msg="Node 7c38118c925d/192.168.53.216, added to nodes list" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:37Z" level=info msg="Node 7c38118c925d/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:37Z" level=info msg="Node 7c38118c925d/192.168.53.216, added to nodes list" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:37Z" level=info msg="Node 7c38118c925d/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:37.170Z] time="2022-03-06T08:49:37Z" level=info msg="Node 7c38118c925d/192.168.53.216, added to nodes list" [2022-03-06T08:49:37.388Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-06T08:49:37.388Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-06T08:49:37.624Z] networkdb_test.go:835: Re-joining: 3 [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=info msg="The new bootstrap node list is:[192.168.53.216:10033 192.168.53.216:10034 192.168.53.216:10035]" [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.53.216:10033" [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49365" [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49366" [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.53.216:10034" [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.53.216:10035" [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49367" [2022-03-06T08:49:37.624Z] networkdb_test.go:835: Re-joining: 4 [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=info msg="The new bootstrap node list is:[192.168.53.216:10033 192.168.53.216:10034 192.168.53.216:10035]" [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.53.216:10033" [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49368" [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.53.216:10034" [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49369" [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.53.216:10035" [2022-03-06T08:49:37.624Z] time="2022-03-06T08:49:37Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49370" [2022-03-06T08:49:37.949Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-03-06T08:49:37.949Z] === RUN TestAuthZPluginDenyResponse [2022-03-06T08:49:38.079Z] time="2022-03-06T08:49:37Z" level=info msg="node 0 leaving" [2022-03-06T08:49:38.079Z] time="2022-03-06T08:49:37Z" level=info msg="Node 9542fa2b2b24 change state NodeActive --> NodeLeft" [2022-03-06T08:49:38.079Z] time="2022-03-06T08:49:37Z" level=info msg="node4(4947200a521c): Node leave event for 9542fa2b2b24/192.168.53.216" [2022-03-06T08:49:38.079Z] time="2022-03-06T08:49:37Z" level=info msg="Node 9542fa2b2b24 change state NodeActive --> NodeLeft" [2022-03-06T08:49:38.079Z] time="2022-03-06T08:49:37Z" level=info msg="node3(808c29f845ae): Node leave event for 9542fa2b2b24/192.168.53.216" [2022-03-06T08:49:38.079Z] time="2022-03-06T08:49:37Z" level=info msg="Node 9542fa2b2b24 change state NodeActive --> NodeLeft" [2022-03-06T08:49:38.079Z] time="2022-03-06T08:49:37Z" level=info msg="node2(83e3055ab0a4): Node leave event for 9542fa2b2b24/192.168.53.216" [2022-03-06T08:49:38.080Z] time="2022-03-06T08:49:37Z" level=info msg="Node 9542fa2b2b24 change state NodeActive --> NodeLeft" [2022-03-06T08:49:38.080Z] time="2022-03-06T08:49:37Z" level=info msg="node5(7c38118c925d): Node leave event for 9542fa2b2b24/192.168.53.216" [2022-03-06T08:49:38.080Z] time="2022-03-06T08:49:37Z" level=info msg="Node 9542fa2b2b24 change state NodeActive --> NodeLeft" [2022-03-06T08:49:38.080Z] time="2022-03-06T08:49:37Z" level=info msg="node1(9542fa2b2b24): Node leave event for 9542fa2b2b24/192.168.53.216" [2022-03-06T08:49:38.080Z] time="2022-03-06T08:49:37Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, left gossip cluster" [2022-03-06T08:49:38.080Z] time="2022-03-06T08:49:37Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, left gossip cluster" [2022-03-06T08:49:38.080Z] time="2022-03-06T08:49:37Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, left gossip cluster" [2022-03-06T08:49:38.080Z] time="2022-03-06T08:49:38Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, left gossip cluster" [2022-03-06T08:49:38.080Z] time="2022-03-06T08:49:38Z" level=info msg="Node 9542fa2b2b24/192.168.53.216, left gossip cluster" [2022-03-06T08:49:38.511Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-06T08:49:38.511Z] === RUN TestAuthZPluginAllowEventStream [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="node 1 leaving" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="Node 83e3055ab0a4 change state NodeActive --> NodeLeft" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="node5(7c38118c925d): Node leave event for 83e3055ab0a4/192.168.53.216" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, left gossip cluster" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="Node 83e3055ab0a4 change state NodeActive --> NodeFailed" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, added to failed nodes list" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="Node 83e3055ab0a4 change state NodeActive --> NodeLeft" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="node4(4947200a521c): Node leave event for 83e3055ab0a4/192.168.53.216" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="Node 83e3055ab0a4 change state NodeActive --> NodeLeft" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="node3(808c29f845ae): Node leave event for 83e3055ab0a4/192.168.53.216" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=error msg="node: 83e3055ab0a4 is unknown to memberlist" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, left gossip cluster" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, left gossip cluster" [2022-03-06T08:49:38.534Z] time="2022-03-06T08:49:38Z" level=info msg="Node 83e3055ab0a4/192.168.53.216, left gossip cluster" [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === Skipped [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-06T08:49:38.910Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-06T08:49:38.910Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-06T08:49:38.910Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-06T08:49:38.910Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-06T08:49:38.910Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-06T08:49:38.910Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-06T08:49:38.910Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-06T08:49:38.910Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-06T08:49:38.910Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-03-06T08:49:38.910Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-06T08:49:38.910Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-06T08:49:38.910Z] daemon_test.go:145: root required [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-06T08:49:38.910Z] reload_test.go:342: root required [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-03-06T08:49:38.910Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-06T08:49:38.910Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-06T08:49:38.910Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-06T08:49:38.910Z] download_test.go:267: Needs fixing on Windows [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-06T08:49:38.910Z] layer_test.go:291: Failing on Windows [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-06T08:49:38.910Z] layer_test.go:340: Failing on Windows [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-06T08:49:38.910Z] layer_test.go:455: Failing on Windows [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-06T08:49:38.910Z] layer_test.go:684: Failing on Windows [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-06T08:49:38.910Z] migration_test.go:45: Failing on Windows [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-06T08:49:38.910Z] migration_test.go:181: Failing on Windows [2022-03-06T08:49:38.910Z] [2022-03-06T08:49:38.910Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-06T08:49:38.910Z] mount_test.go:17: Failing on Windows [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-06T08:49:38.911Z] mount_test.go:76: Failing on Windows [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-06T08:49:38.911Z] mount_test.go:125: Failing on Windows [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-06T08:49:38.911Z] mount_test.go:212: Failing on Windows [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-06T08:49:38.911Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-06T08:49:38.911Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-06T08:49:38.911Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-06T08:49:38.911Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-06T08:49:38.911Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-06T08:49:38.911Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-06T08:49:38.911Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-06T08:49:38.911Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-06T08:49:38.911Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-06T08:49:38.911Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-06T08:49:38.911Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-06T08:49:38.911Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-06T08:49:38.911Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-06T08:49:38.911Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-06T08:49:38.911Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-06T08:49:38.911Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-06T08:49:38.911Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-06T08:49:38.911Z] archive_test.go:133: Xz not present in msys2 [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-06T08:49:38.911Z] archive_test.go:140: zstd not installed [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-06T08:49:38.911Z] archive_test.go:252: Failing on Windows CI machines [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-06T08:49:38.911Z] archive_windows_test.go:16: Currently fails [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-06T08:49:38.911Z] changes_test.go:195: needs more investigation [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-06T08:49:38.911Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-06T08:49:38.911Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-06T08:49:38.911Z] changes_test.go:432: needs further investigation [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-06T08:49:38.911Z] changes_test.go:468: needs further investigation [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-06T08:49:38.911Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-06T08:49:38.911Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.01s) [2022-03-06T08:49:38.911Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-06T08:49:38.911Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-06T08:49:38.911Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-06T08:49:38.911Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-06T08:49:38.911Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-06T08:49:38.911Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-06T08:49:38.911Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-06T08:49:38.911Z] poller_test.go:40: No chmod on Windows [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-06T08:49:38.911Z] fileutils_test.go:133: Needs porting to Windows [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-06T08:49:38.911Z] fileutils_test.go:179: Needs porting to Windows [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-03-06T08:49:38.911Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-03-06T08:49:38.911Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-06T08:49:38.911Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-06T08:49:38.911Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-06T08:49:38.911Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-06T08:49:38.911Z] [2022-03-06T08:49:38.911Z] DONE 2077 tests, 70 skipped in 256.228s [2022-03-06T08:49:38.911Z] INFO: make.ps1 ended at 03/06/2022 08:49:38 [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=warning msg="memberlist: Failed to send gossip to 192.168.53.216:10035: write udp [::]:10034->192.168.53.216:10035: use of closed network connection" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=info msg="node 2 leaving" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=info msg="Node 808c29f845ae change state NodeActive --> NodeLeft" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=info msg="node4(4947200a521c): Node leave event for 808c29f845ae/192.168.53.216" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=info msg="Node 808c29f845ae change state NodeActive --> NodeLeft" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=info msg="node5(7c38118c925d): Node leave event for 808c29f845ae/192.168.53.216" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=info msg="Node 808c29f845ae change state NodeActive --> NodeLeft" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=info msg="node3(808c29f845ae): Node leave event for 808c29f845ae/192.168.53.216" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=debug msg="memberlist: Failed ping: 7c38118c925d (timeout reached)" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->192.168.53.216:10036: use of closed network connection" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->192.168.53.216:10034: use of closed network connection" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->192.168.53.216:10035: use of closed network connection" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49371" [2022-03-06T08:49:38.989Z] time="2022-03-06T08:49:38Z" level=info msg="Node 808c29f845ae/192.168.53.216, left gossip cluster" [2022-03-06T08:49:39.438Z] --- PASS: TestAuthZPluginAllowEventStream (1.04s) [2022-03-06T08:49:39.438Z] === RUN TestAuthZPluginErrorResponse [2022-03-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="Node 808c29f845ae/192.168.53.216, left gossip cluster" [2022-03-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="Node 808c29f845ae/192.168.53.216, left gossip cluster" [2022-03-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=warning msg="memberlist: Was able to connect to 7c38118c925d but other probes failed, network may be misconfigured" [2022-03-06T08:49:39.445Z] networkdb_test.go:867: node4: OK [2022-03-06T08:49:39.445Z] networkdb_test.go:867: node5: OK [2022-03-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="node 0 coming back" [2022-03-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:2142e1c3bc2b with config:&{NodeID:2142e1c3bc2b 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-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, added to nodes list" [2022-03-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="node 1 coming back" [2022-03-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:30a7b6081839 with config:&{NodeID:30a7b6081839 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-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="Node 30a7b6081839/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="Node 30a7b6081839/192.168.53.216, added to nodes list" [2022-03-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="node 2 coming back" [2022-03-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:ed409154dbe9 with config:&{NodeID:ed409154dbe9 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-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="Node ed409154dbe9/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:39.445Z] time="2022-03-06T08:49:39Z" level=info msg="Node ed409154dbe9/192.168.53.216, added to nodes list" [2022-03-06T08:49:40.000Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-03-06T08:49:40.000Z] === RUN TestAuthZPluginErrorRequest [2022-03-06T08:49:40.561Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-06T08:49:40.561Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-06T08:49:40.640Z] plugin_test.go:61: [d88bf6b92c646] joining swarm manager [d8ba6b915d7dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:49:41.121Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-06T08:49:41.121Z] INFO: Unit tests ended at 03/06/2022 08:49:40. Duration:00:04:29.0219627 [2022-03-06T08:49:41.121Z] INFO: Building busybox [2022-03-06T08:49:41.121Z] Sending build context to Docker daemon 5.12kB [2022-03-06T08:49:41.121Z] [2022-03-06T08:49:41.121Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-06T08:49:41.121Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-06T08:49:41.121Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-06T08:49:41.121Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-06T08:49:41.121Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-06T08:49:41.121Z] ---> bdeb13086b9f [2022-03-06T08:49:41.121Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-06T08:49:41.121Z] ---> Running in a4b7a1ff5c28 [2022-03-06T08:49:41.125Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-03-06T08:49:41.125Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-06T08:49:41.203Z] plugin_test.go:64: [d2426cc94564e] joining swarm manager [d8ba6b915d7dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:49:42.495Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.28s) [2022-03-06T08:49:42.495Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-06T08:49:43.159Z] time="2022-03-06T08:49:42Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [192.168.53.216:10033 192.168.53.216:10034 192.168.53.216:10035]" [2022-03-06T08:49:43.159Z] time="2022-03-06T08:49:42Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [192.168.53.216:10033 192.168.53.216:10034 192.168.53.216:10035]" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.53.216:10033" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49372" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 7c38118c925d/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 7c38118c925d/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 4947200a521c/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 4947200a521c/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, is the new incarnation of the shutdown node 9542fa2b2b24/192.168.53.216" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49373" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.53.216:10034" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 7c38118c925d/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 7c38118c925d/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 4947200a521c/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 4947200a521c/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 30a7b6081839/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 30a7b6081839/192.168.53.216, is the new incarnation of the shutdown node 83e3055ab0a4/192.168.53.216" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 30a7b6081839/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.53.216:10035" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49374" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 30a7b6081839/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 30a7b6081839/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 7c38118c925d/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 7c38118c925d/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 4947200a521c/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 4947200a521c/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node ed409154dbe9/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node ed409154dbe9/192.168.53.216, is the new incarnation of the shutdown node 808c29f845ae/192.168.53.216" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node ed409154dbe9/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 30a7b6081839/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 30a7b6081839/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 30a7b6081839/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 30a7b6081839/192.168.53.216, is the new incarnation of the shutdown node 83e3055ab0a4/192.168.53.216" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 30a7b6081839/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, is the new incarnation of the shutdown node 9542fa2b2b24/192.168.53.216" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node ed409154dbe9/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node ed409154dbe9/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node ed409154dbe9/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node ed409154dbe9/192.168.53.216, is the new incarnation of the shutdown node 808c29f845ae/192.168.53.216" [2022-03-06T08:49:43.614Z] time="2022-03-06T08:49:43Z" level=info msg="Node ed409154dbe9/192.168.53.216, added to nodes list" [2022-03-06T08:49:43.861Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.23s) [2022-03-06T08:49:43.861Z] === RUN TestAuthZPluginHeader [2022-03-06T08:49:44.069Z] time="2022-03-06T08:49:43Z" level=info msg="Node ed409154dbe9/192.168.53.216, joined gossip cluster" [2022-03-06T08:49:44.069Z] time="2022-03-06T08:49:43Z" level=info msg="Node ed409154dbe9/192.168.53.216, added to nodes list" [2022-03-06T08:49:44.069Z] time="2022-03-06T08:49:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.53.216:10033" [2022-03-06T08:49:44.069Z] time="2022-03-06T08:49:43Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49375" [2022-03-06T08:49:44.069Z] time="2022-03-06T08:49:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.53.216:10034" [2022-03-06T08:49:44.069Z] time="2022-03-06T08:49:43Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49376" [2022-03-06T08:49:44.069Z] time="2022-03-06T08:49:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.53.216:10035" [2022-03-06T08:49:44.069Z] time="2022-03-06T08:49:43Z" level=debug msg="memberlist: Stream connection from=192.168.53.216:49377" [2022-03-06T08:49:44.423Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-03-06T08:49:44.423Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-06T08:49:44.423Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:49:44.423Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-06T08:49:44.423Z] === RUN TestAuthZPluginV2Disable [2022-03-06T08:49:44.423Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:49:44.423Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-03-06T08:49:44.423Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-06T08:49:44.423Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:49:44.423Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-06T08:49:44.423Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-06T08:49:44.423Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:49:44.423Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-06T08:49:44.423Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-06T08:49:44.523Z] 2022/03/06 08:49:44 Closing DB instances... [2022-03-06T08:49:44.524Z] time="2022-03-06T08:49:44Z" level=info msg="Node 2142e1c3bc2b change state NodeActive --> NodeLeft" [2022-03-06T08:49:44.524Z] time="2022-03-06T08:49:44Z" level=info msg="node4(4947200a521c): Node leave event for 2142e1c3bc2b/192.168.53.216" [2022-03-06T08:49:44.524Z] time="2022-03-06T08:49:44Z" level=info msg="Node 2142e1c3bc2b change state NodeActive --> NodeLeft" [2022-03-06T08:49:44.524Z] time="2022-03-06T08:49:44Z" level=info msg="node5(7c38118c925d): Node leave event for 2142e1c3bc2b/192.168.53.216" [2022-03-06T08:49:44.524Z] time="2022-03-06T08:49:44Z" level=info msg="Node 2142e1c3bc2b change state NodeActive --> NodeLeft" [2022-03-06T08:49:44.524Z] time="2022-03-06T08:49:44Z" level=info msg="node3(ed409154dbe9): Node leave event for 2142e1c3bc2b/192.168.53.216" [2022-03-06T08:49:44.524Z] time="2022-03-06T08:49:44Z" level=info msg="Node 2142e1c3bc2b change state NodeActive --> NodeLeft" [2022-03-06T08:49:44.524Z] time="2022-03-06T08:49:44Z" level=info msg="node2(30a7b6081839): Node leave event for 2142e1c3bc2b/192.168.53.216" [2022-03-06T08:49:44.524Z] time="2022-03-06T08:49:44Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, left gossip cluster" [2022-03-06T08:49:44.524Z] time="2022-03-06T08:49:44Z" level=info msg="Node 2142e1c3bc2b change state NodeActive --> NodeLeft" [2022-03-06T08:49:44.524Z] time="2022-03-06T08:49:44Z" level=info msg="node1(2142e1c3bc2b): Node leave event for 2142e1c3bc2b/192.168.53.216" [2022-03-06T08:49:44.979Z] time="2022-03-06T08:49:44Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, left gossip cluster" [2022-03-06T08:49:44.979Z] time="2022-03-06T08:49:44Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, left gossip cluster" [2022-03-06T08:49:44.979Z] time="2022-03-06T08:49:44Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, left gossip cluster" [2022-03-06T08:49:44.979Z] time="2022-03-06T08:49:44Z" level=info msg="Node 2142e1c3bc2b/192.168.53.216, left gossip cluster" [2022-03-06T08:49:44.979Z] time="2022-03-06T08:49:44Z" level=info msg="Node 30a7b6081839 change state NodeActive --> NodeLeft" [2022-03-06T08:49:44.979Z] time="2022-03-06T08:49:44Z" level=info msg="node3(ed409154dbe9): Node leave event for 30a7b6081839/192.168.53.216" [2022-03-06T08:49:44.979Z] time="2022-03-06T08:49:44Z" level=info msg="Node 30a7b6081839 change state NodeActive --> NodeLeft" [2022-03-06T08:49:44.979Z] time="2022-03-06T08:49:44Z" level=info msg="node5(7c38118c925d): Node leave event for 30a7b6081839/192.168.53.216" [2022-03-06T08:49:44.979Z] time="2022-03-06T08:49:44Z" level=info msg="Node 30a7b6081839 change state NodeActive --> NodeLeft" [2022-03-06T08:49:44.979Z] time="2022-03-06T08:49:44Z" level=info msg="node4(4947200a521c): Node leave event for 30a7b6081839/192.168.53.216" [2022-03-06T08:49:44.979Z] time="2022-03-06T08:49:44Z" level=info msg="Node 30a7b6081839 change state NodeActive --> NodeLeft" [2022-03-06T08:49:44.979Z] time="2022-03-06T08:49:44Z" level=info msg="node2(30a7b6081839): Node leave event for 30a7b6081839/192.168.53.216" [2022-03-06T08:49:45.411Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-06T08:49:45.434Z] time="2022-03-06T08:49:45Z" level=info msg="Node 30a7b6081839/192.168.53.216, left gossip cluster" [2022-03-06T08:49:45.434Z] time="2022-03-06T08:49:45Z" level=info msg="Node 30a7b6081839/192.168.53.216, left gossip cluster" [2022-03-06T08:49:45.434Z] time="2022-03-06T08:49:45Z" level=info msg="Node 30a7b6081839/192.168.53.216, left gossip cluster" [2022-03-06T08:49:45.434Z] time="2022-03-06T08:49:45Z" level=info msg="Node 30a7b6081839/192.168.53.216, left gossip cluster" [2022-03-06T08:49:45.434Z] time="2022-03-06T08:49:45Z" level=warning msg="memberlist: Failed to send gossip to 192.168.53.216:10035: write udp [::]:10034->192.168.53.216:10035: use of closed network connection" [2022-03-06T08:49:45.434Z] time="2022-03-06T08:49:45Z" level=info msg="Node ed409154dbe9/192.168.53.216, left gossip cluster" [2022-03-06T08:49:45.434Z] time="2022-03-06T08:49:45Z" level=info msg="Node ed409154dbe9 change state NodeActive --> NodeFailed" [2022-03-06T08:49:45.434Z] time="2022-03-06T08:49:45Z" level=info msg="Node ed409154dbe9/192.168.53.216, added to failed nodes list" [2022-03-06T08:49:45.434Z] time="2022-03-06T08:49:45Z" level=info msg="Node ed409154dbe9 change state NodeActive --> NodeLeft" [2022-03-06T08:49:45.434Z] time="2022-03-06T08:49:45Z" level=info msg="Node ed409154dbe9 change state NodeActive --> NodeLeft" [2022-03-06T08:49:45.434Z] time="2022-03-06T08:49:45Z" level=info msg="node5(7c38118c925d): Node leave event for ed409154dbe9/192.168.53.216" [2022-03-06T08:49:45.434Z] time="2022-03-06T08:49:45Z" level=info msg="node4(4947200a521c): Node leave event for ed409154dbe9/192.168.53.216" [2022-03-06T08:49:45.880Z] Removing intermediate container a4b7a1ff5c28 [2022-03-06T08:49:45.880Z] ---> b56b862a0f21 [2022-03-06T08:49:45.880Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-06T08:49:45.880Z] ---> Running in 6815002811b7 [2022-03-06T08:49:45.888Z] time="2022-03-06T08:49:45Z" level=error msg="node: ed409154dbe9 is unknown to memberlist" [2022-03-06T08:49:45.888Z] time="2022-03-06T08:49:45Z" level=info msg="Node ed409154dbe9/192.168.53.216, left gossip cluster" [2022-03-06T08:49:45.888Z] time="2022-03-06T08:49:45Z" level=info msg="Node ed409154dbe9/192.168.53.216, left gossip cluster" [2022-03-06T08:49:45.888Z] time="2022-03-06T08:49:45Z" level=debug msg="memberlist: Failed ping: ed409154dbe9 (timeout reached)" [2022-03-06T08:49:45.888Z] time="2022-03-06T08:49:45Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->192.168.53.216:10037: use of closed network connection" [2022-03-06T08:49:45.888Z] time="2022-03-06T08:49:45Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->192.168.53.216:10036: use of closed network connection" [2022-03-06T08:49:46.344Z] time="2022-03-06T08:49:45Z" level=info msg="Node 4947200a521c change state NodeActive --> NodeLeft" [2022-03-06T08:49:46.344Z] time="2022-03-06T08:49:45Z" level=info msg="node5(7c38118c925d): Node leave event for 4947200a521c/192.168.53.216" [2022-03-06T08:49:46.344Z] time="2022-03-06T08:49:45Z" level=info msg="Node 4947200a521c change state NodeActive --> NodeLeft" [2022-03-06T08:49:46.344Z] time="2022-03-06T08:49:45Z" level=info msg="node4(4947200a521c): Node leave event for 4947200a521c/192.168.53.216" [2022-03-06T08:49:46.344Z] time="2022-03-06T08:49:46Z" level=info msg="memberlist: Suspect ed409154dbe9 has failed, no acks received" [2022-03-06T08:49:46.345Z] Removing intermediate container 6815002811b7 [2022-03-06T08:49:46.345Z] ---> 859c40c11867 [2022-03-06T08:49:46.345Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-06T08:49:46.345Z] ---> Running in edef487aae3c [2022-03-06T08:49:46.353Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-03-06T08:49:46.799Z] time="2022-03-06T08:49:46Z" level=info msg="Node 4947200a521c/192.168.53.216, left gossip cluster" [2022-03-06T08:49:46.799Z] time="2022-03-06T08:49:46Z" level=info msg="Node 4947200a521c/192.168.53.216, left gossip cluster" [2022-03-06T08:49:46.812Z] Removing intermediate container edef487aae3c [2022-03-06T08:49:46.812Z] ---> a7cb13cc2e66 [2022-03-06T08:49:46.812Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-06T08:49:47.759Z] time="2022-03-06T08:49:47Z" level=info msg="Node 7c38118c925d/192.168.53.216, left gossip cluster" [2022-03-06T08:49:47.759Z] time="2022-03-06T08:49:47Z" level=info msg="Node 7c38118c925d change state NodeActive --> NodeFailed" [2022-03-06T08:49:47.759Z] time="2022-03-06T08:49:47Z" level=info msg="Node 7c38118c925d/192.168.53.216, added to failed nodes list" [2022-03-06T08:49:47.759Z] --- PASS: TestNetworkDBIslands (12.07s) [2022-03-06T08:49:47.759Z] PASS [2022-03-06T08:49:47.759Z] coverage: 60.0% of statements [2022-03-06T08:49:47.759Z] ok github.com/docker/docker/libnetwork/networkdb 103.864s coverage: 60.0% of statements [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/quota [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/rootless [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/volume [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-06T08:49:47.759Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-06T08:49:47.794Z] [2022-03-06T08:49:48.260Z] ---> d63c165b15e2 [2022-03-06T08:49:48.260Z] 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-06T08:49:48.260Z] ---> Running in 5719b1249355 [2022-03-06T08:49:48.269Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === Skipped [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-06T08:49:49.288Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-06T08:49:49.288Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-06T08:49:49.288Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-06T08:49:49.288Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-06T08:49:49.288Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-06T08:49:49.288Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-06T08:49:49.288Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-06T08:49:49.288Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-06T08:49:49.288Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-03-06T08:49:49.288Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-06T08:49:49.288Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-06T08:49:49.288Z] daemon_test.go:145: root required [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-06T08:49:49.288Z] reload_test.go:342: root required [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-03-06T08:49:49.288Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-06T08:49:49.288Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-06T08:49:49.288Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-06T08:49:49.288Z] download_test.go:267: Needs fixing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-06T08:49:49.288Z] layer_test.go:291: Failing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-06T08:49:49.288Z] layer_test.go:340: Failing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-06T08:49:49.288Z] layer_test.go:455: Failing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-06T08:49:49.288Z] layer_test.go:684: Failing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-06T08:49:49.288Z] migration_test.go:45: Failing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-06T08:49:49.288Z] migration_test.go:181: Failing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-06T08:49:49.288Z] mount_test.go:17: Failing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-06T08:49:49.288Z] mount_test.go:76: Failing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-06T08:49:49.288Z] mount_test.go:125: Failing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-06T08:49:49.288Z] mount_test.go:212: Failing on Windows [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-06T08:49:49.288Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-06T08:49:49.288Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-06T08:49:49.288Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-06T08:49:49.288Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-06T08:49:49.288Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-06T08:49:49.288Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-06T08:49:49.288Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-06T08:49:49.288Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-06T08:49:49.288Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-06T08:49:49.288Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-06T08:49:49.288Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-06T08:49:49.288Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-06T08:49:49.288Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-06T08:49:49.288Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-06T08:49:49.288Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-06T08:49:49.288Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-06T08:49:49.288Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-06T08:49:49.288Z] archive_test.go:133: Xz not present in msys2 [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-06T08:49:49.288Z] archive_test.go:140: zstd not installed [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-06T08:49:49.288Z] archive_test.go:252: Failing on Windows CI machines [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-06T08:49:49.288Z] archive_windows_test.go:16: Currently fails [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-06T08:49:49.288Z] changes_test.go:195: needs more investigation [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-06T08:49:49.288Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-06T08:49:49.288Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-06T08:49:49.288Z] changes_test.go:432: needs further investigation [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-06T08:49:49.288Z] changes_test.go:468: needs further investigation [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-06T08:49:49.288Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-06T08:49:49.288Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.288Z] [2022-03-06T08:49:49.288Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-06T08:49:49.289Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-06T08:49:49.289Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-06T08:49:49.289Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-06T08:49:49.289Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-06T08:49:49.289Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-06T08:49:49.289Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-06T08:49:49.289Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-06T08:49:49.289Z] poller_test.go:40: No chmod on Windows [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-06T08:49:49.289Z] fileutils_test.go:133: Needs porting to Windows [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-06T08:49:49.289Z] fileutils_test.go:179: Needs porting to Windows [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-03-06T08:49:49.289Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-03-06T08:49:49.289Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-06T08:49:49.289Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-06T08:49:49.289Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-06T08:49:49.289Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-06T08:49:49.289Z] [2022-03-06T08:49:49.289Z] DONE 2077 tests, 70 skipped in 263.113s [2022-03-06T08:49:49.743Z] INFO: make.ps1 ended at 03/06/2022 08:49:49 [2022-03-06T08:49:50.791Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-03-06T08:49:51.048Z] check_test.go:308: [de5c41db40487] daemon is not started [2022-03-06T08:49:51.048Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-03-06T08:49:51.322Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-06T08:49:51.322Z] INFO: Unit tests ended at 03/06/2022 08:49:51. Duration:00:04:36.5330501 [2022-03-06T08:49:51.322Z] INFO: Building busybox [2022-03-06T08:49:51.322Z] Sending build context to Docker daemon 5.12kB [2022-03-06T08:49:51.322Z] [2022-03-06T08:49:51.322Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-06T08:49:51.322Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-06T08:49:51.322Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-06T08:49:51.322Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-06T08:49:51.322Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-06T08:49:51.322Z] ---> bdeb13086b9f [2022-03-06T08:49:51.322Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-06T08:49:51.777Z] ---> Running in e84f91d70ad1 [2022-03-06T08:49:53.575Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-06T08:49:56.102Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-06T08:49:56.437Z] Removing intermediate container e84f91d70ad1 [2022-03-06T08:49:56.437Z] ---> 59f7d5883298 [2022-03-06T08:49:56.437Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-06T08:49:56.437Z] ---> Running in 41b0e37cd3a8 [2022-03-06T08:49:56.437Z] Removing intermediate container 41b0e37cd3a8 [2022-03-06T08:49:56.437Z] ---> b847197574a3 [2022-03-06T08:49:56.437Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite (329.95s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.58s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.67s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.33s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (1.91s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.08s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.57s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.15s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.71s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.05s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.14s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.39s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.34s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.49s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.28s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.53s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.38s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.06s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.52s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (1.99s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.98s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.71s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.60s) [2022-03-06T08:49:56.669Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.03s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.03s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.61s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.76s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.85s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.92s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.00s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.35s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.55s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.72s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.58s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.61s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.74s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.83s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.68s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.82s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.56s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.79s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.44s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.12s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.25s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.06s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.09s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.68s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.73s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.57s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.21s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (7.07s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.51s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.24s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.01s) [2022-03-06T08:49:56.669Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.02s) [2022-03-06T08:49:56.669Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.57s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.56s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.54s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.49s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.43s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.91s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.62s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.48s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.15s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.22s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.91s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.69s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.48s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.13s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.06s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.49s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.12s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.66s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.73s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.99s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.37s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.28s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.72s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.52s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.66s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.22s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.17s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.15s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.51s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.87s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.30s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.22s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.11s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.89s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.07s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.04s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.02s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.26s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.23s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.76s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.79s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.58s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2022-03-06T08:49:56.669Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.71s) [2022-03-06T08:49:56.669Z] === RUN TestDockerSwarmSuite [2022-03-06T08:49:56.669Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-03-06T08:49:56.892Z] ---> Running in b250863b804a [2022-03-06T08:49:56.892Z] Removing intermediate container b250863b804a [2022-03-06T08:49:56.892Z] ---> 4ac761cb1998 [2022-03-06T08:49:56.892Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-06T08:49:56.903Z] Removing intermediate container 5719b1249355 [2022-03-06T08:49:56.903Z] ---> f927fd6ca572 [2022-03-06T08:49:56.903Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-06T08:49:56.903Z] ---> Running in e99f5614074a [2022-03-06T08:49:58.419Z] [2022-03-06T08:49:58.464Z] [2022-03-06T08:49:58.464Z] SUCCESS: Specified value was saved. [2022-03-06T08:49:58.874Z] ---> b740e23a1d73 [2022-03-06T08:49:58.874Z] 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-06T08:49:58.874Z] ---> Running in 5e55e087178e [2022-03-06T08:49:59.951Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-03-06T08:50:01.403Z] Removing intermediate container e99f5614074a [2022-03-06T08:50:01.403Z] ---> 7368e96602ae [2022-03-06T08:50:01.403Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-06T08:50:01.403Z] ---> Running in c1a52793cd3f [2022-03-06T08:50:02.468Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-03-06T08:50:02.468Z] PASS [2022-03-06T08:50:02.468Z] [2022-03-06T08:50:02.468Z] === Skipped [2022-03-06T08:50:02.468Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-06T08:50:02.468Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:50:02.468Z] [2022-03-06T08:50:02.468Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-03-06T08:50:02.468Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:50:02.468Z] [2022-03-06T08:50:02.468Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-06T08:50:02.468Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:50:02.468Z] [2022-03-06T08:50:02.469Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-06T08:50:02.469Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:50:02.469Z] [2022-03-06T08:50:02.469Z] DONE 17 tests, 4 skipped in 25.776s [2022-03-06T08:50:02.469Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-06T08:50:02.469Z] ++ 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-06T08:50:02.469Z] ++ set -e [2022-03-06T08:50:02.469Z] ++ '[' -n 0 ']' [2022-03-06T08:50:02.469Z] ++ set -x [2022-03-06T08:50:02.469Z] ++ 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-06T08:50:02.469Z] INFO: Testing against a local daemon [2022-03-06T08:50:02.469Z] === RUN TestPluginInvalidJSON [2022-03-06T08:50:02.469Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:50:02.469Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:50:02.469Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:50:02.469Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-06T08:50:02.469Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-06T08:50:02.469Z] === RUN TestPluginInstall [2022-03-06T08:50:02.469Z] === RUN TestPluginInstall/no_auth [2022-03-06T08:50:02.469Z] time="2022-03-06T08:50:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:50:02.469Z] time="2022-03-06T08:50:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d4867993196f6849581ad7c60da122caffa3dc487a96439d7cc416c32bdebec5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:50:02.469Z] time="2022-03-06T08:50:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:50:02.469Z] time="2022-03-06T08:50:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d4867993196f6849581ad7c60da122caffa3dc487a96439d7cc416c32bdebec5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:50:02.469Z] === RUN TestPluginInstall/with_htpasswd [2022-03-06T08:50:02.724Z] time="2022-03-06T08:50:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:50:02.724Z] time="2022-03-06T08:50:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:51ab9f6280bda056571cfe87f4e0e2a5c252acf82c372d9a4c34d3ec0a5ce766" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:50:02.725Z] time="2022-03-06T08:50:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:50:02.725Z] time="2022-03-06T08:50:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:51ab9f6280bda056571cfe87f4e0e2a5c252acf82c372d9a4c34d3ec0a5ce766" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:50:02.980Z] === RUN TestPluginInstall/with_insecure [2022-03-06T08:50:03.228Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-03-06T08:50:03.911Z] time="2022-03-06T08:50:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:50:03.911Z] time="2022-03-06T08:50:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ab763c9d481d1fe49f937f852b7024744f5e5abaccd28efdfdb19fbf1f04bd6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:50:03.911Z] time="2022-03-06T08:50:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:50:03.911Z] time="2022-03-06T08:50:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ab763c9d481d1fe49f937f852b7024744f5e5abaccd28efdfdb19fbf1f04bd6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:50:04.168Z] plugin_test.go:165: [df0fcfc7856cd] daemon is not started [2022-03-06T08:50:04.168Z] --- PASS: TestPluginInstall (3.08s) [2022-03-06T08:50:04.168Z] --- PASS: TestPluginInstall/no_auth (1.48s) [2022-03-06T08:50:04.168Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-03-06T08:50:04.168Z] --- PASS: TestPluginInstall/with_insecure (1.04s) [2022-03-06T08:50:04.168Z] === RUN TestPluginsWithRuntimes [2022-03-06T08:50:04.604Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-06T08:50:05.169Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-06T08:50:05.181Z] Cannot create a file when that file already exists. [2022-03-06T08:50:05.536Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-06T08:50:05.733Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-06T08:50:06.462Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-06T08:50:06.665Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-06T08:50:07.388Z] --- PASS: TestPluginsWithRuntimes (3.11s) [2022-03-06T08:50:07.389Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.81s) [2022-03-06T08:50:07.389Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.80s) [2022-03-06T08:50:07.389Z] === RUN TestPluginBackCompatMediaTypes [2022-03-06T08:50:07.439Z] Removing intermediate container 5e55e087178e [2022-03-06T08:50:07.439Z] ---> 2e7deb62d426 [2022-03-06T08:50:07.439Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-06T08:50:07.439Z] ---> Running in 1dc07adfc888 [2022-03-06T08:50:07.644Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-03-06T08:50:07.644Z] PASS [2022-03-06T08:50:07.644Z] [2022-03-06T08:50:07.644Z] DONE 10 tests in 6.875s [2022-03-06T08:50:07.644Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-06T08:50:07.644Z] ++ 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-06T08:50:07.644Z] ++ set -e [2022-03-06T08:50:07.644Z] ++ '[' -n 0 ']' [2022-03-06T08:50:07.644Z] ++ set -x [2022-03-06T08:50:07.644Z] ++ 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-06T08:50:07.755Z] --- PASS: TestServicePlugin (29.69s) [2022-03-06T08:50:07.755Z] === RUN TestServiceUpdateLabel [2022-03-06T08:50:07.906Z] INFO: Testing against a local daemon [2022-03-06T08:50:07.906Z] === RUN TestExternalGraphDriver [2022-03-06T08:50:07.906Z] === RUN TestExternalGraphDriver/json [2022-03-06T08:50:08.036Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-06T08:50:08.036Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-06T08:50:08.037Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-06T08:50:08.037Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-03-06T08:50:08.294Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-06T08:50:08.690Z] --- PASS: TestServiceUpdateLabel (2.26s) [2022-03-06T08:50:08.690Z] === RUN TestServiceUpdateSecrets [2022-03-06T08:50:08.965Z] [2022-03-06T08:50:08.965Z] SUCCESS: Specified value was saved. [2022-03-06T08:50:09.275Z] === RUN TestExternalGraphDriver/spec [2022-03-06T08:50:09.918Z] Removing intermediate container c1a52793cd3f [2022-03-06T08:50:09.918Z] ---> 072fa7d05ed9 [2022-03-06T08:50:09.918Z] Step 13/13 : CMD ["sh"] [2022-03-06T08:50:09.918Z] ---> Running in 02794c57a209 [2022-03-06T08:50:10.383Z] Removing intermediate container 02794c57a209 [2022-03-06T08:50:10.383Z] ---> af43a46fc54a [2022-03-06T08:50:10.383Z] Successfully built af43a46fc54a [2022-03-06T08:50:10.383Z] Successfully tagged busybox:latest [2022-03-06T08:50:10.383Z] INFO: Docker images of the daemon under test [2022-03-06T08:50:10.383Z] [2022-03-06T08:50:10.383Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-06T08:50:10.383Z] busybox latest af43a46fc54a 1 second ago 5GB [2022-03-06T08:50:10.383Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 4 weeks ago 4.96GB [2022-03-06T08:50:10.383Z] microsoft/windowsservercore latest bdeb13086b9f 4 weeks ago 4.96GB [2022-03-06T08:50:10.383Z] [2022-03-06T08:50:10.383Z] INFO: Running integration tests at 03/06/2022 08:50:10... [2022-03-06T08:50:10.383Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-06T08:50:10.383Z] INFO: Integration API tests being run from the host: [2022-03-06T08:50:10.383Z] INFO: make.ps1 starting at 03/06/2022 08:50:10 [2022-03-06T08:50:11.147Z] Removing intermediate container 1dc07adfc888 [2022-03-06T08:50:11.147Z] ---> 302256f01c29 [2022-03-06T08:50:11.147Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-06T08:50:11.147Z] ---> Running in 68216097e8d6 [2022-03-06T08:50:11.165Z] === RUN TestExternalGraphDriver/pull [2022-03-06T08:50:11.385Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-06T08:50:12.529Z] --- PASS: TestExternalGraphDriver (4.62s) [2022-03-06T08:50:12.529Z] --- PASS: TestExternalGraphDriver/json (1.53s) [2022-03-06T08:50:12.529Z] --- PASS: TestExternalGraphDriver/spec (1.51s) [2022-03-06T08:50:12.529Z] --- PASS: TestExternalGraphDriver/pull (1.55s) [2022-03-06T08:50:12.529Z] === RUN TestGraphdriverPluginV2 [2022-03-06T08:50:12.529Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:50:12.529Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-03-06T08:50:12.529Z] PASS [2022-03-06T08:50:12.529Z] [2022-03-06T08:50:12.529Z] === Skipped [2022-03-06T08:50:12.529Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-03-06T08:50:12.529Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:50:12.529Z] [2022-03-06T08:50:12.529Z] DONE 5 tests, 1 skipped in 4.738s [2022-03-06T08:50:12.529Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-06T08:50:12.529Z] ++ 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-06T08:50:12.529Z] ++ set -e [2022-03-06T08:50:12.529Z] ++ '[' -n 0 ']' [2022-03-06T08:50:12.529Z] ++ set -x [2022-03-06T08:50:12.529Z] ++ 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-06T08:50:12.529Z] INFO: Testing against a local daemon [2022-03-06T08:50:12.529Z] === RUN TestContinueAfterPluginCrash [2022-03-06T08:50:12.529Z] === PAUSE TestContinueAfterPluginCrash [2022-03-06T08:50:12.529Z] === RUN TestReadPluginNoRead [2022-03-06T08:50:12.529Z] === PAUSE TestReadPluginNoRead [2022-03-06T08:50:12.529Z] === RUN TestDaemonStartWithLogOpt [2022-03-06T08:50:12.529Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-06T08:50:12.529Z] === CONT TestContinueAfterPluginCrash [2022-03-06T08:50:12.529Z] === CONT TestDaemonStartWithLogOpt [2022-03-06T08:50:14.860Z] Cannot create a file when that file already exists. [2022-03-06T08:50:15.797Z] --- PASS: TestDaemonStartWithLogOpt (2.94s) [2022-03-06T08:50:15.797Z] === CONT TestReadPluginNoRead [2022-03-06T08:50:17.691Z] === RUN TestReadPluginNoRead/default [2022-03-06T08:50:18.262Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-06T08:50:18.262Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-06T08:50:18.262Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-06T08:50:18.262Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-06T08:50:18.521Z] === RUN TestDockerSuite/TestBuildFails [2022-03-06T08:50:18.621Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-06T08:50:19.088Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-06T08:50:19.346Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-06T08:50:19.521Z] Removing intermediate container 68216097e8d6 [2022-03-06T08:50:19.521Z] ---> ced06de4e25e [2022-03-06T08:50:19.521Z] Step 13/13 : CMD ["sh"] [2022-03-06T08:50:19.521Z] ---> Running in 95de60a8cb14 [2022-03-06T08:50:19.976Z] Removing intermediate container 95de60a8cb14 [2022-03-06T08:50:19.976Z] ---> 1c9095f3c3a6 [2022-03-06T08:50:19.976Z] Successfully built 1c9095f3c3a6 [2022-03-06T08:50:19.976Z] Successfully tagged busybox:latest [2022-03-06T08:50:19.976Z] INFO: Docker images of the daemon under test [2022-03-06T08:50:19.976Z] [2022-03-06T08:50:19.976Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-06T08:50:19.976Z] busybox latest 1c9095f3c3a6 Less than a second ago 5GB [2022-03-06T08:50:19.976Z] microsoft/windowsservercore latest bdeb13086b9f 4 weeks ago 4.96GB [2022-03-06T08:50:19.976Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 4 weeks ago 4.96GB [2022-03-06T08:50:19.989Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-06T08:50:20.431Z] [2022-03-06T08:50:20.431Z] INFO: Running integration tests at 03/06/2022 08:50:19... [2022-03-06T08:50:20.431Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-06T08:50:20.431Z] INFO: Integration API tests being run from the host: [2022-03-06T08:50:20.431Z] INFO: make.ps1 starting at 03/06/2022 08:50:19 [2022-03-06T08:50:20.552Z] --- PASS: TestContinueAfterPluginCrash (7.96s) [2022-03-06T08:50:21.116Z] === CONT TestReadPluginNoRead [2022-03-06T08:50:21.116Z] read_test.go:92: [dc15c7f87f915] daemon is not started [2022-03-06T08:50:21.116Z] --- PASS: TestReadPluginNoRead (5.44s) [2022-03-06T08:50:21.116Z] --- PASS: TestReadPluginNoRead/default (1.10s) [2022-03-06T08:50:21.116Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.07s) [2022-03-06T08:50:21.116Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.21s) [2022-03-06T08:50:21.116Z] PASS [2022-03-06T08:50:21.116Z] [2022-03-06T08:50:21.116Z] DONE 6 tests in 8.460s [2022-03-06T08:50:21.116Z] 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-06T08:50:21.116Z] ++ 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-06T08:50:21.116Z] ++ set -e [2022-03-06T08:50:21.116Z] ++ '[' -n 0 ']' [2022-03-06T08:50:21.116Z] ++ set -x [2022-03-06T08:50:21.116Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-06T08:50:21.116Z] testing: warning: no tests to run [2022-03-06T08:50:21.116Z] PASS [2022-03-06T08:50:21.116Z] [2022-03-06T08:50:21.116Z] DONE 0 tests in 0.027s [2022-03-06T08:50:21.116Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-06T08:50:21.116Z] ++ 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-06T08:50:21.116Z] ++ set -e [2022-03-06T08:50:21.116Z] ++ '[' -n 0 ']' [2022-03-06T08:50:21.116Z] ++ set -x [2022-03-06T08:50:21.116Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-06T08:50:21.116Z] INFO: Testing against a local daemon [2022-03-06T08:50:21.116Z] === RUN TestPluginWithDevMounts [2022-03-06T08:50:21.116Z] === PAUSE TestPluginWithDevMounts [2022-03-06T08:50:21.116Z] === CONT TestPluginWithDevMounts [2022-03-06T08:50:21.245Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-06T08:50:21.245Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-03-06T08:50:21.392Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-06T08:50:22.485Z] --- PASS: TestPluginWithDevMounts (1.50s) [2022-03-06T08:50:22.485Z] PASS [2022-03-06T08:50:22.485Z] [2022-03-06T08:50:22.485Z] DONE 1 tests in 1.584s [2022-03-06T08:50:22.485Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-06T08:50:22.485Z] ++ 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-06T08:50:22.485Z] ++ set -e [2022-03-06T08:50:22.485Z] ++ '[' -n 0 ']' [2022-03-06T08:50:22.485Z] ++ set -x [2022-03-06T08:50:22.485Z] ++ 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-06T08:50:22.618Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-03-06T08:50:22.740Z] INFO: Testing against a local daemon [2022-03-06T08:50:22.740Z] === RUN TestSecretInspect [2022-03-06T08:50:23.183Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-06T08:50:23.540Z] --- PASS: TestServiceUpdateSecrets (14.34s) [2022-03-06T08:50:23.540Z] === RUN TestServiceUpdateConfigs [2022-03-06T08:50:24.627Z] --- PASS: TestSecretInspect (1.72s) [2022-03-06T08:50:24.627Z] === RUN TestSecretList [2022-03-06T08:50:25.083Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-06T08:50:25.340Z] docker_api_swarm_test.go:563: [d601b209e7ae9] joining swarm manager [d903b891c482f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:50:25.993Z] --- PASS: TestSecretList (1.70s) [2022-03-06T08:50:25.993Z] === RUN TestSecretsCreateAndDelete [2022-03-06T08:50:26.713Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-06T08:50:27.280Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-06T08:50:28.210Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-06T08:50:28.512Z] --- PASS: TestSecretsCreateAndDelete (2.08s) [2022-03-06T08:50:28.512Z] === RUN TestSecretsUpdate [2022-03-06T08:50:29.954Z] --- PASS: TestSecretsUpdate (1.70s) [2022-03-06T08:50:29.954Z] === RUN TestTemplatedSecret [2022-03-06T08:50:30.111Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-06T08:50:31.045Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-06T08:50:31.045Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-06T08:50:32.495Z] --- PASS: TestTemplatedSecret (2.36s) [2022-03-06T08:50:32.495Z] === RUN TestSecretCreateResolve [2022-03-06T08:50:32.945Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-06T08:50:34.315Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-06T08:50:34.385Z] --- PASS: TestSecretCreateResolve (2.09s) [2022-03-06T08:50:34.385Z] PASS [2022-03-06T08:50:34.385Z] [2022-03-06T08:50:34.385Z] DONE 6 tests in 11.736s [2022-03-06T08:50:34.385Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-03-06T08:50:34.385Z] ++ 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-06T08:50:34.385Z] ++ set -e [2022-03-06T08:50:34.385Z] ++ '[' -n 0 ']' [2022-03-06T08:50:34.385Z] ++ set -x [2022-03-06T08:50:34.385Z] ++ 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-06T08:50:34.385Z] INFO: Testing against a local daemon [2022-03-06T08:50:34.385Z] === RUN TestServiceCreateInit [2022-03-06T08:50:34.385Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-06T08:50:36.209Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-06T08:50:37.653Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-06T08:50:38.105Z] docker_api_swarm_test.go:585: [d595aa8bffad5] joining swarm manager [d903b891c482f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:50:38.379Z] --- PASS: TestServiceUpdateConfigs (14.43s) [2022-03-06T08:50:38.379Z] === RUN TestServiceUpdateNetwork [2022-03-06T08:50:40.638Z] check_test.go:379: [d601b209e7ae9] daemon is not started [2022-03-06T08:50:40.638Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-06T08:50:40.897Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-06T08:50:40.925Z] --- PASS: TestServiceCreateInit (6.40s) [2022-03-06T08:50:40.925Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.27s) [2022-03-06T08:50:40.925Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.12s) [2022-03-06T08:50:40.925Z] === RUN TestCreateServiceMultipleTimes [2022-03-06T08:50:41.463Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-06T08:50:41.513Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:50:41.513Z] INFO: Testing against a local daemon [2022-03-06T08:50:41.513Z] === RUN TestBuildWithSession [2022-03-06T08:50:41.513Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:50:41.513Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-06T08:50:41.513Z] === RUN TestBuildSquashParent [2022-03-06T08:50:41.513Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:50:41.513Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-06T08:50:41.513Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-06T08:50:41.513Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:50:41.513Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:50:41.513Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:50:41.513Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:50:41.513Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:50:41.513Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:50:41.513Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:50:41.513Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:50:41.513Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:50:41.513Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:50:41.513Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:50:41.513Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:50:41.513Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:50:41.513Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:50:41.513Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:50:41.513Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:50:42.030Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-06T08:50:42.595Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-06T08:50:42.595Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-06T08:50:43.531Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-06T08:50:43.788Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-06T08:50:44.353Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-06T08:50:44.611Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-06T08:50:44.868Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-06T08:50:45.432Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-06T08:50:46.804Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-06T08:50:47.369Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-03-06T08:50:47.369Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-06T08:50:47.369Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-03-06T08:50:49.894Z] docker_api_swarm_test.go:46: [dedbf6659b253] joining swarm manager [ddfa496faa0cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:50:50.154Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-06T08:50:50.556Z] --- PASS: TestServiceUpdateNetwork (12.30s) [2022-03-06T08:50:50.556Z] === RUN TestServiceUpdatePidsLimit [2022-03-06T08:50:50.813Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-06T08:50:51.341Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:50:51.341Z] INFO: Testing against a local daemon [2022-03-06T08:50:51.341Z] === RUN TestBuildWithSession [2022-03-06T08:50:51.341Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:50:51.341Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-06T08:50:51.341Z] === RUN TestBuildSquashParent [2022-03-06T08:50:51.341Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:50:51.341Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-06T08:50:51.341Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-06T08:50:51.341Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:50:51.341Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:50:51.341Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:50:51.341Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:50:51.341Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:50:51.341Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:50:51.341Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:50:51.341Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:50:51.341Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:50:51.341Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:50:51.341Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:50:51.341Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:50:51.341Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:50:51.341Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:50:51.341Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:50:51.341Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:50:51.376Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-06T08:50:55.415Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-06T08:50:55.842Z] --- PASS: TestCreateServiceMultipleTimes (14.63s) [2022-03-06T08:50:55.842Z] === RUN TestCreateServiceConflict [2022-03-06T08:50:56.120Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-03-06T08:50:56.120Z] Copying nested executables into bundles/binary-daemon [2022-03-06T08:50:56.120Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-03-06T08:50:56.120Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:50:56.120Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-03-06T08:50:56.120Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-03-06T08:50:56.438Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:50:56.438Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:50:56.441Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -e DOCKER_GRAPHDRIVER docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/make.sh cross [2022-03-06T08:50:56.697Z] [2022-03-06T08:50:56.697Z] Removing bundles/ [2022-03-06T08:50:56.953Z] [2022-03-06T08:50:56.953Z] ---> Making bundle: cross (in bundles/cross) [2022-03-06T08:50:56.953Z] Cross building: bundles/cross/linux/amd64 [2022-03-06T08:50:56.953Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-06T08:50:56.953Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-06T08:50:57.207Z] --- PASS: TestCreateServiceConflict (1.70s) [2022-03-06T08:50:57.207Z] === RUN TestCreateServiceMaxReplicas [2022-03-06T08:50:57.941Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-06T08:50:57.941Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-06T08:50:57.941Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-06T08:50:57.941Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-06T08:50:58.198Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-06T08:50:58.456Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-06T08:50:59.466Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-06T08:50:59.722Z] --- PASS: TestCreateServiceMaxReplicas (2.35s) [2022-03-06T08:50:59.722Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-06T08:50:59.829Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-06T08:51:00.087Z] --- PASS: TestImportExtremelyLargeImageWorks (174.47s) [2022-03-06T08:51:00.087Z] PASS [2022-03-06T08:51:00.087Z] [2022-03-06T08:51:00.087Z] DONE 22 tests in 178.798s [2022-03-06T08:51:00.087Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-06T08:51:00.087Z] ++ 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-06T08:51:00.087Z] ++ set -e [2022-03-06T08:51:00.087Z] ++ '[' -n 0 ']' [2022-03-06T08:51:00.087Z] ++ set -x [2022-03-06T08:51:00.087Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-06T08:51:00.087Z] INFO: Testing against a local daemon [2022-03-06T08:51:00.087Z] === RUN TestNetworkCreateDelete [2022-03-06T08:51:00.345Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-03-06T08:51:00.345Z] === RUN TestDockerNetworkDeletePreferID [2022-03-06T08:51:00.604Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s) [2022-03-06T08:51:00.604Z] === RUN TestDaemonDNSFallback [2022-03-06T08:51:01.171Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-06T08:51:01.642Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:51:01.642Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:51:04.454Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-06T08:51:04.454Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-06T08:51:04.454Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-06T08:51:05.119Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-06T08:51:05.119Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.86s) [2022-03-06T08:51:05.119Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.04s) [2022-03-06T08:51:05.119Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.07s) [2022-03-06T08:51:05.119Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.59s) [2022-03-06T08:51:05.119Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.75s) [2022-03-06T08:51:05.119Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (9.99s) [2022-03-06T08:51:05.119Z] === RUN TestBuildMultiStageCopy [2022-03-06T08:51:05.119Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-06T08:51:06.016Z] --- PASS: TestServiceUpdatePidsLimit (16.16s) [2022-03-06T08:51:06.016Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-03-06T08:51:06.016Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-03-06T08:51:06.016Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-06T08:51:06.016Z] PASS [2022-03-06T08:51:06.016Z] [2022-03-06T08:51:06.016Z] === Skipped [2022-03-06T08:51:06.016Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-06T08:51:06.016Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-06T08:51:06.016Z] [2022-03-06T08:51:06.016Z] DONE 27 tests, 1 skipped in 181.496s [2022-03-06T08:51:06.016Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-06T08:51:06.016Z] INFO: Testing against a local daemon [2022-03-06T08:51:06.016Z] === RUN TestSessionCreate [2022-03-06T08:51:06.016Z] --- PASS: TestSessionCreate (0.02s) [2022-03-06T08:51:06.016Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-06T08:51:06.016Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-06T08:51:06.016Z] PASS [2022-03-06T08:51:06.016Z] [2022-03-06T08:51:06.016Z] DONE 2 tests in 0.067s [2022-03-06T08:51:06.016Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-06T08:51:06.016Z] INFO: Testing against a local daemon [2022-03-06T08:51:06.016Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-06T08:51:06.016Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-03-06T08:51:06.016Z] === RUN TestDiskUsage [2022-03-06T08:51:06.016Z] === PAUSE TestDiskUsage [2022-03-06T08:51:06.016Z] === RUN TestEventsExecDie [2022-03-06T08:51:06.272Z] --- PASS: TestEventsExecDie (0.56s) [2022-03-06T08:51:06.272Z] === RUN TestEventsBackwardsCompatible [2022-03-06T08:51:06.528Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-03-06T08:51:06.528Z] === RUN TestEventsVolumeCreate [2022-03-06T08:51:06.528Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-06T08:51:06.528Z] === RUN TestInfoBinaryCommits [2022-03-06T08:51:06.528Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-06T08:51:06.528Z] === RUN TestInfoAPIVersioned [2022-03-06T08:51:06.528Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-06T08:51:06.528Z] === RUN TestInfoAPI [2022-03-06T08:51:06.528Z] --- PASS: TestInfoAPI (0.02s) [2022-03-06T08:51:06.528Z] === RUN TestInfoAPIWarnings [2022-03-06T08:51:07.733Z] --- PASS: TestDaemonDNSFallback (7.02s) [2022-03-06T08:51:07.733Z] === RUN TestInspectNetwork [2022-03-06T08:51:07.990Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-03-06T08:51:08.922Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-03-06T08:51:11.932Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-06T08:51:11.933Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.88s) [2022-03-06T08:51:11.933Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.01s) [2022-03-06T08:51:11.933Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (14.27s) [2022-03-06T08:51:11.933Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.63s) [2022-03-06T08:51:11.933Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.94s) [2022-03-06T08:51:11.933Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.88s) [2022-03-06T08:51:11.933Z] === RUN TestBuildMultiStageCopy [2022-03-06T08:51:11.933Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-06T08:51:12.202Z] === RUN TestInspectNetwork/full_network_id [2022-03-06T08:51:12.202Z] === RUN TestInspectNetwork/partial_network_id [2022-03-06T08:51:12.202Z] === RUN TestInspectNetwork/network_name [2022-03-06T08:51:12.202Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-06T08:51:12.202Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-06T08:51:13.757Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-06T08:51:14.097Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-06T08:51:14.223Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-06T08:51:14.620Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.95s) [2022-03-06T08:51:14.620Z] === RUN TestCreateServiceSecretFileMode [2022-03-06T08:51:15.031Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-06T08:51:15.206Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-06T08:51:16.410Z] --- PASS: TestInspectNetwork (8.51s) [2022-03-06T08:51:16.411Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-06T08:51:16.411Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-06T08:51:16.411Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-06T08:51:16.411Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-06T08:51:16.411Z] === RUN TestRunContainerWithBridgeNone [2022-03-06T08:51:16.668Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-06T08:51:16.668Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-06T08:51:16.668Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-06T08:51:16.764Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-06T08:51:17.745Z] --- PASS: TestBuildMultiStageCopy (13.53s) [2022-03-06T08:51:17.745Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.44s) [2022-03-06T08:51:17.745Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.77s) [2022-03-06T08:51:17.745Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.94s) [2022-03-06T08:51:17.745Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.10s) [2022-03-06T08:51:17.745Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.27s) [2022-03-06T08:51:17.745Z] === RUN TestBuildMultiStageParentConfig [2022-03-06T08:51:18.045Z] --- PASS: TestRunContainerWithBridgeNone (1.90s) [2022-03-06T08:51:18.045Z] === RUN TestNetworkInvalidJSON [2022-03-06T08:51:18.045Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-06T08:51:18.045Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-06T08:51:18.045Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:51:18.045Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:51:18.045Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:51:18.045Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:51:18.045Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-06T08:51:18.045Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:51:18.045Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:51:18.045Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-03-06T08:51:18.045Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-06T08:51:18.045Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-06T08:51:18.045Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-06T08:51:18.045Z] === RUN TestNetworkList [2022-03-06T08:51:18.045Z] === RUN TestNetworkList//networks [2022-03-06T08:51:18.045Z] === PAUSE TestNetworkList//networks [2022-03-06T08:51:18.045Z] === RUN TestNetworkList//networks/ [2022-03-06T08:51:18.045Z] === PAUSE TestNetworkList//networks/ [2022-03-06T08:51:18.266Z] 1bd78008c728: Pull complete [2022-03-06T08:51:18.266Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-03-06T08:51:18.266Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T08:51:18.266Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-03-06T08:51:18.266Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-03-06T08:51:18.266Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2565' [2022-03-06T08:51:18.266Z] WARN: Skipping validation tests [2022-03-06T08:51:18.266Z] INFO: Running unit tests at 03/06/2022 08:51:10... [2022-03-06T08:51:18.266Z] INFO: make.ps1 starting at 03/06/2022 08:51:17 [2022-03-06T08:51:18.266Z] INFO: Git commit (b94a319fdf) assumed from DOCKER_GITCOMMIT environment variable [2022-03-06T08:51:18.266Z] INFO: Invoking autogen... [2022-03-06T08:51:18.302Z] === CONT TestNetworkList//networks [2022-03-06T08:51:18.302Z] === CONT TestNetworkList//networks/ [2022-03-06T08:51:18.302Z] --- PASS: TestNetworkList (0.02s) [2022-03-06T08:51:18.302Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-06T08:51:18.302Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-06T08:51:18.302Z] === RUN TestHostIPv4BridgeLabel [2022-03-06T08:51:18.735Z] INFO: Running unit tests... [2022-03-06T08:51:18.866Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2022-03-06T08:51:18.866Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-06T08:51:19.800Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-03-06T08:51:19.800Z] === RUN TestDaemonDefaultNetworkPools [2022-03-06T08:51:19.949Z] --- PASS: TestBuildMultiStageParentConfig (2.42s) [2022-03-06T08:51:19.949Z] === RUN TestBuildLabelWithTargets [2022-03-06T08:51:20.057Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-06T08:51:20.314Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-06T08:51:20.414Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:51:20.414Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-06T08:51:20.414Z] === RUN TestBuildWithEmptyLayers [2022-03-06T08:51:20.463Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-06T08:51:20.571Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2022-03-06T08:51:20.571Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-06T08:51:20.917Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-06T08:51:21.396Z] --- PASS: TestBuildWithEmptyLayers (1.34s) [2022-03-06T08:51:21.396Z] === RUN TestBuildMultiStageOnBuild [2022-03-06T08:51:21.876Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-06T08:51:21.942Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2022-03-06T08:51:21.942Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-06T08:51:21.942Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-06T08:51:22.198Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-06T08:51:22.840Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-06T08:51:23.130Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2022-03-06T08:51:23.130Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-06T08:51:23.388Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-06T08:51:23.646Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2022-03-06T08:51:23.646Z] === RUN TestServiceWithPredefinedNetwork [2022-03-06T08:51:23.903Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-06T08:51:24.364Z] --- PASS: TestBuildMultiStageCopy (12.96s) [2022-03-06T08:51:24.364Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.50s) [2022-03-06T08:51:24.364Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.86s) [2022-03-06T08:51:24.364Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-06T08:51:24.364Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.21s) [2022-03-06T08:51:24.364Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.39s) [2022-03-06T08:51:24.364Z] === RUN TestBuildMultiStageParentConfig [2022-03-06T08:51:24.563Z] --- PASS: TestCreateServiceSecretFileMode (11.87s) [2022-03-06T08:51:24.563Z] === RUN TestCreateServiceConfigFileMode [2022-03-06T08:51:24.614Z] --- PASS: TestInfoAPIWarnings (16.22s) [2022-03-06T08:51:24.614Z] === RUN TestInfoDebug [2022-03-06T08:51:24.614Z] --- PASS: TestInfoDebug (0.52s) [2022-03-06T08:51:24.614Z] === RUN TestInfoInsecureRegistries [2022-03-06T08:51:24.614Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-06T08:51:24.614Z] === RUN TestInfoRegistryMirrors [2022-03-06T08:51:24.614Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-03-06T08:51:24.614Z] === RUN TestLoginFailsWithBadCredentials [2022-03-06T08:51:24.614Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-06T08:51:24.614Z] === RUN TestPingCacheHeaders [2022-03-06T08:51:24.614Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-06T08:51:24.614Z] === RUN TestPingGet [2022-03-06T08:51:24.614Z] --- PASS: TestPingGet (0.01s) [2022-03-06T08:51:24.614Z] === RUN TestPingHead [2022-03-06T08:51:24.614Z] --- PASS: TestPingHead (0.02s) [2022-03-06T08:51:24.614Z] === RUN TestVersion [2022-03-06T08:51:24.614Z] --- PASS: TestVersion (0.02s) [2022-03-06T08:51:24.614Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-03-06T08:51:24.614Z] === CONT TestDiskUsage [2022-03-06T08:51:24.836Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/empty [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/empty/container_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/empty/image_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/empty/volume_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-06T08:51:25.179Z] === RUN TestDiskUsage/after_container.Run [2022-03-06T08:51:25.407Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-06T08:51:25.742Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-06T08:51:25.742Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-06T08:51:25.742Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-06T08:51:25.742Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-06T08:51:25.742Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-06T08:51:25.742Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-06T08:51:25.742Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-06T08:51:25.742Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-06T08:51:25.742Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-06T08:51:25.742Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage (1.41s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.25s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_container.Run (0.48s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-06T08:51:25.999Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.46s) [2022-03-06T08:51:25.999Z] PASS [2022-03-06T08:51:25.999Z] [2022-03-06T08:51:25.999Z] DONE 50 tests in 20.171s [2022-03-06T08:51:25.999Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-06T08:51:25.999Z] INFO: Testing against a local daemon [2022-03-06T08:51:25.999Z] === RUN TestVolumesCreateAndList [2022-03-06T08:51:25.999Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-06T08:51:25.999Z] === RUN TestVolumesRemove [2022-03-06T08:51:25.999Z] --- PASS: TestVolumesRemove (0.06s) [2022-03-06T08:51:25.999Z] === RUN TestVolumesInspect [2022-03-06T08:51:25.999Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-06T08:51:25.999Z] === RUN TestVolumesInvalidJSON [2022-03-06T08:51:25.999Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-06T08:51:25.999Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-06T08:51:25.999Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-06T08:51:25.999Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-06T08:51:25.999Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-06T08:51:25.999Z] PASS [2022-03-06T08:51:25.999Z] [2022-03-06T08:51:25.999Z] DONE 5 tests in 0.135s [2022-03-06T08:51:25.999Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-06T08:51:26.341Z] --- PASS: TestServiceWithPredefinedNetwork (2.66s) [2022-03-06T08:51:26.341Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-06T08:51:26.341Z] service_test.go:243: FLAKY_TEST [2022-03-06T08:51:26.341Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T08:51:26.341Z] === RUN TestServiceWithDataPathPortInit [2022-03-06T08:51:26.600Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-06T08:51:26.818Z] Stopping apparmor (via systemctl): apparmor.service. [2022-03-06T08:51:26.818Z] Removing test suite binaries [2022-03-06T08:51:26.818Z] exiting test-integration [2022-03-06T08:51:26.818Z] ++ exit 0 [2022-03-06T08:51:26.818Z] [2022-03-06T08:51:26.859Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-06T08:51:26.859Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-06T08:51:27.117Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-06T08:51:27.254Z] --- PASS: TestBuildMultiStageParentConfig (2.60s) [2022-03-06T08:51:27.254Z] === RUN TestBuildLabelWithTargets [2022-03-06T08:51:27.254Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:51:27.254Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-06T08:51:27.254Z] === RUN TestBuildWithEmptyLayers [2022-03-06T08:51:27.376Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume Post stage [Pipeline] junit [2022-03-06T08:51:28.200Z] Recording test results [2022-03-06T08:51:28.215Z] --- PASS: TestBuildWithEmptyLayers (1.40s) [2022-03-06T08:51:28.215Z] === RUN TestBuildMultiStageOnBuild [2022-03-06T08:51:28.334Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-06T08:51:29.176Z] 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-06T08:51:29.748Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-06T08:51:30.100Z] + echo Ensuring container killed. [2022-03-06T08:51:30.100Z] Ensuring container killed. [2022-03-06T08:51:30.100Z] + docker rm -vf docker-pr4 [2022-03-06T08:51:30.100Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-03-06T08:51:30.264Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-06T08:51:30.264Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-06T08:51:30.382Z] + echo Chowning /workspace to jenkins user [2022-03-06T08:51:30.383Z] Chowning /workspace to jenkins user [2022-03-06T08:51:30.383Z] + id -u [2022-03-06T08:51:30.383Z] + id -g [2022-03-06T08:51:30.383Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43335:/workspace busybox chown -R 1000:1000 /workspace [2022-03-06T08:51:30.383Z] Unable to find image 'busybox:latest' locally [2022-03-06T08:51:30.383Z] latest: Pulling from library/busybox [2022-03-06T08:51:30.638Z] 7e5209d2300f: Pulling fs layer [2022-03-06T08:51:30.638Z] 7e5209d2300f: Download complete [2022-03-06T08:51:30.638Z] 7e5209d2300f: Pull complete [2022-03-06T08:51:30.638Z] Digest: sha256:966b716a398a975eb9d1487204ae24622ccb785c4a8fad60a977c22ba689dd5c [2022-03-06T08:51:30.638Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-06T08:51:32.185Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-06T08:51:32.296Z] + bundleName=amd64-cgroup2 [2022-03-06T08:51:32.296Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-03-06T08:51:32.296Z] Creating amd64-cgroup2-bundles.tar.gz [2022-03-06T08:51:32.296Z] + 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-06T08:51:32.296Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-06T08:51:32.561Z] Archiving artifacts [2022-03-06T08:51:32.749Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-06T08:51:34.403Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43335/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-06T08:51:34.644Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-06T08:51:34.706Z] + make clean [2022-03-06T08:51:34.706Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-06T08:51:34.706Z] docker-dev-cache [2022-03-06T08:51:34.706Z] docker-mod-cache [Pipeline] deleteDir [2022-03-06T08:51:35.578Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-06T08:51:36.301Z] --- PASS: TestBuildMultiStageOnBuild (12.60s) [2022-03-06T08:51:36.301Z] === RUN TestBuildUncleanTarFilenames [2022-03-06T08:51:36.301Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:51:36.301Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-06T08:51:36.301Z] === RUN TestBuildMultiStageLayerLeak [2022-03-06T08:51:36.514Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-06T08:51:36.740Z] --- PASS: TestCreateServiceConfigFileMode (12.26s) [2022-03-06T08:51:36.740Z] === RUN TestCreateServiceSysctls [2022-03-06T08:51:36.772Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-06T08:51:39.263Z] --- PASS: TestCreateServiceSysctls (2.39s) [2022-03-06T08:51:39.263Z] === RUN TestCreateServiceCapabilities [2022-03-06T08:51:39.301Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-06T08:51:40.237Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-06T08:51:40.546Z] --- PASS: TestBuildMultiStageOnBuild (12.20s) [2022-03-06T08:51:40.546Z] === RUN TestBuildUncleanTarFilenames [2022-03-06T08:51:40.546Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:51:40.546Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-06T08:51:40.546Z] === RUN TestBuildMultiStageLayerLeak [2022-03-06T08:51:40.807Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-06T08:51:41.155Z] --- PASS: TestCreateServiceCapabilities (1.92s) [2022-03-06T08:51:41.155Z] === RUN TestInspect [2022-03-06T08:51:41.690Z] ? github.com/docker/docker/api [no test files] [2022-03-06T08:51:41.739Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-06T08:51:42.303Z] --- PASS: TestServiceWithDataPathPortInit (15.82s) [2022-03-06T08:51:42.303Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-06T08:51:43.672Z] --- PASS: TestInspect (2.38s) [2022-03-06T08:51:43.672Z] === RUN TestCreateJob [2022-03-06T08:51:44.939Z] --- PASS: TestBuildMultiStageLayerLeak (10.98s) [2022-03-06T08:51:44.939Z] === RUN TestBuildWithHugeFile [2022-03-06T08:51:45.562Z] --- PASS: TestCreateJob (2.39s) [2022-03-06T08:51:45.562Z] === RUN TestReplicatedJob [2022-03-06T08:51:45.578Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mrxbbrmm6836m0g9x174fnej9 Created:2022-03-06 08:51:43.611688384 +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[f61a20571cf9378619c755e845814008b9ecb8dc7ac2b498d4c0f142e5bbf801:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jxef1n9i1zt2dotgdk9scl1lp EndpointID:dbcffe25daa1e1d71d996de1b7958bbac4b3c0d21473afb8583210c371537ddc MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f2c1c052024788425e220f2ebd2b18333a62eaa6da3392d881e25cb7ac95f4da 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:c18bdacb927a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jxef1n9i1zt2dotgdk9scl1lp EndpointID:dbcffe25daa1e1d71d996de1b7958bbac4b3c0d21473afb8583210c371537ddc EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-06T08:51:47.477Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-06T08:51:50.758Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.11s) [2022-03-06T08:51:50.758Z] PASS [2022-03-06T08:51:50.758Z] [2022-03-06T08:51:50.758Z] === Skipped [2022-03-06T08:51:50.758Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T08:51:50.758Z] service_test.go:243: FLAKY_TEST [2022-03-06T08:51:50.758Z] [2022-03-06T08:51:50.758Z] DONE 26 tests, 1 skipped in 50.301s [2022-03-06T08:51:50.758Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-06T08:51:50.758Z] ++ 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-06T08:51:50.758Z] ++ set -e [2022-03-06T08:51:50.758Z] ++ '[' -n 0 ']' [2022-03-06T08:51:50.758Z] ++ set -x [2022-03-06T08:51:50.759Z] ++ 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-06T08:51:50.759Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-03-06T08:51:50.759Z] INFO: Testing against a local daemon [2022-03-06T08:51:50.759Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-06T08:51:50.759Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:51:50.759Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-06T08:51:50.759Z] === RUN TestDockerNetworkIpvlan [2022-03-06T08:51:50.759Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:51:50.759Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-06T08:51:50.759Z] PASS [2022-03-06T08:51:50.759Z] [2022-03-06T08:51:50.759Z] === Skipped [2022-03-06T08:51:50.759Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-06T08:51:50.759Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:51:50.759Z] [2022-03-06T08:51:50.759Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-06T08:51:50.759Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-06T08:51:50.759Z] [2022-03-06T08:51:50.759Z] DONE 2 tests, 2 skipped in 0.102s [2022-03-06T08:51:50.759Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-06T08:51:50.759Z] ++ 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-06T08:51:50.759Z] ++ set -e [2022-03-06T08:51:50.759Z] ++ '[' -n 0 ']' [2022-03-06T08:51:50.759Z] ++ set -x [2022-03-06T08:51:50.759Z] ++ 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-06T08:51:50.759Z] INFO: Testing against a local daemon [2022-03-06T08:51:50.759Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-06T08:51:50.817Z] --- PASS: TestReplicatedJob (4.60s) [2022-03-06T08:51:50.817Z] === RUN TestUpdateReplicatedJob [2022-03-06T08:51:52.191Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2022-03-06T08:51:52.192Z] === RUN TestDockerNetworkMacvlan [2022-03-06T08:51:52.192Z] === RUN TestDockerSuite/TestBuildRm [2022-03-06T08:51:52.758Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-06T08:51:52.876Z] --- PASS: TestBuildMultiStageLayerLeak (10.69s) [2022-03-06T08:51:52.876Z] === RUN TestBuildWithHugeFile [2022-03-06T08:51:53.341Z] --- PASS: TestUpdateReplicatedJob (2.98s) [2022-03-06T08:51:53.341Z] === RUN TestServiceListWithStatuses [2022-03-06T08:51:53.341Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-06T08:51:53.341Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-06T08:51:53.341Z] === RUN TestDockerNetworkConnectAlias [2022-03-06T08:51:53.688Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-06T08:51:54.252Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-06T08:51:54.252Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-06T08:51:55.183Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-06T08:51:56.116Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-06T08:51:56.374Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-06T08:51:56.374Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-06T08:51:56.608Z] --- PASS: TestDockerNetworkConnectAlias (3.42s) [2022-03-06T08:51:56.608Z] === RUN TestDockerNetworkReConnect [2022-03-06T08:51:56.939Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-06T08:51:57.503Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-03-06T08:51:58.070Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-06T08:51:59.003Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-06T08:51:59.003Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-06T08:51:59.526Z] === RUN TestMiddlewares [2022-03-06T08:51:59.526Z] --- PASS: TestMiddlewares (0.00s) [2022-03-06T08:51:59.526Z] PASS [2022-03-06T08:51:59.526Z] coverage: 9.0% of statements [2022-03-06T08:51:59.526Z] ok github.com/docker/docker/api/server 0.065s coverage: 9.0% of statements [2022-03-06T08:51:59.913Z] --- PASS: TestDockerNetworkReConnect (3.14s) [2022-03-06T08:51:59.913Z] === RUN TestServicePlugin [2022-03-06T08:51:59.913Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:51:59.913Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-06T08:51:59.913Z] === RUN TestServiceUpdateLabel [2022-03-06T08:51:59.939Z] docker_api_swarm_test.go:304: [dabe8b40a399d] joining swarm manager [d3440ffa8e73d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:52:00.505Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-06T08:52:01.441Z] docker_api_swarm_test.go:305: [dd0ff45d95146] joining swarm manager [d3440ffa8e73d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:52:01.806Z] --- PASS: TestServiceUpdateLabel (1.68s) [2022-03-06T08:52:01.806Z] === RUN TestServiceUpdateSecrets [2022-03-06T08:52:02.816Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-03-06T08:52:03.750Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-06T08:52:04.008Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-06T08:52:04.008Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-06T08:52:04.265Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-06T08:52:04.265Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-06T08:52:04.265Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-06T08:52:04.830Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-06T08:52:05.087Z] --- PASS: TestDockerNetworkMacvlan (13.24s) [2022-03-06T08:52:05.087Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-03-06T08:52:05.087Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-06T08:52:05.087Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.13s) [2022-03-06T08:52:05.087Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.25s) [2022-03-06T08:52:05.087Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.99s) [2022-03-06T08:52:05.087Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.79s) [2022-03-06T08:52:05.087Z] PASS [2022-03-06T08:52:05.087Z] [2022-03-06T08:52:05.087Z] DONE 8 tests in 14.723s [2022-03-06T08:52:05.087Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-06T08:52:05.087Z] ++ 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-06T08:52:05.087Z] ++ set -e [2022-03-06T08:52:05.087Z] ++ '[' -n 0 ']' [2022-03-06T08:52:05.087Z] ++ set -x [2022-03-06T08:52:05.087Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-06T08:52:05.345Z] testing: warning: no tests to run [2022-03-06T08:52:05.345Z] PASS [2022-03-06T08:52:05.345Z] [2022-03-06T08:52:05.345Z] DONE 0 tests in 0.036s [2022-03-06T08:52:05.345Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-06T08:52:05.345Z] ++ 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-06T08:52:05.345Z] ++ set -e [2022-03-06T08:52:05.345Z] ++ '[' -n 0 ']' [2022-03-06T08:52:05.345Z] ++ set -x [2022-03-06T08:52:05.345Z] ++ 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-06T08:52:05.345Z] INFO: Testing against a local daemon [2022-03-06T08:52:05.345Z] === RUN TestAuthZPluginAllowRequest [2022-03-06T08:52:05.345Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-06T08:52:05.602Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-06T08:52:06.166Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-06T08:52:06.732Z] --- PASS: TestAuthZPluginAllowRequest (1.37s) [2022-03-06T08:52:06.732Z] === RUN TestAuthZPluginTLS [2022-03-06T08:52:07.297Z] --- PASS: TestAuthZPluginTLS (0.57s) [2022-03-06T08:52:07.297Z] === RUN TestAuthZPluginDenyRequest [2022-03-06T08:52:07.864Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-06T08:52:07.864Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-06T08:52:08.429Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-03-06T08:52:08.429Z] === RUN TestAuthZPluginDenyResponse [2022-03-06T08:52:08.995Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2022-03-06T08:52:08.995Z] === RUN TestAuthZPluginAllowEventStream [2022-03-06T08:52:08.995Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-06T08:52:09.931Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-06T08:52:10.188Z] --- PASS: TestAuthZPluginAllowEventStream (1.33s) [2022-03-06T08:52:10.188Z] === RUN TestAuthZPluginErrorResponse [2022-03-06T08:52:10.755Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-06T08:52:10.755Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2022-03-06T08:52:10.755Z] === RUN TestAuthZPluginErrorRequest [2022-03-06T08:52:11.014Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-06T08:52:11.274Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-06T08:52:11.274Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-06T08:52:11.533Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-06T08:52:11.791Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-03-06T08:52:11.791Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-06T08:52:12.727Z] === RUN TestDockerSuite/TestBuildUser [2022-03-06T08:52:13.662Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.66s) [2022-03-06T08:52:13.662Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-06T08:52:13.919Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-06T08:52:15.388Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.74s) [2022-03-06T08:52:15.388Z] === RUN TestAuthZPluginHeader [2022-03-06T08:52:16.326Z] --- PASS: TestAuthZPluginHeader (0.87s) [2022-03-06T08:52:16.326Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-06T08:52:16.655Z] --- PASS: TestServiceUpdateSecrets (14.15s) [2022-03-06T08:52:16.655Z] === RUN TestServiceUpdateConfigs [2022-03-06T08:52:16.890Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-06T08:52:18.788Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-03-06T08:52:20.685Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.47s) [2022-03-06T08:52:20.685Z] === RUN TestAuthZPluginV2Disable [2022-03-06T08:52:24.868Z] --- PASS: TestAuthZPluginV2Disable (3.69s) [2022-03-06T08:52:24.868Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-06T08:52:27.402Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-06T08:52:27.659Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.46s) [2022-03-06T08:52:27.659Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-06T08:52:28.223Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-06T08:52:28.479Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-06T08:52:29.043Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-06T08:52:29.043Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-03-06T08:52:29.977Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-06T08:52:31.500Z] --- PASS: TestServiceUpdateConfigs (13.88s) [2022-03-06T08:52:31.500Z] === RUN TestServiceUpdateNetwork [2022-03-06T08:52:31.883Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-06T08:52:31.883Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-06T08:52:31.883Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-06T08:52:31.883Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-06T08:52:31.883Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-06T08:52:31.883Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-06T08:52:31.883Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-06T08:52:31.883Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-06T08:52:31.883Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-06T08:52:31.883Z] docker_api_swarm_test.go:272: [dd1e3568c56ca] joining swarm manager [d44b42ce43431]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:52:33.259Z] docker_api_swarm_test.go:273: [da171c9ff3060] joining swarm manager [d44b42ce43431]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:52:33.518Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-06T08:52:33.518Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-06T08:52:33.548Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-06T08:52:33.548Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-03-06T08:52:33.548Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-06T08:52:33.548Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-06T08:52:33.549Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-06T08:52:33.549Z] Cross building: bundles/cross/windows/amd64 [2022-03-06T08:52:33.549Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-06T08:52:33.549Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-06T08:52:34.893Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-06T08:52:35.461Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-06T08:52:36.838Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-06T08:52:36.838Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-06T08:52:38.731Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-06T08:52:39.662Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.72s) [2022-03-06T08:52:39.662Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-06T08:52:39.662Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-06T08:52:40.227Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-06T08:52:40.485Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-06T08:52:41.050Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-06T08:52:41.050Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-06T08:52:41.050Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-06T08:52:41.449Z] --- PASS: TestServiceUpdateNetwork (12.02s) [2022-03-06T08:52:41.449Z] === RUN TestServiceUpdatePidsLimit [2022-03-06T08:52:41.614Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-06T08:52:42.376Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-06T08:52:42.939Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-06T08:52:42.988Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-06T08:52:42.988Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-06T08:52:42.988Z] docker_cli_sni_test.go:18: Flakey test [2022-03-06T08:52:42.988Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-06T08:52:43.246Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-06T08:52:43.813Z] === RUN TestDockerSuite/TestCommitChange [2022-03-06T08:52:44.380Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-06T08:52:44.945Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-06T08:52:45.879Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-06T08:52:46.814Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-06T08:52:47.380Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-06T08:52:48.314Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-06T08:52:48.571Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-06T08:52:49.482Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-06T08:52:49.508Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-06T08:52:50.097Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-06T08:52:50.097Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-06T08:52:50.097Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-06T08:52:50.356Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-06T08:52:50.356Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-06T08:52:50.356Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-06T08:52:50.356Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-06T08:52:51.287Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-06T08:52:52.217Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-06T08:52:52.217Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-06T08:52:52.475Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-06T08:52:53.042Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-06T08:52:53.606Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-06T08:52:53.863Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-06T08:52:54.429Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-06T08:52:54.429Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-06T08:52:54.429Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-06T08:52:54.687Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-06T08:52:54.945Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-06T08:52:54.945Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-06T08:52:54.945Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-06T08:52:54.945Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-06T08:52:55.203Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-03-06T08:52:55.461Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-06T08:52:56.026Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-03-06T08:52:56.026Z] PASS [2022-03-06T08:52:56.026Z] [2022-03-06T08:52:56.026Z] DONE 17 tests in 50.830s [2022-03-06T08:52:56.026Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-06T08:52:56.026Z] ++ 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-06T08:52:56.026Z] ++ set -e [2022-03-06T08:52:56.026Z] ++ '[' -n 0 ']' [2022-03-06T08:52:56.026Z] ++ set -x [2022-03-06T08:52:56.026Z] ++ 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-06T08:52:56.026Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-06T08:52:56.284Z] INFO: Testing against a local daemon [2022-03-06T08:52:56.284Z] === RUN TestPluginInvalidJSON [2022-03-06T08:52:56.284Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:52:56.284Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:52:56.284Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:52:56.284Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-06T08:52:56.284Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-06T08:52:56.284Z] === RUN TestPluginInstall [2022-03-06T08:52:56.284Z] === RUN TestPluginInstall/no_auth [2022-03-06T08:52:56.850Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-06T08:52:56.850Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-06T08:52:57.573Z] --- PASS: TestServiceUpdatePidsLimit (15.31s) [2022-03-06T08:52:57.573Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.51s) [2022-03-06T08:52:57.573Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.69s) [2022-03-06T08:52:57.573Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-06T08:52:57.573Z] PASS [2022-03-06T08:52:57.573Z] [2022-03-06T08:52:57.573Z] === Skipped [2022-03-06T08:52:57.573Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-06T08:52:57.573Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-06T08:52:57.573Z] [2022-03-06T08:52:57.573Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-03-06T08:52:57.573Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-06T08:52:57.573Z] [2022-03-06T08:52:57.573Z] DONE 27 tests, 2 skipped in 142.538s [2022-03-06T08:52:57.573Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-03-06T08:52:57.573Z] ++ 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-06T08:52:57.573Z] ++ set -e [2022-03-06T08:52:57.573Z] ++ '[' -n 0 ']' [2022-03-06T08:52:57.573Z] ++ set -x [2022-03-06T08:52:57.573Z] ++ 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-06T08:52:57.573Z] INFO: Testing against a local daemon [2022-03-06T08:52:57.573Z] === RUN TestSessionCreate [2022-03-06T08:52:57.573Z] --- PASS: TestSessionCreate (0.02s) [2022-03-06T08:52:57.573Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-06T08:52:57.573Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-06T08:52:57.573Z] PASS [2022-03-06T08:52:57.573Z] [2022-03-06T08:52:57.573Z] DONE 2 tests in 0.121s [2022-03-06T08:52:57.573Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-03-06T08:52:57.573Z] ++ 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-06T08:52:57.573Z] ++ set -e [2022-03-06T08:52:57.573Z] ++ '[' -n 0 ']' [2022-03-06T08:52:57.573Z] ++ set -x [2022-03-06T08:52:57.573Z] ++ 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-06T08:52:57.573Z] INFO: Testing against a local daemon [2022-03-06T08:52:57.573Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-06T08:52:57.573Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-06T08:52:57.573Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-06T08:52:57.573Z] === RUN TestDiskUsage [2022-03-06T08:52:57.573Z] === PAUSE TestDiskUsage [2022-03-06T08:52:57.573Z] === RUN TestEventsExecDie [2022-03-06T08:52:57.573Z] --- PASS: TestEventsExecDie (0.43s) [2022-03-06T08:52:57.573Z] === RUN TestEventsBackwardsCompatible [2022-03-06T08:52:57.573Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-03-06T08:52:57.573Z] === RUN TestEventsVolumeCreate [2022-03-06T08:52:57.573Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-06T08:52:57.573Z] === RUN TestInfoBinaryCommits [2022-03-06T08:52:57.573Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-06T08:52:57.573Z] === RUN TestInfoAPIVersioned [2022-03-06T08:52:57.573Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-06T08:52:57.573Z] === RUN TestInfoAPI [2022-03-06T08:52:57.573Z] --- PASS: TestInfoAPI (0.02s) [2022-03-06T08:52:57.573Z] === RUN TestInfoAPIWarnings [2022-03-06T08:52:57.785Z] time="2022-03-06T08:52:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:52:57.785Z] time="2022-03-06T08:52:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9467420a56b858296d639d612c522e2052bdaf3c145bb2c8b416d988c302d96f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:52:57.785Z] time="2022-03-06T08:52:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:52:57.785Z] time="2022-03-06T08:52:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9467420a56b858296d639d612c522e2052bdaf3c145bb2c8b416d988c302d96f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:52:58.352Z] === RUN TestPluginInstall/with_htpasswd [2022-03-06T08:52:58.610Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-06T08:52:58.870Z] time="2022-03-06T08:52:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:52:58.870Z] time="2022-03-06T08:52:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2020efeb648c63392f81ae1022c83d967433f6e28fcfce28d85f79f7b95fcd15" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:52:58.870Z] time="2022-03-06T08:52:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:52:58.870Z] time="2022-03-06T08:52:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2020efeb648c63392f81ae1022c83d967433f6e28fcfce28d85f79f7b95fcd15" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:52:59.128Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-06T08:52:59.128Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-06T08:52:59.128Z] === RUN TestPluginInstall/with_insecure [2022-03-06T08:52:59.694Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-06T08:53:00.202Z] === RUN TestBoolValue [2022-03-06T08:53:00.202Z] --- PASS: TestBoolValue (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestBoolValueOrDefault [2022-03-06T08:53:00.202Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestInt64ValueOrZero [2022-03-06T08:53:00.202Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestInt64ValueOrDefault [2022-03-06T08:53:00.202Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-06T08:53:00.202Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestJsonContentType [2022-03-06T08:53:00.202Z] --- PASS: TestJsonContentType (0.00s) [2022-03-06T08:53:00.202Z] PASS [2022-03-06T08:53:00.202Z] coverage: 14.7% of statements [2022-03-06T08:53:00.202Z] ok github.com/docker/docker/api/server/httputils 0.136s coverage: 14.7% of statements [2022-03-06T08:53:00.202Z] === RUN TestMaskSecretKeys [2022-03-06T08:53:00.202Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-06T08:53:00.202Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-06T08:53:00.202Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-06T08:53:00.202Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-06T08:53:00.202Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-06T08:53:00.202Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-06T08:53:00.202Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestVersionMiddlewareVersion [2022-03-06T08:53:00.202Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-06T08:53:00.202Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-06T08:53:00.202Z] PASS [2022-03-06T08:53:00.202Z] coverage: 37.7% of statements [2022-03-06T08:53:00.202Z] ok github.com/docker/docker/api/server/middleware 0.054s coverage: 37.7% of statements [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-06T08:53:00.202Z] === RUN TestAdjustForAPIVersion [2022-03-06T08:53:00.202Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-06T08:53:00.202Z] PASS [2022-03-06T08:53:00.202Z] coverage: 5.7% of statements [2022-03-06T08:53:00.202Z] ok github.com/docker/docker/api/server/router/swarm 0.045s coverage: 5.7% of statements [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-06T08:53:00.202Z] === RUN TestStrSliceMarshalJSON [2022-03-06T08:53:00.202Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestStrSliceUnmarshalJSON [2022-03-06T08:53:00.202Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestStrSliceUnmarshalString [2022-03-06T08:53:00.202Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestStrSliceUnmarshalSlice [2022-03-06T08:53:00.202Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-06T08:53:00.202Z] PASS [2022-03-06T08:53:00.202Z] coverage: 90.0% of statements [2022-03-06T08:53:00.202Z] ok github.com/docker/docker/api/types/strslice 0.047s coverage: 90.0% of statements [2022-03-06T08:53:00.202Z] === RUN TestToJSON [2022-03-06T08:53:00.202Z] --- PASS: TestToJSON (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestToParamWithVersion [2022-03-06T08:53:00.202Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestFromJSON [2022-03-06T08:53:00.202Z] --- PASS: TestFromJSON (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestEmpty [2022-03-06T08:53:00.202Z] --- PASS: TestEmpty (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestArgsMatchKVListEmptySources [2022-03-06T08:53:00.202Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestArgsMatchKVList [2022-03-06T08:53:00.202Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestArgsMatch [2022-03-06T08:53:00.202Z] --- PASS: TestArgsMatch (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestAdd [2022-03-06T08:53:00.202Z] --- PASS: TestAdd (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestDel [2022-03-06T08:53:00.202Z] --- PASS: TestDel (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestLen [2022-03-06T08:53:00.202Z] --- PASS: TestLen (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestExactMatch [2022-03-06T08:53:00.202Z] --- PASS: TestExactMatch (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestOnlyOneExactMatch [2022-03-06T08:53:00.202Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestContains [2022-03-06T08:53:00.202Z] --- PASS: TestContains (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestValidate [2022-03-06T08:53:00.202Z] --- PASS: TestValidate (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestWalkValues [2022-03-06T08:53:00.202Z] --- PASS: TestWalkValues (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestFuzzyMatch [2022-03-06T08:53:00.202Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestClone [2022-03-06T08:53:00.202Z] --- PASS: TestClone (0.00s) [2022-03-06T08:53:00.202Z] PASS [2022-03-06T08:53:00.202Z] coverage: 92.2% of statements [2022-03-06T08:53:00.202Z] ok github.com/docker/docker/api/types/filters 0.054s coverage: 92.2% of statements [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-06T08:53:00.202Z] === RUN TestDurationToSecondsString [2022-03-06T08:53:00.202Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-06T08:53:00.202Z] === RUN TestGetTimestamp [2022-03-06T08:53:00.202Z] --- PASS: TestGetTimestamp (0.20s) [2022-03-06T08:53:00.202Z] === RUN TestParseTimestamps [2022-03-06T08:53:00.202Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-06T08:53:00.202Z] PASS [2022-03-06T08:53:00.202Z] coverage: 100.0% of statements [2022-03-06T08:53:00.202Z] ok github.com/docker/docker/api/types/time 0.265s coverage: 100.0% of statements [2022-03-06T08:53:00.202Z] === RUN TestCompareVersion [2022-03-06T08:53:00.202Z] --- PASS: TestCompareVersion (0.00s) [2022-03-06T08:53:00.202Z] PASS [2022-03-06T08:53:00.202Z] coverage: 77.3% of statements [2022-03-06T08:53:00.202Z] ok github.com/docker/docker/api/types/versions 0.043s coverage: 77.3% of statements [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/builder [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-06T08:53:00.202Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-06T08:53:00.259Z] time="2022-03-06T08:53:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:53:00.259Z] time="2022-03-06T08:53:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d24bbb7ee26189b1dfbc41bae094e26088157db8d667e5650fa2701b94899df8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:53:00.259Z] time="2022-03-06T08:53:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-06T08:53:00.259Z] time="2022-03-06T08:53:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d24bbb7ee26189b1dfbc41bae094e26088157db8d667e5650fa2701b94899df8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-06T08:53:00.259Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-06T08:53:00.516Z] plugin_test.go:165: [d074f546e87ae] daemon is not started [2022-03-06T08:53:00.516Z] --- PASS: TestPluginInstall (4.28s) [2022-03-06T08:53:00.516Z] --- PASS: TestPluginInstall/no_auth (2.18s) [2022-03-06T08:53:00.516Z] --- PASS: TestPluginInstall/with_htpasswd (0.83s) [2022-03-06T08:53:00.516Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2022-03-06T08:53:00.516Z] === RUN TestPluginsWithRuntimes [2022-03-06T08:53:01.080Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-06T08:53:01.202Z] === RUN TestParseRemoteURL [2022-03-06T08:53:01.202Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-06T08:53:01.202Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-06T08:53:01.202Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-06T08:53:01.202Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-06T08:53:01.202Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-06T08:53:01.202Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-06T08:53:01.202Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-06T08:53:01.202Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-06T08:53:01.202Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-06T08:53:01.202Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-06T08:53:01.202Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-06T08:53:01.202Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-06T08:53:01.202Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-06T08:53:01.202Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-06T08:53:01.202Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-06T08:53:01.202Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-06T08:53:01.202Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-06T08:53:01.202Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-06T08:53:01.202Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-06T08:53:01.202Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-06T08:53:01.202Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-06T08:53:01.202Z] === RUN TestCloneArgsSmartHttp [2022-03-06T08:53:01.202Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-06T08:53:01.202Z] === RUN TestCloneArgsDumbHttp [2022-03-06T08:53:01.202Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-06T08:53:01.202Z] === RUN TestCloneArgsGit [2022-03-06T08:53:01.202Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-06T08:53:01.202Z] === RUN TestCheckoutGit [2022-03-06T08:53:01.643Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-06T08:53:01.643Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-06T08:53:02.207Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-06T08:53:02.208Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-06T08:53:02.769Z] === RUN TestEnable [2022-03-06T08:53:02.770Z] --- PASS: TestEnable (0.00s) [2022-03-06T08:53:02.770Z] === RUN TestDisable [2022-03-06T08:53:02.770Z] --- PASS: TestDisable (0.00s) [2022-03-06T08:53:02.770Z] === RUN TestEnabled [2022-03-06T08:53:02.770Z] --- PASS: TestEnabled (0.00s) [2022-03-06T08:53:02.770Z] PASS [2022-03-06T08:53:02.770Z] coverage: 100.0% of statements [2022-03-06T08:53:02.770Z] ok github.com/docker/docker/cli/debug 0.045s coverage: 100.0% of statements [2022-03-06T08:53:02.771Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-06T08:53:03.029Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-06T08:53:03.239Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-06T08:53:03.239Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-06T08:53:03.239Z] === RUN TestProcessNoDockerignore [2022-03-06T08:53:03.239Z] --- PASS: TestProcessNoDockerignore (0.01s) [2022-03-06T08:53:03.239Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-06T08:53:03.239Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-06T08:53:03.239Z] === RUN TestDetectContentType [2022-03-06T08:53:03.239Z] --- PASS: TestDetectContentType (0.00s) [2022-03-06T08:53:03.239Z] === RUN TestSelectAcceptableMIME [2022-03-06T08:53:03.239Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-06T08:53:03.239Z] === RUN TestInspectEmptyResponse [2022-03-06T08:53:03.239Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-06T08:53:03.239Z] === RUN TestInspectResponseBinary [2022-03-06T08:53:03.239Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-06T08:53:03.239Z] === RUN TestResponseUnsupportedContentType [2022-03-06T08:53:03.239Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-06T08:53:03.239Z] === RUN TestInspectResponseTextSimple [2022-03-06T08:53:03.239Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-06T08:53:03.239Z] === RUN TestInspectResponseEmptyContentType [2022-03-06T08:53:03.239Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-06T08:53:03.239Z] === RUN TestUnknownContentLength [2022-03-06T08:53:03.239Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-06T08:53:03.239Z] === RUN TestDownloadRemote [2022-03-06T08:53:03.239Z] --- PASS: TestDownloadRemote (0.11s) [2022-03-06T08:53:03.239Z] === RUN TestGetWithStatusError [2022-03-06T08:53:03.239Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-06T08:53:03.239Z] === RUN TestCloseRootDirectory [2022-03-06T08:53:03.239Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:53:03.239Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-06T08:53:03.239Z] === RUN TestHashFile [2022-03-06T08:53:03.239Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:53:03.239Z] --- SKIP: TestHashFile (0.01s) [2022-03-06T08:53:03.239Z] === RUN TestHashSubdir [2022-03-06T08:53:03.239Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:53:03.239Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-06T08:53:03.239Z] === RUN TestRemoveDirectory [2022-03-06T08:53:03.239Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:53:03.239Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-06T08:53:03.239Z] PASS [2022-03-06T08:53:03.239Z] coverage: 9.3% of statements [2022-03-06T08:53:03.239Z] ok github.com/docker/docker/builder/remotecontext 0.336s coverage: 9.3% of statements [2022-03-06T08:53:03.287Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-06T08:53:03.287Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-06T08:53:03.851Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-06T08:53:04.227Z] === RUN TestGetAllAllowed [2022-03-06T08:53:04.227Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestGetAllMeta [2022-03-06T08:53:04.227Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-06T08:53:04.227Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestIsUnreferencedBuiltin [2022-03-06T08:53:04.227Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestIsExistingDirectory [2022-03-06T08:53:04.227Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-06T08:53:04.227Z] === RUN TestGetFilenameForDownload [2022-03-06T08:53:04.227Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestEnv2Variables [2022-03-06T08:53:04.227Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-06T08:53:04.227Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestMaintainer [2022-03-06T08:53:04.227Z] --- PASS: TestMaintainer (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestLabel [2022-03-06T08:53:04.227Z] --- PASS: TestLabel (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestFromScratch [2022-03-06T08:53:04.227Z] --- PASS: TestFromScratch (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestFromWithArg [2022-03-06T08:53:04.227Z] --- PASS: TestFromWithArg (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-06T08:53:04.227Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestFromWithUndefinedArg [2022-03-06T08:53:04.227Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestFromMultiStageWithNamedStage [2022-03-06T08:53:04.227Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestOnbuild [2022-03-06T08:53:04.227Z] --- PASS: TestOnbuild (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestWorkdir [2022-03-06T08:53:04.227Z] --- PASS: TestWorkdir (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestCmd [2022-03-06T08:53:04.227Z] --- PASS: TestCmd (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestHealthcheckNone [2022-03-06T08:53:04.227Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestHealthcheckCmd [2022-03-06T08:53:04.227Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestEntrypoint [2022-03-06T08:53:04.227Z] --- PASS: TestEntrypoint (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestExpose [2022-03-06T08:53:04.227Z] --- PASS: TestExpose (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestUser [2022-03-06T08:53:04.227Z] --- PASS: TestUser (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestVolume [2022-03-06T08:53:04.227Z] --- PASS: TestVolume (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestStopSignal [2022-03-06T08:53:04.227Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-06T08:53:04.227Z] --- SKIP: TestStopSignal (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestArg [2022-03-06T08:53:04.227Z] --- PASS: TestArg (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestShell [2022-03-06T08:53:04.227Z] --- PASS: TestShell (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestPrependEnvOnCmd [2022-03-06T08:53:04.227Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestRunWithBuildArgs [2022-03-06T08:53:04.227Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestRunIgnoresHealthcheck [2022-03-06T08:53:04.227Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestDispatchUnsupportedOptions [2022-03-06T08:53:04.227Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-06T08:53:04.227Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-06T08:53:04.227Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-06T08:53:04.227Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-06T08:53:04.227Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-06T08:53:04.227Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-06T08:53:04.227Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestNormalizeWorkdir [2022-03-06T08:53:04.227Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestDispatch [2022-03-06T08:53:04.227Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-06T08:53:04.227Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-06T08:53:04.227Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-06T08:53:04.227Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-06T08:53:04.227Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-06T08:53:04.227Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-06T08:53:04.227Z] === RUN TestDispatch/COPY_url [2022-03-06T08:53:04.227Z] --- PASS: TestDispatch (0.08s) [2022-03-06T08:53:04.227Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-06T08:53:04.227Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-06T08:53:04.227Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-06T08:53:04.227Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-06T08:53:04.227Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-06T08:53:04.227Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-06T08:53:04.227Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestAddScratchImageAddsToMounts [2022-03-06T08:53:04.227Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-06T08:53:04.227Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-06T08:53:04.227Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-06T08:53:04.227Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestImageSourceGetAddsToMounts [2022-03-06T08:53:04.227Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestEmptyDockerfile [2022-03-06T08:53:04.227Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestSymlinkDockerfile [2022-03-06T08:53:04.227Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-06T08:53:04.227Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-06T08:53:04.227Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestNonExistingDockerfile [2022-03-06T08:53:04.227Z] --- PASS: TestNonExistingDockerfile (0.01s) [2022-03-06T08:53:04.227Z] === RUN TestCopyRunConfig [2022-03-06T08:53:04.227Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestDeepCopyRunConfig [2022-03-06T08:53:04.227Z] --- PASS: TestDeepCopyRunConfig (0.01s) [2022-03-06T08:53:04.227Z] === RUN TestExportImage [2022-03-06T08:53:04.227Z] --- PASS: TestExportImage (0.00s) [2022-03-06T08:53:04.227Z] === RUN TestNormalizeDest [2022-03-06T08:53:04.227Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-06T08:53:04.227Z] PASS [2022-03-06T08:53:04.227Z] coverage: 46.7% of statements [2022-03-06T08:53:04.227Z] ok github.com/docker/docker/builder/dockerfile 0.252s coverage: 46.7% of statements [2022-03-06T08:53:04.415Z] --- PASS: TestPluginsWithRuntimes (3.80s) [2022-03-06T08:53:04.415Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.01s) [2022-03-06T08:53:04.415Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.04s) [2022-03-06T08:53:04.415Z] === RUN TestPluginBackCompatMediaTypes [2022-03-06T08:53:04.696Z] === RUN TestTCP4Proxy [2022-03-06T08:53:04.696Z] --- PASS: TestTCP4Proxy (0.02s) [2022-03-06T08:53:04.696Z] === RUN TestTCP4ProxyHalfClose [2022-03-06T08:53:04.696Z] --- PASS: TestTCP4ProxyHalfClose (0.02s) [2022-03-06T08:53:04.696Z] === RUN TestTCP6Proxy [2022-03-06T08:53:04.696Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-06T08:53:04.696Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-06T08:53:04.696Z] === RUN TestTCPDualStackProxy [2022-03-06T08:53:04.696Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-06T08:53:04.696Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-06T08:53:04.696Z] === RUN TestUDP4Proxy [2022-03-06T08:53:04.696Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-06T08:53:04.696Z] === RUN TestUDP6Proxy [2022-03-06T08:53:04.696Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-06T08:53:04.696Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-06T08:53:04.696Z] === RUN TestUDPWriteError [2022-03-06T08:53:04.696Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-06T08:53:04.696Z] === RUN TestSCTP4Proxy [2022-03-06T08:53:04.696Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-06T08:53:04.696Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-06T08:53:04.696Z] === RUN TestSCTP6Proxy [2022-03-06T08:53:04.696Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-06T08:53:04.696Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-06T08:53:04.696Z] PASS [2022-03-06T08:53:04.696Z] coverage: 49.4% of statements [2022-03-06T08:53:04.696Z] ok github.com/docker/docker/cmd/docker-proxy 0.098s coverage: 49.4% of statements [2022-03-06T08:53:04.983Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-06T08:53:04.983Z] --- PASS: TestPluginBackCompatMediaTypes (0.81s) [2022-03-06T08:53:04.983Z] PASS [2022-03-06T08:53:05.242Z] [2022-03-06T08:53:05.242Z] DONE 10 tests in 9.016s [2022-03-06T08:53:05.242Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-06T08:53:05.242Z] ++ 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-06T08:53:05.242Z] ++ set -e [2022-03-06T08:53:05.242Z] ++ '[' -n 0 ']' [2022-03-06T08:53:05.242Z] ++ set -x [2022-03-06T08:53:05.242Z] ++ 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-06T08:53:05.242Z] INFO: Testing against a local daemon [2022-03-06T08:53:05.242Z] === RUN TestExternalGraphDriver [2022-03-06T08:53:05.242Z] === RUN TestExternalGraphDriver/json [2022-03-06T08:53:05.808Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-06T08:53:06.066Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-06T08:53:06.066Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-06T08:53:06.066Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-06T08:53:06.066Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-06T08:53:06.632Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-06T08:53:07.198Z] === RUN TestExternalGraphDriver/spec [2022-03-06T08:53:08.571Z] === RUN TestExternalGraphDriver/pull [2022-03-06T08:53:10.468Z] --- PASS: TestExternalGraphDriver (5.00s) [2022-03-06T08:53:10.468Z] --- PASS: TestExternalGraphDriver/json (1.80s) [2022-03-06T08:53:10.468Z] --- PASS: TestExternalGraphDriver/spec (1.60s) [2022-03-06T08:53:10.468Z] --- PASS: TestExternalGraphDriver/pull (1.56s) [2022-03-06T08:53:10.468Z] === RUN TestGraphdriverPluginV2 [2022-03-06T08:53:10.726Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-06T08:53:11.290Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-06T08:53:11.853Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-06T08:53:11.853Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-06T08:53:11.853Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-06T08:53:11.853Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-06T08:53:14.375Z] --- PASS: TestGraphdriverPluginV2 (3.92s) [2022-03-06T08:53:14.375Z] PASS [2022-03-06T08:53:14.375Z] [2022-03-06T08:53:14.375Z] DONE 5 tests in 9.011s [2022-03-06T08:53:14.375Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-06T08:53:14.375Z] ++ 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-06T08:53:14.375Z] ++ set -e [2022-03-06T08:53:14.375Z] ++ '[' -n 0 ']' [2022-03-06T08:53:14.375Z] ++ set -x [2022-03-06T08:53:14.375Z] ++ 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-06T08:53:14.375Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-06T08:53:14.375Z] INFO: Testing against a local daemon [2022-03-06T08:53:14.375Z] === RUN TestContinueAfterPluginCrash [2022-03-06T08:53:14.375Z] === PAUSE TestContinueAfterPluginCrash [2022-03-06T08:53:14.375Z] === RUN TestReadPluginNoRead [2022-03-06T08:53:14.375Z] === PAUSE TestReadPluginNoRead [2022-03-06T08:53:14.375Z] === RUN TestDaemonStartWithLogOpt [2022-03-06T08:53:14.375Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-06T08:53:14.375Z] === CONT TestContinueAfterPluginCrash [2022-03-06T08:53:14.375Z] === CONT TestDaemonStartWithLogOpt [2022-03-06T08:53:14.633Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-06T08:53:15.619Z] --- PASS: TestInfoAPIWarnings (16.20s) [2022-03-06T08:53:15.619Z] === RUN TestInfoDebug [2022-03-06T08:53:15.619Z] --- PASS: TestInfoDebug (0.52s) [2022-03-06T08:53:15.619Z] === RUN TestInfoInsecureRegistries [2022-03-06T08:53:15.619Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-06T08:53:15.619Z] === RUN TestInfoRegistryMirrors [2022-03-06T08:53:15.619Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-06T08:53:15.619Z] === RUN TestLoginFailsWithBadCredentials [2022-03-06T08:53:15.619Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-06T08:53:15.619Z] === RUN TestPingCacheHeaders [2022-03-06T08:53:15.619Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-06T08:53:15.619Z] === RUN TestPingGet [2022-03-06T08:53:15.619Z] --- PASS: TestPingGet (0.01s) [2022-03-06T08:53:15.619Z] === RUN TestPingHead [2022-03-06T08:53:15.619Z] --- PASS: TestPingHead (0.02s) [2022-03-06T08:53:15.619Z] === RUN TestVersion [2022-03-06T08:53:15.619Z] --- PASS: TestVersion (0.02s) [2022-03-06T08:53:15.619Z] === CONT TestDiskUsage [2022-03-06T08:53:16.008Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-06T08:53:16.181Z] === RUN TestDiskUsage/empty [2022-03-06T08:53:16.181Z] === RUN TestDiskUsage/empty/container_types [2022-03-06T08:53:16.181Z] === RUN TestDiskUsage/empty/image_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/empty/volume_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-06T08:53:16.182Z] === RUN TestDiskUsage/after_container.Run [2022-03-06T08:53:16.437Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-06T08:53:16.437Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-06T08:53:16.437Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-06T08:53:16.437Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-06T08:53:16.437Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-06T08:53:16.437Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-06T08:53:16.437Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-06T08:53:16.437Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-06T08:53:16.437Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-06T08:53:16.437Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage (1.07s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_container.Run (0.27s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-06T08:53:16.694Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-06T08:53:16.694Z] PASS [2022-03-06T08:53:16.694Z] [2022-03-06T08:53:16.694Z] === Skipped [2022-03-06T08:53:16.694Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-06T08:53:16.694Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-06T08:53:16.694Z] [2022-03-06T08:53:16.694Z] DONE 50 tests, 1 skipped in 19.636s [2022-03-06T08:53:16.694Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-06T08:53:16.694Z] ++ 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-06T08:53:16.694Z] ++ set -e [2022-03-06T08:53:16.694Z] ++ '[' -n 0 ']' [2022-03-06T08:53:16.694Z] ++ set -x [2022-03-06T08:53:16.694Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06T08:53:16.694Z] INFO: Testing against a local daemon [2022-03-06T08:53:16.694Z] === RUN TestVolumesCreateAndList [2022-03-06T08:53:16.694Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-06T08:53:16.694Z] === RUN TestVolumesRemove [2022-03-06T08:53:16.951Z] --- PASS: TestVolumesRemove (0.06s) [2022-03-06T08:53:16.951Z] === RUN TestVolumesInspect [2022-03-06T08:53:16.951Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-06T08:53:16.951Z] === RUN TestVolumesInvalidJSON [2022-03-06T08:53:16.951Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-06T08:53:16.951Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-06T08:53:16.951Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-06T08:53:16.951Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-06T08:53:16.951Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-06T08:53:16.951Z] PASS [2022-03-06T08:53:16.951Z] [2022-03-06T08:53:16.951Z] DONE 5 tests in 0.192s [2022-03-06T08:53:16.951Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-06T08:53:16.951Z] ++++ cat bundles/test-integration/docker.pid [2022-03-06T08:53:16.951Z] +++ kill 13115 [2022-03-06T08:53:17.208Z] +++ /etc/init.d/apparmor stop [2022-03-06T08:53:17.208Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-06T08:53:17.208Z] [2022-03-06T08:53:17.208Z] Unloading profiles will leave already running processes permanently [2022-03-06T08:53:17.208Z] unconfined, which can lead to unexpected situations. [2022-03-06T08:53:17.208Z] [2022-03-06T08:53:17.208Z] To set a process to complain mode, use the command line tool [2022-03-06T08:53:17.208Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-06T08:53:17.208Z] +++ true [2022-03-06T08:53:17.208Z] exiting test-integration [2022-03-06T08:53:17.208Z] ++ exit 0 [2022-03-06T08:53:17.208Z] [2022-03-06T08:53:17.226Z] === RUN TestCheckpointCreateError [2022-03-06T08:53:17.226Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCheckpointCreate [2022-03-06T08:53:17.226Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCheckpointDeleteError [2022-03-06T08:53:17.226Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCheckpointDelete [2022-03-06T08:53:17.226Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCheckpointListError [2022-03-06T08:53:17.226Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCheckpointList [2022-03-06T08:53:17.226Z] --- PASS: TestCheckpointList (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCheckpointListContainerNotFound [2022-03-06T08:53:17.226Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestNewClientWithOpsFromEnv [2022-03-06T08:53:17.226Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-06T08:53:17.226Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestGetAPIPath [2022-03-06T08:53:17.226Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestParseHostURL [2022-03-06T08:53:17.226Z] --- PASS: TestParseHostURL (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-06T08:53:17.226Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-06T08:53:17.226Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestNegotiateAPIVersion [2022-03-06T08:53:17.226Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestNegotiateAPVersionOverride [2022-03-06T08:53:17.226Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-06T08:53:17.226Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-06T08:53:17.226Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-06T08:53:17.226Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestClientRedirect [2022-03-06T08:53:17.226Z] --- PASS: TestClientRedirect (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigCreateUnsupported [2022-03-06T08:53:17.226Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigCreateError [2022-03-06T08:53:17.226Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigCreate [2022-03-06T08:53:17.226Z] --- PASS: TestConfigCreate (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigInspectNotFound [2022-03-06T08:53:17.226Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigInspectWithEmptyID [2022-03-06T08:53:17.226Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigInspectUnsupported [2022-03-06T08:53:17.226Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigInspectError [2022-03-06T08:53:17.226Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigInspectConfigNotFound [2022-03-06T08:53:17.226Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigInspect [2022-03-06T08:53:17.226Z] --- PASS: TestConfigInspect (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigListUnsupported [2022-03-06T08:53:17.226Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigListError [2022-03-06T08:53:17.226Z] --- PASS: TestConfigListError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigList [2022-03-06T08:53:17.226Z] --- PASS: TestConfigList (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigRemoveUnsupported [2022-03-06T08:53:17.226Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigRemoveError [2022-03-06T08:53:17.226Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigRemove [2022-03-06T08:53:17.226Z] --- PASS: TestConfigRemove (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigUpdateUnsupported [2022-03-06T08:53:17.226Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigUpdateError [2022-03-06T08:53:17.226Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestConfigUpdate [2022-03-06T08:53:17.226Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerCommitError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerCommit [2022-03-06T08:53:17.226Z] --- PASS: TestContainerCommit (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerStatPathError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerStatPathNotFoundError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerStatPathNoHeaderError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerStatPath [2022-03-06T08:53:17.226Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCopyToContainerError [2022-03-06T08:53:17.226Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCopyToContainerNotFoundError [2022-03-06T08:53:17.226Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-06T08:53:17.226Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCopyToContainer [2022-03-06T08:53:17.226Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCopyFromContainerError [2022-03-06T08:53:17.226Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCopyFromContainerNotFoundError [2022-03-06T08:53:17.226Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-06T08:53:17.226Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-06T08:53:17.226Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestCopyFromContainer [2022-03-06T08:53:17.226Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerCreateError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerCreateImageNotFound [2022-03-06T08:53:17.226Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerCreateWithName [2022-03-06T08:53:17.226Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerCreateAutoRemove [2022-03-06T08:53:17.226Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerDiffError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerDiff [2022-03-06T08:53:17.226Z] --- PASS: TestContainerDiff (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerExecCreateError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerExecCreate [2022-03-06T08:53:17.226Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerExecStartError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerExecStart [2022-03-06T08:53:17.226Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerExecInspectError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerExecInspect [2022-03-06T08:53:17.226Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerExportError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerExportError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerExport [2022-03-06T08:53:17.226Z] --- PASS: TestContainerExport (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerInspectError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerInspectContainerNotFound [2022-03-06T08:53:17.226Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerInspectWithEmptyID [2022-03-06T08:53:17.226Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerInspect [2022-03-06T08:53:17.226Z] --- PASS: TestContainerInspect (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerInspectNode [2022-03-06T08:53:17.226Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerKillError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerKillError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerKill [2022-03-06T08:53:17.226Z] --- PASS: TestContainerKill (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerListError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerListError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerList [2022-03-06T08:53:17.226Z] --- PASS: TestContainerList (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerLogsNotFoundError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerLogsError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerLogs [2022-03-06T08:53:17.226Z] --- PASS: TestContainerLogs (0.29s) [2022-03-06T08:53:17.226Z] === RUN TestContainerPauseError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerPause [2022-03-06T08:53:17.226Z] --- PASS: TestContainerPause (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainersPruneError [2022-03-06T08:53:17.226Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainersPrune [2022-03-06T08:53:17.226Z] --- PASS: TestContainersPrune (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerRemoveError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerRemoveNotFoundError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerRemove [2022-03-06T08:53:17.226Z] --- PASS: TestContainerRemove (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerRenameError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerRename [2022-03-06T08:53:17.226Z] --- PASS: TestContainerRename (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerResizeError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerExecResizeError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerResize [2022-03-06T08:53:17.226Z] --- PASS: TestContainerResize (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerExecResize [2022-03-06T08:53:17.226Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerRestartError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerRestart [2022-03-06T08:53:17.226Z] --- PASS: TestContainerRestart (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerStartError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerStartError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerStart [2022-03-06T08:53:17.226Z] --- PASS: TestContainerStart (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerStatsError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerStats [2022-03-06T08:53:17.226Z] --- PASS: TestContainerStats (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerStopError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerStopError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerStop [2022-03-06T08:53:17.226Z] --- PASS: TestContainerStop (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerTopError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerTopError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerTop [2022-03-06T08:53:17.226Z] --- PASS: TestContainerTop (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerUnpauseError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerUnpause [2022-03-06T08:53:17.226Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerUpdateError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerUpdate [2022-03-06T08:53:17.226Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerWaitError [2022-03-06T08:53:17.226Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestContainerWait [2022-03-06T08:53:17.226Z] --- PASS: TestContainerWait (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestDiskUsageError [2022-03-06T08:53:17.226Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestDiskUsage [2022-03-06T08:53:17.226Z] --- PASS: TestDiskUsage (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestDistributionInspectUnsupported [2022-03-06T08:53:17.226Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestDistributionInspectWithEmptyID [2022-03-06T08:53:17.226Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestEventsErrorInOptions [2022-03-06T08:53:17.226Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestEventsErrorFromServer [2022-03-06T08:53:17.226Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestEvents [2022-03-06T08:53:17.226Z] --- PASS: TestEvents (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestTLSCloseWriter [2022-03-06T08:53:17.226Z] === PAUSE TestTLSCloseWriter [2022-03-06T08:53:17.226Z] === RUN TestImageBuildError [2022-03-06T08:53:17.226Z] --- PASS: TestImageBuildError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestImageBuild [2022-03-06T08:53:17.226Z] --- PASS: TestImageBuild (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestGetDockerOS [2022-03-06T08:53:17.226Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestImageCreateError [2022-03-06T08:53:17.226Z] --- PASS: TestImageCreateError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestImageCreate [2022-03-06T08:53:17.226Z] --- PASS: TestImageCreate (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestImageHistoryError [2022-03-06T08:53:17.226Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestImageHistory [2022-03-06T08:53:17.226Z] --- PASS: TestImageHistory (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestImageImportError [2022-03-06T08:53:17.226Z] --- PASS: TestImageImportError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestImageImport [2022-03-06T08:53:17.226Z] --- PASS: TestImageImport (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestImageInspectError [2022-03-06T08:53:17.226Z] --- PASS: TestImageInspectError (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestImageInspectImageNotFound [2022-03-06T08:53:17.226Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestImageInspectWithEmptyID [2022-03-06T08:53:17.226Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestImageInspect [2022-03-06T08:53:17.226Z] --- PASS: TestImageInspect (0.00s) [2022-03-06T08:53:17.226Z] === RUN TestImageListError [2022-03-06T08:53:17.226Z] --- PASS: TestImageListError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageList [2022-03-06T08:53:17.227Z] --- PASS: TestImageList (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageListApiBefore125 [2022-03-06T08:53:17.227Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageLoadError [2022-03-06T08:53:17.227Z] --- PASS: TestImageLoadError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageLoad [2022-03-06T08:53:17.227Z] --- PASS: TestImageLoad (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagesPruneError [2022-03-06T08:53:17.227Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagesPrune [2022-03-06T08:53:17.227Z] --- PASS: TestImagesPrune (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePullReferenceParseError [2022-03-06T08:53:17.227Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePullAnyError [2022-03-06T08:53:17.227Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-06T08:53:17.227Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-06T08:53:17.227Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-06T08:53:17.227Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-06T08:53:17.227Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePullWithoutErrors [2022-03-06T08:53:17.227Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePushReferenceError [2022-03-06T08:53:17.227Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePushAnyError [2022-03-06T08:53:17.227Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-06T08:53:17.227Z] --- PASS: TestImagePushStatusUnauthorizedError (0.02s) [2022-03-06T08:53:17.227Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-06T08:53:17.227Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-06T08:53:17.227Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-06T08:53:17.227Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImagePushWithoutErrors [2022-03-06T08:53:17.227Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-06T08:53:17.227Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-06T08:53:17.227Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-06T08:53:17.227Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-06T08:53:17.227Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageRemoveError [2022-03-06T08:53:17.227Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageRemoveImageNotFound [2022-03-06T08:53:17.227Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageRemove [2022-03-06T08:53:17.227Z] --- PASS: TestImageRemove (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageSaveError [2022-03-06T08:53:17.227Z] --- PASS: TestImageSaveError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageSave [2022-03-06T08:53:17.227Z] --- PASS: TestImageSave (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageSearchAnyError [2022-03-06T08:53:17.227Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-06T08:53:17.227Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-06T08:53:17.227Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-06T08:53:17.227Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-06T08:53:17.227Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageSearchWithoutErrors [2022-03-06T08:53:17.227Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageTagError [2022-03-06T08:53:17.227Z] --- PASS: TestImageTagError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageTagInvalidReference [2022-03-06T08:53:17.227Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageTagInvalidSourceImageName [2022-03-06T08:53:17.227Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageTagHexSource [2022-03-06T08:53:17.227Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestImageTag [2022-03-06T08:53:17.227Z] --- PASS: TestImageTag (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestInfoServerError [2022-03-06T08:53:17.227Z] --- PASS: TestInfoServerError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestInfoInvalidResponseJSONError [2022-03-06T08:53:17.227Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestInfo [2022-03-06T08:53:17.227Z] --- PASS: TestInfo (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworkConnectError [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworkConnect [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworkCreateError [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworkCreate [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworkDisconnectError [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworkDisconnect [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworkInspect [2022-03-06T08:53:17.227Z] === RUN TestNetworkInspect/empty_ID [2022-03-06T08:53:17.227Z] === RUN TestNetworkInspect/no_options [2022-03-06T08:53:17.227Z] === RUN TestNetworkInspect/verbose [2022-03-06T08:53:17.227Z] === RUN TestNetworkInspect/global_scope [2022-03-06T08:53:17.227Z] === RUN TestNetworkInspect/unknown_network [2022-03-06T08:53:17.227Z] === RUN TestNetworkInspect/server_error [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworkListError [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkListError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworkList [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkList (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworksPruneError [2022-03-06T08:53:17.227Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworksPrune [2022-03-06T08:53:17.227Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworkRemoveError [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNetworkRemove [2022-03-06T08:53:17.227Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNodeInspectError [2022-03-06T08:53:17.227Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNodeInspectNodeNotFound [2022-03-06T08:53:17.227Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNodeInspectWithEmptyID [2022-03-06T08:53:17.227Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNodeInspect [2022-03-06T08:53:17.227Z] --- PASS: TestNodeInspect (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNodeListError [2022-03-06T08:53:17.227Z] --- PASS: TestNodeListError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNodeList [2022-03-06T08:53:17.227Z] --- PASS: TestNodeList (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNodeRemoveError [2022-03-06T08:53:17.227Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNodeRemove [2022-03-06T08:53:17.227Z] --- PASS: TestNodeRemove (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNodeUpdateError [2022-03-06T08:53:17.227Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestNodeUpdate [2022-03-06T08:53:17.227Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestOptionWithHostFromEnv [2022-03-06T08:53:17.227Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestOptionWithTimeout [2022-03-06T08:53:17.227Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestOptionWithVersionFromEnv [2022-03-06T08:53:17.227Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPingFail [2022-03-06T08:53:17.227Z] --- PASS: TestPingFail (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPingWithError [2022-03-06T08:53:17.227Z] 2022/03/06 08:53:15 RoundTripper returned a response & error; ignoring response [2022-03-06T08:53:17.227Z] 2022/03/06 08:53:15 RoundTripper returned a response & error; ignoring response [2022-03-06T08:53:17.227Z] --- PASS: TestPingWithError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPingSuccess [2022-03-06T08:53:17.227Z] --- PASS: TestPingSuccess (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPingHeadFallback [2022-03-06T08:53:17.227Z] === RUN TestPingHeadFallback/OK [2022-03-06T08:53:17.227Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-06T08:53:17.227Z] === RUN TestPingHeadFallback/Not_Found [2022-03-06T08:53:17.227Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-06T08:53:17.227Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-06T08:53:17.227Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginDisableError [2022-03-06T08:53:17.227Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginDisable [2022-03-06T08:53:17.227Z] --- PASS: TestPluginDisable (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginEnableError [2022-03-06T08:53:17.227Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginEnable [2022-03-06T08:53:17.227Z] --- PASS: TestPluginEnable (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginInspectError [2022-03-06T08:53:17.227Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginInspectWithEmptyID [2022-03-06T08:53:17.227Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginInspect [2022-03-06T08:53:17.227Z] --- PASS: TestPluginInspect (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginListError [2022-03-06T08:53:17.227Z] --- PASS: TestPluginListError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginList [2022-03-06T08:53:17.227Z] --- PASS: TestPluginList (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginPushError [2022-03-06T08:53:17.227Z] --- PASS: TestPluginPushError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginPush [2022-03-06T08:53:17.227Z] --- PASS: TestPluginPush (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginRemoveError [2022-03-06T08:53:17.227Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginRemove [2022-03-06T08:53:17.227Z] --- PASS: TestPluginRemove (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginSetError [2022-03-06T08:53:17.227Z] --- PASS: TestPluginSetError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPluginSet [2022-03-06T08:53:17.227Z] --- PASS: TestPluginSet (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSetHostHeader [2022-03-06T08:53:17.227Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestPlainTextError [2022-03-06T08:53:17.227Z] --- PASS: TestPlainTextError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestInfiniteError [2022-03-06T08:53:17.227Z] --- PASS: TestInfiniteError (0.06s) [2022-03-06T08:53:17.227Z] === RUN TestCanceledContext [2022-03-06T08:53:17.227Z] 2022/03/06 08:53:15 RoundTripper returned a response & error; ignoring response [2022-03-06T08:53:17.227Z] --- PASS: TestCanceledContext (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestDeadlineExceededContext [2022-03-06T08:53:17.227Z] 2022/03/06 08:53:15 RoundTripper returned a response & error; ignoring response [2022-03-06T08:53:17.227Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretCreateUnsupported [2022-03-06T08:53:17.227Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretCreateError [2022-03-06T08:53:17.227Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretCreate [2022-03-06T08:53:17.227Z] --- PASS: TestSecretCreate (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretInspectUnsupported [2022-03-06T08:53:17.227Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretInspectError [2022-03-06T08:53:17.227Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretInspectSecretNotFound [2022-03-06T08:53:17.227Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretInspectWithEmptyID [2022-03-06T08:53:17.227Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretInspect [2022-03-06T08:53:17.227Z] --- PASS: TestSecretInspect (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretListUnsupported [2022-03-06T08:53:17.227Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretListError [2022-03-06T08:53:17.227Z] --- PASS: TestSecretListError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretList [2022-03-06T08:53:17.227Z] --- PASS: TestSecretList (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretRemoveUnsupported [2022-03-06T08:53:17.227Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretRemoveError [2022-03-06T08:53:17.227Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretRemove [2022-03-06T08:53:17.227Z] --- PASS: TestSecretRemove (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretUpdateUnsupported [2022-03-06T08:53:17.227Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretUpdateError [2022-03-06T08:53:17.227Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSecretUpdate [2022-03-06T08:53:17.227Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceCreateError [2022-03-06T08:53:17.227Z] --- PASS: TestServiceCreateError (0.01s) [2022-03-06T08:53:17.227Z] === RUN TestServiceCreate [2022-03-06T08:53:17.227Z] --- PASS: TestServiceCreate (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-06T08:53:17.227Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceCreateDigestPinning [2022-03-06T08:53:17.227Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceInspectError [2022-03-06T08:53:17.227Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceInspectServiceNotFound [2022-03-06T08:53:17.227Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceInspectWithEmptyID [2022-03-06T08:53:17.227Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceInspect [2022-03-06T08:53:17.227Z] --- PASS: TestServiceInspect (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceListError [2022-03-06T08:53:17.227Z] --- PASS: TestServiceListError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceList [2022-03-06T08:53:17.227Z] --- PASS: TestServiceList (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceLogsError [2022-03-06T08:53:17.227Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceLogs [2022-03-06T08:53:17.227Z] --- PASS: TestServiceLogs (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceRemoveError [2022-03-06T08:53:17.227Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceRemoveNotFoundError [2022-03-06T08:53:17.227Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceRemove [2022-03-06T08:53:17.227Z] --- PASS: TestServiceRemove (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceUpdateError [2022-03-06T08:53:17.227Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestServiceUpdate [2022-03-06T08:53:17.227Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmGetUnlockKeyError [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmGetUnlockKey [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmInitError [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmInit [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmInit (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmInspectError [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmInspect [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmJoinError [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmJoin [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmLeaveError [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmLeave [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmUnlockError [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmUnlock [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmUpdateError [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-06T08:53:17.227Z] === RUN TestSwarmUpdate [2022-03-06T08:53:17.227Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestTaskInspectError [2022-03-06T08:53:17.228Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestTaskInspectWithEmptyID [2022-03-06T08:53:17.228Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestTaskInspect [2022-03-06T08:53:17.228Z] --- PASS: TestTaskInspect (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestTaskListError [2022-03-06T08:53:17.228Z] --- PASS: TestTaskListError (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestTaskList [2022-03-06T08:53:17.228Z] --- PASS: TestTaskList (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestVolumeCreateError [2022-03-06T08:53:17.228Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestVolumeCreate [2022-03-06T08:53:17.228Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestVolumeInspectError [2022-03-06T08:53:17.228Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestVolumeInspectNotFound [2022-03-06T08:53:17.228Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestVolumeInspectWithEmptyID [2022-03-06T08:53:17.228Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestVolumeInspect [2022-03-06T08:53:17.228Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestVolumeListError [2022-03-06T08:53:17.228Z] --- PASS: TestVolumeListError (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestVolumeList [2022-03-06T08:53:17.228Z] --- PASS: TestVolumeList (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestVolumeRemoveError [2022-03-06T08:53:17.228Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-06T08:53:17.228Z] === RUN TestVolumeRemove [2022-03-06T08:53:17.228Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-06T08:53:17.228Z] === CONT TestTLSCloseWriter [2022-03-06T08:53:17.228Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-06T08:53:17.228Z] PASS [2022-03-06T08:53:17.228Z] coverage: 75.2% of statements [2022-03-06T08:53:17.228Z] ok github.com/docker/docker/client 0.605s coverage: 75.2% of statements Post stage [Pipeline] junit [2022-03-06T08:53:17.782Z] Recording test results [2022-03-06T08:53:17.994Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-06T08:53:18.332Z] + echo Ensuring container killed. [2022-03-06T08:53:18.332Z] Ensuring container killed. [2022-03-06T08:53:18.332Z] + docker rm -vf docker-pr4 [2022-03-06T08:53:18.332Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-03-06T08:53:18.536Z] --- PASS: TestDaemonStartWithLogOpt (4.23s) [2022-03-06T08:53:18.536Z] === CONT TestReadPluginNoRead [2022-03-06T08:53:18.607Z] + echo Chowning /workspace to jenkins user [2022-03-06T08:53:18.607Z] Chowning /workspace to jenkins user [2022-03-06T08:53:18.607Z] + id -u [2022-03-06T08:53:18.607Z] + id -g [2022-03-06T08:53:18.607Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43335:/workspace busybox chown -R 1000:1000 /workspace [2022-03-06T08:53:18.607Z] Unable to find image 'busybox:latest' locally [2022-03-06T08:53:18.607Z] latest: Pulling from library/busybox [2022-03-06T08:53:18.864Z] f4731b18983e: Pulling fs layer [2022-03-06T08:53:18.864Z] f4731b18983e: Verifying Checksum [2022-03-06T08:53:18.864Z] f4731b18983e: Download complete [2022-03-06T08:53:18.864Z] f4731b18983e: Pull complete [2022-03-06T08:53:18.864Z] Digest: sha256:966b716a398a975eb9d1487204ae24622ccb785c4a8fad60a977c22ba689dd5c [2022-03-06T08:53:18.864Z] Status: Downloaded newer image for busybox:latest [2022-03-06T08:53:19.103Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-03-06T08:53:19.670Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-06T08:53:20.526Z] + bundleName=arm64-integration [2022-03-06T08:53:20.526Z] + echo Creating arm64-integration-bundles.tar.gz [2022-03-06T08:53:20.526Z] Creating arm64-integration-bundles.tar.gz [2022-03-06T08:53:20.526Z] + 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-06T08:53:20.526Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-06T08:53:20.542Z] Archiving artifacts [2022-03-06T08:53:20.603Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-06T08:53:21.537Z] === RUN TestReadPluginNoRead/default [2022-03-06T08:53:22.375Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43335/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-06T08:53:22.471Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-06T08:53:22.678Z] + make clean [2022-03-06T08:53:22.678Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-06T08:53:22.678Z] docker-dev-cache [2022-03-06T08:53:22.678Z] docker-mod-cache [Pipeline] deleteDir [2022-03-06T08:53:23.402Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-03-06T08:53:23.402Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-06T08:53:23.663Z] --- PASS: TestContinueAfterPluginCrash (9.51s) [2022-03-06T08:53:23.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-06T08:53:24.851Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-03-06T08:53:25.108Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-06T08:53:25.676Z] docker_api_swarm_node_test.go:20: [df00c0f284f89] joining swarm manager [d560caeb49b3b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:53:26.377Z] --- PASS: TestBuildWithHugeFile (97.88s) [2022-03-06T08:53:26.377Z] === RUN TestBuildWCOWSandboxSize [2022-03-06T08:53:26.377Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T08:53:26.377Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-06T08:53:26.377Z] === RUN TestBuildWithEmptyDockerfile [2022-03-06T08:53:26.377Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:53:26.377Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:53:26.377Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:53:26.377Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:53:26.377Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:53:26.377Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:53:26.377Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:53:26.377Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:53:26.377Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:53:26.377Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-06T08:53:26.377Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-06T08:53:26.377Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-06T08:53:26.377Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-06T08:53:26.377Z] === RUN TestBuildPreserveOwnership [2022-03-06T08:53:26.377Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:53:26.377Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-06T08:53:26.377Z] === RUN TestBuildPlatformInvalid [2022-03-06T08:53:26.377Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-06T08:53:26.377Z] PASS [2022-03-06T08:53:26.377Z] ok github.com/docker/docker/integration/build 163.842s [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] === Skipped [2022-03-06T08:53:26.377Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-06T08:53:26.377Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-06T08:53:26.377Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-06T08:53:26.377Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-06T08:53:26.377Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-06T08:53:26.377Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-06T08:53:26.377Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] DONE 29 tests, 6 skipped in 192.213s [2022-03-06T08:53:26.377Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-06T08:53:26.377Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:53:26.377Z] INFO: Testing against a local daemon [2022-03-06T08:53:26.377Z] === RUN TestConfigInspect [2022-03-06T08:53:26.377Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:26.377Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-06T08:53:26.377Z] === RUN TestConfigList [2022-03-06T08:53:26.377Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:26.377Z] --- SKIP: TestConfigList (0.00s) [2022-03-06T08:53:26.377Z] === RUN TestConfigsCreateAndDelete [2022-03-06T08:53:26.377Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:26.377Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-06T08:53:26.377Z] === RUN TestConfigsUpdate [2022-03-06T08:53:26.377Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:26.377Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-06T08:53:26.377Z] === RUN TestTemplatedConfig [2022-03-06T08:53:26.377Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:26.377Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-06T08:53:26.377Z] === RUN TestConfigCreateResolve [2022-03-06T08:53:26.377Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:53:26.377Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-06T08:53:26.377Z] PASS [2022-03-06T08:53:26.377Z] ok github.com/docker/docker/integration/config 0.099s [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] === Skipped [2022-03-06T08:53:26.377Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-06T08:53:26.377Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-06T08:53:26.377Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-06T08:53:26.377Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-06T08:53:26.377Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-06T08:53:26.377Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-06T08:53:26.377Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:53:26.377Z] [2022-03-06T08:53:26.377Z] DONE 6 tests, 6 skipped in 2.050s [2022-03-06T08:53:26.377Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-06T08:53:26.607Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-03-06T08:53:26.607Z] docker_api_swarm_node_test.go:21: [d0e7e227a6fbd] joining swarm manager [d560caeb49b3b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:53:26.865Z] === CONT TestReadPluginNoRead [2022-03-06T08:53:26.865Z] read_test.go:92: [d314cebaee56c] daemon is not started [2022-03-06T08:53:26.865Z] --- PASS: TestReadPluginNoRead (8.34s) [2022-03-06T08:53:26.865Z] --- PASS: TestReadPluginNoRead/default (2.09s) [2022-03-06T08:53:26.865Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.76s) [2022-03-06T08:53:26.865Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.60s) [2022-03-06T08:53:26.865Z] PASS [2022-03-06T08:53:26.865Z] [2022-03-06T08:53:26.865Z] DONE 6 tests in 12.672s [2022-03-06T08:53:26.865Z] 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-06T08:53:26.865Z] ++ 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-06T08:53:26.865Z] ++ set -e [2022-03-06T08:53:26.865Z] ++ '[' -n 0 ']' [2022-03-06T08:53:26.865Z] ++ set -x [2022-03-06T08:53:26.865Z] ++ 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-06T08:53:26.865Z] testing: warning: no tests to run [2022-03-06T08:53:26.865Z] PASS [2022-03-06T08:53:26.865Z] [2022-03-06T08:53:26.865Z] DONE 0 tests in 0.029s [2022-03-06T08:53:26.865Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-06T08:53:26.865Z] ++ 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-06T08:53:26.865Z] ++ set -e [2022-03-06T08:53:26.865Z] ++ '[' -n 0 ']' [2022-03-06T08:53:26.865Z] ++ set -x [2022-03-06T08:53:26.866Z] ++ 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-06T08:53:27.123Z] INFO: Testing against a local daemon [2022-03-06T08:53:27.123Z] === RUN TestPluginWithDevMounts [2022-03-06T08:53:27.123Z] === PAUSE TestPluginWithDevMounts [2022-03-06T08:53:27.123Z] === CONT TestPluginWithDevMounts [2022-03-06T08:53:28.057Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-03-06T08:53:28.743Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:53:28.744Z] INFO: Testing against a local daemon [2022-03-06T08:53:28.744Z] === RUN TestCheckpoint [2022-03-06T08:53:28.744Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T08:53:28.744Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-06T08:53:28.744Z] === RUN TestContainerInvalidJSON [2022-03-06T08:53:28.744Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:53:28.744Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:53:28.744Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:53:28.744Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:53:28.744Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:53:28.744Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:53:28.744Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-06T08:53:28.744Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-06T08:53:28.744Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-06T08:53:28.744Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-06T08:53:28.744Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.22s) [2022-03-06T08:53:28.744Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-06T08:53:28.744Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.20s) [2022-03-06T08:53:28.744Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-06T08:53:28.750Z] --- PASS: TestPluginWithDevMounts (1.60s) [2022-03-06T08:53:28.750Z] PASS [2022-03-06T08:53:28.750Z] [2022-03-06T08:53:28.750Z] DONE 1 tests in 1.707s [2022-03-06T08:53:28.750Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-06T08:53:28.750Z] ++ 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-06T08:53:28.750Z] ++ set -e [2022-03-06T08:53:28.750Z] ++ '[' -n 0 ']' [2022-03-06T08:53:28.750Z] ++ set -x [2022-03-06T08:53:28.750Z] ++ 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-06T08:53:28.750Z] INFO: Testing against a local daemon [2022-03-06T08:53:28.750Z] === RUN TestSecretInspect [2022-03-06T08:53:29.210Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s) [2022-03-06T08:53:29.210Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-06T08:53:29.210Z] --- PASS: TestCopyToContainerPathIsNotDir (0.21s) [2022-03-06T08:53:29.210Z] === RUN TestCopyFromContainer [2022-03-06T08:53:29.210Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:29.210Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-06T08:53:29.210Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-06T08:53:29.210Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:53:29.210Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:53:29.210Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:53:29.210Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:53:29.210Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:53:29.210Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:53:29.210Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:53:29.210Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:53:29.210Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:53:29.210Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-06T08:53:29.210Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-06T08:53:29.210Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-06T08:53:29.210Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-06T08:53:29.210Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-06T08:53:29.210Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-06T08:53:29.210Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-06T08:53:29.210Z] === RUN TestCreateWithInvalidEnv [2022-03-06T08:53:29.210Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-06T08:53:29.210Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-06T08:53:29.210Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-06T08:53:29.210Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-06T08:53:29.210Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-06T08:53:29.210Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-06T08:53:29.210Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-06T08:53:29.210Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-06T08:53:29.210Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-06T08:53:29.210Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-06T08:53:29.210Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-06T08:53:29.210Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-06T08:53:29.210Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-06T08:53:29.210Z] === RUN TestCreateTmpfsMountsTarget [2022-03-06T08:53:29.210Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:29.210Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-06T08:53:29.210Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-06T08:53:29.210Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:53:29.210Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-06T08:53:29.210Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-06T08:53:29.210Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:53:29.210Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-06T08:53:29.210Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-06T08:53:29.210Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:53:29.210Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:53:29.210Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:53:29.210Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:53:29.210Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:53:29.210Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:53:29.210Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:53:29.210Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:53:29.210Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:53:29.210Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:53:29.210Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:53:29.210Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:53:29.210Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:53:29.210Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:53:29.210Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:53:29.210Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-06T08:53:29.210Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2022-03-06T08:53:29.210Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2022-03-06T08:53:29.210Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-06T08:53:29.210Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-06T08:53:29.210Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-06T08:53:29.210Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-06T08:53:29.210Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-06T08:53:29.210Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-06T08:53:29.210Z] === RUN TestCreateDifferentPlatform [2022-03-06T08:53:29.210Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-06T08:53:29.211Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-06T08:53:29.211Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-03-06T08:53:29.211Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-06T08:53:29.211Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-06T08:53:29.211Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-06T08:53:29.211Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.10s) [2022-03-06T08:53:29.211Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-06T08:53:29.211Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-06T08:53:29.211Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-06T08:53:29.211Z] === RUN TestContainerKillOnDaemonStart [2022-03-06T08:53:29.211Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:29.211Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-06T08:53:29.211Z] === RUN TestDiff [2022-03-06T08:53:29.211Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-06T08:53:29.211Z] --- SKIP: TestDiff (0.00s) [2022-03-06T08:53:29.211Z] === RUN TestExecWithCloseStdin [2022-03-06T08:53:29.211Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-06T08:53:29.211Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-03-06T08:53:29.211Z] === RUN TestExec [2022-03-06T08:53:29.315Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-03-06T08:53:30.688Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c62198_} [2022-03-06T08:53:31.255Z] --- PASS: TestSecretInspect (2.43s) [2022-03-06T08:53:31.255Z] === RUN TestSecretList [2022-03-06T08:53:32.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11259878249_/foo_false____} [2022-03-06T08:53:32.989Z] --- PASS: TestExec (3.77s) [2022-03-06T08:53:32.989Z] === RUN TestExecUser [2022-03-06T08:53:32.989Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-06T08:53:32.989Z] --- SKIP: TestExecUser (0.00s) [2022-03-06T08:53:32.989Z] === RUN TestExportContainerAndImportImage [2022-03-06T08:53:32.989Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:32.989Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-06T08:53:32.989Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-06T08:53:32.989Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:32.989Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-06T08:53:32.989Z] === RUN TestHealthCheckWorkdir [2022-03-06T08:53:32.989Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-06T08:53:32.990Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-06T08:53:32.990Z] === RUN TestHealthKillContainer [2022-03-06T08:53:32.990Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-06T08:53:32.990Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-06T08:53:32.990Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-06T08:53:32.990Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-06T08:53:32.990Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-06T08:53:32.990Z] === RUN TestKillContainerInvalidSignal [2022-03-06T08:53:33.560Z] --- PASS: TestSecretList (2.17s) [2022-03-06T08:53:33.560Z] === RUN TestSecretsCreateAndDelete [2022-03-06T08:53:33.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11259878249_/foo_true____} [2022-03-06T08:53:34.930Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33586513329_/foo_false____} [2022-03-06T08:53:35.861Z] --- PASS: TestSecretsCreateAndDelete (2.30s) [2022-03-06T08:53:35.861Z] === RUN TestSecretsUpdate [2022-03-06T08:53:35.926Z] --- PASS: TestKillContainerInvalidSignal (2.64s) [2022-03-06T08:53:35.926Z] === RUN TestKillContainer [2022-03-06T08:53:35.926Z] === RUN TestKillContainer/no_signal [2022-03-06T08:53:36.119Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33586513329_/foo_true____} [2022-03-06T08:53:37.491Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-03-06T08:53:37.491Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33586513329_/foo_true__0xc000c621c8__} [2022-03-06T08:53:38.056Z] --- PASS: TestSecretsUpdate (2.36s) [2022-03-06T08:53:38.056Z] === RUN TestTemplatedSecret [2022-03-06T08:53:38.480Z] --- PASS: TestCheckoutGit (35.63s) [2022-03-06T08:53:38.480Z] === RUN TestValidGitTransport [2022-03-06T08:53:38.480Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-06T08:53:38.480Z] === RUN TestGitInvalidRef [2022-03-06T08:53:38.480Z] --- PASS: TestGitInvalidRef (0.25s) [2022-03-06T08:53:38.480Z] PASS [2022-03-06T08:53:38.480Z] coverage: 86.3% of statements [2022-03-06T08:53:38.480Z] ok github.com/docker/docker/builder/remotecontext/git 35.957s coverage: 86.3% of statements [2022-03-06T08:53:38.480Z] ? github.com/docker/docker/cli [no test files] [2022-03-06T08:53:38.480Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-06T08:53:38.879Z] === RUN TestKillContainer/non_killing_signal [2022-03-06T08:53:38.879Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-06T08:53:38.879Z] === RUN TestKillContainer/killing_signal [2022-03-06T08:53:38.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c621e0_} [2022-03-06T08:53:40.893Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c621f8_} [2022-03-06T08:53:41.151Z] --- PASS: TestTemplatedSecret (3.06s) [2022-03-06T08:53:41.151Z] === RUN TestSecretCreateResolve [2022-03-06T08:53:41.409Z] docker_api_swarm_test.go:502: [dfd7612ea8091] joining swarm manager [d2a0dafcf7bbc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:53:41.826Z] --- PASS: TestKillContainer (6.16s) [2022-03-06T08:53:41.826Z] --- PASS: TestKillContainer/no_signal (2.97s) [2022-03-06T08:53:41.826Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-06T08:53:41.826Z] --- PASS: TestKillContainer/killing_signal (3.16s) [2022-03-06T08:53:41.826Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-06T08:53:41.826Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T08:53:41.826Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-06T08:53:41.826Z] === RUN TestKillStoppedContainer [2022-03-06T08:53:41.826Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T08:53:41.826Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-06T08:53:41.826Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-06T08:53:41.826Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T08:53:41.826Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-06T08:53:41.826Z] === RUN TestKillDifferentUserContainer [2022-03-06T08:53:41.826Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-06T08:53:41.826Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-06T08:53:41.826Z] === RUN TestInspectOomKilledTrue [2022-03-06T08:53:41.826Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:41.826Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-06T08:53:41.826Z] === RUN TestInspectOomKilledFalse [2022-03-06T08:53:41.826Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-06T08:53:41.826Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-06T08:53:41.826Z] === RUN TestLogsFollowTailEmpty [2022-03-06T08:53:42.343Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c62210_} [2022-03-06T08:53:43.242Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-06T08:53:43.242Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-06T08:53:43.242Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-06T08:53:43.242Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-06T08:53:43.242Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-06T08:53:43.242Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-06T08:53:43.242Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-06T08:53:43.242Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-06T08:53:43.242Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-06T08:53:43.242Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-06T08:53:43.242Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-06T08:53:43.242Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-06T08:53:43.243Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-06T08:53:43.243Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-06T08:53:43.243Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-06T08:53:43.243Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-06T08:53:43.243Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-06T08:53:43.243Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-06T08:53:43.243Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-06T08:53:43.243Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-06T08:53:43.243Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-06T08:53:43.243Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.01s) [2022-03-06T08:53:43.243Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-06T08:53:43.243Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-06T08:53:43.243Z] === RUN TestConfigureDaemonLogs [2022-03-06T08:53:43.243Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-06T08:53:43.243Z] === RUN TestCommonOptionsInstallFlags [2022-03-06T08:53:43.243Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-06T08:53:43.243Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-06T08:53:43.243Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-06T08:53:43.243Z] PASS [2022-03-06T08:53:43.243Z] coverage: 18.7% of statements [2022-03-06T08:53:43.243Z] ok github.com/docker/docker/cmd/dockerd 0.236s coverage: 18.7% of statements [2022-03-06T08:53:43.243Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-06T08:53:43.243Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-06T08:53:43.718Z] --- PASS: TestSecretCreateResolve (2.35s) [2022-03-06T08:53:43.718Z] PASS [2022-03-06T08:53:43.718Z] [2022-03-06T08:53:43.718Z] DONE 6 tests in 14.761s [2022-03-06T08:53:43.718Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-06T08:53:43.718Z] ++ 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-06T08:53:43.718Z] ++ set -e [2022-03-06T08:53:43.718Z] ++ '[' -n 0 ']' [2022-03-06T08:53:43.718Z] ++ set -x [2022-03-06T08:53:43.718Z] ++ 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-06T08:53:43.718Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c62228_} [2022-03-06T08:53:43.718Z] INFO: Testing against a local daemon [2022-03-06T08:53:43.718Z] === RUN TestServiceCreateInit [2022-03-06T08:53:43.718Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-06T08:53:44.764Z] --- PASS: TestLogsFollowTailEmpty (2.93s) [2022-03-06T08:53:44.764Z] === RUN TestNetworkNat [2022-03-06T08:53:44.764Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-06T08:53:44.764Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-06T08:53:44.764Z] === RUN TestNetworkLocalhostTCPNat [2022-03-06T08:53:44.815Z] === RUN TestContainerStopSignal [2022-03-06T08:53:44.815Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestContainerStopTimeout [2022-03-06T08:53:44.815Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-06T08:53:44.815Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-06T08:53:44.815Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-06T08:53:44.815Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-06T08:53:44.815Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestReplaceAndAppendEnvVars [2022-03-06T08:53:44.815Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-06T08:53:44.815Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestNewMemoryStore [2022-03-06T08:53:44.815Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestAddContainers [2022-03-06T08:53:44.815Z] --- PASS: TestAddContainers (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestGetContainer [2022-03-06T08:53:44.815Z] --- PASS: TestGetContainer (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestDeleteContainer [2022-03-06T08:53:44.815Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestListContainers [2022-03-06T08:53:44.815Z] --- PASS: TestListContainers (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestFirstContainer [2022-03-06T08:53:44.815Z] --- PASS: TestFirstContainer (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestApplyAllContainer [2022-03-06T08:53:44.815Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestIsValidHealthString [2022-03-06T08:53:44.815Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestStateRunStop [2022-03-06T08:53:44.815Z] --- PASS: TestStateRunStop (0.00s) [2022-03-06T08:53:44.815Z] === RUN TestStateTimeoutWait [2022-03-06T08:53:45.105Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-06T08:53:45.284Z] state_test.go:141: Stop callback fired [2022-03-06T08:53:45.284Z] state_test.go:165: Stop callback fired [2022-03-06T08:53:45.284Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-06T08:53:45.284Z] === RUN TestIsValidStateString [2022-03-06T08:53:45.284Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-06T08:53:45.284Z] === RUN TestViewSaveDelete [2022-03-06T08:53:45.284Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-06T08:53:45.284Z] === RUN TestViewAll [2022-03-06T08:53:45.284Z] --- PASS: TestViewAll (0.02s) [2022-03-06T08:53:45.284Z] === RUN TestViewGet [2022-03-06T08:53:45.284Z] --- PASS: TestViewGet (0.01s) [2022-03-06T08:53:45.284Z] === RUN TestNames [2022-03-06T08:53:45.284Z] --- PASS: TestNames (0.00s) [2022-03-06T08:53:45.284Z] === RUN TestViewWithHealthCheck [2022-03-06T08:53:45.284Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-06T08:53:45.284Z] PASS [2022-03-06T08:53:45.284Z] coverage: 41.5% of statements [2022-03-06T08:53:45.284Z] ok github.com/docker/docker/container 0.308s coverage: 41.5% of statements [2022-03-06T08:53:45.284Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-06T08:53:45.284Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-06T08:53:45.284Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-06T08:53:45.284Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-06T08:53:46.037Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-06T08:53:46.037Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-06T08:53:46.037Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-06T08:53:46.037Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-06T08:53:46.037Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-06T08:53:46.037Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-06T08:53:46.037Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-06T08:53:46.037Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-06T08:53:46.273Z] === RUN TestPrepare [2022-03-06T08:53:46.273Z] --- PASS: TestPrepare (0.00s) [2022-03-06T08:53:46.273Z] === RUN TestStart [2022-03-06T08:53:46.273Z] --- PASS: TestStart (0.00s) [2022-03-06T08:53:46.273Z] === RUN TestWaitCancel [2022-03-06T08:53:46.273Z] --- PASS: TestWaitCancel (0.00s) [2022-03-06T08:53:46.273Z] === RUN TestWaitDisabled [2022-03-06T08:53:46.273Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-06T08:53:46.273Z] === RUN TestWaitEnabled [2022-03-06T08:53:46.273Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-06T08:53:46.273Z] === RUN TestRemove [2022-03-06T08:53:46.273Z] --- PASS: TestRemove (0.00s) [2022-03-06T08:53:46.273Z] PASS [2022-03-06T08:53:46.273Z] coverage: 65.3% of statements [2022-03-06T08:53:46.273Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.069s coverage: 65.3% of statements [2022-03-06T08:53:46.294Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-06T08:53:46.294Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-06T08:53:46.294Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-06T08:53:46.294Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-03-06T08:53:46.294Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-03-06T08:53:46.294Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-03-06T08:53:46.294Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-03-06T08:53:46.294Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-03-06T08:53:46.294Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-03-06T08:53:46.294Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-06T08:53:47.666Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-06T08:53:48.490Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-06T08:53:48.490Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-06T08:53:48.490Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-06T08:53:48.490Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-06T08:53:48.490Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-06T08:53:48.490Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-06T08:53:48.490Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-06T08:53:48.490Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-06T08:53:48.490Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-06T08:53:48.490Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-06T08:53:48.490Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-06T08:53:48.490Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-06T08:53:48.490Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-06T08:53:48.490Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-06T08:53:48.490Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-06T08:53:48.544Z] --- PASS: TestNetworkLocalhostTCPNat (3.80s) [2022-03-06T08:53:48.544Z] === RUN TestNetworkLoopbackNat [2022-03-06T08:53:48.544Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-06T08:53:48.544Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-06T08:53:48.544Z] === RUN TestPause [2022-03-06T08:53:48.544Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-06T08:53:48.544Z] --- SKIP: TestPause (0.00s) [2022-03-06T08:53:48.544Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-06T08:53:48.596Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-06T08:53:48.959Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-06T08:53:48.959Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-06T08:53:48.959Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-06T08:53:48.959Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-06T08:53:48.959Z] PASS [2022-03-06T08:53:48.959Z] coverage: 35.9% of statements [2022-03-06T08:53:48.959Z] ok github.com/docker/docker/daemon/cluster/convert 0.440s coverage: 35.9% of statements [2022-03-06T08:53:48.959Z] === RUN TestNewListSecretsFilters [2022-03-06T08:53:48.959Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-06T08:53:48.959Z] === RUN TestNewListConfigsFilters [2022-03-06T08:53:48.959Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-06T08:53:48.959Z] PASS [2022-03-06T08:53:48.959Z] coverage: 0.5% of statements [2022-03-06T08:53:48.959Z] ok github.com/docker/docker/daemon/cluster 1.220s coverage: 0.5% of statements [2022-03-06T08:53:49.238Z] --- PASS: TestBuildWithHugeFile (108.36s) [2022-03-06T08:53:49.238Z] === RUN TestBuildWCOWSandboxSize [2022-03-06T08:53:49.238Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T08:53:49.238Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-06T08:53:49.238Z] === RUN TestBuildWithEmptyDockerfile [2022-03-06T08:53:49.238Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:53:49.238Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:53:49.239Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:53:49.239Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:53:49.239Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:53:49.239Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:53:49.239Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T08:53:49.239Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T08:53:49.239Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T08:53:49.239Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-03-06T08:53:49.239Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-06T08:53:49.239Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-06T08:53:49.239Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-06T08:53:49.239Z] === RUN TestBuildPreserveOwnership [2022-03-06T08:53:49.239Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:53:49.239Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestBuildPlatformInvalid [2022-03-06T08:53:49.239Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-03-06T08:53:49.239Z] PASS [2022-03-06T08:53:49.239Z] ok github.com/docker/docker/integration/build 170.368s [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] === Skipped [2022-03-06T08:53:49.239Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-06T08:53:49.239Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-06T08:53:49.239Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-06T08:53:49.239Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-06T08:53:49.239Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-06T08:53:49.239Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-06T08:53:49.239Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] DONE 29 tests, 6 skipped in 198.971s [2022-03-06T08:53:49.239Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-06T08:53:49.239Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:53:49.239Z] INFO: Testing against a local daemon [2022-03-06T08:53:49.239Z] === RUN TestConfigInspect [2022-03-06T08:53:49.239Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestConfigList [2022-03-06T08:53:49.239Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] --- SKIP: TestConfigList (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestConfigsCreateAndDelete [2022-03-06T08:53:49.239Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestConfigsUpdate [2022-03-06T08:53:49.239Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestTemplatedConfig [2022-03-06T08:53:49.239Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestConfigCreateResolve [2022-03-06T08:53:49.239Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:53:49.239Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-06T08:53:49.239Z] PASS [2022-03-06T08:53:49.239Z] ok github.com/docker/docker/integration/config 0.095s [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] === Skipped [2022-03-06T08:53:49.239Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-06T08:53:49.239Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-06T08:53:49.239Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-06T08:53:49.239Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-06T08:53:49.239Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-06T08:53:49.239Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-06T08:53:49.239Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:53:49.239Z] [2022-03-06T08:53:49.239Z] DONE 6 tests, 6 skipped in 2.036s [2022-03-06T08:53:49.239Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-06T08:53:49.239Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:53:49.239Z] INFO: Testing against a local daemon [2022-03-06T08:53:49.239Z] === RUN TestCheckpoint [2022-03-06T08:53:49.239Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T08:53:49.239Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestContainerInvalidJSON [2022-03-06T08:53:49.239Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:53:49.239Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:53:49.239Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:53:49.239Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:53:49.239Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T08:53:49.239Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-06T08:53:49.239Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-03-06T08:53:49.239Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-06T08:53:49.239Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-06T08:53:49.239Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.23s) [2022-03-06T08:53:49.239Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-06T08:53:49.239Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.24s) [2022-03-06T08:53:49.239Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-06T08:53:49.239Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.23s) [2022-03-06T08:53:49.239Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-06T08:53:49.239Z] --- PASS: TestCopyToContainerPathIsNotDir (0.23s) [2022-03-06T08:53:49.239Z] === RUN TestCopyFromContainer [2022-03-06T08:53:49.239Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-06T08:53:49.239Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:53:49.239Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:53:49.239Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:53:49.239Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:53:49.239Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:53:49.239Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:53:49.239Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T08:53:49.239Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T08:53:49.239Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T08:53:49.239Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-06T08:53:49.239Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-06T08:53:49.239Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestCreateWithInvalidEnv [2022-03-06T08:53:49.239Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-06T08:53:49.239Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-06T08:53:49.239Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-06T08:53:49.239Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-06T08:53:49.239Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-06T08:53:49.239Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-06T08:53:49.239Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-06T08:53:49.239Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-06T08:53:49.239Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-06T08:53:49.239Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestCreateTmpfsMountsTarget [2022-03-06T08:53:49.239Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-06T08:53:49.239Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:53:49.239Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-06T08:53:49.239Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:53:49.239Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-06T08:53:49.239Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:53:49.239Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:53:49.239Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:53:49.239Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:53:49.239Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:53:49.239Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:53:49.239Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:53:49.239Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:53:49.239Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:53:49.239Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:53:49.239Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T08:53:49.239Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T08:53:49.239Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T08:53:49.239Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T08:53:49.239Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T08:53:49.239Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-06T08:53:49.239Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-06T08:53:49.239Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestCreateDifferentPlatform [2022-03-06T08:53:49.239Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-06T08:53:49.239Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-06T08:53:49.239Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-06T08:53:49.239Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-06T08:53:49.239Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2022-03-06T08:53:49.239Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-06T08:53:49.239Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-06T08:53:49.239Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-06T08:53:49.239Z] === RUN TestContainerKillOnDaemonStart [2022-03-06T08:53:49.239Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:49.239Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestDiff [2022-03-06T08:53:49.239Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-06T08:53:49.239Z] --- SKIP: TestDiff (0.00s) [2022-03-06T08:53:49.239Z] === RUN TestExecWithCloseStdin [2022-03-06T08:53:49.239Z] --- PASS: TestExecWithCloseStdin (2.44s) [2022-03-06T08:53:49.239Z] === RUN TestExec [2022-03-06T08:53:49.970Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-06T08:53:51.405Z] --- PASS: TestExec (2.27s) [2022-03-06T08:53:51.405Z] === RUN TestExecUser [2022-03-06T08:53:51.405Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-06T08:53:51.405Z] --- SKIP: TestExecUser (0.00s) [2022-03-06T08:53:51.405Z] === RUN TestExportContainerAndImportImage [2022-03-06T08:53:51.405Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:51.405Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-06T08:53:51.405Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-06T08:53:51.405Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:51.405Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-06T08:53:51.405Z] === RUN TestHealthCheckWorkdir [2022-03-06T08:53:51.405Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-06T08:53:51.405Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-06T08:53:51.405Z] === RUN TestHealthKillContainer [2022-03-06T08:53:51.405Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-06T08:53:51.405Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-06T08:53:51.405Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-06T08:53:51.405Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-06T08:53:51.405Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-06T08:53:51.405Z] === RUN TestKillContainerInvalidSignal [2022-03-06T08:53:51.870Z] --- PASS: TestServiceCreateInit (8.42s) [2022-03-06T08:53:51.870Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.17s) [2022-03-06T08:53:51.870Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.23s) [2022-03-06T08:53:51.870Z] === RUN TestCreateServiceMultipleTimes [2022-03-06T08:53:51.919Z] === RUN TestBuilderGC [2022-03-06T08:53:51.919Z] --- PASS: TestBuilderGC (0.00s) [2022-03-06T08:53:51.919Z] === RUN TestDaemonConfigurationNotFound [2022-03-06T08:53:51.919Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-06T08:53:51.919Z] === RUN TestDaemonBrokenConfiguration [2022-03-06T08:53:51.919Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-06T08:53:51.919Z] === RUN TestFindConfigurationConflicts [2022-03-06T08:53:51.919Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-06T08:53:51.919Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-06T08:53:51.919Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-06T08:53:51.919Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-06T08:53:51.919Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-06T08:53:51.919Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-06T08:53:51.919Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-06T08:53:51.919Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-06T08:53:51.919Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-06T08:53:51.919Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-06T08:53:51.919Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-06T08:53:51.919Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-06T08:53:51.919Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-06T08:53:51.919Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-06T08:53:51.919Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-06T08:53:51.919Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-03-06T08:53:51.919Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-06T08:53:51.919Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-06T08:53:51.919Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-06T08:53:51.919Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-06T08:53:51.919Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-06T08:53:51.919Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-06T08:53:51.919Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-06T08:53:51.919Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-06T08:53:51.919Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-06T08:53:51.919Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-06T08:53:51.919Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-06T08:53:51.919Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-06T08:53:52.129Z] docker_api_swarm_test.go:507: [d096593e2c4b6] joining swarm manager [d2a0dafcf7bbc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:53:52.323Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.04s) [2022-03-06T08:53:52.323Z] === RUN TestPauseStopPausedContainer [2022-03-06T08:53:52.323Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:52.323Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-06T08:53:52.323Z] === RUN TestPsFilter [2022-03-06T08:53:52.323Z] --- PASS: TestPsFilter (0.27s) [2022-03-06T08:53:52.323Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-06T08:53:52.388Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-06T08:53:52.389Z] === RUN TestValidateConfiguration [2022-03-06T08:53:52.389Z] === RUN TestValidateConfiguration/with_label [2022-03-06T08:53:52.389Z] === RUN TestValidateConfiguration/with_dns [2022-03-06T08:53:52.389Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-06T08:53:52.389Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-06T08:53:52.389Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-06T08:53:52.389Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-06T08:53:52.389Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-06T08:53:52.389Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-06T08:53:52.389Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-06T08:53:52.389Z] === RUN TestReloadSetConfigFileNotExist [2022-03-06T08:53:52.389Z] time="2022-03-06T08:53:51Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-06T08:53:52.389Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-03-06T08:53:52.389Z] === RUN TestReloadDefaultConfigNotExist [2022-03-06T08:53:52.389Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:53:52.389Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-03-06T08:53:52.389Z] === RUN TestReloadBadDefaultConfig [2022-03-06T08:53:52.389Z] time="2022-03-06T08:53:51Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1153144879" [2022-03-06T08:53:52.389Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-06T08:53:52.389Z] === RUN TestReloadWithConflictingLabels [2022-03-06T08:53:52.389Z] time="2022-03-06T08:53:51Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3012136610" [2022-03-06T08:53:52.389Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-06T08:53:52.389Z] === RUN TestReloadWithDuplicateLabels [2022-03-06T08:53:52.389Z] time="2022-03-06T08:53:51Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2036936898" [2022-03-06T08:53:52.389Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-06T08:53:52.389Z] === RUN TestMaskURLCredentials [2022-03-06T08:53:52.389Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-06T08:53:52.389Z] === RUN TestDaemonConfigurationMerge [2022-03-06T08:53:52.389Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-06T08:53:52.389Z] PASS [2022-03-06T08:53:52.389Z] coverage: 79.2% of statements [2022-03-06T08:53:52.389Z] ok github.com/docker/docker/daemon/config 0.357s coverage: 79.2% of statements [2022-03-06T08:53:52.858Z] === RUN TestEventsLog [2022-03-06T08:53:52.858Z] --- PASS: TestEventsLog (0.00s) [2022-03-06T08:53:52.858Z] === RUN TestEventsLogTimeout [2022-03-06T08:53:52.858Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-06T08:53:52.858Z] === RUN TestLogEvents [2022-03-06T08:53:52.858Z] --- PASS: TestLogEvents (0.05s) [2022-03-06T08:53:52.858Z] === RUN TestLoadBufferedEvents [2022-03-06T08:53:52.858Z] === RUN TestWaitNodeAttachment [2022-03-06T08:53:52.858Z] --- PASS: TestLoadBufferedEvents (0.16s) [2022-03-06T08:53:52.858Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-06T08:53:52.858Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-06T08:53:52.858Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-06T08:53:52.858Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-06T08:53:52.858Z] PASS [2022-03-06T08:53:52.858Z] coverage: 50.0% of statements [2022-03-06T08:53:52.858Z] ok github.com/docker/docker/daemon/events 0.323s coverage: 50.0% of statements [2022-03-06T08:53:52.941Z] --- PASS: TestKillContainerInvalidSignal (2.10s) [2022-03-06T08:53:52.941Z] === RUN TestKillContainer [2022-03-06T08:53:52.941Z] === RUN TestKillContainer/no_signal [2022-03-06T08:53:53.323Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-06T08:53:53.328Z] --- PASS: TestWaitNodeAttachment (0.42s) [2022-03-06T08:53:53.328Z] === RUN TestIsolationConversion [2022-03-06T08:53:53.328Z] === RUN TestIsolationConversion/default [2022-03-06T08:53:53.328Z] === RUN TestIsolationConversion/process [2022-03-06T08:53:53.328Z] === RUN TestIsolationConversion/hyperv [2022-03-06T08:53:53.328Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-06T08:53:53.328Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-06T08:53:53.328Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-06T08:53:53.328Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-06T08:53:53.328Z] === RUN TestContainerLabels [2022-03-06T08:53:53.328Z] --- PASS: TestContainerLabels (0.00s) [2022-03-06T08:53:53.328Z] === RUN TestCredentialSpecConversion [2022-03-06T08:53:53.328Z] === RUN TestCredentialSpecConversion/none [2022-03-06T08:53:53.328Z] === RUN TestCredentialSpecConversion/config [2022-03-06T08:53:53.328Z] === RUN TestCredentialSpecConversion/file [2022-03-06T08:53:53.328Z] === RUN TestCredentialSpecConversion/registry [2022-03-06T08:53:53.328Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-06T08:53:53.328Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-06T08:53:53.328Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-06T08:53:53.328Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-06T08:53:53.328Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-06T08:53:53.328Z] === RUN TestControllerValidateMountBind [2022-03-06T08:53:53.328Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-06T08:53:53.328Z] === RUN TestControllerValidateMountVolume [2022-03-06T08:53:53.328Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-06T08:53:53.328Z] === RUN TestControllerValidateMountTarget [2022-03-06T08:53:53.328Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-06T08:53:53.328Z] === RUN TestControllerValidateMountTmpfs [2022-03-06T08:53:53.328Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-06T08:53:53.328Z] === RUN TestControllerValidateMountInvalidType [2022-03-06T08:53:53.328Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-06T08:53:53.328Z] === RUN TestControllerValidateMountNamedPipe [2022-03-06T08:53:53.328Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-06T08:53:53.328Z] PASS [2022-03-06T08:53:53.328Z] coverage: 11.0% of statements [2022-03-06T08:53:53.328Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.669s coverage: 11.0% of statements [2022-03-06T08:53:53.581Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-06T08:53:53.797Z] === RUN TestIsEmptyDir [2022-03-06T08:53:53.797Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-06T08:53:53.797Z] PASS [2022-03-06T08:53:53.797Z] coverage: 2.3% of statements [2022-03-06T08:53:53.797Z] ok github.com/docker/docker/daemon/graphdriver 0.081s coverage: 2.3% of statements [2022-03-06T08:53:54.269Z] === RUN TestVerifyNetworkingConfig [2022-03-06T08:53:54.269Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestGetContainer [2022-03-06T08:53:54.269Z] --- PASS: TestGetContainer (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestValidContainerNames [2022-03-06T08:53:54.269Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestContainerInitDNS [2022-03-06T08:53:54.269Z] daemon_test.go:145: root required [2022-03-06T08:53:54.269Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestMerge [2022-03-06T08:53:54.269Z] --- PASS: TestMerge (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestValidateContainerIsolation [2022-03-06T08:53:54.269Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestFindNetworkErrorType [2022-03-06T08:53:54.269Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestEnsureServicesExist [2022-03-06T08:53:54.269Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestEnsureServicesExistErrors [2022-03-06T08:53:54.269Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-06T08:53:54.269Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-06T08:53:54.269Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-06T08:53:54.269Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-06T08:53:54.269Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-06T08:53:54.269Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-06T08:53:54.269Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestContainerDelete [2022-03-06T08:53:54.269Z] --- PASS: TestContainerDelete (0.01s) [2022-03-06T08:53:54.269Z] === RUN TestContainerDoubleDelete [2022-03-06T08:53:54.269Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestLogContainerEventCopyLabels [2022-03-06T08:53:54.269Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestLogContainerEventWithAttributes [2022-03-06T08:53:54.269Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestNoneHealthcheck [2022-03-06T08:53:54.269Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-06T08:53:54.269Z] === RUN TestHealthStates [2022-03-06T08:53:54.516Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-06T08:53:54.738Z] === RUN TestLinkNaming [2022-03-06T08:53:54.738Z] --- PASS: TestLinkNaming (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestLinkNew [2022-03-06T08:53:54.738Z] --- PASS: TestLinkNew (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestLinkEnv [2022-03-06T08:53:54.738Z] --- PASS: TestLinkEnv (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestLinkMultipleEnv [2022-03-06T08:53:54.738Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestLinkPortRangeEnv [2022-03-06T08:53:54.738Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-06T08:53:54.738Z] PASS [2022-03-06T08:53:54.738Z] coverage: 93.0% of statements [2022-03-06T08:53:54.738Z] ok github.com/docker/docker/daemon/links 0.048s coverage: 93.0% of statements [2022-03-06T08:53:54.738Z] time="2022-03-06T08:53:54Z" 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-06T08:53:54.738Z] time="2022-03-06T08:53:54Z" 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-06T08:53:54.738Z] time="2022-03-06T08:53:54Z" 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-06T08:53:54.738Z] time="2022-03-06T08:53:54Z" 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-06T08:53:54.738Z] time="2022-03-06T08:53:54Z" 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-06T08:53:54.738Z] time="2022-03-06T08:53:54Z" 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-06T08:53:54.738Z] time="2022-03-06T08:53:54Z" 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-06T08:53:54.738Z] time="2022-03-06T08:53:54Z" 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-06T08:53:54.738Z] time="2022-03-06T08:53:54Z" 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-06T08:53:54.738Z] time="2022-03-06T08:53:54Z" 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-06T08:53:54.738Z] --- PASS: TestHealthStates (0.20s) [2022-03-06T08:53:54.738Z] === RUN TestGetInspectData [2022-03-06T08:53:54.738Z] --- PASS: TestGetInspectData (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestFillLicense [2022-03-06T08:53:54.738Z] --- PASS: TestFillLicense (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestListInvalidFilter [2022-03-06T08:53:54.738Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestNameFilter [2022-03-06T08:53:54.738Z] --- PASS: TestNameFilter (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-06T08:53:54.738Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-06T08:53:54.738Z] === 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-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-06T08:53:54.738Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-06T08:53:54.738Z] --- 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-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-06T08:53:54.738Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestDaemonReloadLabels [2022-03-06T08:53:54.738Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-06T08:53:54.738Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestDaemonReloadMirrors [2022-03-06T08:53:54.738Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-06T08:53:54.738Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-06T08:53:54.738Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-06T08:53:54.738Z] reload_test.go:342: root required [2022-03-06T08:53:54.738Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-06T08:53:54.738Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-03-06T08:53:54.738Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-06T08:53:54.738Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-03-06T08:53:54.738Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-06T08:53:54.738Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-03-06T08:53:54.738Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-06T08:53:54.738Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2022-03-06T08:53:54.738Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-06T08:53:54.738Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-06T08:53:54.738Z] === RUN TestParseVolumesFrom [2022-03-06T08:53:54.738Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-06T08:53:54.738Z] PASS [2022-03-06T08:53:54.738Z] coverage: 8.6% of statements [2022-03-06T08:53:54.738Z] ok github.com/docker/docker/daemon 0.474s coverage: 8.6% of statements [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-06T08:53:54.738Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-06T08:53:55.084Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-03-06T08:53:55.103Z] === RUN TestKillContainer/non_killing_signal [2022-03-06T08:53:55.103Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-06T08:53:55.103Z] === RUN TestKillContainer/killing_signal [2022-03-06T08:53:55.197Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-06T08:53:55.197Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-06T08:53:55.197Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-06T08:53:55.197Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-06T08:53:55.197Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-03-06T08:53:55.197Z] remote: Enumerating objects: 23, done. [2022-03-06T08:53:55.197Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-03-06T08:53:55.197Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-03-06T08:53:55.197Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-03-06T08:53:55.197Z] 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-06T08:53:55.197Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-03-06T08:53:55.197Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-03-06T08:53:55.197Z] Cross building: bundles/cross/linux/ppc64le [2022-03-06T08:53:55.197Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-06T08:53:55.197Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-06T08:53:55.263Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.89s) [2022-03-06T08:53:55.263Z] === RUN TestRemoveContainerWithVolume [2022-03-06T08:53:56.020Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-06T08:53:56.584Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-06T08:53:56.957Z] === RUN TestAdapterReadLogs [2022-03-06T08:53:56.957Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-06T08:53:56.957Z] === RUN TestCopier [2022-03-06T08:53:56.957Z] --- PASS: TestCopier (0.00s) [2022-03-06T08:53:56.957Z] === RUN TestCopierLongLines [2022-03-06T08:53:56.957Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-06T08:53:56.957Z] === RUN TestCopierSlow [2022-03-06T08:53:56.957Z] --- PASS: TestCopierSlow (0.20s) [2022-03-06T08:53:56.957Z] === RUN TestCopierWithSized [2022-03-06T08:53:56.957Z] === RUN TestCopierWithSized/as_is [2022-03-06T08:53:56.957Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-06T08:53:56.957Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-06T08:53:56.957Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-03-06T08:53:56.957Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-06T08:53:56.957Z] === RUN TestCopierWithPartial [2022-03-06T08:53:56.957Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-06T08:53:56.957Z] === RUN TestRingLogger [2022-03-06T08:53:56.957Z] --- PASS: TestRingLogger (0.00s) [2022-03-06T08:53:56.957Z] === RUN TestRingCap [2022-03-06T08:53:56.957Z] --- PASS: TestRingCap (0.00s) [2022-03-06T08:53:56.957Z] === RUN TestRingClose [2022-03-06T08:53:56.957Z] --- PASS: TestRingClose (0.00s) [2022-03-06T08:53:56.957Z] === RUN TestRingDrain [2022-03-06T08:53:56.957Z] --- PASS: TestRingDrain (0.00s) [2022-03-06T08:53:56.957Z] PASS [2022-03-06T08:53:56.957Z] coverage: 43.2% of statements [2022-03-06T08:53:56.957Z] ok github.com/docker/docker/daemon/logger 0.276s coverage: 43.2% of statements [2022-03-06T08:53:57.426Z] === RUN TestNewStreamConfig [2022-03-06T08:53:57.426Z] === RUN TestNewStreamConfig/defaults [2022-03-06T08:53:57.426Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-06T08:53:57.426Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-06T08:53:57.426Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-06T08:53:57.426Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-06T08:53:57.426Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-06T08:53:57.426Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-06T08:53:57.426Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-06T08:53:57.426Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-06T08:53:57.426Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-06T08:53:57.426Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-06T08:53:57.426Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-06T08:53:57.426Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-06T08:53:57.426Z] time="2022-03-06T08:53:57Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-06T08:53:57.426Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.18s) [2022-03-06T08:53:57.426Z] === RUN TestCreateSuccess [2022-03-06T08:53:57.426Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestCreateStreamSkipped [2022-03-06T08:53:57.426Z] time="2022-03-06T08:53:57Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-06T08:53:57.426Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestCreateLogGroupSuccess [2022-03-06T08:53:57.426Z] time="2022-03-06T08:53:57Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-06T08:53:57.426Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestCreateError [2022-03-06T08:53:57.426Z] --- PASS: TestCreateError (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestCreateAlreadyExists [2022-03-06T08:53:57.426Z] time="2022-03-06T08:53:57Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-06T08:53:57.426Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestLogClosed [2022-03-06T08:53:57.426Z] --- PASS: TestLogClosed (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestLogBlocking [2022-03-06T08:53:57.426Z] --- PASS: TestLogBlocking (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-06T08:53:57.426Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestLogNonBlockingBufferFull [2022-03-06T08:53:57.426Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestPublishBatchSuccess [2022-03-06T08:53:57.426Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestPublishBatchError [2022-03-06T08:53:57.426Z] time="2022-03-06T08:53:57Z" level=error msg=error [2022-03-06T08:53:57.426Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-06T08:53:57.426Z] time="2022-03-06T08:53:57Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-06T08:53:57.426Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-06T08:53:57.426Z] time="2022-03-06T08:53:57Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-06T08:53:57.426Z] time="2022-03-06T08:53:57Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-06T08:53:57.426Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchSimple [2022-03-06T08:53:57.426Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchTicker [2022-03-06T08:53:57.426Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchMultilinePattern [2022-03-06T08:53:57.426Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-06T08:53:57.426Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-06T08:53:57.426Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-06T08:53:57.426Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchClose [2022-03-06T08:53:57.426Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestEffectiveLen [2022-03-06T08:53:57.426Z] === RUN TestEffectiveLen/0/Hello [2022-03-06T08:53:57.426Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-06T08:53:57.426Z] === RUN TestEffectiveLen/2/🙃 [2022-03-06T08:53:57.426Z] === RUN TestEffectiveLen/3/���� [2022-03-06T08:53:57.426Z] === RUN TestEffectiveLen/4/He��o [2022-03-06T08:53:57.426Z] === RUN TestEffectiveLen/5/ [2022-03-06T08:53:57.426Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestFindValidSplit [2022-03-06T08:53:57.426Z] === RUN TestFindValidSplit/0/ [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1076: [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1077: [2022-03-06T08:53:57.426Z] === RUN TestFindValidSplit/1/Hello [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1076: Hello [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1077: [2022-03-06T08:53:57.426Z] === RUN TestFindValidSplit/2/Hello [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1076: He [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1077: llo [2022-03-06T08:53:57.426Z] === RUN TestFindValidSplit/3/Hello [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1076: [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1077: Hello [2022-03-06T08:53:57.426Z] === RUN TestFindValidSplit/4/🙃 [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1076: [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-06T08:53:57.426Z] === RUN TestFindValidSplit/5/🙃 [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1077: [2022-03-06T08:53:57.426Z] === RUN TestFindValidSplit/6/a� [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1076: a [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1077: � [2022-03-06T08:53:57.426Z] === RUN TestFindValidSplit/7/a� [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1076: a� [2022-03-06T08:53:57.426Z] cloudwatchlogs_test.go:1077: [2022-03-06T08:53:57.426Z] === RUN TestValidateLogOptReconnectInterval [2022-03-06T08:53:57.426Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-06T08:53:57.426Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-06T08:53:57.426Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-06T08:53:57.426Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-06T08:53:57.426Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-06T08:53:57.426Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-06T08:53:57.426Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-06T08:53:57.426Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-06T08:53:57.426Z] PASS [2022-03-06T08:53:57.426Z] coverage: 33.6% of statements [2022-03-06T08:53:57.426Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-06T08:53:57.426Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestProcessEventEmoji [2022-03-06T08:53:57.426Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchLineSplit [2022-03-06T08:53:57.426Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-06T08:53:57.426Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchMaxEvents [2022-03-06T08:53:57.426Z] ok github.com/docker/docker/daemon/logger/fluentd 0.105s coverage: 33.6% of statements [2022-03-06T08:53:57.426Z] === RUN TestSearchRegistryForImagesErrors [2022-03-06T08:53:57.426Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestSearchRegistryForImages [2022-03-06T08:53:57.426Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestOnlyPlatformWithFallback [2022-03-06T08:53:57.426Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-06T08:53:57.426Z] === RUN TestImageDelete [2022-03-06T08:53:57.426Z] --- PASS: TestCollectBatchMaxEvents (0.05s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-06T08:53:57.426Z] === RUN TestImageDelete/no_lease [2022-03-06T08:53:57.426Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-06T08:53:57.426Z] === RUN TestImageDelete/lease_exists [2022-03-06T08:53:57.426Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-06T08:53:57.426Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-06T08:53:57.516Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-06T08:53:57.895Z] --- PASS: TestImageDelete (0.06s) [2022-03-06T08:53:57.896Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-06T08:53:57.896Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-06T08:53:57.896Z] === RUN TestContentStoreForPull [2022-03-06T08:53:57.896Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-03-06T08:53:57.896Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-06T08:53:57.896Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-06T08:53:57.896Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-06T08:53:57.896Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-06T08:53:57.896Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-06T08:53:57.896Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-06T08:53:57.896Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-06T08:53:57.896Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-06T08:53:57.896Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-06T08:53:57.896Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-06T08:53:57.896Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsFormat [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-06T08:53:57.896Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-06T08:53:57.896Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-06T08:53:57.896Z] === RUN TestCreateTagSuccess [2022-03-06T08:53:57.896Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-06T08:53:57.896Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-06T08:53:57.896Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-06T08:53:57.896Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-06T08:53:57.896Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-06T08:53:57.896Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-06T08:53:57.896Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-06T08:53:57.896Z] PASS [2022-03-06T08:53:57.896Z] coverage: 79.9% of statements [2022-03-06T08:53:57.896Z] ok github.com/docker/docker/daemon/logger/awslogs 0.446s coverage: 79.9% of statements [2022-03-06T08:53:57.896Z] --- PASS: TestContentStoreForPull (0.23s) [2022-03-06T08:53:57.896Z] PASS [2022-03-06T08:53:57.896Z] coverage: 6.8% of statements [2022-03-06T08:53:57.896Z] ok github.com/docker/docker/daemon/images 0.477s coverage: 6.8% of statements [2022-03-06T08:53:57.896Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-06T08:53:57.896Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-06T08:53:57.896Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-06T08:53:57.896Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-06T08:53:57.896Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-06T08:53:57.896Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-06T08:53:58.038Z] --- PASS: TestKillContainer (4.68s) [2022-03-06T08:53:58.038Z] --- PASS: TestKillContainer/no_signal (2.01s) [2022-03-06T08:53:58.038Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-06T08:53:58.038Z] --- PASS: TestKillContainer/killing_signal (2.64s) [2022-03-06T08:53:58.038Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-06T08:53:58.038Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T08:53:58.038Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-06T08:53:58.038Z] === RUN TestKillStoppedContainer [2022-03-06T08:53:58.038Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T08:53:58.038Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-06T08:53:58.038Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-06T08:53:58.038Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T08:53:58.038Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-06T08:53:58.038Z] === RUN TestKillDifferentUserContainer [2022-03-06T08:53:58.038Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-06T08:53:58.038Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-06T08:53:58.038Z] === RUN TestInspectOomKilledTrue [2022-03-06T08:53:58.038Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:53:58.038Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-06T08:53:58.038Z] === RUN TestInspectOomKilledFalse [2022-03-06T08:53:58.038Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-06T08:53:58.038Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-06T08:53:58.038Z] === RUN TestLogsFollowTailEmpty [2022-03-06T08:53:58.200Z] --- PASS: TestRemoveContainerWithVolume (3.04s) [2022-03-06T08:53:58.200Z] === RUN TestRemoveContainerRunning [2022-03-06T08:53:58.366Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-06T08:53:58.366Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-06T08:53:58.366Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-06T08:53:58.451Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-06T08:53:58.836Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.18s) [2022-03-06T08:53:58.836Z] === RUN TestFastTimeMarshalJSON [2022-03-06T08:53:58.836Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-06T08:53:58.836Z] PASS [2022-03-06T08:53:58.836Z] coverage: 87.2% of statements [2022-03-06T08:53:58.836Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.243s coverage: 87.2% of statements [2022-03-06T08:53:58.836Z] === RUN TestJSONFileLogger [2022-03-06T08:53:58.836Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-06T08:53:58.836Z] === RUN TestJSONFileLoggerWithTags [2022-03-06T08:53:58.836Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-06T08:53:58.836Z] === RUN TestJSONFileLoggerWithOpts [2022-03-06T08:53:58.836Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-03-06T08:53:58.836Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-06T08:53:58.836Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.02s) [2022-03-06T08:53:58.836Z] === RUN TestEncodeDecode [2022-03-06T08:53:58.836Z] === PAUSE TestEncodeDecode [2022-03-06T08:53:58.836Z] === RUN TestUnexpectedEOF [2022-03-06T08:53:59.016Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-06T08:53:59.305Z] time="2022-03-06T08:53:58Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-06T08:53:59.305Z] time="2022-03-06T08:53:58Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-06T08:53:59.305Z] --- PASS: TestUnexpectedEOF (0.18s) [2022-03-06T08:53:59.305Z] === CONT TestEncodeDecode [2022-03-06T08:53:59.305Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-06T08:53:59.305Z] PASS [2022-03-06T08:53:59.305Z] coverage: 69.9% of statements [2022-03-06T08:53:59.305Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.356s coverage: 69.9% of statements [2022-03-06T08:53:59.305Z] === RUN TestWriteLog [2022-03-06T08:53:59.583Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-06T08:53:59.778Z] === PAUSE TestWriteLog [2022-03-06T08:53:59.778Z] === RUN TestReadLog [2022-03-06T08:53:59.778Z] === PAUSE TestReadLog [2022-03-06T08:53:59.778Z] === RUN TestDecode [2022-03-06T08:53:59.778Z] --- PASS: TestDecode (0.04s) [2022-03-06T08:53:59.778Z] === CONT TestWriteLog [2022-03-06T08:53:59.778Z] --- PASS: TestWriteLog (0.00s) [2022-03-06T08:53:59.778Z] === CONT TestReadLog [2022-03-06T08:53:59.778Z] === RUN TestReadLog/tail_exact [2022-03-06T08:53:59.778Z] === RUN TestReadLog/tail_less_than_available [2022-03-06T08:53:59.778Z] === RUN TestReadLog/tail_more_than_available [2022-03-06T08:53:59.778Z] --- PASS: TestReadLog (0.25s) [2022-03-06T08:53:59.778Z] --- PASS: TestReadLog/tail_exact (0.20s) [2022-03-06T08:53:59.778Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-06T08:53:59.778Z] --- PASS: TestReadLog/tail_more_than_available (0.03s) [2022-03-06T08:53:59.778Z] PASS [2022-03-06T08:53:59.778Z] coverage: 78.7% of statements [2022-03-06T08:53:59.778Z] ok github.com/docker/docker/daemon/logger/local 0.389s coverage: 78.7% of statements [2022-03-06T08:53:59.778Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-06T08:54:00.206Z] --- PASS: TestLogsFollowTailEmpty (2.15s) [2022-03-06T08:54:00.206Z] === RUN TestNetworkNat [2022-03-06T08:54:00.206Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-06T08:54:00.206Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-06T08:54:00.206Z] === RUN TestNetworkLocalhostTCPNat [2022-03-06T08:54:00.249Z] === RUN TestOpenFileDelete [2022-03-06T08:54:00.249Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-06T08:54:00.249Z] === RUN TestOpenFileRename [2022-03-06T08:54:00.249Z] --- PASS: TestOpenFileRename (0.01s) [2022-03-06T08:54:00.249Z] === RUN TestHandleDecoderErr [2022-03-06T08:54:00.249Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-06T08:54:00.249Z] === RUN TestParseLogTagDefaultTag [2022-03-06T08:54:00.249Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-06T08:54:00.249Z] === RUN TestParseLogTag [2022-03-06T08:54:00.249Z] --- PASS: TestParseLogTag (0.00s) [2022-03-06T08:54:00.249Z] === RUN TestParseLogTagEmptyTag [2022-03-06T08:54:00.249Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-06T08:54:00.249Z] === RUN TestTailFiles [2022-03-06T08:54:00.249Z] --- PASS: TestTailFiles (0.00s) [2022-03-06T08:54:00.249Z] === RUN TestFollowLogsConsumerGone [2022-03-06T08:54:00.249Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-06T08:54:00.249Z] === RUN TestFollowLogsProducerGone [2022-03-06T08:54:00.249Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-06T08:54:00.249Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-06T08:54:00.249Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-06T08:54:00.249Z] === RUN TestCheckCapacityAndRotate [2022-03-06T08:54:00.249Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-06T08:54:00.249Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-06T08:54:00.249Z] --- PASS: TestCheckCapacityAndRotate (0.16s) [2022-03-06T08:54:00.249Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-06T08:54:00.249Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2022-03-06T08:54:00.249Z] PASS [2022-03-06T08:54:00.249Z] coverage: 55.1% of statements [2022-03-06T08:54:00.249Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.235s coverage: 55.1% of statements [2022-03-06T08:54:00.427Z] --- PASS: TestRemoveContainerRunning (2.64s) [2022-03-06T08:54:00.427Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-06T08:54:00.517Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-06T08:54:00.719Z] === RUN TestLog [2022-03-06T08:54:00.719Z] --- PASS: TestLog (0.03s) [2022-03-06T08:54:00.719Z] PASS [2022-03-06T08:54:00.719Z] coverage: 31.5% of statements [2022-03-06T08:54:00.719Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.093s coverage: 31.5% of statements [2022-03-06T08:54:01.084Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-06T08:54:01.187Z] === RUN TestValidateLogOpt [2022-03-06T08:54:01.187Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-06T08:54:01.187Z] === RUN TestNewMissedConfig [2022-03-06T08:54:01.187Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-06T08:54:01.187Z] === RUN TestNewMissedUrl [2022-03-06T08:54:01.187Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-06T08:54:01.187Z] === RUN TestNewMissedToken [2022-03-06T08:54:01.187Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-06T08:54:01.187Z] === RUN TestNewWithProxy [2022-03-06T08:54:01.187Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-06T08:54:01.187Z] === RUN TestDefault [2022-03-06T08:54:01.187Z] --- PASS: TestDefault (0.01s) [2022-03-06T08:54:01.187Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-06T08:54:01.187Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-06T08:54:01.187Z] === RUN TestJsonFormat [2022-03-06T08:54:01.187Z] --- PASS: TestJsonFormat (0.01s) [2022-03-06T08:54:01.187Z] === RUN TestRawFormat [2022-03-06T08:54:01.187Z] --- PASS: TestRawFormat (0.00s) [2022-03-06T08:54:01.187Z] === RUN TestRawFormatWithLabels [2022-03-06T08:54:01.187Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-06T08:54:01.187Z] === RUN TestRawFormatWithoutTag [2022-03-06T08:54:01.187Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-06T08:54:01.187Z] === RUN TestBatching [2022-03-06T08:54:01.187Z] === RUN TestNewParse [2022-03-06T08:54:01.187Z] --- PASS: TestNewParse (0.00s) [2022-03-06T08:54:01.187Z] PASS [2022-03-06T08:54:01.187Z] coverage: 8.3% of statements [2022-03-06T08:54:01.187Z] ok github.com/docker/docker/daemon/logger/templates 0.043s coverage: 8.3% of statements [2022-03-06T08:54:01.648Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-06T08:54:01.656Z] --- PASS: TestBatching (0.24s) [2022-03-06T08:54:01.656Z] === RUN TestFrequency [2022-03-06T08:54:01.656Z] --- PASS: TestFrequency (0.16s) [2022-03-06T08:54:01.656Z] === RUN TestOneMessagePerRequest [2022-03-06T08:54:01.656Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-06T08:54:01.656Z] === RUN TestVerify [2022-03-06T08:54:01.656Z] --- PASS: TestVerify (0.00s) [2022-03-06T08:54:01.656Z] === RUN TestParseLogFormat [2022-03-06T08:54:01.656Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-06T08:54:01.656Z] === RUN TestValidateLogOptEmpty [2022-03-06T08:54:01.656Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-06T08:54:01.656Z] === RUN TestValidateSyslogAddress [2022-03-06T08:54:01.656Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-06T08:54:01.656Z] === RUN TestParseAddressDefaultPort [2022-03-06T08:54:01.656Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-06T08:54:01.656Z] === RUN TestValidateSyslogFacility [2022-03-06T08:54:01.656Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-06T08:54:01.656Z] === RUN TestValidateLogOptSyslogFormat [2022-03-06T08:54:01.656Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-06T08:54:01.656Z] === RUN TestValidateLogOpt [2022-03-06T08:54:01.656Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-06T08:54:01.656Z] PASS [2022-03-06T08:54:01.656Z] coverage: 46.8% of statements [2022-03-06T08:54:01.656Z] === RUN TestSkipVerify [2022-03-06T08:54:01.656Z] ok github.com/docker/docker/daemon/logger/syslog 0.066s coverage: 46.8% of statements [2022-03-06T08:54:01.656Z] time="2022-03-06T08:54:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:54:01.656Z] time="2022-03-06T08:54:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:54:01.656Z] time="2022-03-06T08:54:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:54:01.656Z] time="2022-03-06T08:54:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:54:02.375Z] --- PASS: TestNetworkLocalhostTCPNat (2.49s) [2022-03-06T08:54:02.375Z] === RUN TestNetworkLoopbackNat [2022-03-06T08:54:02.375Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-06T08:54:02.375Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-06T08:54:02.376Z] === RUN TestPause [2022-03-06T08:54:02.376Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-06T08:54:02.376Z] --- SKIP: TestPause (0.00s) [2022-03-06T08:54:02.376Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-06T08:54:02.582Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-06T08:54:02.645Z] --- PASS: TestSkipVerify (0.73s) [2022-03-06T08:54:02.645Z] === RUN TestBufferMaximum [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556842.049742\",\"host\":\"12bdd68e8573\"}'" [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556842.049742\",\"host\":\"12bdd68e8573\"}'" [2022-03-06T08:54:02.645Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-06T08:54:02.645Z] === RUN TestServerAlwaysDown [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556842.052772\",\"host\":\"12bdd68e8573\"}'" [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556842.052772\",\"host\":\"12bdd68e8573\"}'" [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556842.052772\",\"host\":\"12bdd68e8573\"}'" [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556842.053755\",\"host\":\"12bdd68e8573\"}'" [2022-03-06T08:54:02.645Z] time="2022-03-06T08:54:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646556842.053755\",\"host\":\"12bdd68e8573\"}'" [2022-03-06T08:54:02.645Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-06T08:54:02.645Z] === RUN TestCannotSendAfterClose [2022-03-06T08:54:02.645Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-06T08:54:02.645Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-06T08:54:02.645Z] === RUN TestV1IDService [2022-03-06T08:54:02.645Z] --- PASS: TestV1IDService (0.04s) [2022-03-06T08:54:02.645Z] === RUN TestV2MetadataService [2022-03-06T08:54:03.125Z] time="2022-03-06T08:54:03Z" 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-06T08:54:03.125Z] time="2022-03-06T08:54:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"12bdd68e8573\"}'" [2022-03-06T08:54:03.125Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-06T08:54:03.125Z] PASS [2022-03-06T08:54:03.125Z] coverage: 82.5% of statements [2022-03-06T08:54:03.125Z] ok github.com/docker/docker/daemon/logger/splunk 2.237s coverage: 82.5% of statements [2022-03-06T08:54:03.148Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-06T08:54:03.594Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-06T08:54:03.594Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-06T08:54:03.594Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-06T08:54:04.067Z] === RUN TestSuccessfulDownload [2022-03-06T08:54:04.067Z] download_test.go:267: Needs fixing on Windows [2022-03-06T08:54:04.067Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-06T08:54:04.067Z] === RUN TestCancelledDownload [2022-03-06T08:54:04.067Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-06T08:54:04.067Z] === RUN TestMaxDownloadAttempts [2022-03-06T08:54:04.067Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-06T08:54:04.067Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-06T08:54:04.067Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-06T08:54:04.067Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-06T08:54:04.067Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-06T08:54:04.067Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-06T08:54:04.067Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-06T08:54:04.067Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-06T08:54:04.067Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-06T08:54:04.067Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-06T08:54:04.067Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-06T08:54:04.067Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-06T08:54:04.067Z] --- PASS: TestV2MetadataService (1.26s) [2022-03-06T08:54:04.067Z] PASS [2022-03-06T08:54:04.067Z] coverage: 48.2% of statements [2022-03-06T08:54:04.067Z] ok github.com/docker/docker/distribution/metadata 1.387s coverage: 48.2% of statements [2022-03-06T08:54:04.067Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-06T08:54:04.067Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-06T08:54:04.067Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-06T08:54:04.067Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-06T08:54:04.067Z] === RUN TestContinueOnError_NeverContinue [2022-03-06T08:54:04.067Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-06T08:54:04.067Z] === RUN TestManifestStore [2022-03-06T08:54:04.067Z] === RUN TestManifestStore/no_remote_or_local [2022-03-06T08:54:04.085Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-06T08:54:04.207Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.05s) [2022-03-06T08:54:04.207Z] === RUN TestRemoveInvalidContainer [2022-03-06T08:54:04.207Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-06T08:54:04.207Z] === RUN TestRenameLinkedContainer [2022-03-06T08:54:04.207Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-06T08:54:04.207Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-06T08:54:04.207Z] === RUN TestRenameStoppedContainer [2022-03-06T08:54:04.537Z] time="2022-03-06T08:54:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-06T08:54:04.537Z] time="2022-03-06T08:54:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-06T08:54:04.537Z] time="2022-03-06T08:54:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-06T08:54:04.537Z] time="2022-03-06T08:54:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-06T08:54:04.537Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.47s) [2022-03-06T08:54:04.537Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.48s) [2022-03-06T08:54:04.537Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.48s) [2022-03-06T08:54:04.537Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.48s) [2022-03-06T08:54:04.537Z] === RUN TestTransfer [2022-03-06T08:54:04.537Z] --- PASS: TestTransfer (0.13s) [2022-03-06T08:54:04.537Z] === RUN TestConcurrencyLimit [2022-03-06T08:54:04.537Z] time="2022-03-06T08:54:04Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local171095915\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-06T08:54:04.537Z] === RUN TestManifestStore/no_local_cache [2022-03-06T08:54:04.537Z] === RUN TestManifestStore/with_local_cache [2022-03-06T08:54:04.537Z] === RUN TestManifestStore/unknown_media_type [2022-03-06T08:54:04.537Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-06T08:54:04.537Z] time="2022-03-06T08:54:04Z" level=warning msg="reference for unknown type: " [2022-03-06T08:54:04.537Z] time="2022-03-06T08:54:04Z" level=warning msg="reference for unknown type: " [2022-03-06T08:54:04.537Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-06T08:54:04.537Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-06T08:54:04.537Z] time="2022-03-06T08:54:04Z" level=warning msg="reference for unknown type: " [2022-03-06T08:54:04.537Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-06T08:54:04.537Z] time="2022-03-06T08:54:04Z" level=warning msg="reference for unknown type: " [2022-03-06T08:54:04.537Z] time="2022-03-06T08:54:04Z" level=warning msg="reference for unknown type: " [2022-03-06T08:54:04.537Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-06T08:54:04.537Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-06T08:54:04.537Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-06T08:54:04.537Z] time="2022-03-06T08:54:04Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-06T08:54:04.537Z] --- PASS: TestManifestStore (0.37s) [2022-03-06T08:54:04.537Z] --- PASS: TestManifestStore/no_remote_or_local (0.24s) [2022-03-06T08:54:04.537Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-06T08:54:04.537Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-06T08:54:04.537Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-03-06T08:54:04.537Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-06T08:54:04.537Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-03-06T08:54:04.537Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-06T08:54:04.537Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-03-06T08:54:04.537Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-06T08:54:04.537Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaType [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-06T08:54:04.537Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-06T08:54:04.537Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-06T08:54:04.537Z] === RUN TestFixManifestLayers [2022-03-06T08:54:04.537Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-06T08:54:04.537Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-06T08:54:04.537Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-06T08:54:04.537Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-06T08:54:04.537Z] === RUN TestFixManifestLayersBadParent [2022-03-06T08:54:04.537Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-06T08:54:04.537Z] === RUN TestValidateManifest [2022-03-06T08:54:04.537Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-06T08:54:04.537Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-06T08:54:04.537Z] === RUN TestFormatPlatform [2022-03-06T08:54:04.537Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-06T08:54:04.537Z] === RUN TestPullSchema2Config [2022-03-06T08:54:04.537Z] === RUN TestPullSchema2Config/success_first_time [2022-03-06T08:54:04.537Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-06T08:54:04.537Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.15s) [2022-03-06T08:54:04.537Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:54:04.537Z] === RUN TestPauseStopPausedContainer [2022-03-06T08:54:04.538Z] === RUN TestPullSchema2Config/500_status [2022-03-06T08:54:04.538Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:54:04.538Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-06T08:54:04.538Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-06T08:54:04.538Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:54:04.538Z] === RUN TestPsFilter [2022-03-06T08:54:04.993Z] --- PASS: TestPsFilter (0.33s) [2022-03-06T08:54:04.993Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-06T08:54:05.008Z] --- PASS: TestConcurrencyLimit (0.38s) [2022-03-06T08:54:05.008Z] === RUN TestInactiveJobs [2022-03-06T08:54:05.008Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:54:05.008Z] === RUN TestPullSchema2Config/EOF [2022-03-06T08:54:05.008Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-06T08:54:05.008Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:54:05.008Z] 2022/03/06 08:54:04 http: panic serving 127.0.0.1:49219: intentional panic [2022-03-06T08:54:05.008Z] goroutine 134 [running]: [2022-03-06T08:54:05.008Z] net/http.(*conn).serve.func1() [2022-03-06T08:54:05.008Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-06T08:54:05.008Z] panic({0x1914800, 0x1a95ea0}) [2022-03-06T08:54:05.008Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-06T08:54:05.008Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000103a04, {0x1aa7200, 0xc0004c2380}) [2022-03-06T08:54:05.008Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-06T08:54:05.008Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1aa7200, 0xc0004c2380}, 0xc0000cc700) [2022-03-06T08:54:05.008Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-06T08:54:05.008Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1aa7200, 0xc0004c2380}, 0x1428e35) [2022-03-06T08:54:05.008Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-06T08:54:05.008Z] net/http.serverHandler.ServeHTTP({0xc0001e25d0}, {0x1aa7200, 0xc0004c2380}, 0xc0000cc700) [2022-03-06T08:54:05.008Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-06T08:54:05.008Z] net/http.(*conn).serve(0xc0001e1a40, {0x1aab838, 0xc0000779b0}) [2022-03-06T08:54:05.008Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-06T08:54:05.008Z] created by net/http.(*Server).Serve [2022-03-06T08:54:05.008Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-06T08:54:05.008Z] === RUN TestNotFound [2022-03-06T08:54:05.008Z] --- PASS: TestNotFound (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestConflict [2022-03-06T08:54:05.008Z] --- PASS: TestConflict (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestForbidden [2022-03-06T08:54:05.008Z] --- PASS: TestForbidden (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestInvalidParameter [2022-03-06T08:54:05.008Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestNotImplemented [2022-03-06T08:54:05.008Z] --- PASS: TestNotImplemented (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestNotModified [2022-03-06T08:54:05.008Z] --- PASS: TestNotModified (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestUnauthorized [2022-03-06T08:54:05.008Z] --- PASS: TestUnauthorized (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestUnknown [2022-03-06T08:54:05.008Z] --- PASS: TestUnknown (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestCancelled [2022-03-06T08:54:05.008Z] --- PASS: TestCancelled (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestDeadline [2022-03-06T08:54:05.008Z] --- PASS: TestDeadline (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestDataLoss [2022-03-06T08:54:05.008Z] --- PASS: TestDataLoss (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestUnavailable [2022-03-06T08:54:05.008Z] --- PASS: TestUnavailable (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestSystem [2022-03-06T08:54:05.008Z] --- PASS: TestSystem (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Not_Found [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Bad_Request [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Conflict [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Unauthorized [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Forbidden [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Not_Modified [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-06T08:54:05.008Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-06T08:54:05.008Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-06T08:54:05.008Z] PASS [2022-03-06T08:54:05.008Z] coverage: 53.1% of statements [2022-03-06T08:54:05.008Z] ok github.com/docker/docker/errdefs 0.069s coverage: 53.1% of statements [2022-03-06T08:54:05.008Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:54:05.008Z] === RUN TestPullSchema2Config/unauthorized [2022-03-06T08:54:05.008Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-06T08:54:05.008Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-06T08:54:05.008Z] --- PASS: TestPullSchema2Config (0.54s) [2022-03-06T08:54:05.008Z] --- PASS: TestPullSchema2Config/success_first_time (0.02s) [2022-03-06T08:54:05.008Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-06T08:54:05.008Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-06T08:54:05.008Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-06T08:54:05.008Z] === RUN TestGetRepositoryMountCandidates [2022-03-06T08:54:05.008Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestLayerAlreadyExists [2022-03-06T08:54:05.008Z] 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-06T08:54:05.008Z] 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-06T08:54:05.008Z] 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-06T08:54:05.008Z] 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-06T08:54:05.008Z] 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-06T08:54:05.008Z] 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-06T08:54:05.008Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-06T08:54:05.008Z] === RUN TestWhenEmptyAuthConfig [2022-03-06T08:54:05.019Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-06T08:54:05.277Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-06T08:54:05.277Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-06T08:54:05.478Z] --- PASS: TestInactiveJobs (0.39s) [2022-03-06T08:54:05.478Z] === RUN TestWatchRelease [2022-03-06T08:54:05.478Z] --- PASS: TestWatchRelease (0.04s) [2022-03-06T08:54:05.478Z] === RUN TestWatchFinishedTransfer [2022-03-06T08:54:05.478Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-06T08:54:05.478Z] === RUN TestDuplicateTransfer [2022-03-06T08:54:05.478Z] --- PASS: TestDuplicateTransfer (0.05s) [2022-03-06T08:54:05.478Z] === RUN TestSuccessfulUpload [2022-03-06T08:54:05.478Z] time="2022-03-06T08:54:05Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-06T08:54:05.845Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-06T08:54:05.947Z] --- PASS: TestSuccessfulUpload (0.39s) [2022-03-06T08:54:05.947Z] === RUN TestCancelledUpload [2022-03-06T08:54:05.947Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-06T08:54:05.947Z] PASS [2022-03-06T08:54:05.947Z] coverage: 76.8% of statements [2022-03-06T08:54:05.947Z] ok github.com/docker/docker/distribution/xfer 1.934s coverage: 76.8% of statements [2022-03-06T08:54:06.411Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-06T08:54:06.417Z] === RUN TestFSGetInvalidData [2022-03-06T08:54:06.417Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-06T08:54:06.417Z] === RUN TestFSInvalidSet [2022-03-06T08:54:06.417Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-06T08:54:06.417Z] === RUN TestFSInvalidRoot [2022-03-06T08:54:06.417Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-06T08:54:06.417Z] === RUN TestFSMetadataGetSet [2022-03-06T08:54:06.417Z] --- PASS: TestWhenEmptyAuthConfig (1.12s) [2022-03-06T08:54:06.417Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-06T08:54:06.417Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-06T08:54:06.417Z] === RUN TestTokenPassThru [2022-03-06T08:54:06.417Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-06T08:54:06.417Z] === RUN TestTokenPassThruDifferentHost [2022-03-06T08:54:06.417Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-03-06T08:54:06.417Z] === RUN TestFSInvalidWalker [2022-03-06T08:54:06.417Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-06T08:54:06.417Z] PASS [2022-03-06T08:54:06.417Z] coverage: 26.7% of statements [2022-03-06T08:54:06.417Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-06T08:54:06.417Z] === RUN TestFSGetSet [2022-03-06T08:54:06.417Z] ok github.com/docker/docker/distribution 2.155s coverage: 26.7% of statements [2022-03-06T08:54:06.417Z] === RUN TestCompare [2022-03-06T08:54:06.417Z] --- PASS: TestCompare (0.00s) [2022-03-06T08:54:06.417Z] PASS [2022-03-06T08:54:06.417Z] coverage: 19.2% of statements [2022-03-06T08:54:06.417Z] ok github.com/docker/docker/image/cache 0.084s coverage: 19.2% of statements [2022-03-06T08:54:06.417Z] --- PASS: TestFSGetSet (0.05s) [2022-03-06T08:54:06.417Z] === RUN TestFSGetUnsetKey [2022-03-06T08:54:06.417Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-06T08:54:06.417Z] === RUN TestFSGetEmptyData [2022-03-06T08:54:06.417Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-06T08:54:06.417Z] === RUN TestFSDelete [2022-03-06T08:54:06.417Z] --- PASS: TestFSDelete (0.02s) [2022-03-06T08:54:06.417Z] === RUN TestFSWalker [2022-03-06T08:54:06.417Z] --- PASS: TestFSWalker (0.02s) [2022-03-06T08:54:06.417Z] === RUN TestFSWalkerStopOnError [2022-03-06T08:54:06.417Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-06T08:54:06.417Z] === RUN TestNewFromJSON [2022-03-06T08:54:06.417Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-06T08:54:06.417Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-06T08:54:06.417Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-06T08:54:06.417Z] === RUN TestMarshalKeyOrder [2022-03-06T08:54:06.417Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-06T08:54:06.417Z] === RUN TestHistoryEqual [2022-03-06T08:54:06.417Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-06T08:54:06.417Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-06T08:54:06.886Z] --- PASS: TestHistoryEqual (0.18s) [2022-03-06T08:54:06.886Z] === RUN TestImage [2022-03-06T08:54:06.886Z] --- PASS: TestImage (0.00s) [2022-03-06T08:54:06.886Z] === RUN TestImageOSNotEmpty [2022-03-06T08:54:06.886Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-06T08:54:06.886Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-06T08:54:06.886Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-06T08:54:06.886Z] === RUN TestCreate [2022-03-06T08:54:06.886Z] --- PASS: TestCreate (0.01s) [2022-03-06T08:54:06.886Z] === RUN TestRestore [2022-03-06T08:54:06.886Z] time="2022-03-06T08:54:06Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-06T08:54:06.886Z] --- PASS: TestRestore (0.05s) [2022-03-06T08:54:06.886Z] === RUN TestAddDelete [2022-03-06T08:54:06.886Z] --- PASS: TestAddDelete (0.05s) [2022-03-06T08:54:06.887Z] === RUN TestSearchAfterDelete [2022-03-06T08:54:06.887Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-03-06T08:54:06.887Z] === RUN TestParentReset [2022-03-06T08:54:06.887Z] --- PASS: TestParentReset (0.05s) [2022-03-06T08:54:06.887Z] === RUN TestGetAndSetLastUpdated [2022-03-06T08:54:06.887Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-03-06T08:54:06.887Z] === RUN TestStoreLen [2022-03-06T08:54:06.887Z] --- PASS: TestStoreLen (0.08s) [2022-03-06T08:54:06.887Z] PASS [2022-03-06T08:54:06.887Z] coverage: 86.9% of statements [2022-03-06T08:54:06.887Z] ok github.com/docker/docker/image 0.844s coverage: 86.9% of statements [2022-03-06T08:54:06.982Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-06T08:54:07.147Z] --- PASS: TestRenameStoppedContainer (3.00s) [2022-03-06T08:54:07.147Z] === RUN TestRenameRunningContainerAndReuse [2022-03-06T08:54:07.239Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-06T08:54:07.361Z] === RUN TestValidateManifest [2022-03-06T08:54:07.361Z] === RUN TestValidateManifest/nil [2022-03-06T08:54:07.361Z] === RUN TestValidateManifest/non-nil [2022-03-06T08:54:07.361Z] --- PASS: TestValidateManifest (0.00s) [2022-03-06T08:54:07.361Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-06T08:54:07.361Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-06T08:54:07.361Z] PASS [2022-03-06T08:54:07.361Z] coverage: 0.7% of statements [2022-03-06T08:54:07.361Z] ok github.com/docker/docker/image/tarexport 0.069s coverage: 0.7% of statements [2022-03-06T08:54:07.361Z] === RUN TestMakeV1ConfigFromConfig [2022-03-06T08:54:07.361Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-06T08:54:07.361Z] PASS [2022-03-06T08:54:07.361Z] coverage: 25.0% of statements [2022-03-06T08:54:07.830Z] ok github.com/docker/docker/image/v1 0.102s coverage: 25.0% of statements [2022-03-06T08:54:07.830Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-06T08:54:07.878Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.75s) [2022-03-06T08:54:07.878Z] === RUN TestRemoveContainerWithVolume [2022-03-06T08:54:08.169Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-06T08:54:08.299Z] === RUN TestSerialization [2022-03-06T08:54:08.299Z] --- PASS: TestSerialization (0.02s) [2022-03-06T08:54:08.299Z] PASS [2022-03-06T08:54:08.299Z] coverage: 100.0% of statements [2022-03-06T08:54:08.299Z] ok github.com/docker/docker/libcontainerd/queue 0.074s coverage: 100.0% of statements [2022-03-06T08:54:09.100Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-06T08:54:09.100Z] --- PASS: TestCreateServiceMultipleTimes (17.12s) [2022-03-06T08:54:09.100Z] === RUN TestCreateServiceConflict [2022-03-06T08:54:09.287Z] === RUN TestEmptyLayer [2022-03-06T08:54:09.287Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-06T08:54:09.287Z] === RUN TestCommitFailure [2022-03-06T08:54:09.287Z] --- PASS: TestCommitFailure (0.02s) [2022-03-06T08:54:09.287Z] === RUN TestStartTransactionFailure [2022-03-06T08:54:09.287Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-03-06T08:54:09.287Z] === RUN TestGetOrphan [2022-03-06T08:54:09.287Z] --- PASS: TestGetOrphan (0.01s) [2022-03-06T08:54:09.287Z] === RUN TestMountAndRegister [2022-03-06T08:54:09.287Z] layer_test.go:258: Layer size: 14 [2022-03-06T08:54:09.287Z] --- PASS: TestMountAndRegister (0.07s) [2022-03-06T08:54:09.287Z] === RUN TestLayerRelease [2022-03-06T08:54:09.287Z] layer_test.go:291: Failing on Windows [2022-03-06T08:54:09.287Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-06T08:54:09.287Z] === RUN TestStoreRestore [2022-03-06T08:54:09.287Z] layer_test.go:340: Failing on Windows [2022-03-06T08:54:09.287Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-06T08:54:09.287Z] === RUN TestTarStreamStability [2022-03-06T08:54:09.288Z] layer_test.go:455: Failing on Windows [2022-03-06T08:54:09.288Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-06T08:54:09.288Z] === RUN TestRegisterExistingLayer [2022-03-06T08:54:09.664Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-06T08:54:09.757Z] === RUN TestEnvironmentParsing [2022-03-06T08:54:09.757Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-06T08:54:09.757Z] PASS [2022-03-06T08:54:09.757Z] coverage: 1.2% of statements [2022-03-06T08:54:09.757Z] ok github.com/docker/docker/libcontainerd/local 0.094s coverage: 1.2% of statements [2022-03-06T08:54:09.757Z] --- PASS: TestRegisterExistingLayer (0.22s) [2022-03-06T08:54:09.757Z] === RUN TestTarStreamVerification [2022-03-06T08:54:09.757Z] layer_test.go:684: Failing on Windows [2022-03-06T08:54:09.757Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestLayerMigration [2022-03-06T08:54:09.757Z] migration_test.go:45: Failing on Windows [2022-03-06T08:54:09.757Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestLayerMigrationNoTarsplit [2022-03-06T08:54:09.757Z] migration_test.go:181: Failing on Windows [2022-03-06T08:54:09.757Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestMountInit [2022-03-06T08:54:09.757Z] mount_test.go:17: Failing on Windows [2022-03-06T08:54:09.757Z] --- SKIP: TestMountInit (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestMountSize [2022-03-06T08:54:09.757Z] mount_test.go:76: Failing on Windows [2022-03-06T08:54:09.757Z] --- SKIP: TestMountSize (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestMountChanges [2022-03-06T08:54:09.757Z] mount_test.go:125: Failing on Windows [2022-03-06T08:54:09.757Z] --- SKIP: TestMountChanges (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestMountApply [2022-03-06T08:54:09.757Z] mount_test.go:212: Failing on Windows [2022-03-06T08:54:09.757Z] --- SKIP: TestMountApply (0.00s) [2022-03-06T08:54:09.757Z] PASS [2022-03-06T08:54:09.757Z] coverage: 30.2% of statements [2022-03-06T08:54:09.757Z] ok github.com/docker/docker/layer 0.410s coverage: 30.2% of statements [2022-03-06T08:54:09.757Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-06T08:54:09.757Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-06T08:54:09.757Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-06T08:54:09.757Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-06T08:54:09.757Z] === RUN TestSequenceGetAvailableBit [2022-03-06T08:54:09.757Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestSequenceEqual [2022-03-06T08:54:09.757Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestSequenceCopy [2022-03-06T08:54:09.757Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestGetFirstAvailable [2022-03-06T08:54:09.757Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestFindSequence [2022-03-06T08:54:09.757Z] --- PASS: TestFindSequence (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestCheckIfAvailable [2022-03-06T08:54:09.757Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestMergeSequences [2022-03-06T08:54:09.757Z] --- PASS: TestMergeSequences (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestPushReservation [2022-03-06T08:54:09.757Z] --- PASS: TestPushReservation (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestSerializeDeserialize [2022-03-06T08:54:09.757Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestSet [2022-03-06T08:54:09.757Z] --- PASS: TestSet (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestSetUnset [2022-03-06T08:54:09.757Z] --- PASS: TestSetUnset (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestOffsetSetUnset [2022-03-06T08:54:09.757Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestSetInRange [2022-03-06T08:54:09.757Z] --- PASS: TestSetInRange (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestSetAnyInRange [2022-03-06T08:54:09.757Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-06T08:54:09.757Z] === RUN TestMethods [2022-03-06T08:54:09.757Z] --- PASS: TestMethods (0.00s) [2022-03-06T08:54:10.226Z] === RUN TestRandomAllocateDeallocate [2022-03-06T08:54:10.761Z] --- PASS: TestRemoveContainerWithVolume (2.76s) [2022-03-06T08:54:10.761Z] === RUN TestRemoveContainerRunning [2022-03-06T08:54:11.035Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-06T08:54:11.600Z] --- PASS: TestCreateServiceConflict (2.63s) [2022-03-06T08:54:11.600Z] === RUN TestCreateServiceMaxReplicas [2022-03-06T08:54:12.450Z] === RUN TestInvalidConfig [2022-03-06T08:54:12.450Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-06T08:54:12.450Z] === RUN TestConfig [2022-03-06T08:54:12.450Z] --- PASS: TestConfig (0.00s) [2022-03-06T08:54:12.450Z] === RUN TestOptionsLabels [2022-03-06T08:54:12.450Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-06T08:54:12.450Z] === RUN TestValidName [2022-03-06T08:54:12.450Z] --- PASS: TestValidName (0.00s) [2022-03-06T08:54:12.450Z] PASS [2022-03-06T08:54:12.450Z] coverage: 19.7% of statements [2022-03-06T08:54:12.450Z] ok github.com/docker/docker/libnetwork/config 0.074s coverage: 19.7% of statements [2022-03-06T08:54:12.921Z] === RUN TestKey [2022-03-06T08:54:12.921Z] --- PASS: TestKey (0.00s) [2022-03-06T08:54:12.921Z] === RUN TestParseKey [2022-03-06T08:54:12.921Z] --- PASS: TestParseKey (0.00s) [2022-03-06T08:54:12.921Z] === RUN TestInvalidDataStore [2022-03-06T08:54:12.921Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-06T08:54:12.921Z] === RUN TestKVObjectFlatKey [2022-03-06T08:54:12.921Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-06T08:54:12.921Z] === RUN TestAtomicKVObjectFlatKey [2022-03-06T08:54:12.921Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-06T08:54:12.921Z] PASS [2022-03-06T08:54:12.921Z] coverage: 21.9% of statements [2022-03-06T08:54:12.921Z] ok github.com/docker/docker/libnetwork/datastore 0.053s coverage: 21.9% of statements [2022-03-06T08:54:12.935Z] --- PASS: TestRemoveContainerRunning (2.21s) [2022-03-06T08:54:12.935Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-06T08:54:12.995Z] --- PASS: TestRenameRunningContainerAndReuse (6.08s) [2022-03-06T08:54:12.995Z] === RUN TestRenameInvalidName [2022-03-06T08:54:13.913Z] === RUN TestErrorInterfaces [2022-03-06T08:54:13.913Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-06T08:54:13.913Z] === RUN TestNetworkMarshalling [2022-03-06T08:54:13.913Z] === RUN TestIPDataMarshalling [2022-03-06T08:54:13.913Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-06T08:54:13.913Z] === RUN TestValidateAndIsV6 [2022-03-06T08:54:13.913Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-06T08:54:13.913Z] PASS [2022-03-06T08:54:13.913Z] coverage: 68.9% of statements [2022-03-06T08:54:13.913Z] ok github.com/docker/docker/libnetwork/driverapi 0.048s coverage: 68.9% of statements [2022-03-06T08:54:13.913Z] --- PASS: TestNetworkMarshalling (0.22s) [2022-03-06T08:54:13.913Z] === RUN TestEndpointMarshalling [2022-03-06T08:54:13.913Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-06T08:54:13.913Z] === RUN TestAuxAddresses [2022-03-06T08:54:13.913Z] time="2022-03-06T08:54:13Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-06T08:54:13.913Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-06T08:54:13.913Z] === RUN TestSRVServiceQuery [2022-03-06T08:54:13.913Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:54:13.913Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-06T08:54:13.913Z] === RUN TestServiceVIPReuse [2022-03-06T08:54:13.913Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:54:13.913Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-06T08:54:13.913Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-06T08:54:13.913Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:54:13.913Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-06T08:54:13.913Z] === RUN TestDNSIPQuery [2022-03-06T08:54:13.913Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:54:13.913Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-06T08:54:13.913Z] === RUN TestDNSProxyServFail [2022-03-06T08:54:13.913Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:54:13.913Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-06T08:54:13.913Z] === RUN TestSandboxAddEmpty [2022-03-06T08:54:13.913Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:54:13.913Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-06T08:54:13.913Z] === RUN TestSandboxAddMultiPrio [2022-03-06T08:54:13.913Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:54:13.913Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-06T08:54:13.913Z] === RUN TestSandboxAddSamePrio [2022-03-06T08:54:13.913Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:54:13.913Z] --- SKIP: TestSandboxAddSamePrio (0.01s) [2022-03-06T08:54:13.913Z] === RUN TestCleanupServiceDiscovery [2022-03-06T08:54:13.913Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:54:13.913Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-06T08:54:13.913Z] === RUN TestDNSOptions [2022-03-06T08:54:13.913Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:54:13.913Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-06T08:54:13.913Z] === RUN TestMultipleControllersWithSameStore [2022-03-06T08:54:13.913Z] time="2022-03-06T08:54:13Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-06T08:54:13.913Z] time="2022-03-06T08:54:13Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-06T08:54:13.913Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-06T08:54:13.913Z] PASS [2022-03-06T08:54:13.913Z] coverage: 8.5% of statements [2022-03-06T08:54:13.913Z] ok github.com/docker/docker/libnetwork 0.404s coverage: 8.5% of statements [2022-03-06T08:54:14.383Z] === RUN TestDriver [2022-03-06T08:54:14.383Z] --- PASS: TestDriver (0.00s) [2022-03-06T08:54:14.383Z] PASS [2022-03-06T08:54:14.383Z] coverage: 34.8% of statements [2022-03-06T08:54:14.383Z] ok github.com/docker/docker/libnetwork/drivers/host 0.066s coverage: 34.8% of statements [2022-03-06T08:54:14.881Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-06T08:54:14.881Z] --- PASS: TestCreateServiceMaxReplicas (3.20s) [2022-03-06T08:54:14.881Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-06T08:54:15.099Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.14s) [2022-03-06T08:54:15.099Z] === RUN TestRemoveInvalidContainer [2022-03-06T08:54:15.099Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-06T08:54:15.099Z] === RUN TestRenameLinkedContainer [2022-03-06T08:54:15.099Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-06T08:54:15.099Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-06T08:54:15.099Z] === RUN TestRenameStoppedContainer [2022-03-06T08:54:15.374Z] === RUN TestDriver [2022-03-06T08:54:15.374Z] --- PASS: TestDriver (0.00s) [2022-03-06T08:54:15.374Z] PASS [2022-03-06T08:54:15.374Z] coverage: 34.8% of statements [2022-03-06T08:54:15.374Z] ok github.com/docker/docker/libnetwork/drivers/null 0.045s coverage: 34.8% of statements [2022-03-06T08:54:15.844Z] === RUN TestNetworkAllocateFree [2022-03-06T08:54:15.844Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-06T08:54:15.844Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-06T08:54:15.844Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-06T08:54:15.844Z] PASS [2022-03-06T08:54:15.844Z] coverage: 63.6% of statements [2022-03-06T08:54:15.844Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.089s coverage: 63.6% of statements [2022-03-06T08:54:15.844Z] === RUN TestGetEmptyCapabilities [2022-03-06T08:54:15.844Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-06T08:54:15.844Z] === RUN TestGetExtraCapabilities [2022-03-06T08:54:15.844Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-06T08:54:15.844Z] === RUN TestGetInvalidCapabilities [2022-03-06T08:54:15.844Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-06T08:54:15.844Z] === RUN TestRemoteDriver [2022-03-06T08:54:15.844Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-06T08:54:15.844Z] === RUN TestDriverError [2022-03-06T08:54:15.844Z] --- PASS: TestDriverError (0.01s) [2022-03-06T08:54:15.844Z] === RUN TestMissingValues [2022-03-06T08:54:15.844Z] --- PASS: TestMissingValues (0.01s) [2022-03-06T08:54:15.844Z] === RUN TestRollback [2022-03-06T08:54:15.844Z] --- PASS: TestRollback (0.01s) [2022-03-06T08:54:15.844Z] PASS [2022-03-06T08:54:15.844Z] coverage: 57.4% of statements [2022-03-06T08:54:15.844Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.114s coverage: 57.4% of statements [2022-03-06T08:54:15.936Z] --- PASS: TestRenameInvalidName (3.16s) [2022-03-06T08:54:15.936Z] === RUN TestRenameAnonymousContainer [2022-03-06T08:54:16.782Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-06T08:54:16.837Z] === RUN TestNAT [2022-03-06T08:54:16.837Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-06T08:54:16.837Z] --- SKIP: TestNAT (0.00s) [2022-03-06T08:54:16.837Z] === RUN TestTransparent [2022-03-06T08:54:16.837Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-06T08:54:16.837Z] --- SKIP: TestTransparent (0.00s) [2022-03-06T08:54:16.837Z] PASS [2022-03-06T08:54:16.837Z] coverage: 0.0% of statements [2022-03-06T08:54:16.837Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.080s coverage: 0.0% of statements [2022-03-06T08:54:16.837Z] === RUN TestBuildDefault [2022-03-06T08:54:16.837Z] --- PASS: TestBuildDefault (0.00s) [2022-03-06T08:54:16.837Z] === RUN TestBuildHostnameDomainname [2022-03-06T08:54:16.837Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-06T08:54:16.837Z] === RUN TestBuildHostname [2022-03-06T08:54:16.837Z] --- PASS: TestBuildHostname (0.00s) [2022-03-06T08:54:16.837Z] === RUN TestBuildHostnameFQDN [2022-03-06T08:54:16.837Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-06T08:54:16.837Z] === RUN TestBuildNoIP [2022-03-06T08:54:16.837Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-06T08:54:16.837Z] === RUN TestUpdate [2022-03-06T08:54:16.837Z] --- PASS: TestUpdate (0.00s) [2022-03-06T08:54:16.837Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-06T08:54:16.837Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-06T08:54:16.837Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-06T08:54:16.837Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-06T08:54:16.837Z] === RUN TestAddEmpty [2022-03-06T08:54:16.837Z] --- PASS: TestAddEmpty (0.00s) [2022-03-06T08:54:16.837Z] === RUN TestAdd [2022-03-06T08:54:16.837Z] --- PASS: TestAdd (0.00s) [2022-03-06T08:54:16.837Z] === RUN TestDeleteEmpty [2022-03-06T08:54:16.837Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-06T08:54:16.837Z] === RUN TestDeleteNewline [2022-03-06T08:54:16.837Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-06T08:54:16.838Z] === RUN TestDelete [2022-03-06T08:54:16.838Z] --- PASS: TestDelete (0.00s) [2022-03-06T08:54:16.838Z] === RUN TestConcurrentWrites [2022-03-06T08:54:16.838Z] === RUN TestNew [2022-03-06T08:54:16.838Z] --- PASS: TestNew (0.00s) [2022-03-06T08:54:16.838Z] === RUN TestAddDriver [2022-03-06T08:54:16.838Z] --- PASS: TestAddDriver (0.00s) [2022-03-06T08:54:16.838Z] === RUN TestAddDuplicateDriver [2022-03-06T08:54:16.838Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-06T08:54:16.838Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-06T08:54:16.838Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-06T08:54:16.838Z] === RUN TestDriver [2022-03-06T08:54:16.838Z] --- PASS: TestDriver (0.00s) [2022-03-06T08:54:16.838Z] === RUN TestIPAM [2022-03-06T08:54:16.838Z] --- PASS: TestIPAM (0.00s) [2022-03-06T08:54:16.838Z] === RUN TestWalkIPAMs [2022-03-06T08:54:16.838Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-06T08:54:16.838Z] === RUN TestWalkDrivers [2022-03-06T08:54:16.838Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-06T08:54:16.838Z] PASS [2022-03-06T08:54:16.838Z] coverage: 82.4% of statements [2022-03-06T08:54:16.838Z] ok github.com/docker/docker/libnetwork/drvregistry 0.114s coverage: 82.4% of statements [2022-03-06T08:54:17.308Z] --- PASS: TestConcurrentWrites (0.33s) [2022-03-06T08:54:17.308Z] PASS [2022-03-06T08:54:17.308Z] coverage: 81.2% of statements [2022-03-06T08:54:17.308Z] ok github.com/docker/docker/libnetwork/etchosts 0.414s coverage: 81.2% of statements [2022-03-06T08:54:17.347Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-06T08:54:17.777Z] === RUN TestNew [2022-03-06T08:54:17.778Z] --- PASS: TestNew (0.00s) [2022-03-06T08:54:17.778Z] === RUN TestAllocate [2022-03-06T08:54:17.778Z] --- PASS: TestAllocate (0.00s) [2022-03-06T08:54:17.778Z] === RUN TestUninitialized [2022-03-06T08:54:17.778Z] --- PASS: TestUninitialized (0.00s) [2022-03-06T08:54:17.778Z] === RUN TestAllocateInRange [2022-03-06T08:54:17.778Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-06T08:54:17.778Z] === RUN TestAllocateSerial [2022-03-06T08:54:17.778Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-06T08:54:17.778Z] PASS [2022-03-06T08:54:17.778Z] coverage: 87.5% of statements [2022-03-06T08:54:17.778Z] ok github.com/docker/docker/libnetwork/idm 0.062s coverage: 87.5% of statements [2022-03-06T08:54:17.778Z] === RUN TestCaller [2022-03-06T08:54:17.778Z] --- PASS: TestCaller (0.00s) [2022-03-06T08:54:17.778Z] PASS [2022-03-06T08:54:17.778Z] coverage: 100.0% of statements [2022-03-06T08:54:17.778Z] ok github.com/docker/docker/libnetwork/internal/caller 0.161s coverage: 100.0% of statements [2022-03-06T08:54:17.986Z] --- PASS: TestRenameStoppedContainer (2.75s) [2022-03-06T08:54:17.986Z] === RUN TestRenameRunningContainerAndReuse [2022-03-06T08:54:18.767Z] === RUN TestSetSerialInsertDelete [2022-03-06T08:54:18.767Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-06T08:54:18.767Z] === RUN TestSetParallelInsertDelete [2022-03-06T08:54:19.235Z] --- PASS: TestRandomAllocateDeallocate (9.20s) [2022-03-06T08:54:19.235Z] === RUN TestAllocateRandomDeallocate [2022-03-06T08:54:19.715Z] === RUN TestInt2IP2IntConversion [2022-03-06T08:54:20.183Z] --- PASS: TestInt2IP2IntConversion (0.54s) [2022-03-06T08:54:20.183Z] === RUN TestGetAddressVersion [2022-03-06T08:54:20.183Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-06T08:54:20.183Z] === RUN TestKeyString [2022-03-06T08:54:20.183Z] --- PASS: TestKeyString (0.00s) [2022-03-06T08:54:20.183Z] === RUN TestPoolDataMarshal [2022-03-06T08:54:20.183Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-06T08:54:20.183Z] === RUN TestSubnetsMarshal [2022-03-06T08:54:20.627Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-06T08:54:20.627Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-03-06T08:54:20.652Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-03-06T08:54:20.652Z] === RUN TestAddSubnets [2022-03-06T08:54:20.652Z] === RUN TestPoolRequest [2022-03-06T08:54:20.652Z] --- PASS: TestPoolRequest (0.00s) [2022-03-06T08:54:20.652Z] === RUN TestOtherRequests [2022-03-06T08:54:20.652Z] --- PASS: TestOtherRequests (0.00s) [2022-03-06T08:54:20.652Z] PASS [2022-03-06T08:54:20.652Z] coverage: 57.1% of statements [2022-03-06T08:54:20.652Z] ok github.com/docker/docker/libnetwork/ipams/null 0.045s coverage: 57.1% of statements [2022-03-06T08:54:20.652Z] --- PASS: TestAddSubnets (0.09s) [2022-03-06T08:54:20.652Z] === RUN TestDoublePoolRelease [2022-03-06T08:54:20.652Z] --- PASS: TestDoublePoolRelease (0.05s) [2022-03-06T08:54:20.652Z] === RUN TestAddReleasePoolID [2022-03-06T08:54:20.652Z] --- PASS: TestAddReleasePoolID (0.15s) [2022-03-06T08:54:20.652Z] === RUN TestPredefinedPool [2022-03-06T08:54:20.652Z] --- PASS: TestPredefinedPool (0.07s) [2022-03-06T08:54:20.652Z] === RUN TestRemoveSubnet [2022-03-06T08:54:21.121Z] --- PASS: TestAllocateRandomDeallocate (1.82s) [2022-03-06T08:54:21.121Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-06T08:54:21.121Z] --- PASS: TestRemoveSubnet (0.32s) [2022-03-06T08:54:21.121Z] === RUN TestGetSameAddress [2022-03-06T08:54:21.121Z] --- PASS: TestGetSameAddress (0.04s) [2022-03-06T08:54:21.121Z] === RUN TestPoolAllocationReuse [2022-03-06T08:54:21.591Z] === RUN TestGetCapabilities [2022-03-06T08:54:21.591Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-06T08:54:21.591Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-06T08:54:21.591Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-06T08:54:21.591Z] === RUN TestGetDefaultAddressSpaces [2022-03-06T08:54:21.591Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-06T08:54:21.591Z] === RUN TestRemoteDriver [2022-03-06T08:54:21.591Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-06T08:54:21.591Z] PASS [2022-03-06T08:54:21.591Z] coverage: 47.4% of statements [2022-03-06T08:54:21.591Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.078s coverage: 47.4% of statements [2022-03-06T08:54:21.704Z] --- PASS: TestRenameRunningContainerAndReuse (4.18s) [2022-03-06T08:54:21.704Z] === RUN TestRenameInvalidName [2022-03-06T08:54:22.581Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.69s) [2022-03-06T08:54:22.581Z] === RUN TestRetrieveFromStore [2022-03-06T08:54:22.581Z] === RUN TestWindowsIPAM [2022-03-06T08:54:22.581Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-06T08:54:22.581Z] PASS [2022-03-06T08:54:22.581Z] coverage: 71.4% of statements [2022-03-06T08:54:22.581Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.044s coverage: 71.4% of statements [2022-03-06T08:54:23.156Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-06T08:54:23.156Z] docker_api_swarm_node_test.go:81: [dc4f6c7f8908e] joining swarm manager [d85d49de4121f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:54:23.156Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-06T08:54:23.572Z] === RUN TestDefaultNetwork [2022-03-06T08:54:23.572Z] --- PASS: TestRetrieveFromStore (0.87s) [2022-03-06T08:54:23.572Z] === RUN TestIsCorrupted [2022-03-06T08:54:23.572Z] --- PASS: TestIsCorrupted (0.03s) [2022-03-06T08:54:23.572Z] === RUN TestSetRollover [2022-03-06T08:54:23.874Z] --- PASS: TestRenameInvalidName (2.29s) [2022-03-06T08:54:23.874Z] === RUN TestRenameAnonymousContainer [2022-03-06T08:54:24.044Z] --- PASS: TestDefaultNetwork (0.27s) [2022-03-06T08:54:24.044Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-06T08:54:24.044Z] --- PASS: TestPoolAllocationReuse (2.65s) [2022-03-06T08:54:24.044Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-06T08:54:24.044Z] --- PASS: TestGetAddressSubPoolEqualPool (0.05s) [2022-03-06T08:54:24.044Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-06T08:54:24.044Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.29s) [2022-03-06T08:54:24.044Z] === RUN TestInitAddressPools [2022-03-06T08:54:24.044Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-06T08:54:24.044Z] PASS [2022-03-06T08:54:24.044Z] coverage: 74.0% of statements [2022-03-06T08:54:24.044Z] ok github.com/docker/docker/libnetwork/ipamutils 0.643s coverage: 74.0% of statements [2022-03-06T08:54:24.515Z] === RUN TestKeyValue [2022-03-06T08:54:24.515Z] --- PASS: TestKeyValue (0.00s) [2022-03-06T08:54:24.515Z] PASS [2022-03-06T08:54:24.515Z] coverage: 60.0% of statements [2022-03-06T08:54:24.515Z] ok github.com/docker/docker/libnetwork/netlabel 0.045s coverage: 60.0% of statements [2022-03-06T08:54:26.472Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-03-06T08:54:26.733Z] === RUN TestDockerSuite/TestCpToDot [2022-03-06T08:54:26.746Z] --- PASS: TestSetRollover (2.85s) [2022-03-06T08:54:26.746Z] === RUN TestSetRolloverSerial [2022-03-06T08:54:27.298Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-06T08:54:27.735Z] --- PASS: TestRequestReleaseAddressFromSubPool (4.00s) [2022-03-06T08:54:27.735Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-06T08:54:27.735Z] === RUN TestNetworkDBSimple [2022-03-06T08:54:28.233Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-06T08:54:28.400Z] --- PASS: TestRenameAnonymousContainer (11.51s) [2022-03-06T08:54:28.400Z] === RUN TestRenameContainerWithSameName [2022-03-06T08:54:28.729Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-06T08:54:28.729Z] PASS [2022-03-06T08:54:28.729Z] coverage: 100.0% of statements [2022-03-06T08:54:28.729Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.046s coverage: 100.0% of statements [2022-03-06T08:54:28.729Z] --- PASS: TestSetRolloverSerial (2.33s) [2022-03-06T08:54:28.729Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-06T08:54:28.729Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-06T08:54:28.729Z] PASS [2022-03-06T08:54:28.729Z] coverage: 84.4% of statements [2022-03-06T08:54:28.729Z] ok github.com/docker/docker/libnetwork/bitseq 18.845s coverage: 84.4% of statements [2022-03-06T08:54:28.799Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.76s) [2022-03-06T08:54:28.799Z] === RUN TestCreateServiceSecretFileMode [2022-03-06T08:54:29.199Z] 2022/03/06 08:54:28 Closing DB instances... [2022-03-06T08:54:29.668Z] === RUN TestGenerate [2022-03-06T08:54:29.668Z] --- PASS: TestGenerate (0.00s) [2022-03-06T08:54:29.668Z] === RUN TestGeneratePtr [2022-03-06T08:54:29.668Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-06T08:54:29.668Z] === RUN TestGenerateMissingField [2022-03-06T08:54:29.668Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-06T08:54:29.668Z] === RUN TestFieldCannotBeSet [2022-03-06T08:54:29.668Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-06T08:54:29.668Z] === RUN TestTypeMismatchError [2022-03-06T08:54:29.668Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-06T08:54:29.668Z] PASS [2022-03-06T08:54:29.668Z] coverage: 100.0% of statements [2022-03-06T08:54:29.668Z] ok github.com/docker/docker/libnetwork/options 0.044s coverage: 100.0% of statements [2022-03-06T08:54:29.734Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-06T08:54:30.137Z] testing: warning: no tests to run [2022-03-06T08:54:30.137Z] PASS [2022-03-06T08:54:30.137Z] coverage: 0.0% of statements [2022-03-06T08:54:30.137Z] ok github.com/docker/docker/libnetwork/osl 0.044s coverage: 0.0% of statements [no tests to run] [2022-03-06T08:54:30.606Z] --- PASS: TestNetworkDBSimple (2.64s) [2022-03-06T08:54:30.606Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-06T08:54:30.610Z] --- PASS: TestRenameContainerWithSameName (3.03s) [2022-03-06T08:54:30.610Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-06T08:54:30.610Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-06T08:54:30.610Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-06T08:54:30.610Z] === RUN TestResize [2022-03-06T08:54:30.665Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-06T08:54:31.076Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.05s) [2022-03-06T08:54:31.076Z] === RUN TestGetAddress [2022-03-06T08:54:31.076Z] === RUN TestRequestNewPort [2022-03-06T08:54:31.076Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-06T08:54:31.076Z] === RUN TestRequestSpecificPort [2022-03-06T08:54:31.076Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-06T08:54:31.076Z] === RUN TestReleasePort [2022-03-06T08:54:31.076Z] --- PASS: TestReleasePort (0.00s) [2022-03-06T08:54:31.076Z] === RUN TestReuseReleasedPort [2022-03-06T08:54:31.076Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-06T08:54:31.076Z] === RUN TestReleaseUnreadledPort [2022-03-06T08:54:31.076Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-06T08:54:31.076Z] === RUN TestUnknowProtocol [2022-03-06T08:54:31.076Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-06T08:54:31.076Z] === RUN TestAllocateAllPorts [2022-03-06T08:54:31.076Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-06T08:54:31.076Z] === RUN TestPortAllocation [2022-03-06T08:54:31.076Z] --- PASS: TestPortAllocation (0.00s) [2022-03-06T08:54:31.076Z] === RUN TestPortAllocationWithCustomRange [2022-03-06T08:54:31.076Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-06T08:54:31.076Z] === RUN TestNoDuplicateBPR [2022-03-06T08:54:31.076Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-06T08:54:31.076Z] === RUN TestChangePortRange [2022-03-06T08:54:31.076Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-06T08:54:31.076Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-06T08:54:31.076Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-06T08:54:31.076Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-06T08:54:31.076Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-06T08:54:31.076Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-06T08:54:31.076Z] --- PASS: TestChangePortRange (0.00s) [2022-03-06T08:54:31.076Z] PASS [2022-03-06T08:54:31.076Z] coverage: 88.6% of statements [2022-03-06T08:54:31.076Z] ok github.com/docker/docker/libnetwork/portallocator 0.054s coverage: 88.6% of statements [2022-03-06T08:54:31.544Z] 2022/03/06 08:54:31 Closing DB instances... [2022-03-06T08:54:32.013Z] testing: warning: no tests to run [2022-03-06T08:54:32.013Z] PASS [2022-03-06T08:54:32.013Z] coverage: 0.0% of statements [2022-03-06T08:54:32.013Z] ok github.com/docker/docker/libnetwork/portmapper 0.044s coverage: 0.0% of statements [no tests to run] [2022-03-06T08:54:32.036Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-06T08:54:32.036Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-06T08:54:32.292Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-06T08:54:33.000Z] === RUN TestHashData [2022-03-06T08:54:33.000Z] --- PASS: TestHashData (0.00s) [2022-03-06T08:54:33.000Z] PASS [2022-03-06T08:54:33.000Z] coverage: 2.8% of statements [2022-03-06T08:54:33.000Z] ok github.com/docker/docker/libnetwork/resolvconf 0.040s coverage: 2.8% of statements [2022-03-06T08:54:33.224Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-06T08:54:33.224Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-06T08:54:33.224Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-06T08:54:33.470Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-03-06T08:54:33.470Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-06T08:54:33.470Z] === RUN TestErrorConstructors [2022-03-06T08:54:33.470Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-06T08:54:33.470Z] === RUN TestCompareIPMask [2022-03-06T08:54:33.470Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-06T08:54:33.470Z] === RUN TestUtilGetHostPartIP [2022-03-06T08:54:33.470Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-06T08:54:33.470Z] === RUN TestUtilGetBroadcastIP [2022-03-06T08:54:33.470Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-06T08:54:33.470Z] === RUN TestParseCIDR [2022-03-06T08:54:33.470Z] --- PASS: TestParseCIDR (0.00s) [2022-03-06T08:54:33.470Z] PASS [2022-03-06T08:54:33.470Z] coverage: 37.3% of statements [2022-03-06T08:54:33.470Z] ok github.com/docker/docker/libnetwork/types 0.061s coverage: 37.3% of statements [2022-03-06T08:54:33.481Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-06T08:54:33.547Z] --- PASS: TestResize (3.00s) [2022-03-06T08:54:33.547Z] === RUN TestResizeWithInvalidSize [2022-03-06T08:54:34.048Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-06T08:54:34.048Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-06T08:54:34.048Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-06T08:54:34.048Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-06T08:54:34.165Z] --- PASS: TestRenameAnonymousContainer (9.31s) [2022-03-06T08:54:34.165Z] === RUN TestRenameContainerWithSameName [2022-03-06T08:54:34.457Z] 2022/03/06 08:54:34 Closing DB instances... [2022-03-06T08:54:34.613Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-06T08:54:34.870Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-06T08:54:34.870Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-06T08:54:34.870Z] === RUN TestDockerSuite/TestCreateRM [2022-03-06T08:54:34.870Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-06T08:54:34.870Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-06T08:54:34.870Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-06T08:54:34.927Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-06T08:54:34.927Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-06T08:54:34.927Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-06T08:54:34.927Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-06T08:54:34.927Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-06T08:54:34.927Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-06T08:54:34.927Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-06T08:54:34.927Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-06T08:54:34.927Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-06T08:54:34.928Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-06T08:54:34.928Z] PASS [2022-03-06T08:54:34.928Z] coverage: 50.0% of statements [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-06T08:54:34.928Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-06T08:54:34.928Z] ok github.com/docker/docker/oci 0.062s coverage: 50.0% of statements [2022-03-06T08:54:35.128Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-06T08:54:35.128Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-06T08:54:35.403Z] === RUN TestParseVersion [2022-03-06T08:54:35.403Z] --- PASS: TestParseVersion (0.00s) [2022-03-06T08:54:35.403Z] PASS [2022-03-06T08:54:35.403Z] coverage: 52.9% of statements [2022-03-06T08:54:35.403Z] ok github.com/docker/docker/pkg/aaparser 0.064s coverage: 52.9% of statements [2022-03-06T08:54:35.695Z] --- PASS: TestRenameContainerWithSameName (2.20s) [2022-03-06T08:54:35.695Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-06T08:54:35.695Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-06T08:54:35.695Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-06T08:54:35.695Z] === RUN TestResize [2022-03-06T08:54:36.063Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-03-06T08:54:36.390Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-03-06T08:54:36.390Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-06T08:54:36.390Z] === RUN TestAddressPoolOpt [2022-03-06T08:54:36.390Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/a [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/something [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/_=a [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/env1=value1 [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/_env1=value1 [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/PATH [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/=a [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/PATH= [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/PATH=something [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/asd!qwe [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/1asd [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/123 [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/some_space [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/__some_space_before [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/some_space_after__ [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/= [2022-03-06T08:54:36.390Z] === RUN TestValidateEnv/PaTh [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-06T08:54:36.390Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestParseHost [2022-03-06T08:54:36.391Z] --- PASS: TestParseHost (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestParseDockerDaemonHost [2022-03-06T08:54:36.391Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestParseTCP [2022-03-06T08:54:36.391Z] --- PASS: TestParseTCP (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-06T08:54:36.391Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestValidateExtraHosts [2022-03-06T08:54:36.391Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestIpOptString [2022-03-06T08:54:36.391Z] --- PASS: TestIpOptString (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-06T08:54:36.391Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestNewIpOptValidDefaultVal [2022-03-06T08:54:36.391Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestIpOptSetInvalidVal [2022-03-06T08:54:36.391Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestValidateIPAddress [2022-03-06T08:54:36.391Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestMapOpts [2022-03-06T08:54:36.391Z] --- PASS: TestMapOpts (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestListOptsWithoutValidator [2022-03-06T08:54:36.391Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestListOptsWithValidator [2022-03-06T08:54:36.391Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestValidateDNSSearch [2022-03-06T08:54:36.391Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/label_with_general_format [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/label_with_one_more [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-06T08:54:36.391Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-06T08:54:36.391Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestNamedListOpts [2022-03-06T08:54:36.391Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestNamedMapOpts [2022-03-06T08:54:36.391Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestParseLink [2022-03-06T08:54:36.391Z] --- PASS: TestParseLink (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestQuotedStringSetWithQuotes [2022-03-06T08:54:36.391Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-06T08:54:36.391Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-06T08:54:36.391Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-06T08:54:36.391Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-06T08:54:36.391Z] === RUN TestUlimitOpt [2022-03-06T08:54:36.391Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-06T08:54:36.391Z] PASS [2022-03-06T08:54:36.391Z] coverage: 67.4% of statements [2022-03-06T08:54:36.391Z] ok github.com/docker/docker/opts 0.091s coverage: 67.4% of statements [2022-03-06T08:54:36.487Z] --- PASS: TestResizeWithInvalidSize (2.99s) [2022-03-06T08:54:36.487Z] === RUN TestResizeWhenContainerNotStarted [2022-03-06T08:54:36.629Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-06T08:54:36.629Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-06T08:54:36.629Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-06T08:54:37.873Z] --- PASS: TestResize (2.40s) [2022-03-06T08:54:37.873Z] === RUN TestResizeWithInvalidSize [2022-03-06T08:54:37.961Z] === RUN TestIsArchivePathDir [2022-03-06T08:54:37.961Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-03-06T08:54:37.961Z] === RUN TestIsArchivePathInvalidFile [2022-03-06T08:54:37.961Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-03-06T08:54:37.961Z] === RUN TestIsArchivePathTar [2022-03-06T08:54:37.961Z] --- PASS: TestIsArchivePathTar (0.19s) [2022-03-06T08:54:37.961Z] === RUN TestDecompressStreamGzip [2022-03-06T08:54:38.430Z] 2022/03/06 08:54:37 Closing DB instances... [2022-03-06T08:54:38.430Z] --- PASS: TestDecompressStreamGzip (0.13s) [2022-03-06T08:54:38.430Z] === RUN TestDecompressStreamBzip2 [2022-03-06T08:54:38.430Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-03-06T08:54:38.430Z] === RUN TestDecompressStreamXz [2022-03-06T08:54:38.430Z] archive_test.go:133: Xz not present in msys2 [2022-03-06T08:54:38.430Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-06T08:54:38.430Z] === RUN TestDecompressStreamZstd [2022-03-06T08:54:38.430Z] archive_test.go:140: zstd not installed [2022-03-06T08:54:38.430Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-06T08:54:38.430Z] === RUN TestCompressStreamXzUnsupported [2022-03-06T08:54:38.430Z] === RUN TestPeerCertificateMarshalJSON [2022-03-06T08:54:38.430Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-06T08:54:38.430Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-06T08:54:38.430Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-06T08:54:38.430Z] === RUN TestCompressStreamInvalid [2022-03-06T08:54:38.430Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-06T08:54:38.430Z] === RUN TestExtensionInvalid [2022-03-06T08:54:38.430Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-06T08:54:38.430Z] === RUN TestExtensionUncompressed [2022-03-06T08:54:38.430Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-06T08:54:38.430Z] === RUN TestExtensionBzip2 [2022-03-06T08:54:38.430Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-06T08:54:38.430Z] === RUN TestExtensionGzip [2022-03-06T08:54:38.430Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-06T08:54:38.430Z] === RUN TestExtensionXz [2022-03-06T08:54:38.430Z] --- PASS: TestExtensionXz (0.00s) [2022-03-06T08:54:38.430Z] === RUN TestExtensionZstd [2022-03-06T08:54:38.430Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-06T08:54:38.430Z] === RUN TestCmdStreamLargeStderr [2022-03-06T08:54:38.430Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-03-06T08:54:38.430Z] === RUN TestCmdStreamBad [2022-03-06T08:54:38.430Z] archive_test.go:252: Failing on Windows CI machines [2022-03-06T08:54:38.430Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-06T08:54:38.430Z] === RUN TestCmdStreamGood [2022-03-06T08:54:38.430Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-06T08:54:38.430Z] === RUN TestUntarPathWithInvalidDest [2022-03-06T08:54:38.430Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-03-06T08:54:38.430Z] === RUN TestUntarPathWithInvalidSrc [2022-03-06T08:54:38.430Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-06T08:54:38.430Z] === RUN TestUntarPath [2022-03-06T08:54:38.530Z] docker_api_swarm_node_test.go:53: [d0326629302f4] joining swarm manager [dad9e34a529b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:54:38.898Z] --- PASS: TestUntarPath (0.07s) [2022-03-06T08:54:38.899Z] === RUN TestUntarPathWithDestinationFile [2022-03-06T08:54:38.899Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-03-06T08:54:38.899Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-06T08:54:38.899Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-03-06T08:54:38.899Z] === RUN TestCopyWithTarInvalidSrc [2022-03-06T08:54:38.899Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-06T08:54:38.899Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-06T08:54:38.899Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-06T08:54:38.899Z] === RUN TestCopyWithTarSrcFile [2022-03-06T08:54:38.899Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-06T08:54:38.899Z] === RUN TestCopyWithTarSrcFolder [2022-03-06T08:54:38.899Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-06T08:54:38.899Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-06T08:54:38.899Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-06T08:54:38.899Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-06T08:54:38.899Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-06T08:54:38.899Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-06T08:54:38.899Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-03-06T08:54:38.899Z] === RUN TestCopyFileWithTarSrcFile [2022-03-06T08:54:38.899Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-06T08:54:38.899Z] === RUN TestTarFiles [2022-03-06T08:54:38.899Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-06T08:54:38.899Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-06T08:54:38.899Z] --- PASS: TestPeerCertificateMarshalJSON (0.58s) [2022-03-06T08:54:38.899Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-06T08:54:38.899Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-06T08:54:38.899Z] === RUN TestMiddleware [2022-03-06T08:54:38.899Z] --- PASS: TestMiddleware (0.00s) [2022-03-06T08:54:38.899Z] === RUN TestNewResponseModifier [2022-03-06T08:54:38.899Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-06T08:54:38.899Z] PASS [2022-03-06T08:54:38.899Z] coverage: 26.8% of statements [2022-03-06T08:54:38.899Z] ok github.com/docker/docker/pkg/authorization 0.627s coverage: 26.8% of statements [2022-03-06T08:54:39.429Z] --- PASS: TestResizeWhenContainerNotStarted (3.05s) [2022-03-06T08:54:39.429Z] === RUN TestDaemonRestartKillContainers [2022-03-06T08:54:39.429Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:54:39.429Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-06T08:54:39.429Z] === RUN TestStats [2022-03-06T08:54:39.429Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-06T08:54:39.429Z] --- SKIP: TestStats (0.00s) [2022-03-06T08:54:39.429Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-06T08:54:39.465Z] docker_api_swarm_node_test.go:54: [d775b19fafd58] joining swarm manager [dad9e34a529b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:54:39.891Z] === RUN TestUnbuffered [2022-03-06T08:54:39.891Z] --- PASS: TestUnbuffered (0.00s) [2022-03-06T08:54:39.891Z] === RUN TestRaceUnbuffered [2022-03-06T08:54:39.891Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-06T08:54:39.891Z] PASS [2022-03-06T08:54:39.891Z] coverage: 100.0% of statements [2022-03-06T08:54:39.891Z] ok github.com/docker/docker/pkg/broadcaster 0.053s coverage: 100.0% of statements [2022-03-06T08:54:40.032Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-06T08:54:40.290Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-06T08:54:40.290Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-06T08:54:40.290Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-06T08:54:40.290Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-06T08:54:40.290Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-06T08:54:40.359Z] --- PASS: TestNetworkDBCRUDTableEntry (4.08s) [2022-03-06T08:54:40.359Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-06T08:54:40.359Z] === RUN TestMatch [2022-03-06T08:54:40.359Z] === RUN TestMatch/[[]] [2022-03-06T08:54:40.359Z] === RUN TestMatch/[[foo]] [2022-03-06T08:54:40.359Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-06T08:54:40.359Z] === RUN TestMatch/[[foo_bar]] [2022-03-06T08:54:40.359Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-06T08:54:40.359Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-06T08:54:40.360Z] === RUN TestMatch/[] [2022-03-06T08:54:40.360Z] === RUN TestMatch/[]#01 [2022-03-06T08:54:40.360Z] === RUN TestMatch/[[qux]] [2022-03-06T08:54:40.360Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-06T08:54:40.360Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-06T08:54:40.360Z] === RUN TestMatch/[[foo_baz]] [2022-03-06T08:54:40.360Z] --- PASS: TestMatch (0.00s) [2022-03-06T08:54:40.360Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-06T08:54:40.360Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-06T08:54:40.360Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-06T08:54:40.360Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-06T08:54:40.360Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-06T08:54:40.360Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-06T08:54:40.360Z] --- PASS: TestMatch/[] (0.00s) [2022-03-06T08:54:40.360Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-06T08:54:40.360Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-06T08:54:40.360Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-06T08:54:40.360Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-06T08:54:40.360Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-06T08:54:40.360Z] PASS [2022-03-06T08:54:40.360Z] coverage: 87.5% of statements [2022-03-06T08:54:40.360Z] ok github.com/docker/docker/pkg/capabilities 0.048s coverage: 87.5% of statements [2022-03-06T08:54:40.771Z] --- PASS: TestResizeWithInvalidSize (2.41s) [2022-03-06T08:54:40.771Z] === RUN TestResizeWhenContainerNotStarted [2022-03-06T08:54:40.854Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-06T08:54:41.783Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-06T08:54:41.933Z] === RUN TestChrootTarUntar [2022-03-06T08:54:41.933Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:54:41.933Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-06T08:54:41.933Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-06T08:54:41.933Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:54:41.933Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-06T08:54:41.933Z] === RUN TestChrootUntarEmptyArchive [2022-03-06T08:54:41.933Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-06T08:54:41.933Z] === RUN TestChrootTarUntarWithSymlink [2022-03-06T08:54:41.933Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:54:41.933Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-06T08:54:41.933Z] === RUN TestChrootCopyWithTar [2022-03-06T08:54:41.933Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:54:41.933Z] --- SKIP: TestChrootCopyWithTar (0.01s) [2022-03-06T08:54:41.933Z] === RUN TestChrootCopyFileWithTar [2022-03-06T08:54:41.933Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:54:41.933Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-06T08:54:41.933Z] === RUN TestChrootUntarPath [2022-03-06T08:54:41.933Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:54:41.933Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-06T08:54:41.933Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-06T08:54:41.933Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:54:41.933Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-06T08:54:41.933Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-06T08:54:41.933Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:54:41.933Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-06T08:54:41.933Z] === RUN TestChrootApplyDotDotFile [2022-03-06T08:54:41.933Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:54:41.933Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-06T08:54:41.933Z] PASS [2022-03-06T08:54:41.933Z] coverage: 15.1% of statements [2022-03-06T08:54:41.934Z] ok github.com/docker/docker/pkg/chrootarchive 0.100s coverage: 15.1% of statements [2022-03-06T08:54:42.040Z] --- PASS: TestCreateServiceSecretFileMode (13.29s) [2022-03-06T08:54:42.040Z] === RUN TestCreateServiceConfigFileMode [2022-03-06T08:54:42.403Z] 2022/03/06 08:54:42 Closing DB instances... [2022-03-06T08:54:42.603Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-06T08:54:42.872Z] === RUN TestEnsureRemoveAllNotExist [2022-03-06T08:54:42.872Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-06T08:54:42.872Z] === RUN TestEnsureRemoveAllWithDir [2022-03-06T08:54:42.872Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-06T08:54:42.872Z] === RUN TestEnsureRemoveAllWithFile [2022-03-06T08:54:42.872Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-06T08:54:42.872Z] PASS [2022-03-06T08:54:42.872Z] coverage: 0.0% of statements [2022-03-06T08:54:42.872Z] ok github.com/docker/docker/pkg/containerfs 0.045s coverage: 0.0% of statements [2022-03-06T08:54:43.535Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-06T08:54:43.659Z] --- PASS: TestResizeWhenContainerNotStarted (2.94s) [2022-03-06T08:54:43.659Z] === RUN TestDaemonRestartKillContainers [2022-03-06T08:54:43.659Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:54:43.659Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-06T08:54:43.659Z] === RUN TestStats [2022-03-06T08:54:43.659Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-06T08:54:43.659Z] --- SKIP: TestStats (0.00s) [2022-03-06T08:54:43.659Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-06T08:54:43.860Z] === RUN TestSizeEmpty [2022-03-06T08:54:43.860Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-06T08:54:43.860Z] === RUN TestSizeEmptyFile [2022-03-06T08:54:43.860Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-06T08:54:43.860Z] === RUN TestSizeNonemptyFile [2022-03-06T08:54:43.860Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-06T08:54:43.860Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-06T08:54:43.860Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-06T08:54:43.860Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-06T08:54:43.860Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-06T08:54:43.860Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-06T08:54:43.860Z] --- PASS: TestNetworkDBCRUDTableEntries (3.46s) [2022-03-06T08:54:43.860Z] === RUN TestNetworkDBNodeLeave [2022-03-06T08:54:43.860Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-06T08:54:43.860Z] === RUN TestMoveToSubdir [2022-03-06T08:54:43.860Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-06T08:54:43.860Z] === RUN TestSizeNonExistingDirectory [2022-03-06T08:54:43.860Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-06T08:54:43.860Z] PASS [2022-03-06T08:54:43.860Z] coverage: 80.0% of statements [2022-03-06T08:54:43.860Z] ok github.com/docker/docker/pkg/directory 0.067s coverage: 80.0% of statements [2022-03-06T08:54:44.849Z] === RUN TestPollerAddRemove [2022-03-06T08:54:44.849Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-06T08:54:44.849Z] === RUN TestPollerEvent [2022-03-06T08:54:44.849Z] poller_test.go:40: No chmod on Windows [2022-03-06T08:54:44.849Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-06T08:54:44.849Z] === RUN TestPollerClose [2022-03-06T08:54:44.849Z] --- PASS: TestPollerClose (0.00s) [2022-03-06T08:54:44.849Z] PASS [2022-03-06T08:54:44.849Z] coverage: 36.2% of statements [2022-03-06T08:54:44.849Z] ok github.com/docker/docker/pkg/filenotify 0.065s coverage: 36.2% of statements [2022-03-06T08:54:44.930Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-06T08:54:45.188Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-06T08:54:45.753Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-06T08:54:45.753Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-06T08:54:45.840Z] === RUN TestCopyFileWithInvalidSrc [2022-03-06T08:54:45.840Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestCopyFileWithInvalidDest [2022-03-06T08:54:45.840Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-06T08:54:45.840Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-06T08:54:45.840Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestCopyFile [2022-03-06T08:54:45.840Z] --- PASS: TestCopyFile (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-06T08:54:45.840Z] fileutils_test.go:133: Needs porting to Windows [2022-03-06T08:54:45.840Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-06T08:54:45.840Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-06T08:54:45.840Z] fileutils_test.go:179: Needs porting to Windows [2022-03-06T08:54:45.840Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestWildcardMatches [2022-03-06T08:54:45.840Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestPatternMatches [2022-03-06T08:54:45.840Z] --- PASS: TestPatternMatches (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-06T08:54:45.840Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestPatternMatchesFolderExclusions [2022-03-06T08:54:45.840Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-06T08:54:45.840Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-06T08:54:45.840Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-06T08:54:45.840Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-06T08:54:45.840Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestSingleExclamationError [2022-03-06T08:54:45.840Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestMatchesWithNoPatterns [2022-03-06T08:54:45.840Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestMatchesWithMalformedPatterns [2022-03-06T08:54:45.840Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestMatches [2022-03-06T08:54:45.840Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-06T08:54:45.840Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-06T08:54:45.840Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-06T08:54:45.840Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-06T08:54:45.840Z] --- PASS: TestMatches (0.01s) [2022-03-06T08:54:45.840Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-06T08:54:45.840Z] --- PASS: TestMatches/MatchesUsingParentResult (0.01s) [2022-03-06T08:54:45.840Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-06T08:54:45.840Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestCleanPatterns [2022-03-06T08:54:45.840Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-06T08:54:45.840Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestCleanPatternsExceptionFlag [2022-03-06T08:54:45.840Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-06T08:54:45.840Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-06T08:54:45.840Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestCleanPatternsErrorSingleException [2022-03-06T08:54:45.840Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-06T08:54:45.840Z] === RUN TestCreateIfNotExistsDir [2022-03-06T08:54:45.840Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-06T08:54:45.841Z] === RUN TestCreateIfNotExistsFile [2022-03-06T08:54:45.841Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-06T08:54:45.841Z] === RUN TestMatch [2022-03-06T08:54:45.841Z] --- PASS: TestMatch (0.00s) [2022-03-06T08:54:45.841Z] === RUN TestCompile [2022-03-06T08:54:45.841Z] === RUN TestCompile/slash [2022-03-06T08:54:45.841Z] === RUN TestCompile/backslash [2022-03-06T08:54:45.841Z] --- PASS: TestCompile (0.00s) [2022-03-06T08:54:45.841Z] --- PASS: TestCompile/slash (0.00s) [2022-03-06T08:54:45.841Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-06T08:54:45.841Z] PASS [2022-03-06T08:54:45.841Z] coverage: 84.7% of statements [2022-03-06T08:54:45.841Z] ok github.com/docker/docker/pkg/fileutils 0.090s coverage: 84.7% of statements [2022-03-06T08:54:46.010Z] === RUN TestDockerSuite/TestDockerFails [2022-03-06T08:54:46.269Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-03-06T08:54:46.269Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-03-06T08:54:46.269Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-03-06T08:54:46.309Z] --- PASS: TestTarFiles (7.23s) [2022-03-06T08:54:46.309Z] === RUN TestDetectCompressionZstd [2022-03-06T08:54:46.309Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-06T08:54:46.309Z] === RUN TestTarUntar [2022-03-06T08:54:46.309Z] --- PASS: TestTarUntar (0.04s) [2022-03-06T08:54:46.309Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-06T08:54:46.309Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-06T08:54:46.309Z] === RUN TestTarWithOptions [2022-03-06T08:54:46.309Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-06T08:54:46.309Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-06T08:54:46.309Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-06T08:54:46.309Z] === RUN TestUntarUstarGnuConflict [2022-03-06T08:54:46.309Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-06T08:54:46.309Z] === RUN TestUntarInvalidFilenames [2022-03-06T08:54:46.309Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames522620933\\dest" [2022-03-06T08:54:46.309Z] --- PASS: TestUntarInvalidFilenames (0.18s) [2022-03-06T08:54:46.309Z] === RUN TestUntarHardlinkToSymlink [2022-03-06T08:54:46.309Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-06T08:54:46.309Z] === RUN TestUntarInvalidHardlink [2022-03-06T08:54:46.309Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2195577319\\victim\\hello" -> "../victim/hello" [2022-03-06T08:54:46.310Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2464329266\\victim\\hello" -> "/../victim/hello" [2022-03-06T08:54:46.310Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2373528512\\victim" -> "../victim" [2022-03-06T08:54:46.310Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1588995958\\victim" -> "../victim" [2022-03-06T08:54:46.310Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3258306573\\victim" -> "../victim" [2022-03-06T08:54:46.310Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1740386284\\victim" -> "../victim" [2022-03-06T08:54:46.310Z] --- PASS: TestUntarInvalidHardlink (0.05s) [2022-03-06T08:54:46.310Z] === RUN TestUntarInvalidSymlink [2022-03-06T08:54:46.310Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2007056449\\dest\\dotdot" -> "../victim/hello" [2022-03-06T08:54:46.310Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2058167280\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-06T08:54:46.310Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink392978207\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:54:46.310Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3121336317\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:54:46.310Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3513991947\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:54:46.310Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2797245939\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:54:46.310Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1929667939\\dest\\dir\\loophole" -> "../../victim" [2022-03-06T08:54:46.310Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-03-06T08:54:46.310Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-06T08:54:46.310Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-06T08:54:46.310Z] === RUN TestXGlobalNoParent [2022-03-06T08:54:46.310Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-06T08:54:46.310Z] === RUN TestReplaceFileTarWrapper [2022-03-06T08:54:46.780Z] === RUN TestGet [2022-03-06T08:54:46.780Z] --- PASS: TestGet (0.00s) [2022-03-06T08:54:46.780Z] === RUN TestGetShortcutString [2022-03-06T08:54:46.780Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-06T08:54:46.780Z] PASS [2022-03-06T08:54:46.780Z] coverage: 42.9% of statements [2022-03-06T08:54:46.780Z] ok github.com/docker/docker/pkg/homedir 0.044s coverage: 42.9% of statements [2022-03-06T08:54:46.780Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-03-06T08:54:46.780Z] === RUN TestNetworkDBWatch [2022-03-06T08:54:46.780Z] --- PASS: TestReplaceFileTarWrapper (0.25s) [2022-03-06T08:54:46.780Z] === RUN TestPrefixHeaderReadable [2022-03-06T08:54:46.780Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-06T08:54:46.780Z] === RUN TestDisablePigz [2022-03-06T08:54:46.780Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-06T08:54:46.780Z] --- PASS: TestDisablePigz (0.13s) [2022-03-06T08:54:46.780Z] === RUN TestPigz [2022-03-06T08:54:46.834Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-03-06T08:54:47.251Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-06T08:54:47.251Z] --- PASS: TestPigz (0.16s) [2022-03-06T08:54:47.251Z] === RUN TestNosysFileInfo [2022-03-06T08:54:47.251Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-06T08:54:47.251Z] === RUN TestCopyFileWithInvalidDest [2022-03-06T08:54:47.251Z] archive_windows_test.go:16: Currently fails [2022-03-06T08:54:47.251Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-06T08:54:47.251Z] === RUN TestCanonicalTarNameForPath [2022-03-06T08:54:47.251Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-06T08:54:47.251Z] === RUN TestCanonicalTarName [2022-03-06T08:54:47.251Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-06T08:54:47.251Z] === RUN TestChmodTarEntry [2022-03-06T08:54:47.251Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-06T08:54:47.251Z] === RUN TestHardLinkOrder [2022-03-06T08:54:47.251Z] --- PASS: TestHardLinkOrder (0.09s) [2022-03-06T08:54:47.251Z] === RUN TestChangeString [2022-03-06T08:54:47.251Z] --- PASS: TestChangeString (0.00s) [2022-03-06T08:54:47.251Z] === RUN TestChangesWithNoChanges [2022-03-06T08:54:47.251Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-06T08:54:47.251Z] === RUN TestChangesWithChanges [2022-03-06T08:54:47.251Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-06T08:54:47.251Z] === RUN TestChangesWithChangesGH13590 [2022-03-06T08:54:47.251Z] changes_test.go:195: needs more investigation [2022-03-06T08:54:47.251Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-06T08:54:47.251Z] === RUN TestChangesDirsEmpty [2022-03-06T08:54:47.251Z] --- PASS: TestChangesDirsEmpty (0.15s) [2022-03-06T08:54:47.251Z] === RUN TestChangesDirsMutated [2022-03-06T08:54:47.251Z] === RUN TestCreateIDMapOrder [2022-03-06T08:54:47.251Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-06T08:54:47.251Z] PASS [2022-03-06T08:54:47.251Z] coverage: 7.2% of statements [2022-03-06T08:54:47.251Z] ok github.com/docker/docker/pkg/idtools 0.047s coverage: 7.2% of statements [2022-03-06T08:54:47.399Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-03-06T08:54:47.722Z] --- PASS: TestChangesDirsMutated (0.16s) [2022-03-06T08:54:47.722Z] === RUN TestApplyLayer [2022-03-06T08:54:47.722Z] changes_test.go:432: needs further investigation [2022-03-06T08:54:47.722Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-06T08:54:47.722Z] === RUN TestChangesSizeWithHardlinks [2022-03-06T08:54:47.722Z] changes_test.go:468: needs further investigation [2022-03-06T08:54:47.722Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-06T08:54:47.722Z] === RUN TestChangesSizeWithNoChanges [2022-03-06T08:54:47.722Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-06T08:54:47.722Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-06T08:54:47.722Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-06T08:54:47.722Z] === RUN TestChangesSize [2022-03-06T08:54:47.722Z] --- PASS: TestChangesSize (0.00s) [2022-03-06T08:54:47.722Z] === RUN TestApplyLayerInvalidFilenames [2022-03-06T08:54:47.722Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2678728312\\dest" [2022-03-06T08:54:47.722Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-06T08:54:47.722Z] === RUN TestApplyLayerInvalidHardlink [2022-03-06T08:54:47.722Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1826039166\\victim\\hello" -> "../victim/hello" [2022-03-06T08:54:47.722Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3337367561\\victim\\hello" -> "/../victim/hello" [2022-03-06T08:54:47.722Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1612273215\\victim" -> "../victim" [2022-03-06T08:54:47.722Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink195150995\\victim" -> "../victim" [2022-03-06T08:54:47.722Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3112262522\\victim" -> "../victim" [2022-03-06T08:54:47.722Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3129794507\\victim" -> "../victim" [2022-03-06T08:54:47.722Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2022-03-06T08:54:47.722Z] === RUN TestApplyLayerInvalidSymlink [2022-03-06T08:54:47.722Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3404018344\\dest\\dotdot" -> "../victim/hello" [2022-03-06T08:54:47.722Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3792004810\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-06T08:54:47.722Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2259539848\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:54:47.722Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1428225271\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:54:47.722Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1508750390\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:54:47.722Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink132881026\\dest\\loophole-victim" -> "../victim" [2022-03-06T08:54:47.722Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-06T08:54:47.722Z] === RUN TestApplyLayerWhiteouts [2022-03-06T08:54:47.722Z] --- PASS: TestApplyLayerWhiteouts (0.16s) [2022-03-06T08:54:47.722Z] === RUN TestGenerateEmptyFile [2022-03-06T08:54:47.722Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-06T08:54:47.722Z] === RUN TestGenerateWithContent [2022-03-06T08:54:47.722Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-06T08:54:47.722Z] PASS [2022-03-06T08:54:47.722Z] coverage: 63.0% of statements [2022-03-06T08:54:47.722Z] ok github.com/docker/docker/pkg/archive 10.102s coverage: 63.0% of statements [2022-03-06T08:54:48.064Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.97s) [2022-03-06T08:54:48.064Z] === RUN TestStopContainerWithTimeout [2022-03-06T08:54:48.064Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-06T08:54:48.064Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-06T08:54:48.064Z] === RUN TestUpdateRestartPolicy [2022-03-06T08:54:48.191Z] 2022/03/06 08:54:47 Closing DB instances... [2022-03-06T08:54:48.325Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.89s) [2022-03-06T08:54:48.325Z] === RUN TestStopContainerWithTimeout [2022-03-06T08:54:48.325Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-06T08:54:48.325Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-06T08:54:48.325Z] === RUN TestUpdateRestartPolicy [2022-03-06T08:54:48.335Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-03-06T08:54:48.335Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-03-06T08:54:48.335Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-03-06T08:54:48.593Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-03-06T08:54:49.181Z] === RUN TestFixedBufferCap [2022-03-06T08:54:49.181Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-06T08:54:49.181Z] === RUN TestFixedBufferLen [2022-03-06T08:54:49.181Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-06T08:54:49.181Z] === RUN TestFixedBufferString [2022-03-06T08:54:49.181Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-06T08:54:49.181Z] === RUN TestFixedBufferWrite [2022-03-06T08:54:49.181Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-06T08:54:49.181Z] === RUN TestFixedBufferRead [2022-03-06T08:54:49.181Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-06T08:54:49.181Z] === RUN TestBytesPipeRead [2022-03-06T08:54:49.181Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-06T08:54:49.181Z] === RUN TestBytesPipeWrite [2022-03-06T08:54:49.181Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-06T08:54:49.181Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-06T08:54:49.181Z] --- PASS: TestBytesPipeWriteRandomChunks (0.48s) [2022-03-06T08:54:49.181Z] === RUN TestAtomicWriteToFile [2022-03-06T08:54:49.181Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-06T08:54:49.181Z] === RUN TestAtomicWriteSetCommit [2022-03-06T08:54:49.181Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-06T08:54:49.181Z] === RUN TestAtomicWriteSetCancel [2022-03-06T08:54:49.181Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-06T08:54:49.181Z] === RUN TestReadCloserWrapperClose [2022-03-06T08:54:49.181Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-06T08:54:49.181Z] === RUN TestReaderErrWrapperReadOnError [2022-03-06T08:54:49.181Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-06T08:54:49.652Z] === RUN TestReaderErrWrapperRead [2022-03-06T08:54:49.652Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-06T08:54:49.652Z] === RUN TestCancelReadCloser [2022-03-06T08:54:49.652Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-06T08:54:49.652Z] === RUN TestWriteCloserWrapperClose [2022-03-06T08:54:49.652Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-06T08:54:49.652Z] === RUN TestNopWriteCloser [2022-03-06T08:54:49.652Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-06T08:54:49.652Z] === RUN TestNopWriter [2022-03-06T08:54:49.652Z] --- PASS: TestNopWriter (0.00s) [2022-03-06T08:54:49.652Z] === RUN TestWriteCounter [2022-03-06T08:54:49.652Z] --- PASS: TestWriteCounter (0.00s) [2022-03-06T08:54:49.652Z] PASS [2022-03-06T08:54:49.652Z] coverage: 69.2% of statements [2022-03-06T08:54:49.652Z] ok github.com/docker/docker/pkg/ioutils 0.673s coverage: 69.2% of statements [2022-03-06T08:54:49.652Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-03-06T08:54:49.652Z] === RUN TestNetworkDBBulkSync [2022-03-06T08:54:50.641Z] === RUN TestError [2022-03-06T08:54:50.641Z] --- PASS: TestError (0.00s) [2022-03-06T08:54:50.641Z] === RUN TestProgressString [2022-03-06T08:54:50.641Z] === RUN TestProgressString/no_progress [2022-03-06T08:54:50.641Z] === RUN TestProgressString/progress_1 [2022-03-06T08:54:50.641Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-06T08:54:50.641Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-06T08:54:50.641Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-06T08:54:50.641Z] === RUN TestProgressString/with_units [2022-03-06T08:54:50.641Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-06T08:54:50.641Z] === RUN TestProgressString/hide_counts [2022-03-06T08:54:50.641Z] --- PASS: TestProgressString (0.00s) [2022-03-06T08:54:50.641Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-06T08:54:50.641Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-06T08:54:50.641Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-06T08:54:50.641Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-06T08:54:50.641Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-06T08:54:50.641Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-06T08:54:50.641Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-06T08:54:50.641Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-06T08:54:50.641Z] === RUN TestJSONMessageDisplay [2022-03-06T08:54:50.641Z] --- PASS: TestJSONMessageDisplay (0.19s) [2022-03-06T08:54:50.641Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-06T08:54:50.641Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-06T08:54:50.641Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-06T08:54:50.641Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-06T08:54:50.641Z] === RUN TestDisplayJSONMessagesStream [2022-03-06T08:54:50.641Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-06T08:54:50.641Z] PASS [2022-03-06T08:54:50.641Z] coverage: 91.7% of statements [2022-03-06T08:54:50.641Z] ok github.com/docker/docker/pkg/jsonmessage 0.238s coverage: 91.7% of statements [2022-03-06T08:54:51.113Z] 2022/03/06 08:54:50 Closing DB instances... [2022-03-06T08:54:51.113Z] === RUN TestStandardLongPath [2022-03-06T08:54:51.113Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-06T08:54:51.113Z] === RUN TestUNCLongPath [2022-03-06T08:54:51.113Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-06T08:54:51.113Z] PASS [2022-03-06T08:54:51.113Z] coverage: 100.0% of statements [2022-03-06T08:54:51.113Z] ok github.com/docker/docker/pkg/longpath 0.046s coverage: 100.0% of statements [2022-03-06T08:54:52.103Z] === RUN TestNameFormat [2022-03-06T08:54:52.103Z] --- PASS: TestNameFormat (0.00s) [2022-03-06T08:54:52.103Z] === RUN TestNameRetries [2022-03-06T08:54:52.103Z] --- PASS: TestNameRetries (0.00s) [2022-03-06T08:54:52.103Z] PASS [2022-03-06T08:54:52.103Z] coverage: 85.7% of statements [2022-03-06T08:54:52.103Z] ok github.com/docker/docker/pkg/namesgenerator 0.048s coverage: 85.7% of statements [2022-03-06T08:54:52.572Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-03-06T08:54:52.573Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-06T08:54:52.573Z] === RUN TestParseKeyValueOpt [2022-03-06T08:54:52.573Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-06T08:54:52.573Z] === RUN TestParseUintList [2022-03-06T08:54:52.573Z] --- PASS: TestParseUintList (0.00s) [2022-03-06T08:54:52.573Z] === RUN TestParseUintListMaximumLimits [2022-03-06T08:54:52.573Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-06T08:54:52.573Z] PASS [2022-03-06T08:54:52.573Z] coverage: 97.0% of statements [2022-03-06T08:54:52.573Z] ok github.com/docker/docker/pkg/parsers 0.039s coverage: 97.0% of statements [2022-03-06T08:54:53.571Z] === RUN TestNewAndRemove [2022-03-06T08:54:53.571Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-06T08:54:53.571Z] === RUN TestRemoveInvalidPath [2022-03-06T08:54:53.571Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-06T08:54:53.571Z] PASS [2022-03-06T08:54:53.571Z] coverage: 82.6% of statements [2022-03-06T08:54:53.571Z] ok github.com/docker/docker/pkg/pidfile 0.046s coverage: 82.6% of statements [2022-03-06T08:54:53.850Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-06T08:54:54.042Z] --- PASS: TestGetAddress (22.96s) [2022-03-06T08:54:54.042Z] === RUN TestRequestSyntaxCheck [2022-03-06T08:54:54.042Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2022-03-06T08:54:54.042Z] === RUN TestRequest [2022-03-06T08:54:54.781Z] --- PASS: TestCreateServiceConfigFileMode (12.83s) [2022-03-06T08:54:54.781Z] === RUN TestCreateServiceSysctls [2022-03-06T08:54:55.031Z] === RUN TestFailedConnection [2022-03-06T08:54:55.500Z] 2022/03/06 08:54:55 Closing DB instances... [2022-03-06T08:54:55.713Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-06T08:54:56.489Z] --- PASS: TestFailedConnection (1.18s) [2022-03-06T08:54:56.489Z] === RUN TestFailOnce [2022-03-06T08:54:56.489Z] 2022/03/06 08:54:56 http: panic serving 127.0.0.1:49298: Plugin not ready [2022-03-06T08:54:56.489Z] goroutine 34 [running]: [2022-03-06T08:54:56.489Z] net/http.(*conn).serve.func1() [2022-03-06T08:54:56.489Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-06T08:54:56.489Z] panic({0xe8ca00, 0xfa09d0}) [2022-03-06T08:54:56.489Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-06T08:54:56.489Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xcfbac9722b5340a3}, 0xc0000afa98) [2022-03-06T08:54:56.489Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-06T08:54:56.489Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xfad900, 0xc000228000}, 0xdc1d26) [2022-03-06T08:54:56.489Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-06T08:54:56.489Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xfad900, 0xc000228000}, 0xc0000b6000) [2022-03-06T08:54:56.489Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-06T08:54:56.489Z] net/http.serverHandler.ServeHTTP({0xfabff0}, {0xfad900, 0xc000228000}, 0xc0000b6000) [2022-03-06T08:54:56.489Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-06T08:54:56.489Z] net/http.(*conn).serve(0xc0000a8000, {0xfaf900, 0xc00008a0c0}) [2022-03-06T08:54:56.489Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-06T08:54:56.489Z] created by net/http.(*Server).Serve [2022-03-06T08:54:56.489Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-06T08:54:56.489Z] time="2022-03-06T08:54:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.FailOnce: Post \"http://127.0.0.1:49297/Test.FailOnce\": EOF, retrying in 1s" [2022-03-06T08:54:57.482Z] --- PASS: TestFailOnce (1.21s) [2022-03-06T08:54:57.482Z] === RUN TestEchoInputOutput [2022-03-06T08:54:57.482Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-06T08:54:57.482Z] === RUN TestBackoff [2022-03-06T08:54:57.482Z] --- PASS: TestBackoff (0.00s) [2022-03-06T08:54:57.482Z] === RUN TestAbortRetry [2022-03-06T08:54:57.482Z] --- PASS: TestAbortRetry (0.00s) [2022-03-06T08:54:57.482Z] === RUN TestClientScheme [2022-03-06T08:54:57.482Z] --- PASS: TestClientScheme (0.00s) [2022-03-06T08:54:57.482Z] === RUN TestNewClientWithTimeout [2022-03-06T08:54:57.615Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-06T08:54:57.952Z] time="2022-03-06T08:54:57Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-06T08:54:58.183Z] --- PASS: TestCreateServiceSysctls (3.52s) [2022-03-06T08:54:58.183Z] === RUN TestCreateServiceCapabilities [2022-03-06T08:54:58.423Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.98s) [2022-03-06T08:54:58.423Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-06T08:54:59.118Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-03-06T08:54:59.419Z] 2022/03/06 08:54:59 Closing DB instances... [2022-03-06T08:54:59.419Z] time="2022-03-06T08:54:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-06T08:55:00.052Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-06T08:55:00.619Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-06T08:55:01.186Z] --- PASS: TestCreateServiceCapabilities (2.87s) [2022-03-06T08:55:01.186Z] === RUN TestInspect [2022-03-06T08:55:01.444Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-06T08:55:01.650Z] time="2022-03-06T08:55:00Z" level=error msg="node1(b97746d28c8f) Could not close DB: timeout waiting for leave broadcast" [2022-03-06T08:55:01.650Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.83s) [2022-03-06T08:55:01.650Z] === RUN TestNetworkDBGarbageCollection [2022-03-06T08:55:02.012Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-06T08:55:02.120Z] time="2022-03-06T08:55:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-06T08:55:02.578Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-06T08:55:03.145Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-03-06T08:55:04.075Z] --- PASS: TestInspect (2.82s) [2022-03-06T08:55:04.075Z] === RUN TestCreateJob [2022-03-06T08:55:04.640Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-03-06T08:55:05.590Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-06T08:55:06.882Z] time="2022-03-06T08:55:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-06T08:55:07.871Z] --- PASS: TestRequest (13.90s) [2022-03-06T08:55:07.871Z] === RUN TestOverlappingRequests [2022-03-06T08:55:08.125Z] --- PASS: TestCreateJob (3.89s) [2022-03-06T08:55:08.125Z] === RUN TestReplicatedJob [2022-03-06T08:55:08.344Z] --- PASS: TestOverlappingRequests (0.64s) [2022-03-06T08:55:08.344Z] === RUN TestRelease [2022-03-06T08:55:08.383Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-03-06T08:55:10.913Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-06T08:55:11.311Z] --- PASS: TestRelease (2.73s) [2022-03-06T08:55:11.311Z] === RUN TestAllocateRandomDeallocate [2022-03-06T08:55:11.476Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-06T08:55:11.733Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-03-06T08:55:12.298Z] === RUN TestParseEmptyInterface [2022-03-06T08:55:12.298Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-06T08:55:12.298Z] === RUN TestParseNonInterfaceType [2022-03-06T08:55:12.298Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-06T08:55:12.298Z] === RUN TestParseWithOneFunction [2022-03-06T08:55:12.298Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-06T08:55:12.298Z] === RUN TestParseWithMultipleFuncs [2022-03-06T08:55:12.298Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-06T08:55:12.298Z] === RUN TestParseWithUnnamedReturn [2022-03-06T08:55:12.298Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-06T08:55:12.298Z] === RUN TestEmbeddedInterface [2022-03-06T08:55:12.298Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-06T08:55:12.298Z] === RUN TestParsedImports [2022-03-06T08:55:12.298Z] --- PASS: TestParsedImports (0.00s) [2022-03-06T08:55:12.298Z] === RUN TestAliasedImports [2022-03-06T08:55:12.298Z] --- PASS: TestAliasedImports (0.00s) [2022-03-06T08:55:12.298Z] PASS [2022-03-06T08:55:12.298Z] coverage: 56.8% of statements [2022-03-06T08:55:12.298Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.073s coverage: 56.8% of statements [2022-03-06T08:55:13.106Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-06T08:55:13.292Z] === RUN TestHTTPTransport [2022-03-06T08:55:13.292Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-06T08:55:13.292Z] PASS [2022-03-06T08:55:13.292Z] coverage: 85.7% of statements [2022-03-06T08:55:13.292Z] ok github.com/docker/docker/pkg/plugins/transport 0.052s coverage: 85.7% of statements [2022-03-06T08:55:13.311Z] --- PASS: TestUpdateRestartPolicy (24.02s) [2022-03-06T08:55:13.311Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-06T08:55:13.420Z] --- PASS: TestUpdateRestartPolicy (22.46s) [2022-03-06T08:55:13.420Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-06T08:55:13.420Z] --- PASS: TestUpdateRestartWithAutoRemove (2.16s) [2022-03-06T08:55:13.420Z] === RUN TestWaitNonBlocked [2022-03-06T08:55:13.420Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:55:13.420Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:55:13.420Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:55:13.420Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:55:13.420Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:55:13.420Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:55:13.672Z] --- PASS: TestReplicatedJob (5.88s) [2022-03-06T08:55:13.672Z] === RUN TestUpdateReplicatedJob [2022-03-06T08:55:14.285Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-06T08:55:14.285Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-06T08:55:14.285Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-06T08:55:14.285Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-06T08:55:14.285Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-06T08:55:14.285Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-06T08:55:14.285Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-06T08:55:14.285Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-06T08:55:14.285Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-06T08:55:14.285Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-06T08:55:14.285Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-06T08:55:14.285Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-06T08:55:14.285Z] === RUN TestBufferPoolPutAndGet [2022-03-06T08:55:14.285Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-06T08:55:14.285Z] PASS [2022-03-06T08:55:14.285Z] coverage: 88.2% of statements [2022-03-06T08:55:14.285Z] ok github.com/docker/docker/pkg/pools 0.049s coverage: 88.2% of statements [2022-03-06T08:55:14.295Z] --- PASS: TestUpdateRestartWithAutoRemove (2.98s) [2022-03-06T08:55:14.295Z] === RUN TestWaitNonBlocked [2022-03-06T08:55:14.295Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:55:14.295Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:55:14.295Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:55:14.295Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:55:14.295Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T08:55:14.295Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T08:55:14.755Z] === RUN TestOutputOnPrematureClose [2022-03-06T08:55:14.755Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-06T08:55:14.755Z] === RUN TestCompleteSilently [2022-03-06T08:55:14.755Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-06T08:55:14.755Z] PASS [2022-03-06T08:55:14.755Z] coverage: 75.9% of statements [2022-03-06T08:55:14.755Z] ok github.com/docker/docker/pkg/progress 0.045s coverage: 75.9% of statements [2022-03-06T08:55:15.223Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-06T08:55:15.223Z] === RUN TestClientStream [2022-03-06T08:55:15.223Z] --- PASS: TestClientStream (0.00s) [2022-03-06T08:55:15.223Z] === RUN TestClientSendFile [2022-03-06T08:55:15.223Z] --- PASS: TestClientSendFile (0.00s) [2022-03-06T08:55:15.223Z] === RUN TestClientWithRequestTimeout [2022-03-06T08:55:15.223Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-03-06T08:55:15.223Z] === RUN TestFileSpecPlugin [2022-03-06T08:55:15.223Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-03-06T08:55:15.223Z] === RUN TestFileJSONSpecPlugin [2022-03-06T08:55:15.223Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-03-06T08:55:15.223Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-06T08:55:15.223Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-06T08:55:15.223Z] === RUN TestPluginAddHandler [2022-03-06T08:55:15.223Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-06T08:55:15.223Z] === RUN TestPluginWaitBadPlugin [2022-03-06T08:55:15.223Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-06T08:55:15.223Z] === RUN TestGet [2022-03-06T08:55:15.223Z] time="2022-03-06T08:55:15Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-06T08:55:15.692Z] === RUN TestSendToOneSub [2022-03-06T08:55:15.692Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-06T08:55:15.692Z] === RUN TestSendToMultipleSubs [2022-03-06T08:55:15.692Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-06T08:55:15.692Z] === RUN TestEvictOneSub [2022-03-06T08:55:15.692Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-06T08:55:15.692Z] === RUN TestClosePublisher [2022-03-06T08:55:15.692Z] --- PASS: TestClosePublisher (0.00s) [2022-03-06T08:55:15.692Z] === RUN TestPubSubRace [2022-03-06T08:55:16.161Z] time="2022-03-06T08:55:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-06T08:55:16.309Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-06T08:55:16.309Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.31s) [2022-03-06T08:55:16.309Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.41s) [2022-03-06T08:55:16.309Z] === RUN TestWaitBlocked [2022-03-06T08:55:16.309Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:16.309Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-06T08:55:16.309Z] PASS [2022-03-06T08:55:16.309Z] ok github.com/docker/docker/integration/container 91.290s [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === Skipped [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-06T08:55:16.309Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-06T08:55:16.309Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-06T08:55:16.309Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-06T08:55:16.309Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-06T08:55:16.309Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-06T08:55:16.309Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-06T08:55:16.309Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-06T08:55:16.309Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-06T08:55:16.309Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-06T08:55:16.309Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-06T08:55:16.309Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-06T08:55:16.309Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-06T08:55:16.309Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-06T08:55:16.309Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-06T08:55:16.309Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-06T08:55:16.309Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-06T08:55:16.309Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-06T08:55:16.309Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-06T08:55:16.309Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-06T08:55:16.309Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-06T08:55:16.309Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-06T08:55:16.309Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-06T08:55:16.309Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-06T08:55:16.309Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-06T08:55:16.309Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-06T08:55:16.309Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-06T08:55:16.309Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-06T08:55:16.309Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-06T08:55:16.309Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-06T08:55:16.309Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-06T08:55:16.309Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-06T08:55:16.309Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-06T08:55:16.309Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-06T08:55:16.309Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:16.309Z] [2022-03-06T08:55:16.309Z] DONE 87 tests, 33 skipped in 93.784s [2022-03-06T08:55:16.309Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-06T08:55:16.630Z] --- PASS: TestPubSubRace (1.07s) [2022-03-06T08:55:16.630Z] PASS [2022-03-06T08:55:16.630Z] coverage: 75.0% of statements [2022-03-06T08:55:16.630Z] ok github.com/docker/docker/pkg/pubsub 1.118s coverage: 75.0% of statements [2022-03-06T08:55:16.950Z] --- PASS: TestUpdateReplicatedJob (3.13s) [2022-03-06T08:55:16.950Z] === RUN TestServiceListWithStatuses [2022-03-06T08:55:16.950Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-06T08:55:16.950Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-06T08:55:16.950Z] === RUN TestDockerNetworkConnectAlias [2022-03-06T08:55:17.623Z] === RUN TestRegister [2022-03-06T08:55:17.623Z] --- PASS: TestRegister (0.00s) [2022-03-06T08:55:17.623Z] === RUN TestCommand [2022-03-06T08:55:17.623Z] --- PASS: TestCommand (0.03s) [2022-03-06T08:55:17.623Z] === RUN TestNaiveSelf [2022-03-06T08:55:17.623Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-06T08:55:17.623Z] PASS [2022-03-06T08:55:17.623Z] coverage: 82.4% of statements [2022-03-06T08:55:17.623Z] ok github.com/docker/docker/pkg/reexec 0.117s coverage: 82.4% of statements [2022-03-06T08:55:18.094Z] time="2022-03-06T08:55:18Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-06T08:55:18.127Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-06T08:55:18.127Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.23s) [2022-03-06T08:55:18.127Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.44s) [2022-03-06T08:55:18.127Z] === RUN TestWaitBlocked [2022-03-06T08:55:18.127Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:18.127Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-06T08:55:18.127Z] PASS [2022-03-06T08:55:18.127Z] ok github.com/docker/docker/integration/container 109.730s [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === Skipped [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-06T08:55:18.127Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-06T08:55:18.127Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-06T08:55:18.127Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-06T08:55:18.127Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-06T08:55:18.127Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-06T08:55:18.127Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-06T08:55:18.127Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-06T08:55:18.127Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-06T08:55:18.127Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-06T08:55:18.127Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-03-06T08:55:18.127Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-06T08:55:18.127Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-06T08:55:18.127Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-06T08:55:18.127Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-06T08:55:18.127Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-06T08:55:18.127Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-06T08:55:18.127Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-06T08:55:18.127Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-06T08:55:18.127Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-06T08:55:18.127Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-06T08:55:18.127Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-06T08:55:18.127Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-06T08:55:18.127Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-06T08:55:18.127Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-06T08:55:18.127Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-06T08:55:18.127Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-06T08:55:18.127Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-06T08:55:18.127Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-06T08:55:18.127Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-06T08:55:18.127Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-06T08:55:18.127Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-06T08:55:18.127Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-06T08:55:18.127Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-06T08:55:18.127Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-06T08:55:18.127Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:18.127Z] [2022-03-06T08:55:18.127Z] DONE 87 tests, 34 skipped in 112.093s [2022-03-06T08:55:18.127Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-06T08:55:18.319Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-03-06T08:55:18.562Z] === RUN TestDump [2022-03-06T08:55:18.562Z] goroutine 6 [running]: [2022-03-06T08:55:18.562Z] github.com/docker/docker/pkg/stack.dump(0x111b9d7) [2022-03-06T08:55:18.562Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-06T08:55:18.562Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-06T08:55:18.562Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-06T08:55:18.562Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-06T08:55:18.562Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-06T08:55:18.562Z] testing.tRunner(0xc00015a1a0, 0x128a190) [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-06T08:55:18.562Z] created by testing.(*T).Run [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-06T08:55:18.562Z] [2022-03-06T08:55:18.562Z] goroutine 1 [chan receive]: [2022-03-06T08:55:18.562Z] testing.(*T).Run(0xc00015a000, {0x127b7b1, 0x10fa733}, 0x128a190) [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-06T08:55:18.562Z] testing.runTests.func1(0xc000068840) [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-06T08:55:18.562Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-06T08:55:18.562Z] testing.runTests(0xc000076080, {0x13eec20, 0x3, 0x3}, {0x111ac2d, 0x127d4ab, 0x13f36e0}) [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-06T08:55:18.562Z] testing.(*M).Run(0xc000076080) [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-06T08:55:18.562Z] main.main() [2022-03-06T08:55:18.562Z] _testmain.go:95 +0x1f5 [2022-03-06T08:55:18.562Z] --- PASS: TestDump (0.00s) [2022-03-06T08:55:18.562Z] === RUN TestDumpToFile [2022-03-06T08:55:18.562Z] --- PASS: TestDumpToFile (0.21s) [2022-03-06T08:55:18.562Z] === RUN TestDumpToFileWithEmptyInput [2022-03-06T08:55:18.562Z] goroutine 8 [running]: [2022-03-06T08:55:18.562Z] github.com/docker/docker/pkg/stack.dump(0x1188bb4) [2022-03-06T08:55:18.562Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-06T08:55:18.562Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x1188f60}) [2022-03-06T08:55:18.562Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-06T08:55:18.562Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015a1a0) [2022-03-06T08:55:18.562Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-06T08:55:18.562Z] testing.tRunner(0xc00015a680, 0x128a180) [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-06T08:55:18.562Z] created by testing.(*T).Run [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-06T08:55:18.562Z] [2022-03-06T08:55:18.562Z] goroutine 1 [chan receive]: [2022-03-06T08:55:18.562Z] testing.(*T).Run(0xc00015a000, {0x1282596, 0x10fa733}, 0x128a180) [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-06T08:55:18.562Z] testing.runTests.func1(0xc000068840) [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-06T08:55:18.562Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-06T08:55:18.562Z] testing.runTests(0xc000076080, {0x13eec20, 0x3, 0x3}, {0x111ac2d, 0x127d4ab, 0x13f36e0}) [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-06T08:55:18.562Z] testing.(*M).Run(0xc000076080) [2022-03-06T08:55:18.562Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-06T08:55:18.562Z] main.main() [2022-03-06T08:55:18.562Z] _testmain.go:95 +0x1f5 [2022-03-06T08:55:18.562Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-06T08:55:18.562Z] PASS [2022-03-06T08:55:18.562Z] coverage: 90.9% of statements [2022-03-06T08:55:18.562Z] ok github.com/docker/docker/pkg/stack 0.268s coverage: 90.9% of statements [2022-03-06T08:55:18.577Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-06T08:55:19.032Z] === RUN TestNewStdWriter [2022-03-06T08:55:19.032Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-06T08:55:19.032Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-06T08:55:19.143Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-06T08:55:19.503Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-06T08:55:19.503Z] === RUN TestWriteWithNilBytes [2022-03-06T08:55:19.503Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-06T08:55:19.503Z] === RUN TestWrite [2022-03-06T08:55:19.503Z] --- PASS: TestWrite (0.00s) [2022-03-06T08:55:19.503Z] === RUN TestWriteWithWriterError [2022-03-06T08:55:19.503Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-06T08:55:19.503Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-06T08:55:19.504Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-06T08:55:19.504Z] === RUN TestStdCopyWriteAndRead [2022-03-06T08:55:19.504Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-06T08:55:19.504Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-06T08:55:19.504Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-06T08:55:19.504Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-06T08:55:19.504Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-06T08:55:19.504Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-06T08:55:19.504Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-06T08:55:19.504Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-06T08:55:19.504Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-06T08:55:19.504Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-06T08:55:19.504Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-06T08:55:19.504Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-06T08:55:19.504Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-06T08:55:19.504Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-06T08:55:19.504Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-06T08:55:19.504Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-06T08:55:19.504Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-06T08:55:19.504Z] PASS [2022-03-06T08:55:19.504Z] coverage: 100.0% of statements [2022-03-06T08:55:19.504Z] ok github.com/docker/docker/pkg/stdcopy 0.048s coverage: 100.0% of statements [2022-03-06T08:55:19.504Z] --- PASS: TestAllocateRandomDeallocate (8.16s) [2022-03-06T08:55:19.504Z] === RUN TestRetrieveFromStore [2022-03-06T08:55:20.496Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-06T08:55:20.496Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-06T08:55:20.496Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-06T08:55:20.496Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-06T08:55:20.496Z] === RUN TestFormatStatus [2022-03-06T08:55:20.496Z] --- PASS: TestFormatStatus (0.00s) [2022-03-06T08:55:20.496Z] === RUN TestFormatError [2022-03-06T08:55:20.496Z] --- PASS: TestFormatError (0.00s) [2022-03-06T08:55:20.496Z] === RUN TestFormatJSONError [2022-03-06T08:55:20.496Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-06T08:55:20.496Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-06T08:55:20.496Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-06T08:55:20.496Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-06T08:55:20.496Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-06T08:55:20.496Z] === RUN TestNewJSONProgressOutput [2022-03-06T08:55:20.496Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-06T08:55:20.496Z] === RUN TestAuxFormatterEmit [2022-03-06T08:55:20.496Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-06T08:55:20.496Z] === RUN TestStreamWriterStdout [2022-03-06T08:55:20.496Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-06T08:55:20.496Z] === RUN TestStreamWriterStderr [2022-03-06T08:55:20.496Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-06T08:55:20.496Z] PASS [2022-03-06T08:55:20.496Z] coverage: 66.2% of statements [2022-03-06T08:55:20.496Z] ok github.com/docker/docker/pkg/streamformatter 0.049s coverage: 66.2% of statements [2022-03-06T08:55:20.517Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-06T08:55:20.517Z] docker_api_swarm_test.go:202: [d2089a69a3160] joining swarm manager [db223791cdeaf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:55:20.968Z] === RUN TestGenerateRandomID [2022-03-06T08:55:20.968Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-06T08:55:20.968Z] === RUN TestShortenId [2022-03-06T08:55:20.968Z] --- PASS: TestShortenId (0.00s) [2022-03-06T08:55:20.968Z] === RUN TestShortenSha256Id [2022-03-06T08:55:20.968Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-06T08:55:20.968Z] === RUN TestShortenIdEmpty [2022-03-06T08:55:20.968Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-06T08:55:20.968Z] === RUN TestShortenIdInvalid [2022-03-06T08:55:20.968Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-06T08:55:20.968Z] === RUN TestIsShortIDNonHex [2022-03-06T08:55:20.968Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-06T08:55:20.968Z] === RUN TestIsShortIDNotCorrectSize [2022-03-06T08:55:20.968Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-06T08:55:20.968Z] PASS [2022-03-06T08:55:20.968Z] coverage: 70.6% of statements [2022-03-06T08:55:20.968Z] ok github.com/docker/docker/pkg/stringid 0.048s coverage: 70.6% of statements [2022-03-06T08:55:21.085Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-03-06T08:55:21.343Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-06T08:55:21.602Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-03-06T08:55:21.860Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-03-06T08:55:21.860Z] --- PASS: TestDockerNetworkConnectAlias (5.02s) [2022-03-06T08:55:21.860Z] === RUN TestDockerNetworkReConnect [2022-03-06T08:55:21.860Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-06T08:55:21.956Z] === RUN TestIsCpusetListAvailable [2022-03-06T08:55:21.956Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-06T08:55:21.956Z] PASS [2022-03-06T08:55:21.956Z] coverage: 39.4% of statements [2022-03-06T08:55:21.956Z] ok github.com/docker/docker/pkg/sysinfo 0.050s coverage: 39.4% of statements [2022-03-06T08:55:21.956Z] --- PASS: TestRetrieveFromStore (2.82s) [2022-03-06T08:55:21.956Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-06T08:55:21.956Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-06T08:55:21.956Z] === RUN TestParallelPredefinedRequest1 [2022-03-06T08:55:21.956Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-06T08:55:21.956Z] === RUN TestParallelPredefinedRequest2 [2022-03-06T08:55:21.956Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-06T08:55:21.956Z] === RUN TestParallelPredefinedRequest3 [2022-03-06T08:55:21.956Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-06T08:55:21.956Z] === RUN TestParallelPredefinedRequest4 [2022-03-06T08:55:21.956Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-06T08:55:21.956Z] === RUN TestParallelPredefinedRequest5 [2022-03-06T08:55:21.956Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-06T08:55:21.956Z] === RUN TestDebug [2022-03-06T08:55:21.956Z] --- PASS: TestDebug (0.00s) [2022-03-06T08:55:21.956Z] === RUN TestRequestPoolParallel [2022-03-06T08:55:22.435Z] time="2022-03-06T08:55:22Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-06T08:55:22.435Z] --- PASS: TestRequestPoolParallel (0.26s) [2022-03-06T08:55:22.435Z] === RUN TestFullAllocateRelease [2022-03-06T08:55:22.905Z] --- PASS: TestFullAllocateRelease (0.49s) [2022-03-06T08:55:22.905Z] === RUN TestOddAllocateRelease [2022-03-06T08:55:23.234Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-06T08:55:23.375Z] --- PASS: TestOddAllocateRelease (0.25s) [2022-03-06T08:55:23.375Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-06T08:55:23.375Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-06T08:55:23.375Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-06T08:55:23.375Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-06T08:55:23.375Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-06T08:55:23.375Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-06T08:55:23.375Z] === CONT TestParallelPredefinedRequest1 [2022-03-06T08:55:23.375Z] === CONT TestParallelPredefinedRequest4 [2022-03-06T08:55:23.375Z] === CONT TestParallelPredefinedRequest1 [2022-03-06T08:55:23.375Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:55:23.375Z] === CONT TestParallelPredefinedRequest5 [2022-03-06T08:55:23.375Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-06T08:55:23.375Z] === CONT TestParallelPredefinedRequest3 [2022-03-06T08:55:23.375Z] === CONT TestParallelPredefinedRequest5 [2022-03-06T08:55:23.375Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:55:23.375Z] === CONT TestParallelPredefinedRequest3 [2022-03-06T08:55:23.375Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:55:23.375Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-06T08:55:23.375Z] === CONT TestParallelPredefinedRequest2 [2022-03-06T08:55:23.375Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-06T08:55:23.375Z] === CONT TestParallelPredefinedRequest2 [2022-03-06T08:55:23.375Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:55:23.375Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-06T08:55:23.375Z] === CONT TestParallelPredefinedRequest4 [2022-03-06T08:55:23.375Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:55:23.375Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-06T08:55:23.375Z] PASS [2022-03-06T08:55:23.375Z] coverage: 85.3% of statements [2022-03-06T08:55:23.375Z] ok github.com/docker/docker/libnetwork/ipam 63.605s coverage: 85.3% of statements [2022-03-06T08:55:23.375Z] === RUN TestChtimes [2022-03-06T08:55:23.375Z] --- PASS: TestChtimes (0.00s) [2022-03-06T08:55:23.375Z] === RUN TestChtimesWindows [2022-03-06T08:55:23.375Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-06T08:55:23.375Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-06T08:55:23.375Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-06T08:55:23.375Z] PASS [2022-03-06T08:55:23.375Z] coverage: 12.9% of statements [2022-03-06T08:55:23.375Z] ok github.com/docker/docker/pkg/system 0.048s coverage: 12.9% of statements [2022-03-06T08:55:24.166Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-06T08:55:24.166Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-06T08:55:24.166Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-06T08:55:24.425Z] === RUN TestTailFile [2022-03-06T08:55:24.425Z] --- PASS: TestTailFile (0.00s) [2022-03-06T08:55:24.425Z] === RUN TestTailFileManyLines [2022-03-06T08:55:24.425Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-06T08:55:24.425Z] === RUN TestTailEmptyFile [2022-03-06T08:55:24.425Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-06T08:55:24.425Z] === RUN TestTailNegativeN [2022-03-06T08:55:24.425Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader [2022-03-06T08:55:24.425Z] === CONT TestNewTailReader [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/no_delimiter [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/truncated_last_line [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-06T08:55:24.425Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.425Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.425Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.425Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.425Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.425Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.425Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.425Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.425Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.425Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.425Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.425Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.425Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/no_delimiter [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.426Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.426Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.427Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.427Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.427Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.428Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.428Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.428Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.429Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.429Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.429Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.430Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.430Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.430Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.430Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.430Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-06T08:55:24.430Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.430Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.900Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.900Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-06T08:55:24.901Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-06T08:55:24.902Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.01s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.01s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.01s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.01s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.02s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.01s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-06T08:55:24.902Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.01s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.01s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.903Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-06T08:55:24.904Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2022-03-06T08:55:24.904Z] PASS [2022-03-06T08:55:24.904Z] coverage: 88.6% of statements [2022-03-06T08:55:24.904Z] ok github.com/docker/docker/pkg/tailfile 0.247s coverage: 88.6% of statements [2022-03-06T08:55:25.097Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-06T08:55:25.097Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-06T08:55:25.375Z] === RUN TestTarSumRemoveNonExistent [2022-03-06T08:55:25.375Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-06T08:55:25.375Z] === RUN TestTarSumRemove [2022-03-06T08:55:25.375Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-06T08:55:25.375Z] === RUN TestSortFileInfoSums [2022-03-06T08:55:25.375Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-06T08:55:25.375Z] === RUN TestNewTarSumForLabelInvalid [2022-03-06T08:55:25.375Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-06T08:55:25.375Z] === RUN TestNewTarSumForLabel [2022-03-06T08:55:25.375Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-06T08:55:25.375Z] === RUN TestEmptyTar [2022-03-06T08:55:25.375Z] --- PASS: TestEmptyTar (0.00s) [2022-03-06T08:55:25.375Z] === RUN TestTarSumsReadSize [2022-03-06T08:55:25.375Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-06T08:55:25.375Z] === RUN TestTarSums [2022-03-06T08:55:25.664Z] --- PASS: TestDockerNetworkReConnect (3.87s) [2022-03-06T08:55:25.664Z] === RUN TestServicePlugin [2022-03-06T08:55:25.844Z] --- PASS: TestTarSums (0.07s) [2022-03-06T08:55:25.844Z] === RUN TestIteration [2022-03-06T08:55:25.844Z] --- PASS: TestIteration (0.00s) [2022-03-06T08:55:25.844Z] === RUN TestVersionLabelForChecksum [2022-03-06T08:55:25.844Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-06T08:55:25.844Z] === RUN TestVersion [2022-03-06T08:55:25.844Z] --- PASS: TestVersion (0.00s) [2022-03-06T08:55:25.844Z] === RUN TestGetVersion [2022-03-06T08:55:25.844Z] --- PASS: TestGetVersion (0.00s) [2022-03-06T08:55:25.844Z] === RUN TestGetVersions [2022-03-06T08:55:25.844Z] --- PASS: TestGetVersions (0.00s) [2022-03-06T08:55:25.844Z] PASS [2022-03-06T08:55:25.844Z] coverage: 89.3% of statements [2022-03-06T08:55:25.844Z] ok github.com/docker/docker/pkg/tarsum 0.128s coverage: 89.3% of statements [2022-03-06T08:55:25.921Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-06T08:55:26.315Z] === RUN TestTruncIndex [2022-03-06T08:55:26.315Z] --- PASS: TestTruncIndex (0.10s) [2022-03-06T08:55:26.315Z] PASS [2022-03-06T08:55:26.315Z] coverage: 91.5% of statements [2022-03-06T08:55:26.315Z] ok github.com/docker/docker/pkg/truncindex 0.148s coverage: 91.5% of statements [2022-03-06T08:55:26.784Z] === RUN TestIsGIT [2022-03-06T08:55:26.784Z] --- PASS: TestIsGIT (0.00s) [2022-03-06T08:55:26.784Z] === RUN TestIsTransport [2022-03-06T08:55:26.784Z] --- PASS: TestIsTransport (0.00s) [2022-03-06T08:55:26.784Z] PASS [2022-03-06T08:55:26.784Z] coverage: 100.0% of statements [2022-03-06T08:55:26.784Z] ok github.com/docker/docker/pkg/urlutil 0.031s coverage: 100.0% of statements [2022-03-06T08:55:27.252Z] === RUN TestVersionInfo [2022-03-06T08:55:27.252Z] --- PASS: TestVersionInfo (0.00s) [2022-03-06T08:55:27.252Z] === RUN TestAppendVersions [2022-03-06T08:55:27.252Z] --- PASS: TestAppendVersions (0.00s) [2022-03-06T08:55:27.252Z] PASS [2022-03-06T08:55:27.252Z] coverage: 88.9% of statements [2022-03-06T08:55:27.252Z] ok github.com/docker/docker/pkg/useragent 0.037s coverage: 88.9% of statements [2022-03-06T08:55:27.309Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-03-06T08:55:27.310Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-03-06T08:55:27.310Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-06T08:55:27.310Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-03-06T08:55:27.310Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-06T08:55:27.310Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-06T08:55:28.818Z] === RUN TestValidatePrivileges [2022-03-06T08:55:28.818Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-06T08:55:28.818Z] === RUN TestFilterByCapNeg [2022-03-06T08:55:28.818Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-06T08:55:28.818Z] === RUN TestFilterByCapPos [2022-03-06T08:55:28.818Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-06T08:55:28.818Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-06T08:55:28.818Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-06T08:55:28.818Z] PASS [2022-03-06T08:55:28.818Z] coverage: 12.0% of statements [2022-03-06T08:55:28.818Z] ok github.com/docker/docker/plugin 0.047s coverage: 12.0% of statements [2022-03-06T08:55:29.204Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-03-06T08:55:29.461Z] plugin_test.go:61: [d617a538aff5d] joining swarm manager [d3e88e5e711d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:55:29.806Z] === RUN TestNewSettable [2022-03-06T08:55:29.806Z] --- PASS: TestNewSettable (0.00s) [2022-03-06T08:55:29.806Z] === RUN TestIsSettable [2022-03-06T08:55:29.806Z] --- PASS: TestIsSettable (0.00s) [2022-03-06T08:55:29.806Z] === RUN TestUpdateSettingsEnv [2022-03-06T08:55:29.806Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-06T08:55:29.806Z] PASS [2022-03-06T08:55:29.806Z] coverage: 20.0% of statements [2022-03-06T08:55:29.806Z] ok github.com/docker/docker/plugin/v2 0.039s coverage: 20.0% of statements [2022-03-06T08:55:30.026Z] === RUN TestDockerSuite/TestEventsRename [2022-03-06T08:55:30.275Z] --- PASS: TestGet (15.02s) [2022-03-06T08:55:30.275Z] === RUN TestPluginWithNoManifest [2022-03-06T08:55:30.275Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-06T08:55:30.275Z] === RUN TestGetAll [2022-03-06T08:55:30.275Z] --- PASS: TestGetAll (0.01s) [2022-03-06T08:55:30.275Z] PASS [2022-03-06T08:55:30.275Z] coverage: 73.2% of statements [2022-03-06T08:55:30.275Z] ok github.com/docker/docker/pkg/plugins 35.100s coverage: 73.2% of statements [2022-03-06T08:55:30.590Z] === RUN TestDockerSuite/TestEventsResize [2022-03-06T08:55:30.848Z] plugin_test.go:64: [d2feac5bdb155] joining swarm manager [d3e88e5e711d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:55:31.106Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-06T08:55:31.263Z] === RUN TestLoad [2022-03-06T08:55:31.263Z] --- PASS: TestLoad (0.00s) [2022-03-06T08:55:31.263Z] === RUN TestSave [2022-03-06T08:55:31.263Z] --- PASS: TestSave (0.04s) [2022-03-06T08:55:31.263Z] === RUN TestAddDeleteGet [2022-03-06T08:55:31.263Z] --- PASS: TestAddDeleteGet (0.23s) [2022-03-06T08:55:31.263Z] === RUN TestInvalidTags [2022-03-06T08:55:31.263Z] --- PASS: TestInvalidTags (0.01s) [2022-03-06T08:55:31.263Z] PASS [2022-03-06T08:55:31.263Z] coverage: 83.7% of statements [2022-03-06T08:55:31.263Z] ok github.com/docker/docker/reference 0.332s coverage: 83.7% of statements [2022-03-06T08:55:31.887Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-06T08:55:31.887Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-06T08:55:31.887Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-06T08:55:31.887Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-06T08:55:31.887Z] Cross building: bundles/cross/linux/s390x [2022-03-06T08:55:31.887Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-06T08:55:31.887Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-06T08:55:32.834Z] === RUN TestResolveAuthConfigIndexServer [2022-03-06T08:55:32.834Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestResolveAuthConfigFullURL [2022-03-06T08:55:32.834Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-06T08:55:32.834Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestValidateMirror [2022-03-06T08:55:32.834Z] --- PASS: TestValidateMirror (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestLoadInsecureRegistries [2022-03-06T08:55:32.834Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-06T08:55:32.834Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-06T08:55:32.834Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-06T08:55:32.834Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-06T08:55:32.834Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-06T08:55:32.834Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestResumableRequestReaderWithReadError [2022-03-06T08:55:32.834Z] time="2022-03-06T08:55:32Z" 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-06T08:55:32.834Z] time="2022-03-06T08:55:32Z" 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-06T08:55:32.834Z] time="2022-03-06T08:55:32Z" 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-06T08:55:32.834Z] --- PASS: TestLoadInsecureRegistries (0.22s) [2022-03-06T08:55:32.834Z] === RUN TestNewServiceConfig [2022-03-06T08:55:32.834Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestValidateIndexName [2022-03-06T08:55:32.834Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestValidateIndexNameWithError [2022-03-06T08:55:32.834Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestEndpointParse [2022-03-06T08:55:32.834Z] --- PASS: TestEndpointParse (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestEndpointParseInvalid [2022-03-06T08:55:32.834Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestValidateEndpoint [2022-03-06T08:55:32.834Z] --- PASS: TestValidateEndpoint (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestPing [2022-03-06T08:55:32.834Z] --- PASS: TestPing (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestPingRegistryEndpoint [2022-03-06T08:55:32.834Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:55:32.834Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-06T08:55:32.834Z] === RUN TestEndpoint [2022-03-06T08:55:32.834Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:55:32.834Z] --- SKIP: TestEndpoint (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestParseRepositoryInfo [2022-03-06T08:55:32.834Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestNewIndexInfo [2022-03-06T08:55:32.834Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestMirrorEndpointLookup [2022-03-06T08:55:32.834Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:55:32.834Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestSearchRepositories [2022-03-06T08:55:32.834Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-06T08:55:32.834Z] Host: 127.0.0.1:49365 [2022-03-06T08:55:32.834Z] User-Agent: docker test client [2022-03-06T08:55:32.834Z] Authorization: Token fake-token [2022-03-06T08:55:32.834Z] X-Docker-Token: true [2022-03-06T08:55:32.834Z] Accept-Encoding: gzip [2022-03-06T08:55:32.834Z] [2022-03-06T08:55:32.834Z] [2022-03-06T08:55:32.834Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-06T08:55:32.834Z] Connection: close [2022-03-06T08:55:32.834Z] Content-Length: 144 [2022-03-06T08:55:32.834Z] Cache-Control: no-cache [2022-03-06T08:55:32.834Z] Content-Type: application/json [2022-03-06T08:55:32.834Z] Date: Sun, 06 Mar 2022 08:55:32 GMT [2022-03-06T08:55:32.834Z] Expires: -1 [2022-03-06T08:55:32.834Z] Pragma: no-cache [2022-03-06T08:55:32.834Z] Server: docker-tests/mock [2022-03-06T08:55:32.834Z] X-Docker-Registry-Config: mock [2022-03-06T08:55:32.834Z] X-Docker-Registry-Version: 0.0.0 [2022-03-06T08:55:32.834Z] [2022-03-06T08:55:32.834Z] [2022-03-06T08:55:32.834Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-06T08:55:32.834Z] === RUN TestTrustedLocation [2022-03-06T08:55:32.834Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-06T08:55:32.834Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestAllowNondistributableArtifacts [2022-03-06T08:55:32.834Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestIsSecureIndex [2022-03-06T08:55:32.834Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-06T08:55:32.834Z] PASS [2022-03-06T08:55:32.834Z] coverage: 51.2% of statements [2022-03-06T08:55:32.834Z] ok github.com/docker/docker/registry 0.328s coverage: 51.2% of statements [2022-03-06T08:55:32.834Z] time="2022-03-06T08:55:32Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-06T08:55:32.834Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-03-06T08:55:32.834Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-06T08:55:32.834Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-06T08:55:32.834Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-06T08:55:32.834Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestResumableRequestReader [2022-03-06T08:55:32.834Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-06T08:55:32.834Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-06T08:55:32.834Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-06T08:55:32.834Z] PASS [2022-03-06T08:55:32.834Z] coverage: 100.0% of statements [2022-03-06T08:55:32.834Z] ok github.com/docker/docker/registry/resumable 0.294s coverage: 100.0% of statements [2022-03-06T08:55:33.303Z] === RUN TestRestartManagerTimeout [2022-03-06T08:55:33.303Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-06T08:55:33.303Z] === RUN TestRestartManagerTimeoutReset [2022-03-06T08:55:33.303Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-06T08:55:33.303Z] PASS [2022-03-06T08:55:33.303Z] coverage: 50.9% of statements [2022-03-06T08:55:33.303Z] ok github.com/docker/docker/restartmanager 0.044s coverage: 50.9% of statements [2022-03-06T08:55:33.773Z] === RUN TestDecodeContainerConfig [2022-03-06T08:55:33.773Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-06T08:55:33.773Z] === RUN TestDecodeContainerConfigIsolation [2022-03-06T08:55:33.773Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-06T08:55:33.773Z] === RUN TestValidatePrivileged [2022-03-06T08:55:33.773Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-06T08:55:33.773Z] PASS [2022-03-06T08:55:33.773Z] coverage: 52.6% of statements [2022-03-06T08:55:33.773Z] ok github.com/docker/docker/runconfig 0.055s coverage: 52.6% of statements [2022-03-06T08:55:34.895Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-06T08:55:34.895Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-06T08:55:34.895Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-06T08:55:34.895Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-06T08:55:34.895Z] PASS [2022-03-06T08:55:34.895Z] coverage: 62.5% of statements [2022-03-06T08:55:34.895Z] ok github.com/docker/docker/testutil 0.075s coverage: 62.5% of statements [2022-03-06T08:55:37.662Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-06T08:55:37.662Z] === RUN TestDockerSuite/TestEventsStreaming [2022-03-06T08:55:37.777Z] === RUN TestConfigDaemonLibtrustID [2022-03-06T08:55:37.777Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-06T08:55:37.777Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-06T08:55:37.777Z] === RUN TestDaemonConfigValidation [2022-03-06T08:55:37.777Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-06T08:55:37.777Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-06T08:55:37.777Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-06T08:55:37.777Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-06T08:55:37.777Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-06T08:55:37.777Z] === RUN TestDaemonProxy [2022-03-06T08:55:37.777Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-06T08:55:37.777Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-06T08:55:37.777Z] PASS [2022-03-06T08:55:37.777Z] ok github.com/docker/docker/integration/daemon 0.106s [2022-03-06T08:55:37.777Z] [2022-03-06T08:55:37.777Z] === Skipped [2022-03-06T08:55:37.777Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-06T08:55:37.777Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-06T08:55:37.777Z] [2022-03-06T08:55:37.777Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-06T08:55:37.777Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-06T08:55:37.777Z] [2022-03-06T08:55:37.777Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-06T08:55:37.777Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-06T08:55:37.777Z] [2022-03-06T08:55:37.777Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-06T08:55:37.777Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-06T08:55:37.777Z] [2022-03-06T08:55:37.777Z] DONE 4 tests, 4 skipped in 21.258s [2022-03-06T08:55:37.777Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-06T08:55:37.851Z] === RUN TestGetDriver [2022-03-06T08:55:37.851Z] --- PASS: TestGetDriver (0.00s) [2022-03-06T08:55:37.851Z] === RUN TestVolumeRequestError [2022-03-06T08:55:37.851Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-06T08:55:37.851Z] PASS [2022-03-06T08:55:37.851Z] coverage: 36.1% of statements [2022-03-06T08:55:37.851Z] ok github.com/docker/docker/volume/drivers 0.064s coverage: 36.1% of statements [2022-03-06T08:55:37.918Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-06T08:55:38.320Z] === RUN TestGetAddress [2022-03-06T08:55:38.320Z] --- PASS: TestGetAddress (0.00s) [2022-03-06T08:55:38.320Z] === RUN TestRemove [2022-03-06T08:55:38.320Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-06T08:55:38.320Z] --- SKIP: TestRemove (0.00s) [2022-03-06T08:55:38.320Z] === RUN TestInitializeWithVolumes [2022-03-06T08:55:38.320Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-06T08:55:38.320Z] === RUN TestCreate [2022-03-06T08:55:38.320Z] --- PASS: TestCreate (0.01s) [2022-03-06T08:55:38.320Z] === RUN TestValidateName [2022-03-06T08:55:38.320Z] --- PASS: TestValidateName (0.00s) [2022-03-06T08:55:38.320Z] === RUN TestCreateWithOpts [2022-03-06T08:55:38.320Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-06T08:55:38.320Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-06T08:55:38.320Z] === RUN TestRelaodNoOpts [2022-03-06T08:55:38.320Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-06T08:55:38.320Z] PASS [2022-03-06T08:55:38.320Z] coverage: 41.5% of statements [2022-03-06T08:55:38.320Z] ok github.com/docker/docker/volume/local 0.104s coverage: 41.5% of statements [2022-03-06T08:55:39.359Z] === RUN TestConfigDaemonLibtrustID [2022-03-06T08:55:39.359Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-06T08:55:39.359Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-06T08:55:39.359Z] === RUN TestDaemonConfigValidation [2022-03-06T08:55:39.359Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-06T08:55:39.359Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-06T08:55:39.359Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-06T08:55:39.359Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-06T08:55:39.359Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-06T08:55:39.359Z] === RUN TestDaemonProxy [2022-03-06T08:55:39.359Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-06T08:55:39.359Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-06T08:55:39.359Z] PASS [2022-03-06T08:55:39.359Z] ok github.com/docker/docker/integration/daemon 0.113s [2022-03-06T08:55:39.359Z] [2022-03-06T08:55:39.359Z] === Skipped [2022-03-06T08:55:39.359Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-06T08:55:39.359Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-06T08:55:39.359Z] [2022-03-06T08:55:39.359Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-06T08:55:39.359Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-06T08:55:39.359Z] [2022-03-06T08:55:39.359Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-06T08:55:39.359Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-06T08:55:39.359Z] [2022-03-06T08:55:39.359Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-06T08:55:39.359Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-06T08:55:39.359Z] [2022-03-06T08:55:39.359Z] DONE 4 tests, 4 skipped in 21.116s [2022-03-06T08:55:39.359Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRaw [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-06T08:55:39.896Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-06T08:55:39.896Z] === RUN TestLinuxParseMountRaw [2022-03-06T08:55:39.896Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-06T08:55:39.896Z] === RUN TestLinuxParseMountRawSplit [2022-03-06T08:55:39.896Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-06T08:55:39.896Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-06T08:55:39.896Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-06T08:55:39.896Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-06T08:55:39.896Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-06T08:55:39.896Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-06T08:55:39.896Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-06T08:55:39.896Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-06T08:55:39.896Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-06T08:55:39.896Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-06T08:55:39.896Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-06T08:55:39.896Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-06T08:55:39.896Z] === RUN TestConvertTmpfsOptions [2022-03-06T08:55:39.896Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-06T08:55:39.896Z] linux_parser_test.go:209: data="ro" [2022-03-06T08:55:39.896Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-06T08:55:39.896Z] === RUN TestParseMountSpec [2022-03-06T08:55:39.896Z] parser_test.go:62: case 0 [2022-03-06T08:55:39.896Z] parser_test.go:62: case 1 [2022-03-06T08:55:39.896Z] parser_test.go:62: case 2 [2022-03-06T08:55:39.896Z] parser_test.go:62: case 3 [2022-03-06T08:55:39.896Z] parser_test.go:62: case 4 [2022-03-06T08:55:39.896Z] parser_test.go:62: case 5 [2022-03-06T08:55:39.896Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-06T08:55:39.896Z] === RUN TestValidateMount [2022-03-06T08:55:39.896Z] --- PASS: TestValidateMount (0.00s) [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRaw [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-06T08:55:39.896Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-06T08:55:39.896Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-06T08:55:39.896Z] PASS [2022-03-06T08:55:39.896Z] coverage: 67.6% of statements [2022-03-06T08:55:39.896Z] ok github.com/docker/docker/volume/mounts 0.068s coverage: 67.6% of statements [2022-03-06T08:55:40.364Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-06T08:55:40.365Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-06T08:55:40.365Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-06T08:55:40.365Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-06T08:55:40.365Z] === RUN TestSetGetMeta [2022-03-06T08:55:40.365Z] === PAUSE TestSetGetMeta [2022-03-06T08:55:40.365Z] === RUN TestRestore [2022-03-06T08:55:40.365Z] === PAUSE TestRestore [2022-03-06T08:55:40.365Z] === RUN TestServiceCreate [2022-03-06T08:55:40.365Z] === PAUSE TestServiceCreate [2022-03-06T08:55:40.365Z] === RUN TestServiceList [2022-03-06T08:55:40.365Z] === PAUSE TestServiceList [2022-03-06T08:55:40.365Z] === RUN TestServiceRemove [2022-03-06T08:55:40.365Z] === PAUSE TestServiceRemove [2022-03-06T08:55:40.365Z] === RUN TestServiceGet [2022-03-06T08:55:40.365Z] === PAUSE TestServiceGet [2022-03-06T08:55:40.365Z] === RUN TestServicePrune [2022-03-06T08:55:40.365Z] === PAUSE TestServicePrune [2022-03-06T08:55:40.365Z] === RUN TestCreate [2022-03-06T08:55:40.365Z] === PAUSE TestCreate [2022-03-06T08:55:40.365Z] === RUN TestRemove [2022-03-06T08:55:40.365Z] === PAUSE TestRemove [2022-03-06T08:55:40.365Z] === RUN TestList [2022-03-06T08:55:40.365Z] === PAUSE TestList [2022-03-06T08:55:40.365Z] === RUN TestFindByDriver [2022-03-06T08:55:40.365Z] === PAUSE TestFindByDriver [2022-03-06T08:55:40.365Z] === RUN TestFindByReferenced [2022-03-06T08:55:40.365Z] === PAUSE TestFindByReferenced [2022-03-06T08:55:40.365Z] === RUN TestDerefMultipleOfSameRef [2022-03-06T08:55:40.365Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-06T08:55:40.365Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-06T08:55:40.365Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-06T08:55:40.365Z] === RUN TestDefererencePluginOnCreateError [2022-03-06T08:55:40.365Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-06T08:55:40.365Z] === RUN TestRefDerefRemove [2022-03-06T08:55:40.365Z] === PAUSE TestRefDerefRemove [2022-03-06T08:55:40.365Z] === RUN TestGet [2022-03-06T08:55:40.365Z] === PAUSE TestGet [2022-03-06T08:55:40.365Z] === RUN TestGetWithReference [2022-03-06T08:55:40.365Z] === PAUSE TestGetWithReference [2022-03-06T08:55:40.365Z] === RUN TestFilterFunc [2022-03-06T08:55:40.365Z] === RUN TestFilterFunc/test_nil_list [2022-03-06T08:55:40.365Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-06T08:55:40.365Z] === RUN TestFilterFunc/test_empty_list [2022-03-06T08:55:40.365Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-06T08:55:40.365Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-06T08:55:40.365Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-06T08:55:40.365Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-06T08:55:40.365Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-06T08:55:40.365Z] === RUN TestFilterFunc/test_filter_some [2022-03-06T08:55:40.365Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-06T08:55:40.365Z] === RUN TestFilterFunc/test_filter_middle [2022-03-06T08:55:40.365Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-06T08:55:40.365Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-06T08:55:40.365Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-06T08:55:40.365Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-06T08:55:40.365Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-06T08:55:40.365Z] === CONT TestFilterFunc/test_nil_list [2022-03-06T08:55:40.365Z] === CONT TestFilterFunc/test_filter_some [2022-03-06T08:55:40.365Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-06T08:55:40.365Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-06T08:55:40.365Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-06T08:55:40.365Z] === CONT TestFilterFunc/test_empty_list [2022-03-06T08:55:40.365Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-06T08:55:40.365Z] === CONT TestFilterFunc/test_filter_middle [2022-03-06T08:55:40.365Z] --- PASS: TestFilterFunc (0.00s) [2022-03-06T08:55:40.365Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-06T08:55:40.365Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-06T08:55:40.365Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-06T08:55:40.365Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-06T08:55:40.365Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-06T08:55:40.365Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-06T08:55:40.365Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-06T08:55:40.365Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-06T08:55:40.365Z] === CONT TestSetGetMeta [2022-03-06T08:55:40.365Z] === CONT TestList [2022-03-06T08:55:40.365Z] === CONT TestDerefMultipleOfSameRef [2022-03-06T08:55:40.365Z] === CONT TestDefererencePluginOnCreateError [2022-03-06T08:55:40.365Z] --- PASS: TestSetGetMeta (0.03s) [2022-03-06T08:55:40.365Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-06T08:55:40.365Z] --- PASS: TestDerefMultipleOfSameRef (0.05s) [2022-03-06T08:55:40.365Z] === CONT TestGetWithReference [2022-03-06T08:55:40.365Z] --- PASS: TestDefererencePluginOnCreateError (0.06s) [2022-03-06T08:55:40.365Z] === CONT TestGet [2022-03-06T08:55:40.438Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-03-06T08:55:40.697Z] === RUN TestDockerSuite/TestEventsTop [2022-03-06T08:55:40.835Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.04s) [2022-03-06T08:55:40.835Z] === CONT TestRefDerefRemove [2022-03-06T08:55:40.835Z] --- PASS: TestList (0.07s) [2022-03-06T08:55:40.835Z] === CONT TestFindByReferenced [2022-03-06T08:55:40.835Z] --- PASS: TestGetWithReference (0.04s) [2022-03-06T08:55:40.835Z] === CONT TestServiceGet [2022-03-06T08:55:40.835Z] --- PASS: TestGet (0.03s) [2022-03-06T08:55:40.835Z] === CONT TestRemove [2022-03-06T08:55:40.835Z] --- PASS: TestRefDerefRemove (0.03s) [2022-03-06T08:55:40.835Z] === CONT TestCreate [2022-03-06T08:55:40.835Z] --- PASS: TestFindByReferenced (0.03s) [2022-03-06T08:55:40.835Z] === CONT TestServicePrune [2022-03-06T08:55:40.835Z] --- PASS: TestCreate (0.02s) [2022-03-06T08:55:40.835Z] === CONT TestServiceList [2022-03-06T08:55:40.835Z] --- PASS: TestRemove (0.04s) [2022-03-06T08:55:40.835Z] === CONT TestServiceRemove [2022-03-06T08:55:40.835Z] --- PASS: TestServiceGet (0.19s) [2022-03-06T08:55:40.835Z] === CONT TestFindByDriver [2022-03-06T08:55:40.835Z] time="2022-03-06T08:55:40Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-06T08:55:40.835Z] --- PASS: TestServiceRemove (0.15s) [2022-03-06T08:55:40.835Z] === CONT TestServiceCreate [2022-03-06T08:55:40.835Z] --- PASS: TestServiceList (0.16s) [2022-03-06T08:55:40.835Z] === CONT TestRestore [2022-03-06T08:55:40.835Z] time="2022-03-06T08:55:40Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-06T08:55:40.835Z] time="2022-03-06T08:55:40Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-06T08:55:40.835Z] --- PASS: TestFindByDriver (0.04s) [2022-03-06T08:55:40.835Z] time="2022-03-06T08:55:40Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-06T08:55:40.835Z] --- PASS: TestServiceCreate (0.05s) [2022-03-06T08:55:40.835Z] time="2022-03-06T08:55:40Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-06T08:55:40.835Z] --- PASS: TestRestore (0.05s) [2022-03-06T08:55:40.835Z] --- PASS: TestServicePrune (0.23s) [2022-03-06T08:55:40.835Z] PASS [2022-03-06T08:55:40.835Z] coverage: 69.0% of statements [2022-03-06T08:55:40.835Z] ok github.com/docker/docker/volume/service 0.385s coverage: 69.0% of statements [2022-03-06T08:55:41.262Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-06T08:55:42.455Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:55:42.455Z] INFO: Testing against a local daemon [2022-03-06T08:55:42.455Z] === RUN TestCommitInheritsEnv [2022-03-06T08:55:42.455Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:55:42.455Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-06T08:55:42.455Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-06T08:55:42.455Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-06T08:55:42.455Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-06T08:55:42.455Z] === RUN TestImportWithCustomPlatform [2022-03-06T08:55:42.455Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-06T08:55:42.455Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-06T08:55:42.455Z] === RUN TestImagesFilterMultiReference [2022-03-06T08:55:42.455Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-03-06T08:55:42.455Z] === RUN TestImagePullPlatformInvalid [2022-03-06T08:55:42.455Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-06T08:55:42.455Z] === RUN TestRemoveImageOrphaning [2022-03-06T08:55:42.635Z] docker_api_swarm_test.go:384: [d2a734b9f7220] joining swarm manager [dcf07bcaf1a54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:55:42.920Z] --- PASS: TestRemoveImageOrphaning (1.08s) [2022-03-06T08:55:42.920Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-06T08:55:42.920Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-06T08:55:42.920Z] === RUN TestTagInvalidReference [2022-03-06T08:55:42.920Z] --- PASS: TestTagInvalidReference (0.03s) [2022-03-06T08:55:42.920Z] === RUN TestTagValidPrefixedRepo [2022-03-06T08:55:42.920Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-03-06T08:55:42.920Z] === RUN TestTagExistedNameWithoutForce [2022-03-06T08:55:43.168Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:55:43.168Z] INFO: Testing against a local daemon [2022-03-06T08:55:43.168Z] === RUN TestCommitInheritsEnv [2022-03-06T08:55:43.168Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:55:43.168Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-06T08:55:43.168Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-06T08:55:43.168Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-06T08:55:43.168Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-06T08:55:43.168Z] === RUN TestImportWithCustomPlatform [2022-03-06T08:55:43.168Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-06T08:55:43.168Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-06T08:55:43.168Z] === RUN TestImagesFilterMultiReference [2022-03-06T08:55:43.168Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-03-06T08:55:43.168Z] === RUN TestImagePullPlatformInvalid [2022-03-06T08:55:43.168Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-06T08:55:43.168Z] === RUN TestRemoveImageOrphaning [2022-03-06T08:55:43.386Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-03-06T08:55:43.386Z] === RUN TestTagOfficialNames [2022-03-06T08:55:43.386Z] --- PASS: TestTagOfficialNames (0.09s) [2022-03-06T08:55:43.386Z] === RUN TestTagMatchesDigest [2022-03-06T08:55:43.386Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-06T08:55:43.386Z] PASS [2022-03-06T08:55:43.386Z] ok github.com/docker/docker/integration/image 1.559s [2022-03-06T08:55:43.386Z] [2022-03-06T08:55:43.386Z] === Skipped [2022-03-06T08:55:43.386Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-06T08:55:43.386Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:55:43.386Z] [2022-03-06T08:55:43.386Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-06T08:55:43.386Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-06T08:55:43.386Z] [2022-03-06T08:55:43.386Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-06T08:55:43.386Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-06T08:55:43.386Z] [2022-03-06T08:55:43.386Z] DONE 12 tests, 3 skipped in 5.536s [2022-03-06T08:55:43.386Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-06T08:55:44.008Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-06T08:55:44.008Z] docker_api_swarm_test.go:385: [d07b057474c13] joining swarm manager [dcf07bcaf1a54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:55:44.150Z] --- PASS: TestRemoveImageOrphaning (0.98s) [2022-03-06T08:55:44.150Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-06T08:55:44.150Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-03-06T08:55:44.150Z] === RUN TestTagInvalidReference [2022-03-06T08:55:44.150Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-06T08:55:44.150Z] === RUN TestTagValidPrefixedRepo [2022-03-06T08:55:44.150Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-06T08:55:44.150Z] === RUN TestTagExistedNameWithoutForce [2022-03-06T08:55:44.150Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-03-06T08:55:44.150Z] === RUN TestTagOfficialNames [2022-03-06T08:55:44.150Z] --- PASS: TestTagOfficialNames (0.07s) [2022-03-06T08:55:44.150Z] === RUN TestTagMatchesDigest [2022-03-06T08:55:44.616Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-06T08:55:44.616Z] PASS [2022-03-06T08:55:44.616Z] ok github.com/docker/docker/integration/image 1.419s [2022-03-06T08:55:44.616Z] [2022-03-06T08:55:44.616Z] === Skipped [2022-03-06T08:55:44.616Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-06T08:55:44.616Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:55:44.616Z] [2022-03-06T08:55:44.616Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-06T08:55:44.616Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-06T08:55:44.616Z] [2022-03-06T08:55:44.616Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-06T08:55:44.616Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-06T08:55:44.616Z] [2022-03-06T08:55:44.616Z] DONE 12 tests, 3 skipped in 5.249s [2022-03-06T08:55:44.616Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-06T08:55:45.553Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:55:45.553Z] INFO: Testing against a local daemon [2022-03-06T08:55:45.553Z] === RUN TestNetworkCreateDelete [2022-03-06T08:55:45.553Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:45.553Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestDockerNetworkDeletePreferID [2022-03-06T08:55:45.553Z] 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-06T08:55:45.553Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestDaemonDNSFallback [2022-03-06T08:55:45.553Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:45.553Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestInspectNetwork [2022-03-06T08:55:45.553Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:45.553Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestRunContainerWithBridgeNone [2022-03-06T08:55:45.553Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:45.553Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestNetworkInvalidJSON [2022-03-06T08:55:45.553Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-06T08:55:45.553Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-06T08:55:45.553Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:55:45.553Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:55:45.553Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:55:45.553Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:55:45.553Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-06T08:55:45.553Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:55:45.553Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:55:45.553Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-03-06T08:55:45.553Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-06T08:55:45.553Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-06T08:55:45.553Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-06T08:55:45.553Z] === RUN TestNetworkList [2022-03-06T08:55:45.553Z] === RUN TestNetworkList//networks [2022-03-06T08:55:45.553Z] === PAUSE TestNetworkList//networks [2022-03-06T08:55:45.553Z] === RUN TestNetworkList//networks/ [2022-03-06T08:55:45.553Z] === PAUSE TestNetworkList//networks/ [2022-03-06T08:55:45.553Z] === CONT TestNetworkList//networks [2022-03-06T08:55:45.553Z] === CONT TestNetworkList//networks/ [2022-03-06T08:55:45.553Z] --- PASS: TestNetworkList (0.03s) [2022-03-06T08:55:45.553Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-06T08:55:45.553Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestHostIPv4BridgeLabel [2022-03-06T08:55:45.553Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-06T08:55:45.553Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-06T08:55:45.553Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-06T08:55:45.553Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestDaemonDefaultNetworkPools [2022-03-06T08:55:45.553Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-06T08:55:45.553Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-06T08:55:45.553Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-06T08:55:45.553Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-06T08:55:45.553Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-06T08:55:45.553Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-06T08:55:45.553Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-06T08:55:45.553Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestServiceWithPredefinedNetwork [2022-03-06T08:55:45.553Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-06T08:55:45.553Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-06T08:55:45.553Z] service_test.go:243: FLAKY_TEST [2022-03-06T08:55:45.553Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestServiceWithDataPathPortInit [2022-03-06T08:55:45.553Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-06T08:55:45.553Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-06T08:55:45.553Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-06T08:55:45.553Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-06T08:55:45.553Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-06T08:55:45.553Z] PASS [2022-03-06T08:55:45.553Z] ok github.com/docker/docker/integration/network 0.150s [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === Skipped [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-06T08:55:46.008Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-06T08:55:46.008Z] 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-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-06T08:55:46.008Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-06T08:55:46.008Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-06T08:55:46.008Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-06T08:55:46.008Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-06T08:55:46.008Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-06T08:55:46.008Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-06T08:55:46.008Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-06T08:55:46.008Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-06T08:55:46.008Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-06T08:55:46.008Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T08:55:46.008Z] service_test.go:243: FLAKY_TEST [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-06T08:55:46.008Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-06T08:55:46.008Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-06T08:55:46.008Z] [2022-03-06T08:55:46.008Z] DONE 22 tests, 15 skipped in 2.331s [2022-03-06T08:55:46.008Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-06T08:55:46.463Z] testing: warning: no tests to run [2022-03-06T08:55:46.463Z] PASS [2022-03-06T08:55:46.463Z] ok github.com/docker/docker/integration/network/ipvlan 0.065s [2022-03-06T08:55:46.463Z] [2022-03-06T08:55:46.463Z] DONE 0 tests in 0.683s [2022-03-06T08:55:46.463Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-06T08:55:46.824Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:55:46.824Z] INFO: Testing against a local daemon [2022-03-06T08:55:46.824Z] === RUN TestNetworkCreateDelete [2022-03-06T08:55:46.824Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:46.824Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-06T08:55:46.824Z] === RUN TestDockerNetworkDeletePreferID [2022-03-06T08:55:46.824Z] 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-06T08:55:46.824Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-06T08:55:46.824Z] === RUN TestDaemonDNSFallback [2022-03-06T08:55:46.824Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:46.824Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-06T08:55:46.824Z] === RUN TestInspectNetwork [2022-03-06T08:55:46.824Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:46.824Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-06T08:55:46.824Z] === RUN TestRunContainerWithBridgeNone [2022-03-06T08:55:46.824Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:46.824Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-06T08:55:46.824Z] === RUN TestNetworkInvalidJSON [2022-03-06T08:55:46.824Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-06T08:55:46.824Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-06T08:55:46.824Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:55:46.824Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:55:46.824Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:55:46.824Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:55:46.824Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-06T08:55:46.824Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T08:55:46.824Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T08:55:46.824Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-03-06T08:55:46.825Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-06T08:55:46.825Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-06T08:55:46.825Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-06T08:55:46.825Z] === RUN TestNetworkList [2022-03-06T08:55:46.825Z] === RUN TestNetworkList//networks [2022-03-06T08:55:46.825Z] === PAUSE TestNetworkList//networks [2022-03-06T08:55:46.825Z] === RUN TestNetworkList//networks/ [2022-03-06T08:55:46.825Z] === PAUSE TestNetworkList//networks/ [2022-03-06T08:55:46.825Z] === CONT TestNetworkList//networks [2022-03-06T08:55:46.825Z] === CONT TestNetworkList//networks/ [2022-03-06T08:55:46.825Z] --- PASS: TestNetworkList (0.04s) [2022-03-06T08:55:46.825Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-06T08:55:46.825Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-06T08:55:46.825Z] === RUN TestHostIPv4BridgeLabel [2022-03-06T08:55:46.825Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-06T08:55:46.825Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-06T08:55:46.825Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-06T08:55:46.825Z] === RUN TestDaemonDefaultNetworkPools [2022-03-06T08:55:46.825Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-06T08:55:46.825Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-06T08:55:46.825Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-06T08:55:46.825Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-06T08:55:46.825Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-06T08:55:46.825Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-06T08:55:46.825Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-06T08:55:46.825Z] === RUN TestServiceWithPredefinedNetwork [2022-03-06T08:55:46.825Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-06T08:55:46.825Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-06T08:55:46.825Z] service_test.go:243: FLAKY_TEST [2022-03-06T08:55:46.825Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T08:55:46.825Z] === RUN TestServiceWithDataPathPortInit [2022-03-06T08:55:46.825Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-06T08:55:46.825Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-06T08:55:46.825Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-06T08:55:46.825Z] PASS [2022-03-06T08:55:46.825Z] ok github.com/docker/docker/integration/network 0.157s [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === Skipped [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-06T08:55:46.825Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-06T08:55:46.825Z] 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-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-06T08:55:46.825Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-06T08:55:46.825Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-06T08:55:46.825Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-06T08:55:46.825Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-06T08:55:46.825Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-06T08:55:46.825Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-06T08:55:46.825Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-06T08:55:46.825Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-06T08:55:46.825Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-06T08:55:46.825Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T08:55:46.825Z] service_test.go:243: FLAKY_TEST [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-06T08:55:46.825Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-06T08:55:46.825Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-06T08:55:46.825Z] [2022-03-06T08:55:46.825Z] DONE 22 tests, 15 skipped in 2.088s [2022-03-06T08:55:46.825Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-06T08:55:47.291Z] testing: warning: no tests to run [2022-03-06T08:55:47.291Z] PASS [2022-03-06T08:55:47.291Z] ok github.com/docker/docker/integration/network/ipvlan 0.065s [2022-03-06T08:55:47.291Z] [2022-03-06T08:55:47.291Z] DONE 0 tests in 0.621s [2022-03-06T08:55:47.423Z] testing: warning: no tests to run [2022-03-06T08:55:47.423Z] PASS [2022-03-06T08:55:47.423Z] ok github.com/docker/docker/integration/network/macvlan 0.083s [2022-03-06T08:55:47.423Z] [2022-03-06T08:55:47.423Z] DONE 0 tests in 0.702s [2022-03-06T08:55:47.423Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-06T08:55:47.757Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-06T08:55:48.224Z] testing: warning: no tests to run [2022-03-06T08:55:48.224Z] PASS [2022-03-06T08:55:48.224Z] ok github.com/docker/docker/integration/network/macvlan 0.065s [2022-03-06T08:55:48.224Z] [2022-03-06T08:55:48.224Z] DONE 0 tests in 0.627s [2022-03-06T08:55:48.224Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-06T08:55:48.387Z] testing: warning: no tests to run [2022-03-06T08:55:48.387Z] PASS [2022-03-06T08:55:48.387Z] ok github.com/docker/docker/integration/plugin 0.063s [2022-03-06T08:55:48.387Z] [2022-03-06T08:55:48.387Z] DONE 0 tests in 0.661s [2022-03-06T08:55:48.387Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-06T08:55:48.841Z] testing: warning: no tests to run [2022-03-06T08:55:48.841Z] PASS [2022-03-06T08:55:48.841Z] ok github.com/docker/docker/integration/plugin/authz 0.068s [2022-03-06T08:55:48.841Z] [2022-03-06T08:55:48.841Z] DONE 0 tests in 0.681s [2022-03-06T08:55:49.205Z] testing: warning: no tests to run [2022-03-06T08:55:49.205Z] PASS [2022-03-06T08:55:49.205Z] ok github.com/docker/docker/integration/plugin 0.068s [2022-03-06T08:55:49.205Z] [2022-03-06T08:55:49.205Z] DONE 0 tests in 0.639s [2022-03-06T08:55:49.205Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-06T08:55:49.295Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-06T08:55:49.670Z] testing: warning: no tests to run [2022-03-06T08:55:49.670Z] PASS [2022-03-06T08:55:49.670Z] ok github.com/docker/docker/integration/plugin/authz 0.077s [2022-03-06T08:55:49.670Z] [2022-03-06T08:55:49.670Z] DONE 0 tests in 0.649s [2022-03-06T08:55:49.670Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-06T08:55:50.562Z] === RUN TestDockerSuite/TestExec [2022-03-06T08:55:50.562Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-06T08:55:50.819Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-06T08:55:51.382Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-06T08:55:51.945Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-06T08:55:52.886Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-06T08:55:53.148Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-06T08:55:53.343Z] 2022/03/06 08:55:53 Closing DB instances... [2022-03-06T08:55:53.717Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-06T08:55:53.976Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:55:53.976Z] INFO: Testing against a local daemon [2022-03-06T08:55:53.976Z] === RUN TestPluginInvalidJSON [2022-03-06T08:55:53.976Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:55:53.976Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:55:53.976Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:55:53.976Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-06T08:55:53.976Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-06T08:55:53.976Z] === RUN TestPluginInstall [2022-03-06T08:55:53.976Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-06T08:55:53.976Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-06T08:55:53.976Z] === RUN TestPluginsWithRuntimes [2022-03-06T08:55:53.976Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-06T08:55:53.976Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-06T08:55:53.976Z] === RUN TestPluginBackCompatMediaTypes [2022-03-06T08:55:53.976Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-06T08:55:53.976Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-06T08:55:53.976Z] PASS [2022-03-06T08:55:53.976Z] ok github.com/docker/docker/integration/plugin/common 0.102s [2022-03-06T08:55:53.976Z] [2022-03-06T08:55:53.976Z] === Skipped [2022-03-06T08:55:53.976Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-06T08:55:53.976Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-06T08:55:53.976Z] [2022-03-06T08:55:53.976Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-06T08:55:53.976Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-06T08:55:53.976Z] [2022-03-06T08:55:53.976Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-06T08:55:53.976Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-06T08:55:53.976Z] [2022-03-06T08:55:53.976Z] DONE 5 tests, 3 skipped in 4.617s [2022-03-06T08:55:53.976Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-06T08:55:54.287Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-06T08:55:54.409Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:55:54.409Z] INFO: Testing against a local daemon [2022-03-06T08:55:54.409Z] === RUN TestPluginInvalidJSON [2022-03-06T08:55:54.409Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:55:54.409Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:55:54.409Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T08:55:54.409Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-06T08:55:54.409Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-06T08:55:54.409Z] === RUN TestPluginInstall [2022-03-06T08:55:54.409Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-06T08:55:54.409Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-06T08:55:54.409Z] === RUN TestPluginsWithRuntimes [2022-03-06T08:55:54.409Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-06T08:55:54.409Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-06T08:55:54.409Z] === RUN TestPluginBackCompatMediaTypes [2022-03-06T08:55:54.409Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-06T08:55:54.409Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-06T08:55:54.409Z] PASS [2022-03-06T08:55:54.409Z] ok github.com/docker/docker/integration/plugin/common 0.103s [2022-03-06T08:55:54.409Z] [2022-03-06T08:55:54.409Z] === Skipped [2022-03-06T08:55:54.409Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-06T08:55:54.409Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-06T08:55:54.409Z] [2022-03-06T08:55:54.409Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-06T08:55:54.409Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-06T08:55:54.409Z] [2022-03-06T08:55:54.409Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-06T08:55:54.409Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-06T08:55:54.409Z] [2022-03-06T08:55:54.409Z] DONE 5 tests, 3 skipped in 4.540s [2022-03-06T08:55:54.409Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-06T08:55:54.854Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-06T08:55:55.112Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-06T08:55:55.569Z] --- PASS: TestNetworkDBGarbageCollection (54.06s) [2022-03-06T08:55:55.569Z] === RUN TestFindNode [2022-03-06T08:55:55.569Z] 2022/03/06 08:55:55 Closing DB instances... [2022-03-06T08:55:55.569Z] --- PASS: TestFindNode (0.02s) [2022-03-06T08:55:55.569Z] === RUN TestChangeNodeState [2022-03-06T08:55:55.569Z] 2022/03/06 08:55:55 Closing DB instances... [2022-03-06T08:55:55.569Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-06T08:55:55.569Z] === RUN TestNodeReincarnation [2022-03-06T08:55:55.569Z] 2022/03/06 08:55:55 Closing DB instances... [2022-03-06T08:55:55.678Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-06T08:55:56.140Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:55:56.140Z] INFO: Testing against a local daemon [2022-03-06T08:55:56.140Z] === RUN TestExternalGraphDriver [2022-03-06T08:55:56.140Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-06T08:55:56.140Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-06T08:55:56.140Z] === RUN TestGraphdriverPluginV2 [2022-03-06T08:55:56.140Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-06T08:55:56.140Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-06T08:55:56.140Z] PASS [2022-03-06T08:55:56.140Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.124s [2022-03-06T08:55:56.140Z] [2022-03-06T08:55:56.140Z] === Skipped [2022-03-06T08:55:56.140Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-06T08:55:56.140Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-06T08:55:56.140Z] [2022-03-06T08:55:56.140Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-06T08:55:56.140Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-06T08:55:56.140Z] [2022-03-06T08:55:56.140Z] DONE 2 tests, 2 skipped in 2.416s [2022-03-06T08:55:56.140Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-06T08:55:56.666Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:55:56.666Z] INFO: Testing against a local daemon [2022-03-06T08:55:56.666Z] === RUN TestExternalGraphDriver [2022-03-06T08:55:56.666Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-06T08:55:56.666Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-06T08:55:56.666Z] === RUN TestGraphdriverPluginV2 [2022-03-06T08:55:56.666Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-06T08:55:56.666Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-06T08:55:56.666Z] PASS [2022-03-06T08:55:56.666Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.113s [2022-03-06T08:55:56.666Z] [2022-03-06T08:55:56.666Z] === Skipped [2022-03-06T08:55:56.666Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-06T08:55:56.666Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-06T08:55:56.666Z] [2022-03-06T08:55:56.666Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-06T08:55:56.666Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-06T08:55:56.666Z] [2022-03-06T08:55:56.666Z] DONE 2 tests, 2 skipped in 2.347s [2022-03-06T08:55:56.666Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-06T08:55:57.055Z] --- PASS: TestServicePlugin (31.04s) [2022-03-06T08:55:57.055Z] === RUN TestServiceUpdateLabel [2022-03-06T08:55:57.055Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-06T08:55:57.990Z] === RUN TestDockerSuite/TestExecEnv [2022-03-06T08:55:58.248Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-06T08:55:58.309Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:55:58.309Z] INFO: Testing against a local daemon [2022-03-06T08:55:58.309Z] === RUN TestReadPluginNoRead [2022-03-06T08:55:58.309Z] read_test.go:21: no unix domain sockets on Windows [2022-03-06T08:55:58.309Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-06T08:55:58.309Z] PASS [2022-03-06T08:55:58.309Z] ok github.com/docker/docker/integration/plugin/logging 0.086s [2022-03-06T08:55:58.309Z] [2022-03-06T08:55:58.309Z] === Skipped [2022-03-06T08:55:58.309Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-06T08:55:58.309Z] read_test.go:21: no unix domain sockets on Windows [2022-03-06T08:55:58.309Z] [2022-03-06T08:55:58.309Z] DONE 1 tests, 1 skipped in 2.086s [2022-03-06T08:55:58.309Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-06T08:55:58.874Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:55:58.874Z] INFO: Testing against a local daemon [2022-03-06T08:55:58.874Z] === RUN TestReadPluginNoRead [2022-03-06T08:55:58.874Z] read_test.go:21: no unix domain sockets on Windows [2022-03-06T08:55:58.874Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-06T08:55:58.874Z] PASS [2022-03-06T08:55:58.874Z] ok github.com/docker/docker/integration/plugin/logging 0.088s [2022-03-06T08:55:58.874Z] [2022-03-06T08:55:58.874Z] === Skipped [2022-03-06T08:55:58.874Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-06T08:55:58.874Z] read_test.go:21: no unix domain sockets on Windows [2022-03-06T08:55:58.874Z] [2022-03-06T08:55:58.874Z] DONE 1 tests, 1 skipped in 2.193s [2022-03-06T08:55:59.341Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-06T08:55:59.621Z] --- PASS: TestServiceUpdateLabel (2.51s) [2022-03-06T08:55:59.621Z] === RUN TestServiceUpdateSecrets [2022-03-06T08:55:59.621Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-06T08:55:59.846Z] testing: warning: no tests to run [2022-03-06T08:55:59.846Z] PASS [2022-03-06T08:55:59.846Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.086s [2022-03-06T08:55:59.846Z] [2022-03-06T08:55:59.846Z] DONE 0 tests in 1.082s [2022-03-06T08:55:59.846Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-06T08:56:00.185Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-06T08:56:00.323Z] testing: warning: no tests to run [2022-03-06T08:56:00.323Z] PASS [2022-03-06T08:56:00.323Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.072s [2022-03-06T08:56:00.323Z] [2022-03-06T08:56:00.323Z] DONE 0 tests in 0.988s [2022-03-06T08:56:00.323Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-06T08:56:00.336Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-06T08:56:00.336Z] === RUN TestParallelCreate [2022-03-06T08:56:00.336Z] 2022/03/06 08:56:00 Closing DB instances... [2022-03-06T08:56:00.336Z] --- PASS: TestParallelCreate (0.02s) [2022-03-06T08:56:00.336Z] === RUN TestParallelDelete [2022-03-06T08:56:00.336Z] 2022/03/06 08:56:00 Closing DB instances... [2022-03-06T08:56:00.336Z] --- PASS: TestParallelDelete (0.02s) [2022-03-06T08:56:00.336Z] === RUN TestNetworkDBIslands [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:2caec4f7e2c3 with config:&{NodeID:2caec4f7e2c3 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-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, added to nodes list" [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c6925b7ba902 with config:&{NodeID:c6925b7ba902 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-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=info msg="Node c6925b7ba902/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=info msg="Node c6925b7ba902/172.31.40.100, added to nodes list" [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=debug msg="memberlist: Stream connection from=[::1]:49417" [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=info msg="Node c6925b7ba902/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=info msg="Node c6925b7ba902/172.31.40.100, added to nodes list" [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, added to nodes list" [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-06T08:56:00.336Z] time="2022-03-06T08:56:00Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49418" [2022-03-06T08:56:00.811Z] time="2022-03-06T08:56:00Z" level=debug msg="memberlist: Failed to join 172.31.40.100: dial tcp 172.31.40.100:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:079e2793dd36 with config:&{NodeID:079e2793dd36 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-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=info msg="Node 079e2793dd36/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=info msg="Node 079e2793dd36/172.31.40.100, added to nodes list" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=debug msg="memberlist: Stream connection from=[::1]:49420" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=info msg="Node 079e2793dd36/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=info msg="Node 079e2793dd36/172.31.40.100, added to nodes list" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, added to nodes list" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=info msg="Node c6925b7ba902/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=info msg="Node c6925b7ba902/172.31.40.100, added to nodes list" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:00Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49421" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:01Z" level=info msg="Node 079e2793dd36/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:01.282Z] time="2022-03-06T08:56:01Z" level=info msg="Node 079e2793dd36/172.31.40.100, added to nodes list" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:b6171683a54f with config:&{NodeID:b6171683a54f 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-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node b6171683a54f/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node b6171683a54f/172.31.40.100, added to nodes list" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=debug msg="memberlist: Stream connection from=[::1]:49422" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node b6171683a54f/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node b6171683a54f/172.31.40.100, added to nodes list" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node c6925b7ba902/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node c6925b7ba902/172.31.40.100, added to nodes list" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node 079e2793dd36/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node 079e2793dd36/172.31.40.100, added to nodes list" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, added to nodes list" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49423" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=debug msg="memberlist: Failed to join 172.31.40.100: dial tcp 172.31.40.100:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node b6171683a54f/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node b6171683a54f/172.31.40.100, added to nodes list" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node b6171683a54f/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:01.752Z] time="2022-03-06T08:56:01Z" level=info msg="Node b6171683a54f/172.31.40.100, added to nodes list" [2022-03-06T08:56:02.025Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:02.025Z] INFO: Testing against a local daemon [2022-03-06T08:56:02.025Z] === RUN TestPluginWithDevMounts [2022-03-06T08:56:02.025Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:02.025Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-06T08:56:02.025Z] PASS [2022-03-06T08:56:02.025Z] ok github.com/docker/docker/integration/plugin/volumes 0.089s [2022-03-06T08:56:02.025Z] [2022-03-06T08:56:02.025Z] === Skipped [2022-03-06T08:56:02.025Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-06T08:56:02.025Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:02.025Z] [2022-03-06T08:56:02.025Z] DONE 1 tests, 1 skipped in 2.034s [2022-03-06T08:56:02.025Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-06T08:56:02.221Z] time="2022-03-06T08:56:01Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:1657d7139ab6 with config:&{NodeID:1657d7139ab6 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-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node 1657d7139ab6/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node 1657d7139ab6/172.31.40.100, added to nodes list" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=debug msg="memberlist: Stream connection from=[::1]:49425" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node 1657d7139ab6/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node 1657d7139ab6/172.31.40.100, added to nodes list" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, added to nodes list" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node b6171683a54f/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node b6171683a54f/172.31.40.100, added to nodes list" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node c6925b7ba902/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node c6925b7ba902/172.31.40.100, added to nodes list" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node 079e2793dd36/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node 079e2793dd36/172.31.40.100, added to nodes list" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49426" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node 1657d7139ab6/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:01Z" level=info msg="Node 1657d7139ab6/172.31.40.100, added to nodes list" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:02Z" level=info msg="Node 1657d7139ab6/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:02Z" level=info msg="Node 1657d7139ab6/172.31.40.100, added to nodes list" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:02Z" level=info msg="Node 1657d7139ab6/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:02.222Z] time="2022-03-06T08:56:02Z" level=info msg="Node 1657d7139ab6/172.31.40.100, added to nodes list" [2022-03-06T08:56:02.532Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:02.532Z] INFO: Testing against a local daemon [2022-03-06T08:56:02.532Z] === RUN TestPluginWithDevMounts [2022-03-06T08:56:02.532Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:02.532Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-06T08:56:02.532Z] PASS [2022-03-06T08:56:02.532Z] ok github.com/docker/docker/integration/plugin/volumes 0.101s [2022-03-06T08:56:02.532Z] [2022-03-06T08:56:02.532Z] === Skipped [2022-03-06T08:56:02.532Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-06T08:56:02.532Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:02.532Z] [2022-03-06T08:56:02.532Z] DONE 1 tests, 1 skipped in 2.141s [2022-03-06T08:56:02.532Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-06T08:56:02.690Z] networkdb_test.go:835: Re-joining: 3 [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=info msg="The new bootstrap node list is:[172.31.40.100:10033 172.31.40.100:10034 172.31.40.100:10035]" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.40.100:10033" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49427" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.40.100:10034" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49428" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.40.100:10035" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49429" [2022-03-06T08:56:02.690Z] networkdb_test.go:835: Re-joining: 4 [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=info msg="The new bootstrap node list is:[172.31.40.100:10033 172.31.40.100:10034 172.31.40.100:10035]" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.40.100:10033" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49430" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.40.100:10034" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49431" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.40.100:10035" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49432" [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=debug msg="memberlist: Failed to join 172.31.40.100: dial tcp 172.31.40.100:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-06T08:56:02.690Z] time="2022-03-06T08:56:02Z" level=info msg="node 0 leaving" [2022-03-06T08:56:02.714Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="Node 2caec4f7e2c3 change state NodeActive --> NodeLeft" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="node3(079e2793dd36): Node leave event for 2caec4f7e2c3/172.31.40.100" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="Node 2caec4f7e2c3 change state NodeActive --> NodeLeft" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="node2(c6925b7ba902): Node leave event for 2caec4f7e2c3/172.31.40.100" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="Node 2caec4f7e2c3 change state NodeActive --> NodeLeft" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="node4(b6171683a54f): Node leave event for 2caec4f7e2c3/172.31.40.100" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="Node 2caec4f7e2c3 change state NodeActive --> NodeLeft" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="node1(2caec4f7e2c3): Node leave event for 2caec4f7e2c3/172.31.40.100" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="Node 2caec4f7e2c3 change state NodeActive --> NodeLeft" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="node5(1657d7139ab6): Node leave event for 2caec4f7e2c3/172.31.40.100" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, left gossip cluster" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, left gossip cluster" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, left gossip cluster" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:02Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, left gossip cluster" [2022-03-06T08:56:03.160Z] time="2022-03-06T08:56:03Z" level=info msg="Node 2caec4f7e2c3/172.31.40.100, left gossip cluster" [2022-03-06T08:56:03.279Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-03-06T08:56:03.569Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:03.569Z] INFO: Testing against a local daemon [2022-03-06T08:56:03.569Z] === RUN TestSecretInspect [2022-03-06T08:56:03.569Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:03.569Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-06T08:56:03.569Z] === RUN TestSecretList [2022-03-06T08:56:03.569Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:03.569Z] --- SKIP: TestSecretList (0.00s) [2022-03-06T08:56:03.569Z] === RUN TestSecretsCreateAndDelete [2022-03-06T08:56:03.569Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:03.569Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-06T08:56:03.569Z] === RUN TestSecretsUpdate [2022-03-06T08:56:03.569Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:03.569Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-06T08:56:03.569Z] === RUN TestTemplatedSecret [2022-03-06T08:56:03.569Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:03.569Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-06T08:56:03.569Z] === RUN TestSecretCreateResolve [2022-03-06T08:56:03.569Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:03.569Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-06T08:56:03.569Z] PASS [2022-03-06T08:56:03.569Z] ok github.com/docker/docker/integration/secret 0.102s [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="node 1 leaving" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="Node c6925b7ba902 change state NodeActive --> NodeLeft" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="node3(079e2793dd36): Node leave event for c6925b7ba902/172.31.40.100" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="Node c6925b7ba902 change state NodeActive --> NodeLeft" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="node5(1657d7139ab6): Node leave event for c6925b7ba902/172.31.40.100" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="Node c6925b7ba902 change state NodeActive --> NodeLeft" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="node4(b6171683a54f): Node leave event for c6925b7ba902/172.31.40.100" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="Node c6925b7ba902 change state NodeActive --> NodeLeft" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="node2(c6925b7ba902): Node leave event for c6925b7ba902/172.31.40.100" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="Node c6925b7ba902/172.31.40.100, left gossip cluster" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="Node c6925b7ba902/172.31.40.100, left gossip cluster" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="Node c6925b7ba902/172.31.40.100, left gossip cluster" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="Node c6925b7ba902/172.31.40.100, left gossip cluster" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=debug msg="memberlist: Failed to join 172.31.40.100: dial tcp 172.31.40.100:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="node 2 leaving" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="Node 079e2793dd36 change state NodeActive --> NodeLeft" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="Node 079e2793dd36 change state NodeActive --> NodeLeft" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="node5(1657d7139ab6): Node leave event for 079e2793dd36/172.31.40.100" [2022-03-06T08:56:03.629Z] time="2022-03-06T08:56:03Z" level=info msg="node4(b6171683a54f): Node leave event for 079e2793dd36/172.31.40.100" [2022-03-06T08:56:03.843Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-06T08:56:04.023Z] [2022-03-06T08:56:04.023Z] === Skipped [2022-03-06T08:56:04.023Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-06T08:56:04.023Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.023Z] [2022-03-06T08:56:04.023Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-06T08:56:04.023Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.023Z] [2022-03-06T08:56:04.023Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-06T08:56:04.023Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.023Z] [2022-03-06T08:56:04.023Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-06T08:56:04.023Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.023Z] [2022-03-06T08:56:04.023Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-06T08:56:04.023Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.023Z] [2022-03-06T08:56:04.023Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-06T08:56:04.023Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:04.023Z] [2022-03-06T08:56:04.023Z] DONE 6 tests, 6 skipped in 1.993s [2022-03-06T08:56:04.023Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-06T08:56:04.090Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:04.090Z] INFO: Testing against a local daemon [2022-03-06T08:56:04.090Z] === RUN TestSecretInspect [2022-03-06T08:56:04.090Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.090Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-06T08:56:04.090Z] === RUN TestSecretList [2022-03-06T08:56:04.090Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.090Z] --- SKIP: TestSecretList (0.00s) [2022-03-06T08:56:04.090Z] === RUN TestSecretsCreateAndDelete [2022-03-06T08:56:04.090Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.090Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-06T08:56:04.090Z] === RUN TestSecretsUpdate [2022-03-06T08:56:04.090Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.090Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-06T08:56:04.090Z] === RUN TestTemplatedSecret [2022-03-06T08:56:04.090Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.090Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-06T08:56:04.090Z] === RUN TestSecretCreateResolve [2022-03-06T08:56:04.090Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:04.090Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-06T08:56:04.090Z] PASS [2022-03-06T08:56:04.090Z] ok github.com/docker/docker/integration/secret 0.089s [2022-03-06T08:56:04.090Z] [2022-03-06T08:56:04.090Z] === Skipped [2022-03-06T08:56:04.090Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-06T08:56:04.090Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.090Z] [2022-03-06T08:56:04.090Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-06T08:56:04.090Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.090Z] [2022-03-06T08:56:04.090Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-06T08:56:04.090Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.090Z] [2022-03-06T08:56:04.090Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-06T08:56:04.090Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.090Z] [2022-03-06T08:56:04.090Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-06T08:56:04.090Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:04.090Z] [2022-03-06T08:56:04.090Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-06T08:56:04.090Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:04.090Z] [2022-03-06T08:56:04.090Z] DONE 6 tests, 6 skipped in 1.729s [2022-03-06T08:56:04.098Z] time="2022-03-06T08:56:03Z" level=info msg="Node 079e2793dd36 change state NodeActive --> NodeLeft" [2022-03-06T08:56:04.098Z] time="2022-03-06T08:56:03Z" level=info msg="node3(079e2793dd36): Node leave event for 079e2793dd36/172.31.40.100" [2022-03-06T08:56:04.098Z] time="2022-03-06T08:56:03Z" level=debug msg="memberlist: Failed ping: 079e2793dd36 (timeout reached)" [2022-03-06T08:56:04.098Z] time="2022-03-06T08:56:03Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.40.100:10036: use of closed network connection" [2022-03-06T08:56:04.098Z] time="2022-03-06T08:56:03Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.40.100:10037: use of closed network connection" [2022-03-06T08:56:04.098Z] time="2022-03-06T08:56:03Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.40.100:10034: use of closed network connection" [2022-03-06T08:56:04.098Z] time="2022-03-06T08:56:03Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49435" [2022-03-06T08:56:04.098Z] time="2022-03-06T08:56:03Z" level=info msg="Node 079e2793dd36/172.31.40.100, left gossip cluster" [2022-03-06T08:56:04.098Z] time="2022-03-06T08:56:03Z" level=info msg="Node 079e2793dd36/172.31.40.100, left gossip cluster" [2022-03-06T08:56:04.098Z] time="2022-03-06T08:56:03Z" level=info msg="Node 079e2793dd36/172.31.40.100, left gossip cluster" [2022-03-06T08:56:04.410Z] === RUN TestDockerSuite/TestExecParseError [2022-03-06T08:56:04.555Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=warning msg="memberlist: Was able to connect to 079e2793dd36 but other probes failed, network may be misconfigured" [2022-03-06T08:56:04.577Z] networkdb_test.go:867: node5: OK [2022-03-06T08:56:04.577Z] networkdb_test.go:867: node4: OK [2022-03-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=info msg="node 0 coming back" [2022-03-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:1f0278b1e6dc with config:&{NodeID:1f0278b1e6dc 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-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, added to nodes list" [2022-03-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=info msg="node 1 coming back" [2022-03-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c67de9f9f021 with config:&{NodeID:c67de9f9f021 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-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=info msg="Node c67de9f9f021/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=info msg="Node c67de9f9f021/172.31.40.100, added to nodes list" [2022-03-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=info msg="node 2 coming back" [2022-03-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a9f21659ccfc with config:&{NodeID:a9f21659ccfc 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-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=info msg="Node a9f21659ccfc/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:04.577Z] time="2022-03-06T08:56:04Z" level=info msg="Node a9f21659ccfc/172.31.40.100, added to nodes list" [2022-03-06T08:56:04.667Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-06T08:56:05.046Z] time="2022-03-06T08:56:04Z" level=debug msg="memberlist: Failed to join 172.31.40.100: dial tcp 172.31.40.100:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-06T08:56:05.230Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-06T08:56:05.794Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-06T08:56:06.034Z] time="2022-03-06T08:56:05Z" level=debug msg="memberlist: Failed to join 172.31.40.100: dial tcp 172.31.40.100:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-06T08:56:06.187Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:06.187Z] INFO: Testing against a local daemon [2022-03-06T08:56:06.187Z] === RUN TestServiceCreateInit [2022-03-06T08:56:06.187Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-06T08:56:06.187Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.187Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-06T08:56:06.187Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.187Z] --- PASS: TestServiceCreateInit (0.04s) [2022-03-06T08:56:06.187Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-06T08:56:06.187Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-06T08:56:06.187Z] === RUN TestCreateServiceMultipleTimes [2022-03-06T08:56:06.187Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.187Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-06T08:56:06.187Z] === RUN TestCreateServiceConflict [2022-03-06T08:56:06.187Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.187Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-06T08:56:06.187Z] === RUN TestCreateServiceMaxReplicas [2022-03-06T08:56:06.187Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.187Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2022-03-06T08:56:06.187Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-06T08:56:06.187Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.187Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-06T08:56:06.187Z] === RUN TestCreateServiceSecretFileMode [2022-03-06T08:56:06.187Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.187Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-06T08:56:06.187Z] === RUN TestCreateServiceConfigFileMode [2022-03-06T08:56:06.187Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.187Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-06T08:56:06.187Z] === RUN TestCreateServiceSysctls [2022-03-06T08:56:06.187Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.187Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-03-06T08:56:06.187Z] === RUN TestCreateServiceCapabilities [2022-03-06T08:56:06.642Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-06T08:56:06.642Z] === RUN TestInspect [2022-03-06T08:56:06.642Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] --- SKIP: TestInspect (0.00s) [2022-03-06T08:56:06.642Z] === RUN TestCreateJob [2022-03-06T08:56:06.642Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] --- SKIP: TestCreateJob (0.00s) [2022-03-06T08:56:06.642Z] === RUN TestReplicatedJob [2022-03-06T08:56:06.642Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-06T08:56:06.642Z] === RUN TestUpdateReplicatedJob [2022-03-06T08:56:06.642Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-06T08:56:06.642Z] === RUN TestServiceListWithStatuses [2022-03-06T08:56:06.642Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-06T08:56:06.642Z] === RUN TestDockerNetworkConnectAlias [2022-03-06T08:56:06.642Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-06T08:56:06.642Z] === RUN TestDockerNetworkReConnect [2022-03-06T08:56:06.642Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-06T08:56:06.642Z] === RUN TestServicePlugin [2022-03-06T08:56:06.642Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-06T08:56:06.642Z] === RUN TestServiceUpdateLabel [2022-03-06T08:56:06.642Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.642Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-06T08:56:06.642Z] === RUN TestServiceUpdateSecrets [2022-03-06T08:56:06.642Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.642Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-06T08:56:06.642Z] === RUN TestServiceUpdateConfigs [2022-03-06T08:56:06.642Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.642Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-06T08:56:06.642Z] === RUN TestServiceUpdateNetwork [2022-03-06T08:56:06.642Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.642Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-06T08:56:06.642Z] === RUN TestServiceUpdatePidsLimit [2022-03-06T08:56:06.642Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.642Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-06T08:56:06.642Z] PASS [2022-03-06T08:56:06.642Z] ok github.com/docker/docker/integration/service 0.229s [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === Skipped [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-06T08:56:06.642Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-06T08:56:06.642Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-06T08:56:06.642Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-06T08:56:06.642Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2022-03-06T08:56:06.642Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-06T08:56:06.642Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-06T08:56:06.642Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-06T08:56:06.642Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-03-06T08:56:06.642Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-03-06T08:56:06.642Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-06T08:56:06.642Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-06T08:56:06.642Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-06T08:56:06.642Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-06T08:56:06.642Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-06T08:56:06.642Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-06T08:56:06.642Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-06T08:56:06.642Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-06T08:56:06.642Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-06T08:56:06.642Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-06T08:56:06.642Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-06T08:56:06.642Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-06T08:56:06.642Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-06T08:56:06.642Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.642Z] [2022-03-06T08:56:06.642Z] DONE 24 tests, 23 skipped in 2.620s [2022-03-06T08:56:06.642Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-06T08:56:06.725Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-06T08:56:06.779Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:06.779Z] INFO: Testing against a local daemon [2022-03-06T08:56:06.779Z] === RUN TestServiceCreateInit [2022-03-06T08:56:06.779Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-06T08:56:06.779Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-06T08:56:06.779Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- PASS: TestServiceCreateInit (0.04s) [2022-03-06T08:56:06.779Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-06T08:56:06.779Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestCreateServiceMultipleTimes [2022-03-06T08:56:06.779Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestCreateServiceConflict [2022-03-06T08:56:06.779Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestCreateServiceMaxReplicas [2022-03-06T08:56:06.779Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2022-03-06T08:56:06.779Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-06T08:56:06.779Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestCreateServiceSecretFileMode [2022-03-06T08:56:06.779Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestCreateServiceConfigFileMode [2022-03-06T08:56:06.779Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestCreateServiceSysctls [2022-03-06T08:56:06.779Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-03-06T08:56:06.779Z] === RUN TestCreateServiceCapabilities [2022-03-06T08:56:06.779Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-06T08:56:06.779Z] === RUN TestInspect [2022-03-06T08:56:06.779Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestInspect (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestCreateJob [2022-03-06T08:56:06.779Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestCreateJob (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestReplicatedJob [2022-03-06T08:56:06.779Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestUpdateReplicatedJob [2022-03-06T08:56:06.779Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestServiceListWithStatuses [2022-03-06T08:56:06.779Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestDockerNetworkConnectAlias [2022-03-06T08:56:06.779Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestDockerNetworkReConnect [2022-03-06T08:56:06.779Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestServicePlugin [2022-03-06T08:56:06.779Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:06.779Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestServiceUpdateLabel [2022-03-06T08:56:06.779Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.779Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestServiceUpdateSecrets [2022-03-06T08:56:06.779Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.779Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestServiceUpdateConfigs [2022-03-06T08:56:06.779Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.779Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestServiceUpdateNetwork [2022-03-06T08:56:06.779Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.779Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-06T08:56:06.779Z] === RUN TestServiceUpdatePidsLimit [2022-03-06T08:56:06.779Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:06.779Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-06T08:56:06.779Z] PASS [2022-03-06T08:56:06.779Z] ok github.com/docker/docker/integration/service 0.220s [2022-03-06T08:56:06.982Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-06T08:56:07.021Z] time="2022-03-06T08:56:06Z" level=debug msg="memberlist: Failed to join 172.31.40.100: dial tcp 172.31.40.100:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === Skipped [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-06T08:56:07.245Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-06T08:56:07.245Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-06T08:56:07.245Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-06T08:56:07.245Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2022-03-06T08:56:07.245Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-06T08:56:07.245Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-06T08:56:07.245Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-06T08:56:07.245Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-03-06T08:56:07.245Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-03-06T08:56:07.245Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-06T08:56:07.245Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-06T08:56:07.245Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-06T08:56:07.245Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-06T08:56:07.245Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-06T08:56:07.245Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-06T08:56:07.245Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-06T08:56:07.245Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-06T08:56:07.245Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-06T08:56:07.245Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-06T08:56:07.245Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-06T08:56:07.245Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-06T08:56:07.245Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-06T08:56:07.245Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T08:56:07.245Z] [2022-03-06T08:56:07.245Z] DONE 24 tests, 23 skipped in 2.640s [2022-03-06T08:56:07.245Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-06T08:56:07.490Z] time="2022-03-06T08:56:07Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.40.100:10033 172.31.40.100:10034 172.31.40.100:10035]" [2022-03-06T08:56:07.546Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-06T08:56:07.959Z] time="2022-03-06T08:56:07Z" level=debug msg="memberlist: Failed to join 172.31.40.100: dial tcp 172.31.40.100:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-06T08:56:07.959Z] time="2022-03-06T08:56:07Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.40.100:10033 172.31.40.100:10034 172.31.40.100:10035]" [2022-03-06T08:56:08.802Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:08.802Z] INFO: Testing against a local daemon [2022-03-06T08:56:08.802Z] === RUN TestSessionCreate [2022-03-06T08:56:08.802Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-06T08:56:08.802Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-06T08:56:08.802Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-06T08:56:08.802Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-06T08:56:08.802Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-06T08:56:08.802Z] PASS [2022-03-06T08:56:08.802Z] ok github.com/docker/docker/integration/session 0.129s [2022-03-06T08:56:08.802Z] [2022-03-06T08:56:08.802Z] === Skipped [2022-03-06T08:56:08.802Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-06T08:56:08.802Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-06T08:56:08.802Z] [2022-03-06T08:56:08.802Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-06T08:56:08.802Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-06T08:56:08.802Z] [2022-03-06T08:56:08.802Z] DONE 2 tests, 2 skipped in 1.738s [2022-03-06T08:56:08.802Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-06T08:56:08.815Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:08.815Z] INFO: Testing against a local daemon [2022-03-06T08:56:08.815Z] === RUN TestSessionCreate [2022-03-06T08:56:08.815Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-06T08:56:08.815Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-06T08:56:08.815Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-06T08:56:08.815Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-06T08:56:08.815Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-06T08:56:08.815Z] PASS [2022-03-06T08:56:08.815Z] ok github.com/docker/docker/integration/session 0.112s [2022-03-06T08:56:08.815Z] [2022-03-06T08:56:08.815Z] === Skipped [2022-03-06T08:56:08.815Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-06T08:56:08.815Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-06T08:56:08.815Z] [2022-03-06T08:56:08.815Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-06T08:56:08.815Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-06T08:56:08.815Z] [2022-03-06T08:56:08.815Z] DONE 2 tests, 2 skipped in 1.901s [2022-03-06T08:56:08.815Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.40.100:10033" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49440" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node b6171683a54f/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node b6171683a54f/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1657d7139ab6/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1657d7139ab6/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, is the new incarnation of the shutdown node 2caec4f7e2c3/172.31.40.100" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.40.100:10034" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49441" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node b6171683a54f/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node b6171683a54f/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1657d7139ab6/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1657d7139ab6/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node c67de9f9f021/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node c67de9f9f021/172.31.40.100, is the new incarnation of the shutdown node c6925b7ba902/172.31.40.100" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node c67de9f9f021/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49442" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.40.100:10035" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node c67de9f9f021/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node c67de9f9f021/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node b6171683a54f/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node b6171683a54f/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1657d7139ab6/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1657d7139ab6/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node a9f21659ccfc/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node a9f21659ccfc/172.31.40.100, is the new incarnation of the shutdown node 079e2793dd36/172.31.40.100" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node a9f21659ccfc/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node c67de9f9f021/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node c67de9f9f021/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node c67de9f9f021/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node c67de9f9f021/172.31.40.100, is the new incarnation of the shutdown node c6925b7ba902/172.31.40.100" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node c67de9f9f021/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, is the new incarnation of the shutdown node 2caec4f7e2c3/172.31.40.100" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node a9f21659ccfc/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node a9f21659ccfc/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node a9f21659ccfc/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node a9f21659ccfc/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Failed to join 172.31.40.100: dial tcp 172.31.40.100:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node a9f21659ccfc/172.31.40.100, joined gossip cluster" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node a9f21659ccfc/172.31.40.100, is the new incarnation of the shutdown node 079e2793dd36/172.31.40.100" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=info msg="Node a9f21659ccfc/172.31.40.100, added to nodes list" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.40.100:10033" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49444" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.40.100:10034" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49445" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.40.100:10035" [2022-03-06T08:56:08.945Z] time="2022-03-06T08:56:08Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49446" [2022-03-06T08:56:09.413Z] 2022/03/06 08:56:09 Closing DB instances... [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="Node 1f0278b1e6dc change state NodeActive --> NodeLeft" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="node3(a9f21659ccfc): Node leave event for 1f0278b1e6dc/172.31.40.100" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="Node 1f0278b1e6dc change state NodeActive --> NodeLeft" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="node4(b6171683a54f): Node leave event for 1f0278b1e6dc/172.31.40.100" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="Node 1f0278b1e6dc change state NodeActive --> NodeLeft" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="node5(1657d7139ab6): Node leave event for 1f0278b1e6dc/172.31.40.100" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="Node 1f0278b1e6dc change state NodeActive --> NodeLeft" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="node2(c67de9f9f021): Node leave event for 1f0278b1e6dc/172.31.40.100" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="Node 1f0278b1e6dc change state NodeActive --> NodeLeft" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="node1(1f0278b1e6dc): Node leave event for 1f0278b1e6dc/172.31.40.100" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=debug msg="memberlist: Failed to join 172.31.40.100: dial tcp 172.31.40.100:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, left gossip cluster" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, left gossip cluster" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, left gossip cluster" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, left gossip cluster" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="Node 1f0278b1e6dc/172.31.40.100, left gossip cluster" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="Node c67de9f9f021 change state NodeActive --> NodeLeft" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="node5(1657d7139ab6): Node leave event for c67de9f9f021/172.31.40.100" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="Node c67de9f9f021 change state NodeActive --> NodeLeft" [2022-03-06T08:56:09.881Z] time="2022-03-06T08:56:09Z" level=info msg="node3(a9f21659ccfc): Node leave event for c67de9f9f021/172.31.40.100" [2022-03-06T08:56:10.351Z] time="2022-03-06T08:56:09Z" level=info msg="Node c67de9f9f021 change state NodeActive --> NodeLeft" [2022-03-06T08:56:10.351Z] time="2022-03-06T08:56:09Z" level=info msg="node2(c67de9f9f021): Node leave event for c67de9f9f021/172.31.40.100" [2022-03-06T08:56:10.351Z] time="2022-03-06T08:56:09Z" level=info msg="Node c67de9f9f021 change state NodeActive --> NodeLeft" [2022-03-06T08:56:10.351Z] time="2022-03-06T08:56:09Z" level=info msg="node4(b6171683a54f): Node leave event for c67de9f9f021/172.31.40.100" [2022-03-06T08:56:10.351Z] time="2022-03-06T08:56:10Z" level=info msg="Node c67de9f9f021/172.31.40.100, left gossip cluster" [2022-03-06T08:56:10.351Z] time="2022-03-06T08:56:10Z" level=info msg="Node c67de9f9f021/172.31.40.100, left gossip cluster" [2022-03-06T08:56:10.351Z] time="2022-03-06T08:56:10Z" level=info msg="Node c67de9f9f021/172.31.40.100, left gossip cluster" [2022-03-06T08:56:10.351Z] time="2022-03-06T08:56:10Z" level=info msg="Node c67de9f9f021/172.31.40.100, left gossip cluster" [2022-03-06T08:56:10.351Z] time="2022-03-06T08:56:10Z" level=info msg="Node a9f21659ccfc change state NodeActive --> NodeLeft" [2022-03-06T08:56:10.351Z] time="2022-03-06T08:56:10Z" level=info msg="node5(1657d7139ab6): Node leave event for a9f21659ccfc/172.31.40.100" [2022-03-06T08:56:10.351Z] time="2022-03-06T08:56:10Z" level=info msg="Node a9f21659ccfc change state NodeActive --> NodeLeft" [2022-03-06T08:56:10.351Z] time="2022-03-06T08:56:10Z" level=info msg="node4(b6171683a54f): Node leave event for a9f21659ccfc/172.31.40.100" [2022-03-06T08:56:10.819Z] time="2022-03-06T08:56:10Z" level=info msg="Node a9f21659ccfc change state NodeActive --> NodeLeft" [2022-03-06T08:56:10.819Z] time="2022-03-06T08:56:10Z" level=info msg="node3(a9f21659ccfc): Node leave event for a9f21659ccfc/172.31.40.100" [2022-03-06T08:56:10.819Z] time="2022-03-06T08:56:10Z" level=info msg="Node a9f21659ccfc/172.31.40.100, left gossip cluster" [2022-03-06T08:56:10.819Z] time="2022-03-06T08:56:10Z" level=info msg="Node a9f21659ccfc/172.31.40.100, left gossip cluster" [2022-03-06T08:56:10.819Z] time="2022-03-06T08:56:10Z" level=debug msg="memberlist: Failed to join 172.31.40.100: dial tcp 172.31.40.100:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-06T08:56:10.819Z] time="2022-03-06T08:56:10Z" level=info msg="Node a9f21659ccfc/172.31.40.100, left gossip cluster" [2022-03-06T08:56:10.819Z] time="2022-03-06T08:56:10Z" level=debug msg="memberlist: Failed ping: 1657d7139ab6 (timeout reached)" [2022-03-06T08:56:10.819Z] time="2022-03-06T08:56:10Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.40.100:10036: use of closed network connection" [2022-03-06T08:56:10.819Z] time="2022-03-06T08:56:10Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.40.100:10035: use of closed network connection" [2022-03-06T08:56:10.819Z] time="2022-03-06T08:56:10Z" level=debug msg="memberlist: Stream connection from=172.31.40.100:49449" [2022-03-06T08:56:10.974Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:10.974Z] INFO: Testing against a local daemon [2022-03-06T08:56:10.974Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-06T08:56:10.974Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:10.974Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-06T08:56:10.974Z] === RUN TestDiskUsage [2022-03-06T08:56:10.974Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-06T08:56:10.974Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-06T08:56:10.974Z] === RUN TestEventsExecDie [2022-03-06T08:56:10.974Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-06T08:56:10.974Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-06T08:56:10.974Z] === RUN TestEventsBackwardsCompatible [2022-03-06T08:56:10.974Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-06T08:56:10.974Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-06T08:56:10.974Z] === RUN TestEventsVolumeCreate [2022-03-06T08:56:10.974Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-06T08:56:10.974Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-06T08:56:10.974Z] === RUN TestInfoAPI [2022-03-06T08:56:10.974Z] --- PASS: TestInfoAPI (0.04s) [2022-03-06T08:56:10.974Z] === RUN TestInfoAPIWarnings [2022-03-06T08:56:10.974Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:56:10.974Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-06T08:56:10.974Z] === RUN TestInfoDebug [2022-03-06T08:56:10.974Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T08:56:10.974Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-06T08:56:10.974Z] === RUN TestInfoInsecureRegistries [2022-03-06T08:56:10.974Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T08:56:10.974Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-06T08:56:10.974Z] === RUN TestInfoRegistryMirrors [2022-03-06T08:56:10.974Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T08:56:10.974Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-06T08:56:10.974Z] === RUN TestLoginFailsWithBadCredentials [2022-03-06T08:56:11.006Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:11.006Z] INFO: Testing against a local daemon [2022-03-06T08:56:11.006Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-06T08:56:11.006Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:11.006Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-06T08:56:11.006Z] === RUN TestDiskUsage [2022-03-06T08:56:11.006Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-06T08:56:11.006Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-06T08:56:11.006Z] === RUN TestEventsExecDie [2022-03-06T08:56:11.006Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-06T08:56:11.006Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-06T08:56:11.006Z] === RUN TestEventsBackwardsCompatible [2022-03-06T08:56:11.006Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-06T08:56:11.006Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-06T08:56:11.006Z] === RUN TestEventsVolumeCreate [2022-03-06T08:56:11.006Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-06T08:56:11.006Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-06T08:56:11.006Z] === RUN TestInfoAPI [2022-03-06T08:56:11.006Z] --- PASS: TestInfoAPI (0.04s) [2022-03-06T08:56:11.006Z] === RUN TestInfoAPIWarnings [2022-03-06T08:56:11.006Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:56:11.006Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-06T08:56:11.006Z] === RUN TestInfoDebug [2022-03-06T08:56:11.006Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T08:56:11.006Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-06T08:56:11.006Z] === RUN TestInfoInsecureRegistries [2022-03-06T08:56:11.006Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T08:56:11.006Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-06T08:56:11.006Z] === RUN TestInfoRegistryMirrors [2022-03-06T08:56:11.006Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T08:56:11.006Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-06T08:56:11.006Z] === RUN TestLoginFailsWithBadCredentials [2022-03-06T08:56:11.288Z] time="2022-03-06T08:56:11Z" level=info msg="Node b6171683a54f change state NodeActive --> NodeLeft" [2022-03-06T08:56:11.288Z] time="2022-03-06T08:56:11Z" level=info msg="node5(1657d7139ab6): Node leave event for b6171683a54f/172.31.40.100" [2022-03-06T08:56:11.288Z] time="2022-03-06T08:56:11Z" level=info msg="Node b6171683a54f change state NodeActive --> NodeLeft" [2022-03-06T08:56:11.288Z] time="2022-03-06T08:56:11Z" level=info msg="node4(b6171683a54f): Node leave event for b6171683a54f/172.31.40.100" [2022-03-06T08:56:11.288Z] time="2022-03-06T08:56:11Z" level=warning msg="memberlist: Was able to connect to 1657d7139ab6 but other probes failed, network may be misconfigured" [2022-03-06T08:56:11.429Z] --- PASS: TestLoginFailsWithBadCredentials (1.04s) [2022-03-06T08:56:11.429Z] === RUN TestPingCacheHeaders [2022-03-06T08:56:11.757Z] time="2022-03-06T08:56:11Z" level=info msg="Node b6171683a54f/172.31.40.100, left gossip cluster" [2022-03-06T08:56:11.757Z] time="2022-03-06T08:56:11Z" level=debug msg="memberlist: Failed to join 172.31.40.100: dial tcp 172.31.40.100:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-06T08:56:11.757Z] time="2022-03-06T08:56:11Z" level=info msg="Node b6171683a54f/172.31.40.100, left gossip cluster" [2022-03-06T08:56:11.883Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-03-06T08:56:11.883Z] === RUN TestPingGet [2022-03-06T08:56:11.883Z] --- PASS: TestPingGet (0.03s) [2022-03-06T08:56:11.883Z] === RUN TestPingHead [2022-03-06T08:56:11.883Z] --- PASS: TestPingHead (0.04s) [2022-03-06T08:56:11.883Z] === RUN TestVersion [2022-03-06T08:56:11.883Z] --- PASS: TestVersion (0.03s) [2022-03-06T08:56:11.883Z] PASS [2022-03-06T08:56:11.883Z] ok github.com/docker/docker/integration/system 1.279s [2022-03-06T08:56:11.883Z] [2022-03-06T08:56:11.883Z] === Skipped [2022-03-06T08:56:11.883Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-06T08:56:11.883Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:11.883Z] [2022-03-06T08:56:11.883Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-06T08:56:11.883Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-06T08:56:11.883Z] [2022-03-06T08:56:11.883Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-06T08:56:11.883Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-06T08:56:11.883Z] [2022-03-06T08:56:11.883Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-06T08:56:11.883Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-06T08:56:11.883Z] [2022-03-06T08:56:11.883Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-06T08:56:11.883Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-06T08:56:11.883Z] [2022-03-06T08:56:11.883Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-06T08:56:11.883Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:56:11.883Z] [2022-03-06T08:56:11.883Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-06T08:56:11.883Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T08:56:11.883Z] [2022-03-06T08:56:11.883Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-06T08:56:11.883Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T08:56:11.883Z] [2022-03-06T08:56:11.883Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-06T08:56:11.883Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T08:56:11.883Z] [2022-03-06T08:56:11.883Z] DONE 15 tests, 9 skipped in 3.199s [2022-03-06T08:56:11.883Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-06T08:56:11.990Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2022-03-06T08:56:11.990Z] === RUN TestPingCacheHeaders [2022-03-06T08:56:11.990Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-03-06T08:56:11.990Z] === RUN TestPingGet [2022-03-06T08:56:11.990Z] --- PASS: TestPingGet (0.03s) [2022-03-06T08:56:11.990Z] === RUN TestPingHead [2022-03-06T08:56:11.990Z] --- PASS: TestPingHead (0.02s) [2022-03-06T08:56:11.990Z] === RUN TestVersion [2022-03-06T08:56:11.990Z] --- PASS: TestVersion (0.03s) [2022-03-06T08:56:11.990Z] PASS [2022-03-06T08:56:11.990Z] ok github.com/docker/docker/integration/system 1.186s [2022-03-06T08:56:11.990Z] [2022-03-06T08:56:11.990Z] === Skipped [2022-03-06T08:56:11.990Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-06T08:56:11.990Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:56:11.990Z] [2022-03-06T08:56:11.990Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-06T08:56:11.990Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-06T08:56:11.990Z] [2022-03-06T08:56:11.990Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-06T08:56:11.990Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-06T08:56:11.990Z] [2022-03-06T08:56:11.990Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-06T08:56:11.990Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-06T08:56:11.990Z] [2022-03-06T08:56:11.990Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-06T08:56:11.990Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-06T08:56:11.990Z] [2022-03-06T08:56:11.990Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-06T08:56:11.990Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:56:11.990Z] [2022-03-06T08:56:11.990Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-06T08:56:11.990Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T08:56:11.990Z] [2022-03-06T08:56:11.990Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-06T08:56:11.990Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T08:56:11.990Z] [2022-03-06T08:56:11.990Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-06T08:56:11.990Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T08:56:11.990Z] [2022-03-06T08:56:11.990Z] DONE 15 tests, 9 skipped in 3.087s [2022-03-06T08:56:11.990Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-06T08:56:12.745Z] time="2022-03-06T08:56:12Z" level=info msg="Node 1657d7139ab6/172.31.40.100, left gossip cluster" [2022-03-06T08:56:12.745Z] time="2022-03-06T08:56:12Z" level=info msg="Node 1657d7139ab6 change state NodeActive --> NodeFailed" [2022-03-06T08:56:12.745Z] time="2022-03-06T08:56:12Z" level=info msg="Node 1657d7139ab6/172.31.40.100, added to failed nodes list" [2022-03-06T08:56:12.745Z] --- PASS: TestNetworkDBIslands (12.27s) [2022-03-06T08:56:12.745Z] PASS [2022-03-06T08:56:12.745Z] coverage: 60.5% of statements [2022-03-06T08:56:12.745Z] ok github.com/docker/docker/libnetwork/networkdb 104.868s coverage: 60.5% of statements [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/quota [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/rootless [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/volume [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-06T08:56:12.745Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-06T08:56:14.047Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:14.048Z] INFO: Testing against a local daemon [2022-03-06T08:56:14.048Z] === RUN TestVolumesCreateAndList [2022-03-06T08:56:14.048Z] --- PASS: TestVolumesCreateAndList (0.04s) [2022-03-06T08:56:14.048Z] === RUN TestVolumesRemove [2022-03-06T08:56:14.048Z] --- PASS: TestVolumesRemove (0.15s) [2022-03-06T08:56:14.048Z] === RUN TestVolumesInspect [2022-03-06T08:56:14.048Z] --- PASS: TestVolumesInspect (0.04s) [2022-03-06T08:56:14.048Z] === RUN TestVolumesInvalidJSON [2022-03-06T08:56:14.048Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-06T08:56:14.048Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-06T08:56:14.048Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-06T08:56:14.048Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-06T08:56:14.048Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-06T08:56:14.048Z] PASS [2022-03-06T08:56:14.048Z] ok github.com/docker/docker/integration/volume 0.333s [2022-03-06T08:56:14.048Z] [2022-03-06T08:56:14.048Z] DONE 5 tests in 2.170s [2022-03-06T08:56:14.087Z] --- PASS: TestServiceUpdateSecrets (14.60s) [2022-03-06T08:56:14.088Z] === RUN TestServiceUpdateConfigs [2022-03-06T08:56:14.211Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:14.211Z] INFO: Testing against a local daemon [2022-03-06T08:56:14.211Z] === RUN TestVolumesCreateAndList [2022-03-06T08:56:14.211Z] --- PASS: TestVolumesCreateAndList (0.04s) [2022-03-06T08:56:14.211Z] === RUN TestVolumesRemove [2022-03-06T08:56:14.211Z] --- PASS: TestVolumesRemove (0.15s) [2022-03-06T08:56:14.211Z] === RUN TestVolumesInspect [2022-03-06T08:56:14.211Z] --- PASS: TestVolumesInspect (0.03s) [2022-03-06T08:56:14.211Z] === RUN TestVolumesInvalidJSON [2022-03-06T08:56:14.211Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-06T08:56:14.211Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-06T08:56:14.212Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-06T08:56:14.212Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-06T08:56:14.212Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-06T08:56:14.212Z] PASS [2022-03-06T08:56:14.212Z] ok github.com/docker/docker/integration/volume 0.306s [2022-03-06T08:56:14.212Z] [2022-03-06T08:56:14.212Z] DONE 5 tests in 2.130s [2022-03-06T08:56:14.212Z] INFO: make.ps1 ended at 03/06/2022 08:56:14 [2022-03-06T08:56:14.212Z] INFO: Integration CLI tests being run from the host: [2022-03-06T08:56:14.212Z] 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-06T08:56:14.506Z] INFO: make.ps1 ended at 03/06/2022 08:56:14 [2022-03-06T08:56:14.506Z] INFO: Integration CLI tests being run from the host: [2022-03-06T08:56:14.506Z] 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-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === Skipped [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-06T08:56:15.705Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-06T08:56:15.705Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-06T08:56:15.705Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-06T08:56:15.705Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-06T08:56:15.705Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-06T08:56:15.705Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-06T08:56:15.705Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-06T08:56:15.705Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-06T08:56:15.705Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-06T08:56:15.705Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-06T08:56:15.705Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-06T08:56:15.705Z] daemon_test.go:145: root required [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-06T08:56:15.705Z] reload_test.go:342: root required [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-03-06T08:56:15.705Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-06T08:56:15.705Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-06T08:56:15.705Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-06T08:56:15.705Z] download_test.go:267: Needs fixing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-06T08:56:15.705Z] layer_test.go:291: Failing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-06T08:56:15.705Z] layer_test.go:340: Failing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-06T08:56:15.705Z] layer_test.go:455: Failing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-06T08:56:15.705Z] layer_test.go:684: Failing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-06T08:56:15.705Z] migration_test.go:45: Failing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-06T08:56:15.705Z] migration_test.go:181: Failing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-06T08:56:15.705Z] mount_test.go:17: Failing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-06T08:56:15.705Z] mount_test.go:76: Failing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-06T08:56:15.705Z] mount_test.go:125: Failing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-06T08:56:15.705Z] mount_test.go:212: Failing on Windows [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-06T08:56:15.705Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-06T08:56:15.705Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-06T08:56:15.705Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-06T08:56:15.705Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-06T08:56:15.705Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-06T08:56:15.705Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-06T08:56:15.705Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.01s) [2022-03-06T08:56:15.705Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-06T08:56:15.705Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-06T08:56:15.705Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-06T08:56:15.705Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-06T08:56:15.705Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-06T08:56:15.705Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-06T08:56:15.705Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-06T08:56:15.705Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-06T08:56:15.705Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-06T08:56:15.705Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-06T08:56:15.705Z] archive_test.go:133: Xz not present in msys2 [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-06T08:56:15.705Z] archive_test.go:140: zstd not installed [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-06T08:56:15.705Z] archive_test.go:252: Failing on Windows CI machines [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-06T08:56:15.705Z] archive_windows_test.go:16: Currently fails [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-06T08:56:15.705Z] changes_test.go:195: needs more investigation [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-06T08:56:15.705Z] changes_test.go:432: needs further investigation [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-06T08:56:15.705Z] changes_test.go:468: needs further investigation [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-06T08:56:15.705Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-06T08:56:15.705Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-06T08:56:15.705Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.01s) [2022-03-06T08:56:15.705Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:56:15.705Z] [2022-03-06T08:56:15.705Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-06T08:56:15.706Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-06T08:56:15.706Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-06T08:56:15.706Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-06T08:56:15.706Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-06T08:56:15.706Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-06T08:56:15.706Z] poller_test.go:40: No chmod on Windows [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-06T08:56:15.706Z] fileutils_test.go:133: Needs porting to Windows [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-06T08:56:15.706Z] fileutils_test.go:179: Needs porting to Windows [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-06T08:56:15.706Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-06T08:56:15.706Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-06T08:56:15.706Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-06T08:56:15.706Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-06T08:56:15.706Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-06T08:56:15.706Z] [2022-03-06T08:56:15.706Z] DONE 2077 tests, 68 skipped in 286.376s [2022-03-06T08:56:16.177Z] INFO: make.ps1 ended at 03/06/2022 08:56:15 [2022-03-06T08:56:18.290Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-06T08:56:18.400Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-06T08:56:18.400Z] INFO: Unit tests ended at 03/06/2022 08:56:17. Duration:00:05:07.3017507 [2022-03-06T08:56:18.400Z] INFO: Building busybox [2022-03-06T08:56:18.400Z] Sending build context to Docker daemon 5.12kB [2022-03-06T08:56:18.400Z] [2022-03-06T08:56:18.400Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-06T08:56:18.400Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-06T08:56:18.400Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-06T08:56:18.400Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-06T08:56:18.400Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-06T08:56:18.400Z] ---> c703d4d60533 [2022-03-06T08:56:18.400Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-06T08:56:18.400Z] ---> Running in 8446a1203289 [2022-03-06T08:56:18.855Z] === RUN TestDockerSuite/TestExecTTY [2022-03-06T08:56:19.421Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-06T08:56:19.679Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-06T08:56:20.244Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-06T08:56:20.811Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-06T08:56:20.811Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-06T08:56:20.811Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-06T08:56:22.184Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-03-06T08:56:22.750Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-06T08:56:23.314Z] === RUN TestDockerSuite/TestExecWithTERM [2022-03-06T08:56:23.878Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-06T08:56:24.444Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-06T08:56:24.650Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:24.650Z] INFO: Testing against a local daemon [2022-03-06T08:56:24.650Z] === RUN TestDockerSuite [2022-03-06T08:56:24.650Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-06T08:56:24.650Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-06T08:56:24.650Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-06T08:56:24.650Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-06T08:56:24.650Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-06T08:56:24.650Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-06T08:56:24.650Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-06T08:56:24.650Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-06T08:56:24.650Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-06T08:56:24.650Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-06T08:56:24.829Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-06T08:56:24.829Z] INFO: Testing against a local daemon [2022-03-06T08:56:24.829Z] === RUN TestDockerSuite [2022-03-06T08:56:24.829Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-06T08:56:24.829Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-06T08:56:24.829Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-06T08:56:24.829Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-06T08:56:24.829Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-06T08:56:24.829Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-06T08:56:24.829Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-06T08:56:24.829Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-06T08:56:24.829Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-06T08:56:24.829Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-06T08:56:25.115Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-06T08:56:25.115Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-06T08:56:25.283Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-06T08:56:25.283Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-06T08:56:26.097Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-06T08:56:26.098Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-06T08:56:26.242Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-06T08:56:26.242Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-06T08:56:28.623Z] --- PASS: TestServiceUpdateConfigs (14.66s) [2022-03-06T08:56:28.623Z] === RUN TestServiceUpdateNetwork [2022-03-06T08:56:28.884Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-06T08:56:34.146Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-06T08:56:35.076Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-06T08:56:39.664Z] Removing intermediate container 8446a1203289 [2022-03-06T08:56:39.664Z] ---> de8bfe1dacde [2022-03-06T08:56:39.664Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-06T08:56:39.664Z] ---> Running in c44243725149 [2022-03-06T08:56:39.664Z] Removing intermediate container c44243725149 [2022-03-06T08:56:39.664Z] ---> 13961ffe2e53 [2022-03-06T08:56:39.664Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-06T08:56:39.664Z] ---> Running in 7510914c904f [2022-03-06T08:56:40.134Z] Removing intermediate container 7510914c904f [2022-03-06T08:56:40.134Z] ---> 580facbeaf01 [2022-03-06T08:56:40.134Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-06T08:56:40.334Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-06T08:56:40.334Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-06T08:56:40.334Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-06T08:56:40.334Z] === RUN TestDockerSuite/TestHealth [2022-03-06T08:56:41.275Z] --- PASS: TestServiceUpdateNetwork (12.56s) [2022-03-06T08:56:41.275Z] === RUN TestServiceUpdatePidsLimit [2022-03-06T08:56:41.700Z] [2022-03-06T08:56:42.170Z] ---> c05a0c1bc0d2 [2022-03-06T08:56:42.170Z] 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-06T08:56:42.640Z] ---> Running in 4b55d00381bf [2022-03-06T08:56:42.655Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-06T08:56:43.222Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-06T08:56:49.768Z] check_test.go:379: [d07b057474c13] daemon is not started [2022-03-06T08:56:49.768Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-03-06T08:56:50.026Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-06T08:56:50.960Z] docker_api_swarm_test.go:802: [de05c0f5acd4b] joining swarm manager [d81dfa19607b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:56:52.335Z] docker_api_swarm_test.go:802: [d9b1e1a99bcea] joining swarm manager [d81dfa19607b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:56:53.426Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-06T08:56:53.426Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-06T08:56:53.426Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-06T08:56:53.426Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-06T08:56:53.426Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-06T08:56:53.708Z] docker_api_swarm_test.go:802: [db82b0a78244a] joining swarm manager [d81dfa19607b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-06T08:56:53.800Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-06T08:56:54.118Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/test/unit [2022-03-06T08:56:54.374Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-06T08:56:54.374Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-06T08:56:54.374Z] + TESTDIRS=./... [2022-03-06T08:56:54.374Z] + exclude_paths='/vendor/|/integration' [2022-03-06T08:56:54.374Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-06T08:56:54.374Z] ++ go list ./... [2022-03-06T08:56:55.083Z] docker_api_swarm_test.go:802: [d9a3572d7b55c] joining swarm manager [d81dfa19607b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-06T08:56:55.306Z] + pkg_list='github.com/docker/docker/api [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/backend/build [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/httputils [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/middleware [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/build [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/container [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/debug [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/distribution [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/grpc [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/image [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/network [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/plugin [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/session [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/swarm [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/system [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/server/router/volume [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/backend [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/blkiodev [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/container [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/events [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/filters [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/image [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/mount [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/network [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/registry [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/strslice [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/swarm [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/time [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/versions [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-06T08:56:55.306Z] github.com/docker/docker/api/types/volume [2022-03-06T08:56:55.306Z] github.com/docker/docker/builder [2022-03-06T08:56:55.306Z] github.com/docker/docker/builder/builder-next [2022-03-06T08:56:55.306Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-06T08:56:55.306Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-06T08:56:55.306Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-06T08:56:55.306Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-06T08:56:55.306Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-06T08:56:55.306Z] github.com/docker/docker/builder/builder-next/worker [2022-03-06T08:56:55.306Z] github.com/docker/docker/builder/dockerfile [2022-03-06T08:56:55.306Z] github.com/docker/docker/builder/remotecontext [2022-03-06T08:56:55.306Z] github.com/docker/docker/builder/remotecontext/git [2022-03-06T08:56:55.306Z] github.com/docker/docker/cli [2022-03-06T08:56:55.306Z] github.com/docker/docker/cli/config [2022-03-06T08:56:55.306Z] github.com/docker/docker/cli/debug [2022-03-06T08:56:55.306Z] github.com/docker/docker/client [2022-03-06T08:56:55.306Z] github.com/docker/docker/cmd/docker-proxy [2022-03-06T08:56:55.306Z] github.com/docker/docker/cmd/dockerd [2022-03-06T08:56:55.306Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-06T08:56:55.306Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-06T08:56:55.306Z] github.com/docker/docker/container [2022-03-06T08:56:55.306Z] github.com/docker/docker/container/stream [2022-03-06T08:56:55.306Z] github.com/docker/docker/contrib/apparmor [2022-03-06T08:56:55.306Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-06T08:56:55.306Z] github.com/docker/docker/contrib/httpserver [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/cluster [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/cluster/convert [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/cluster/executor [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/cluster/provider [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/config [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/events [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/events/testutils [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/exec [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/images [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/initlayer [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/links [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/listeners [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/gelf [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/journald [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/local [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/logentries [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/splunk [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/syslog [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/logger/templates [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/names [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/network [2022-03-06T08:56:55.306Z] github.com/docker/docker/daemon/stats [2022-03-06T08:56:55.306Z] github.com/docker/docker/distribution [2022-03-06T08:56:55.306Z] github.com/docker/docker/distribution/metadata [2022-03-06T08:56:55.306Z] github.com/docker/docker/distribution/utils [2022-03-06T08:56:55.306Z] github.com/docker/docker/distribution/xfer [2022-03-06T08:56:55.306Z] github.com/docker/docker/dockerversion [2022-03-06T08:56:55.306Z] github.com/docker/docker/errdefs [2022-03-06T08:56:55.306Z] github.com/docker/docker/image [2022-03-06T08:56:55.306Z] github.com/docker/docker/image/cache [2022-03-06T08:56:55.306Z] github.com/docker/docker/image/tarexport [2022-03-06T08:56:55.306Z] github.com/docker/docker/image/v1 [2022-03-06T08:56:55.306Z] github.com/docker/docker/internal/test/suite [2022-03-06T08:56:55.306Z] github.com/docker/docker/layer [2022-03-06T08:56:55.306Z] github.com/docker/docker/libcontainerd [2022-03-06T08:56:55.306Z] github.com/docker/docker/libcontainerd/queue [2022-03-06T08:56:55.306Z] github.com/docker/docker/libcontainerd/remote [2022-03-06T08:56:55.306Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-06T08:56:55.306Z] github.com/docker/docker/libcontainerd/types [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/bitseq [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/cluster [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/config [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/datastore [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/driverapi [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/etchosts [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/idm [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/ipam [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/iptables [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/netlabel [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/netutils [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/networkdb [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/ns [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/options [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/osl [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/portallocator [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/portmapper [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/testutils [2022-03-06T08:56:55.306Z] github.com/docker/docker/libnetwork/types [2022-03-06T08:56:55.306Z] github.com/docker/docker/oci [2022-03-06T08:56:55.306Z] github.com/docker/docker/oci/caps [2022-03-06T08:56:55.306Z] github.com/docker/docker/opts [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/aaparser [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/archive [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/authorization [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/broadcaster [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/capabilities [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/chrootarchive [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/containerfs [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/devicemapper [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/directory [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/dmesg [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/filenotify [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/fileutils [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/fsutils [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/homedir [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/idtools [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/ioutils [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/jsonmessage [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/longpath [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/loopback [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/namesgenerator [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/parsers [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/pidfile [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/platform [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/plugingetter [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/plugins [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/plugins/transport [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/pools [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/progress [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/pubsub [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/reexec [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/signal [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/stack [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/stdcopy [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/streamformatter [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/stringid [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/sysinfo [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/system [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/tailfile [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/tarsum [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/truncindex [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/urlutil [2022-03-06T08:56:55.306Z] github.com/docker/docker/pkg/useragent [2022-03-06T08:56:55.306Z] github.com/docker/docker/plugin [2022-03-06T08:56:55.307Z] github.com/docker/docker/plugin/executor/containerd [2022-03-06T08:56:55.307Z] github.com/docker/docker/plugin/v2 [2022-03-06T08:56:55.307Z] github.com/docker/docker/profiles/apparmor [2022-03-06T08:56:55.307Z] github.com/docker/docker/profiles/seccomp [2022-03-06T08:56:55.307Z] github.com/docker/docker/quota [2022-03-06T08:56:55.307Z] github.com/docker/docker/reference [2022-03-06T08:56:55.307Z] github.com/docker/docker/registry [2022-03-06T08:56:55.307Z] github.com/docker/docker/registry/resumable [2022-03-06T08:56:55.307Z] github.com/docker/docker/restartmanager [2022-03-06T08:56:55.307Z] github.com/docker/docker/rootless [2022-03-06T08:56:55.307Z] github.com/docker/docker/rootless/specconv [2022-03-06T08:56:55.307Z] github.com/docker/docker/runconfig [2022-03-06T08:56:55.307Z] github.com/docker/docker/runconfig/opts [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/daemon [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/environment [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/fakecontext [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/fakegit [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/fakestorage [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/fixtures/load [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/registry [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/request [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume/drivers [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume/local [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume/mounts [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume/service [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume/service/opts [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume/testutils' [2022-03-06T08:56:55.307Z] ++ grep --fixed-strings -v /libnetwork [2022-03-06T08:56:55.307Z] ++ echo 'github.com/docker/docker/api [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/backend/build [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/httputils [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/middleware [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/build [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/container [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/debug [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/distribution [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/grpc [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/image [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/network [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/plugin [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/session [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/swarm [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/system [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/volume [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/backend [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/blkiodev [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/container [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/events [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/filters [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/image [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/mount [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/network [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/registry [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/strslice [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/swarm [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/time [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/versions [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/volume [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next/worker [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/dockerfile [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/remotecontext [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/remotecontext/git [2022-03-06T08:56:55.307Z] github.com/docker/docker/cli [2022-03-06T08:56:55.307Z] github.com/docker/docker/cli/config [2022-03-06T08:56:55.307Z] github.com/docker/docker/cli/debug [2022-03-06T08:56:55.307Z] github.com/docker/docker/client [2022-03-06T08:56:55.307Z] github.com/docker/docker/cmd/docker-proxy [2022-03-06T08:56:55.307Z] github.com/docker/docker/cmd/dockerd [2022-03-06T08:56:55.307Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-06T08:56:55.307Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-06T08:56:55.307Z] github.com/docker/docker/container [2022-03-06T08:56:55.307Z] github.com/docker/docker/container/stream [2022-03-06T08:56:55.307Z] github.com/docker/docker/contrib/apparmor [2022-03-06T08:56:55.307Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-06T08:56:55.307Z] github.com/docker/docker/contrib/httpserver [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/cluster [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/cluster/convert [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/cluster/executor [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/cluster/provider [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/config [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/events [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/events/testutils [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/exec [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/images [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/initlayer [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/links [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/listeners [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/gelf [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/journald [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/local [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/logentries [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/splunk [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/syslog [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/logger/templates [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/names [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/network [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/stats [2022-03-06T08:56:55.307Z] github.com/docker/docker/distribution [2022-03-06T08:56:55.307Z] github.com/docker/docker/distribution/metadata [2022-03-06T08:56:55.307Z] github.com/docker/docker/distribution/utils [2022-03-06T08:56:55.307Z] github.com/docker/docker/distribution/xfer [2022-03-06T08:56:55.307Z] github.com/docker/docker/dockerversion [2022-03-06T08:56:55.307Z] github.com/docker/docker/errdefs [2022-03-06T08:56:55.307Z] github.com/docker/docker/image [2022-03-06T08:56:55.307Z] github.com/docker/docker/image/cache [2022-03-06T08:56:55.307Z] github.com/docker/docker/image/tarexport [2022-03-06T08:56:55.307Z] github.com/docker/docker/image/v1 [2022-03-06T08:56:55.307Z] github.com/docker/docker/internal/test/suite [2022-03-06T08:56:55.307Z] github.com/docker/docker/layer [2022-03-06T08:56:55.307Z] github.com/docker/docker/libcontainerd [2022-03-06T08:56:55.307Z] github.com/docker/docker/libcontainerd/queue [2022-03-06T08:56:55.307Z] github.com/docker/docker/libcontainerd/remote [2022-03-06T08:56:55.307Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-06T08:56:55.307Z] github.com/docker/docker/libcontainerd/types [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/bitseq [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/cluster [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/config [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/datastore [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/driverapi [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/etchosts [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/idm [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/ipam [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/iptables [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/netlabel [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/netutils [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/networkdb [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/ns [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/options [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/osl [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/portallocator [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/portmapper [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/testutils [2022-03-06T08:56:55.307Z] github.com/docker/docker/libnetwork/types [2022-03-06T08:56:55.307Z] github.com/docker/docker/oci [2022-03-06T08:56:55.307Z] github.com/docker/docker/oci/caps [2022-03-06T08:56:55.307Z] github.com/docker/docker/opts [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/aaparser [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/archive [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/authorization [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/broadcaster [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/capabilities [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/chrootarchive [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/containerfs [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/devicemapper [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/directory [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/dmesg [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/filenotify [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/fileutils [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/fsutils [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/homedir [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/idtools [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/ioutils [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/jsonmessage [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/longpath [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/loopback [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/namesgenerator [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/parsers [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/pidfile [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/platform [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/plugingetter [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/plugins [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/plugins/transport [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/pools [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/progress [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/pubsub [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/reexec [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/signal [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/stack [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/stdcopy [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/streamformatter [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/stringid [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/sysinfo [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/system [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/tailfile [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/tarsum [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/truncindex [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/urlutil [2022-03-06T08:56:55.307Z] github.com/docker/docker/pkg/useragent [2022-03-06T08:56:55.307Z] github.com/docker/docker/plugin [2022-03-06T08:56:55.307Z] github.com/docker/docker/plugin/executor/containerd [2022-03-06T08:56:55.307Z] github.com/docker/docker/plugin/v2 [2022-03-06T08:56:55.307Z] github.com/docker/docker/profiles/apparmor [2022-03-06T08:56:55.307Z] github.com/docker/docker/profiles/seccomp [2022-03-06T08:56:55.307Z] github.com/docker/docker/quota [2022-03-06T08:56:55.307Z] github.com/docker/docker/reference [2022-03-06T08:56:55.307Z] github.com/docker/docker/registry [2022-03-06T08:56:55.307Z] github.com/docker/docker/registry/resumable [2022-03-06T08:56:55.307Z] github.com/docker/docker/restartmanager [2022-03-06T08:56:55.307Z] github.com/docker/docker/rootless [2022-03-06T08:56:55.307Z] github.com/docker/docker/rootless/specconv [2022-03-06T08:56:55.307Z] github.com/docker/docker/runconfig [2022-03-06T08:56:55.307Z] github.com/docker/docker/runconfig/opts [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/daemon [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/environment [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/fakecontext [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/fakegit [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/fakestorage [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/fixtures/load [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/registry [2022-03-06T08:56:55.307Z] github.com/docker/docker/testutil/request [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume/drivers [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume/local [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume/mounts [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume/service [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume/service/opts [2022-03-06T08:56:55.307Z] github.com/docker/docker/volume/testutils' [2022-03-06T08:56:55.307Z] + base_pkg_list='github.com/docker/docker/api [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/backend/build [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/httputils [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/middleware [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/build [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/container [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/debug [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/distribution [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/grpc [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/image [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/network [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/plugin [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/session [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/swarm [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/system [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/server/router/volume [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/backend [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/blkiodev [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/container [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/events [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/filters [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/image [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/mount [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/network [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/registry [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/strslice [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/swarm [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/time [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/versions [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-06T08:56:55.307Z] github.com/docker/docker/api/types/volume [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/builder-next/worker [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/dockerfile [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/remotecontext [2022-03-06T08:56:55.307Z] github.com/docker/docker/builder/remotecontext/git [2022-03-06T08:56:55.307Z] github.com/docker/docker/cli [2022-03-06T08:56:55.307Z] github.com/docker/docker/cli/config [2022-03-06T08:56:55.307Z] github.com/docker/docker/cli/debug [2022-03-06T08:56:55.307Z] github.com/docker/docker/client [2022-03-06T08:56:55.307Z] github.com/docker/docker/cmd/docker-proxy [2022-03-06T08:56:55.307Z] github.com/docker/docker/cmd/dockerd [2022-03-06T08:56:55.307Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-06T08:56:55.307Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-06T08:56:55.307Z] github.com/docker/docker/container [2022-03-06T08:56:55.307Z] github.com/docker/docker/container/stream [2022-03-06T08:56:55.307Z] github.com/docker/docker/contrib/apparmor [2022-03-06T08:56:55.307Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-06T08:56:55.307Z] github.com/docker/docker/contrib/httpserver [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/cluster [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/cluster/convert [2022-03-06T08:56:55.307Z] github.com/docker/docker/daemon/cluster/executor [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/cluster/provider [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/config [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/events [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/events/testutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/exec [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/images [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/initlayer [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/links [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/listeners [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/gelf [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/journald [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/local [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/logentries [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/splunk [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/syslog [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/templates [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/names [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/network [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/stats [2022-03-06T08:56:55.308Z] github.com/docker/docker/distribution [2022-03-06T08:56:55.308Z] github.com/docker/docker/distribution/metadata [2022-03-06T08:56:55.308Z] github.com/docker/docker/distribution/utils [2022-03-06T08:56:55.308Z] github.com/docker/docker/distribution/xfer [2022-03-06T08:56:55.308Z] github.com/docker/docker/dockerversion [2022-03-06T08:56:55.308Z] github.com/docker/docker/errdefs [2022-03-06T08:56:55.308Z] github.com/docker/docker/image [2022-03-06T08:56:55.308Z] github.com/docker/docker/image/cache [2022-03-06T08:56:55.308Z] github.com/docker/docker/image/tarexport [2022-03-06T08:56:55.308Z] github.com/docker/docker/image/v1 [2022-03-06T08:56:55.308Z] github.com/docker/docker/internal/test/suite [2022-03-06T08:56:55.308Z] github.com/docker/docker/layer [2022-03-06T08:56:55.308Z] github.com/docker/docker/libcontainerd [2022-03-06T08:56:55.308Z] github.com/docker/docker/libcontainerd/queue [2022-03-06T08:56:55.308Z] github.com/docker/docker/libcontainerd/remote [2022-03-06T08:56:55.308Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-06T08:56:55.308Z] github.com/docker/docker/libcontainerd/types [2022-03-06T08:56:55.308Z] github.com/docker/docker/oci [2022-03-06T08:56:55.308Z] github.com/docker/docker/oci/caps [2022-03-06T08:56:55.308Z] github.com/docker/docker/opts [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/aaparser [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/archive [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/authorization [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/broadcaster [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/capabilities [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/chrootarchive [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/containerfs [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/devicemapper [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/directory [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/dmesg [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/filenotify [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/fileutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/fsutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/homedir [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/idtools [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/ioutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/jsonmessage [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/longpath [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/loopback [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/namesgenerator [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/parsers [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/pidfile [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/platform [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/plugingetter [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/plugins [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/plugins/transport [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/pools [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/progress [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/pubsub [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/reexec [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/signal [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/stack [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/stdcopy [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/streamformatter [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/stringid [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/sysinfo [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/system [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/tailfile [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/tarsum [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/truncindex [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/urlutil [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/useragent [2022-03-06T08:56:55.308Z] github.com/docker/docker/plugin [2022-03-06T08:56:55.308Z] github.com/docker/docker/plugin/executor/containerd [2022-03-06T08:56:55.308Z] github.com/docker/docker/plugin/v2 [2022-03-06T08:56:55.308Z] github.com/docker/docker/profiles/apparmor [2022-03-06T08:56:55.308Z] github.com/docker/docker/profiles/seccomp [2022-03-06T08:56:55.308Z] github.com/docker/docker/quota [2022-03-06T08:56:55.308Z] github.com/docker/docker/reference [2022-03-06T08:56:55.308Z] github.com/docker/docker/registry [2022-03-06T08:56:55.308Z] github.com/docker/docker/registry/resumable [2022-03-06T08:56:55.308Z] github.com/docker/docker/restartmanager [2022-03-06T08:56:55.308Z] github.com/docker/docker/rootless [2022-03-06T08:56:55.308Z] github.com/docker/docker/rootless/specconv [2022-03-06T08:56:55.308Z] github.com/docker/docker/runconfig [2022-03-06T08:56:55.308Z] github.com/docker/docker/runconfig/opts [2022-03-06T08:56:55.308Z] github.com/docker/docker/testutil [2022-03-06T08:56:55.308Z] github.com/docker/docker/testutil/daemon [2022-03-06T08:56:55.308Z] github.com/docker/docker/testutil/environment [2022-03-06T08:56:55.308Z] github.com/docker/docker/testutil/fakecontext [2022-03-06T08:56:55.308Z] github.com/docker/docker/testutil/fakegit [2022-03-06T08:56:55.308Z] github.com/docker/docker/testutil/fakestorage [2022-03-06T08:56:55.308Z] github.com/docker/docker/testutil/fixtures/load [2022-03-06T08:56:55.308Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-06T08:56:55.308Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-06T08:56:55.308Z] github.com/docker/docker/testutil/registry [2022-03-06T08:56:55.308Z] github.com/docker/docker/testutil/request [2022-03-06T08:56:55.308Z] github.com/docker/docker/volume [2022-03-06T08:56:55.308Z] github.com/docker/docker/volume/drivers [2022-03-06T08:56:55.308Z] github.com/docker/docker/volume/local [2022-03-06T08:56:55.308Z] github.com/docker/docker/volume/mounts [2022-03-06T08:56:55.308Z] github.com/docker/docker/volume/service [2022-03-06T08:56:55.308Z] github.com/docker/docker/volume/service/opts [2022-03-06T08:56:55.308Z] github.com/docker/docker/volume/testutils' [2022-03-06T08:56:55.308Z] ++ echo 'github.com/docker/docker/api [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/backend/build [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/httputils [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/middleware [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/build [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/container [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/debug [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/distribution [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/grpc [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/image [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/network [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/plugin [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/session [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/swarm [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/system [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/server/router/volume [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/backend [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/blkiodev [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/container [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/events [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/filters [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/image [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/mount [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/network [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/registry [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/strslice [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/swarm [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/time [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/versions [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-06T08:56:55.308Z] github.com/docker/docker/api/types/volume [2022-03-06T08:56:55.308Z] github.com/docker/docker/builder [2022-03-06T08:56:55.308Z] github.com/docker/docker/builder/builder-next [2022-03-06T08:56:55.308Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-06T08:56:55.308Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-06T08:56:55.308Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-06T08:56:55.308Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-06T08:56:55.308Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-06T08:56:55.308Z] github.com/docker/docker/builder/builder-next/worker [2022-03-06T08:56:55.308Z] github.com/docker/docker/builder/dockerfile [2022-03-06T08:56:55.308Z] github.com/docker/docker/builder/remotecontext [2022-03-06T08:56:55.308Z] github.com/docker/docker/builder/remotecontext/git [2022-03-06T08:56:55.308Z] github.com/docker/docker/cli [2022-03-06T08:56:55.308Z] github.com/docker/docker/cli/config [2022-03-06T08:56:55.308Z] github.com/docker/docker/cli/debug [2022-03-06T08:56:55.308Z] github.com/docker/docker/client [2022-03-06T08:56:55.308Z] github.com/docker/docker/cmd/docker-proxy [2022-03-06T08:56:55.308Z] github.com/docker/docker/cmd/dockerd [2022-03-06T08:56:55.308Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-06T08:56:55.308Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-06T08:56:55.308Z] github.com/docker/docker/container [2022-03-06T08:56:55.308Z] github.com/docker/docker/container/stream [2022-03-06T08:56:55.308Z] github.com/docker/docker/contrib/apparmor [2022-03-06T08:56:55.308Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-06T08:56:55.308Z] github.com/docker/docker/contrib/httpserver [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/cluster [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/cluster/convert [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/cluster/executor [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/cluster/provider [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/config [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/events [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/events/testutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/exec [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/images [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/initlayer [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/links [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/listeners [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/gelf [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/journald [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/local [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/logentries [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/splunk [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/syslog [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/logger/templates [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/names [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/network [2022-03-06T08:56:55.308Z] github.com/docker/docker/daemon/stats [2022-03-06T08:56:55.308Z] github.com/docker/docker/distribution [2022-03-06T08:56:55.308Z] github.com/docker/docker/distribution/metadata [2022-03-06T08:56:55.308Z] github.com/docker/docker/distribution/utils [2022-03-06T08:56:55.308Z] github.com/docker/docker/distribution/xfer [2022-03-06T08:56:55.308Z] github.com/docker/docker/dockerversion [2022-03-06T08:56:55.308Z] github.com/docker/docker/errdefs [2022-03-06T08:56:55.308Z] github.com/docker/docker/image [2022-03-06T08:56:55.308Z] github.com/docker/docker/image/cache [2022-03-06T08:56:55.308Z] github.com/docker/docker/image/tarexport [2022-03-06T08:56:55.308Z] github.com/docker/docker/image/v1 [2022-03-06T08:56:55.308Z] github.com/docker/docker/internal/test/suite [2022-03-06T08:56:55.308Z] github.com/docker/docker/layer [2022-03-06T08:56:55.308Z] github.com/docker/docker/libcontainerd [2022-03-06T08:56:55.308Z] github.com/docker/docker/libcontainerd/queue [2022-03-06T08:56:55.308Z] github.com/docker/docker/libcontainerd/remote [2022-03-06T08:56:55.308Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-06T08:56:55.308Z] github.com/docker/docker/libcontainerd/types [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/bitseq [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/cluster [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/config [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/datastore [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/driverapi [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/etchosts [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/idm [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/ipam [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/iptables [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/netlabel [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/netutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/networkdb [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/ns [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/options [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/osl [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/portallocator [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/portmapper [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/testutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/libnetwork/types [2022-03-06T08:56:55.308Z] github.com/docker/docker/oci [2022-03-06T08:56:55.308Z] github.com/docker/docker/oci/caps [2022-03-06T08:56:55.308Z] github.com/docker/docker/opts [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/aaparser [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/archive [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/authorization [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/broadcaster [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/capabilities [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/chrootarchive [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/containerfs [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/devicemapper [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/directory [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/dmesg [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/filenotify [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/fileutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/fsutils [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/homedir [2022-03-06T08:56:55.308Z] github.com/docker/docker/pkg/idtools [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/ioutils [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/jsonmessage [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/longpath [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/loopback [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/namesgenerator [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/parsers [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/pidfile [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/platform [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/plugingetter [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/plugins [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/plugins/transport [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/pools [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/progress [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/pubsub [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/reexec [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/signal [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/stack [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/stdcopy [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/streamformatter [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/stringid [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/sysinfo [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/system [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/tailfile [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/tarsum [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/truncindex [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/urlutil [2022-03-06T08:56:55.309Z] github.com/docker/docker/pkg/useragent [2022-03-06T08:56:55.309Z] github.com/docker/docker/plugin [2022-03-06T08:56:55.309Z] github.com/docker/docker/plugin/executor/containerd [2022-03-06T08:56:55.309Z] github.com/docker/docker/plugin/v2 [2022-03-06T08:56:55.309Z] github.com/docker/docker/profiles/apparmor [2022-03-06T08:56:55.309Z] github.com/docker/docker/profiles/seccomp [2022-03-06T08:56:55.309Z] github.com/docker/docker/quota [2022-03-06T08:56:55.309Z] github.com/docker/docker/reference [2022-03-06T08:56:55.309Z] github.com/docker/docker/registry [2022-03-06T08:56:55.309Z] github.com/docker/docker/registry/resumable [2022-03-06T08:56:55.309Z] github.com/docker/docker/restartmanager [2022-03-06T08:56:55.309Z] github.com/docker/docker/rootless [2022-03-06T08:56:55.309Z] github.com/docker/docker/rootless/specconv [2022-03-06T08:56:55.309Z] github.com/docker/docker/runconfig [2022-03-06T08:56:55.309Z] github.com/docker/docker/runconfig/opts [2022-03-06T08:56:55.309Z] github.com/docker/docker/testutil [2022-03-06T08:56:55.309Z] github.com/docker/docker/testutil/daemon [2022-03-06T08:56:55.309Z] github.com/docker/docker/testutil/environment [2022-03-06T08:56:55.309Z] github.com/docker/docker/testutil/fakecontext [2022-03-06T08:56:55.309Z] github.com/docker/docker/testutil/fakegit [2022-03-06T08:56:55.309Z] github.com/docker/docker/testutil/fakestorage [2022-03-06T08:56:55.309Z] github.com/docker/docker/testutil/fixtures/load [2022-03-06T08:56:55.309Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-06T08:56:55.309Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-06T08:56:55.309Z] github.com/docker/docker/testutil/registry [2022-03-06T08:56:55.309Z] github.com/docker/docker/testutil/request [2022-03-06T08:56:55.309Z] github.com/docker/docker/volume [2022-03-06T08:56:55.309Z] github.com/docker/docker/volume/drivers [2022-03-06T08:56:55.309Z] github.com/docker/docker/volume/local [2022-03-06T08:56:55.309Z] github.com/docker/docker/volume/mounts [2022-03-06T08:56:55.309Z] github.com/docker/docker/volume/service [2022-03-06T08:56:55.309Z] github.com/docker/docker/volume/service/opts [2022-03-06T08:56:55.309Z] github.com/docker/docker/volume/testutils' [2022-03-06T08:56:55.309Z] ++ grep --fixed-strings /libnetwork [2022-03-06T08:56:55.309Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/bitseq [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cluster [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/config [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/datastore [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/driverapi [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/etchosts [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/idm [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipam [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/iptables [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/netlabel [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/netutils [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/networkdb [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ns [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/options [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/osl [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/portallocator [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/portmapper [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/testutils [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/types' [2022-03-06T08:56:55.309Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-06T08:56:55.309Z] + echo 'github.com/docker/docker/libnetwork [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/bitseq [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cluster [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/config [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/datastore [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/driverapi [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/etchosts [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/idm [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipam [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/iptables [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/netlabel [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/netutils [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/networkdb [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/ns [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/options [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/osl [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/portallocator [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/portmapper [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/testutils [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/types' [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T08:56:55.309Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T08:56:55.309Z] + type docker-proxy [2022-03-06T08:56:55.309Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-06T08:56:55.309Z] + hack/make.sh binary-proxy install-proxy [2022-03-06T08:56:55.309Z] [2022-03-06T08:56:55.309Z] Removing bundles/ [2022-03-06T08:56:55.309Z] [2022-03-06T08:56:55.309Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-06T08:56:55.309Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-06T08:56:55.309Z] GOOS="" GOARCH="" GOARM="" [2022-03-06T08:56:57.606Z] docker_api_swarm_test.go:810: [d6d52c9e93837] joining swarm manager [d81dfa19607b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-03-06T08:56:57.863Z] --- PASS: TestServiceUpdatePidsLimit (16.68s) [2022-03-06T08:56:57.863Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.76s) [2022-03-06T08:56:57.863Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2022-03-06T08:56:57.863Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.13s) [2022-03-06T08:56:57.863Z] PASS [2022-03-06T08:56:57.863Z] [2022-03-06T08:56:57.863Z] === Skipped [2022-03-06T08:56:57.863Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-06T08:56:57.863Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-06T08:56:57.863Z] [2022-03-06T08:56:57.863Z] DONE 27 tests, 1 skipped in 194.413s [2022-03-06T08:56:57.863Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-06T08:56:57.863Z] ++ 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-06T08:56:57.863Z] ++ set -e [2022-03-06T08:56:57.863Z] ++ '[' -n 0 ']' [2022-03-06T08:56:57.863Z] ++ set -x [2022-03-06T08:56:57.863Z] ++ 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-06T08:56:57.863Z] INFO: Testing against a local daemon [2022-03-06T08:56:57.863Z] === RUN TestSessionCreate [2022-03-06T08:56:57.863Z] --- PASS: TestSessionCreate (0.02s) [2022-03-06T08:56:57.863Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-06T08:56:57.863Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2022-03-06T08:56:57.863Z] PASS [2022-03-06T08:56:57.863Z] [2022-03-06T08:56:57.863Z] DONE 2 tests in 0.112s [2022-03-06T08:56:57.863Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-06T08:56:57.863Z] ++ 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-06T08:56:57.863Z] ++ set -e [2022-03-06T08:56:57.863Z] ++ '[' -n 0 ']' [2022-03-06T08:56:57.863Z] ++ set -x [2022-03-06T08:56:57.863Z] ++ 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-06T08:56:58.120Z] INFO: Testing against a local daemon [2022-03-06T08:56:58.120Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-06T08:56:58.120Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-06T08:56:58.120Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-06T08:56:58.120Z] === RUN TestDiskUsage [2022-03-06T08:56:58.120Z] === PAUSE TestDiskUsage [2022-03-06T08:56:58.120Z] === RUN TestEventsExecDie [2022-03-06T08:56:58.685Z] --- PASS: TestEventsExecDie (0.55s) [2022-03-06T08:56:58.685Z] === RUN TestEventsBackwardsCompatible [2022-03-06T08:56:58.685Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-06T08:56:58.685Z] === RUN TestEventsVolumeCreate [2022-03-06T08:56:58.685Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-03-06T08:56:58.685Z] === RUN TestInfoBinaryCommits [2022-03-06T08:56:58.685Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-06T08:56:58.685Z] === RUN TestInfoAPIVersioned [2022-03-06T08:56:58.685Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-06T08:56:58.685Z] === RUN TestInfoAPI [2022-03-06T08:56:58.942Z] --- PASS: TestInfoAPI (0.03s) [2022-03-06T08:56:58.942Z] === RUN TestInfoAPIWarnings [2022-03-06T08:56:58.942Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-06T08:56:58.942Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-06T08:56:58.942Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-06T08:56:58.942Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-06T08:56:59.506Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-06T08:56:59.506Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-06T08:57:00.072Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-06T08:57:00.072Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-06T08:57:00.072Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-06T08:57:00.072Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-06T08:57:00.330Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-06T08:57:00.587Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-06T08:57:00.845Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-06T08:57:00.845Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-06T08:57:01.412Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-06T08:57:01.412Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-06T08:57:01.890Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-06T08:57:01.890Z] [2022-03-06T08:57:01.890Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-06T08:57:01.890Z] Installing docker-proxy to /usr/local/bin/ [2022-03-06T08:57:01.890Z] [2022-03-06T08:57:01.890Z] + mkdir -p bundles [2022-03-06T08:57:01.890Z] + '[' -n 'github.com/docker/docker/api [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/backend/build [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/httputils [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/middleware [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/build [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/container [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/debug [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/distribution [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/grpc [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/image [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/network [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/plugin [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/session [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/swarm [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/system [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/server/router/volume [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/backend [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/blkiodev [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/container [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/events [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/filters [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/image [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/mount [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/network [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/registry [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/strslice [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/swarm [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/time [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/versions [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-06T08:57:01.890Z] github.com/docker/docker/api/types/volume [2022-03-06T08:57:01.890Z] github.com/docker/docker/builder [2022-03-06T08:57:01.890Z] github.com/docker/docker/builder/builder-next [2022-03-06T08:57:01.890Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-06T08:57:01.890Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-06T08:57:01.890Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-06T08:57:01.890Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-06T08:57:01.890Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-06T08:57:01.890Z] github.com/docker/docker/builder/builder-next/worker [2022-03-06T08:57:01.890Z] github.com/docker/docker/builder/dockerfile [2022-03-06T08:57:01.890Z] github.com/docker/docker/builder/remotecontext [2022-03-06T08:57:01.890Z] github.com/docker/docker/builder/remotecontext/git [2022-03-06T08:57:01.890Z] github.com/docker/docker/cli [2022-03-06T08:57:01.890Z] github.com/docker/docker/cli/config [2022-03-06T08:57:01.890Z] github.com/docker/docker/cli/debug [2022-03-06T08:57:01.890Z] github.com/docker/docker/client [2022-03-06T08:57:01.890Z] github.com/docker/docker/cmd/docker-proxy [2022-03-06T08:57:01.890Z] github.com/docker/docker/cmd/dockerd [2022-03-06T08:57:01.890Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-06T08:57:01.890Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-06T08:57:01.890Z] github.com/docker/docker/container [2022-03-06T08:57:01.890Z] github.com/docker/docker/container/stream [2022-03-06T08:57:01.890Z] github.com/docker/docker/contrib/apparmor [2022-03-06T08:57:01.890Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-06T08:57:01.890Z] github.com/docker/docker/contrib/httpserver [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/cluster [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/cluster/convert [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/cluster/executor [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/cluster/provider [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/config [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/events [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/events/testutils [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/exec [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/images [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/initlayer [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/links [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/listeners [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/gelf [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/journald [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/local [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/logentries [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/splunk [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/syslog [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/logger/templates [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/names [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/network [2022-03-06T08:57:01.890Z] github.com/docker/docker/daemon/stats [2022-03-06T08:57:01.890Z] github.com/docker/docker/distribution [2022-03-06T08:57:01.890Z] github.com/docker/docker/distribution/metadata [2022-03-06T08:57:01.890Z] github.com/docker/docker/distribution/utils [2022-03-06T08:57:01.890Z] github.com/docker/docker/distribution/xfer [2022-03-06T08:57:01.890Z] github.com/docker/docker/dockerversion [2022-03-06T08:57:01.890Z] github.com/docker/docker/errdefs [2022-03-06T08:57:01.890Z] github.com/docker/docker/image [2022-03-06T08:57:01.890Z] github.com/docker/docker/image/cache [2022-03-06T08:57:01.890Z] github.com/docker/docker/image/tarexport [2022-03-06T08:57:01.890Z] github.com/docker/docker/image/v1 [2022-03-06T08:57:01.890Z] github.com/docker/docker/internal/test/suite [2022-03-06T08:57:01.890Z] github.com/docker/docker/layer [2022-03-06T08:57:01.890Z] github.com/docker/docker/libcontainerd [2022-03-06T08:57:01.890Z] github.com/docker/docker/libcontainerd/queue [2022-03-06T08:57:01.890Z] github.com/docker/docker/libcontainerd/remote [2022-03-06T08:57:01.890Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-06T08:57:01.890Z] github.com/docker/docker/libcontainerd/types [2022-03-06T08:57:01.890Z] github.com/docker/docker/oci [2022-03-06T08:57:01.890Z] github.com/docker/docker/oci/caps [2022-03-06T08:57:01.890Z] github.com/docker/docker/opts [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/aaparser [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/archive [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/authorization [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/broadcaster [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/capabilities [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/chrootarchive [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/containerfs [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/devicemapper [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/directory [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/dmesg [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/filenotify [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/fileutils [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/fsutils [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/homedir [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/idtools [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/ioutils [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/jsonmessage [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/longpath [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/loopback [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/namesgenerator [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/parsers [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/pidfile [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/platform [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/plugingetter [2022-03-06T08:57:01.890Z] github.com/docker/docker/pkg/plugins [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/plugins/transport [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/pools [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/progress [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/pubsub [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/reexec [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/signal [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/stack [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/stdcopy [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/streamformatter [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/stringid [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/sysinfo [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/system [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/tailfile [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/tarsum [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/truncindex [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/urlutil [2022-03-06T08:57:01.891Z] github.com/docker/docker/pkg/useragent [2022-03-06T08:57:01.891Z] github.com/docker/docker/plugin [2022-03-06T08:57:01.891Z] github.com/docker/docker/plugin/executor/containerd [2022-03-06T08:57:01.891Z] github.com/docker/docker/plugin/v2 [2022-03-06T08:57:01.891Z] github.com/docker/docker/profiles/apparmor [2022-03-06T08:57:01.891Z] github.com/docker/docker/profiles/seccomp [2022-03-06T08:57:01.891Z] github.com/docker/docker/quota [2022-03-06T08:57:01.891Z] github.com/docker/docker/reference [2022-03-06T08:57:01.891Z] github.com/docker/docker/registry [2022-03-06T08:57:01.891Z] github.com/docker/docker/registry/resumable [2022-03-06T08:57:01.891Z] github.com/docker/docker/restartmanager [2022-03-06T08:57:01.891Z] github.com/docker/docker/rootless [2022-03-06T08:57:01.891Z] github.com/docker/docker/rootless/specconv [2022-03-06T08:57:01.891Z] github.com/docker/docker/runconfig [2022-03-06T08:57:01.891Z] github.com/docker/docker/runconfig/opts [2022-03-06T08:57:01.891Z] github.com/docker/docker/testutil [2022-03-06T08:57:01.891Z] github.com/docker/docker/testutil/daemon [2022-03-06T08:57:01.891Z] github.com/docker/docker/testutil/environment [2022-03-06T08:57:01.891Z] github.com/docker/docker/testutil/fakecontext [2022-03-06T08:57:01.891Z] github.com/docker/docker/testutil/fakegit [2022-03-06T08:57:01.891Z] github.com/docker/docker/testutil/fakestorage [2022-03-06T08:57:01.891Z] github.com/docker/docker/testutil/fixtures/load [2022-03-06T08:57:01.891Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-06T08:57:01.891Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-06T08:57:01.891Z] github.com/docker/docker/testutil/registry [2022-03-06T08:57:01.891Z] github.com/docker/docker/testutil/request [2022-03-06T08:57:01.891Z] github.com/docker/docker/volume [2022-03-06T08:57:01.891Z] github.com/docker/docker/volume/drivers [2022-03-06T08:57:01.891Z] github.com/docker/docker/volume/local [2022-03-06T08:57:01.891Z] github.com/docker/docker/volume/mounts [2022-03-06T08:57:01.891Z] github.com/docker/docker/volume/service [2022-03-06T08:57:01.891Z] github.com/docker/docker/volume/service/opts [2022-03-06T08:57:01.891Z] github.com/docker/docker/volume/testutils' ']' [2022-03-06T08:57:01.891Z] + 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-06T08:57:01.979Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-06T08:57:02.906Z] ? github.com/docker/docker/api [no test files] [2022-03-06T08:57:02.914Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-06T08:57:02.914Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-06T08:57:03.488Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-06T08:57:06.107Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-06T08:57:06.107Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-06T08:57:06.107Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-06T08:57:07.042Z] === RUN TestDockerSuite/TestImportFile [2022-03-06T08:57:07.973Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-06T08:57:07.973Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-06T08:57:08.108Z] Removing intermediate container 4b55d00381bf [2022-03-06T08:57:08.108Z] ---> 4408b93af586 [2022-03-06T08:57:08.108Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-06T08:57:08.108Z] ---> Running in 62b3ee147ca7 [2022-03-06T08:57:09.342Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-06T08:57:09.675Z] [2022-03-06T08:57:09.675Z] SUCCESS: Specified value was saved. [2022-03-06T08:57:10.274Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-06T08:57:11.211Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-06T08:57:11.777Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-06T08:57:12.343Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-06T08:57:12.601Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-06T08:57:12.601Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-03-06T08:57:12.601Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-06T08:57:12.630Z] Removing intermediate container 62b3ee147ca7 [2022-03-06T08:57:12.630Z] ---> 6aa8f5d35ad3 [2022-03-06T08:57:12.630Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-06T08:57:12.630Z] ---> Running in 78a8cfc53d90 [2022-03-06T08:57:13.169Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-06T08:57:14.103Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-06T08:57:14.363Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-06T08:57:14.929Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-06T08:57:15.188Z] --- PASS: TestInfoAPIWarnings (16.30s) [2022-03-06T08:57:15.188Z] === RUN TestInfoDebug [2022-03-06T08:57:15.445Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-06T08:57:15.703Z] --- PASS: TestInfoDebug (0.53s) [2022-03-06T08:57:15.703Z] === RUN TestInfoInsecureRegistries [2022-03-06T08:57:15.703Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-06T08:57:15.703Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-03-06T08:57:16.270Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-06T08:57:16.270Z] === RUN TestInfoRegistryMirrors [2022-03-06T08:57:16.836Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-06T08:57:16.836Z] === RUN TestLoginFailsWithBadCredentials [2022-03-06T08:57:16.836Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-06T08:57:16.836Z] === RUN TestPingCacheHeaders [2022-03-06T08:57:16.836Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-06T08:57:16.836Z] === RUN TestPingGet [2022-03-06T08:57:16.836Z] --- PASS: TestPingGet (0.01s) [2022-03-06T08:57:16.836Z] === RUN TestPingHead [2022-03-06T08:57:16.836Z] --- PASS: TestPingHead (0.02s) [2022-03-06T08:57:16.836Z] === RUN TestVersion [2022-03-06T08:57:16.836Z] --- PASS: TestVersion (0.03s) [2022-03-06T08:57:16.836Z] === CONT TestDiskUsage [2022-03-06T08:57:16.836Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-06T08:57:17.403Z] === RUN TestDiskUsage/empty [2022-03-06T08:57:17.403Z] === RUN TestDiskUsage/empty/container_types [2022-03-06T08:57:17.403Z] === RUN TestDiskUsage/empty/image_types [2022-03-06T08:57:17.403Z] === RUN TestDiskUsage/empty/volume_types [2022-03-06T08:57:17.403Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-06T08:57:17.403Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-06T08:57:17.403Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-06T08:57:17.403Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-06T08:57:17.403Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-06T08:57:17.403Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-06T08:57:17.403Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-06T08:57:17.403Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-06T08:57:17.403Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-06T08:57:17.661Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-06T08:57:17.661Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-06T08:57:17.661Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-06T08:57:17.661Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-06T08:57:17.661Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-06T08:57:17.661Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-06T08:57:17.661Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-06T08:57:17.661Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-06T08:57:17.661Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-06T08:57:17.661Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-06T08:57:17.661Z] === RUN TestDiskUsage/after_container.Run [2022-03-06T08:57:17.889Z] ok github.com/docker/docker/api/server 0.012s coverage: 9.0% of statements [2022-03-06T08:57:17.920Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-06T08:57:17.920Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-06T08:57:17.920Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-06T08:57:17.920Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-06T08:57:17.920Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-06T08:57:17.920Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-06T08:57:18.182Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-06T08:57:18.182Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-06T08:57:18.182Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-06T08:57:18.182Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-06T08:57:18.182Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-06T08:57:18.182Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage (1.41s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.26s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_container.Run (0.42s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-06T08:57:18.182Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-06T08:57:18.182Z] PASS [2022-03-06T08:57:18.182Z] [2022-03-06T08:57:18.182Z] === Skipped [2022-03-06T08:57:18.182Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-06T08:57:18.182Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-06T08:57:18.182Z] [2022-03-06T08:57:18.182Z] DONE 50 tests, 1 skipped in 20.293s [2022-03-06T08:57:18.182Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-06T08:57:18.182Z] ++ 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-06T08:57:18.182Z] ++ set -e [2022-03-06T08:57:18.182Z] ++ '[' -n 0 ']' [2022-03-06T08:57:18.182Z] ++ set -x [2022-03-06T08:57:18.182Z] ++ 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-06T08:57:18.439Z] INFO: Testing against a local daemon [2022-03-06T08:57:18.439Z] === RUN TestVolumesCreateAndList [2022-03-06T08:57:18.439Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-06T08:57:18.439Z] === RUN TestVolumesRemove [2022-03-06T08:57:18.439Z] --- PASS: TestVolumesRemove (0.07s) [2022-03-06T08:57:18.439Z] === RUN TestVolumesInspect [2022-03-06T08:57:18.439Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-06T08:57:18.439Z] === RUN TestVolumesInvalidJSON [2022-03-06T08:57:18.439Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-06T08:57:18.439Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-06T08:57:18.439Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-06T08:57:18.439Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-06T08:57:18.439Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-06T08:57:18.439Z] PASS [2022-03-06T08:57:18.439Z] [2022-03-06T08:57:18.439Z] DONE 5 tests in 0.245s [2022-03-06T08:57:18.439Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-06T08:57:18.699Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-06T08:57:18.699Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-06T08:57:18.699Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-06T08:57:18.699Z] ++++ cat bundles/test-integration/docker.pid [2022-03-06T08:57:18.699Z] +++ kill 6168 [2022-03-06T08:57:18.956Z] +++ /etc/init.d/apparmor stop [2022-03-06T08:57:18.956Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-06T08:57:18.956Z] [2022-03-06T08:57:18.956Z] Unloading profiles will leave already running processes permanently [2022-03-06T08:57:18.956Z] unconfined, which can lead to unexpected situations. [2022-03-06T08:57:18.956Z] [2022-03-06T08:57:18.956Z] To set a process to complain mode, use the command line tool [2022-03-06T08:57:18.956Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-06T08:57:18.956Z] +++ true [2022-03-06T08:57:18.956Z] exiting test-integration [2022-03-06T08:57:18.956Z] ++ exit 0 [2022-03-06T08:57:18.956Z] [2022-03-06T08:57:19.521Z] + for job in $(jobs -p) [2022-03-06T08:57:19.522Z] + wait 7544 [2022-03-06T08:57:19.778Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-06T08:57:19.799Z] Cannot create a file when that file already exists. [2022-03-06T08:57:20.342Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-06T08:57:20.905Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-06T08:57:21.469Z] === RUN TestDockerSuite/TestInspectImage [2022-03-06T08:57:21.469Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-06T08:57:21.469Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-06T08:57:21.469Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-06T08:57:21.469Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-06T08:57:21.739Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-06T08:57:22.305Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-06T08:57:22.305Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-06T08:57:22.871Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-06T08:57:23.128Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-06T08:57:25.656Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-06T08:57:25.656Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-06T08:57:25.656Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-06T08:57:25.688Z] Removing intermediate container 78a8cfc53d90 [2022-03-06T08:57:25.688Z] ---> 2fdf0a98cf57 [2022-03-06T08:57:25.688Z] Step 13/13 : CMD ["sh"] [2022-03-06T08:57:25.688Z] ---> Running in 5d89bc5c6b94 [2022-03-06T08:57:26.158Z] Removing intermediate container 5d89bc5c6b94 [2022-03-06T08:57:26.158Z] ---> 61035d61b787 [2022-03-06T08:57:26.158Z] Successfully built 61035d61b787 [2022-03-06T08:57:26.158Z] Successfully tagged busybox:latest [2022-03-06T08:57:26.158Z] INFO: Docker images of the daemon under test [2022-03-06T08:57:26.158Z] [2022-03-06T08:57:26.158Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-06T08:57:26.158Z] busybox latest 61035d61b787 Less than a second ago 5.78GB [2022-03-06T08:57:26.158Z] microsoft/windowsservercore latest c703d4d60533 4 weeks ago 5.75GB [2022-03-06T08:57:26.158Z] mcr.microsoft.com/windows/servercore ltsc2019 c703d4d60533 4 weeks ago 5.75GB [2022-03-06T08:57:26.158Z] [2022-03-06T08:57:26.158Z] INFO: Running integration tests at 03/06/2022 08:57:25... [2022-03-06T08:57:26.158Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-06T08:57:26.158Z] INFO: Integration API tests being run from the host: [2022-03-06T08:57:26.158Z] INFO: make.ps1 starting at 03/06/2022 08:57:25 [2022-03-06T08:57:26.221Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-06T08:57:27.155Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-06T08:57:27.720Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-06T08:57:27.743Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-06T08:57:28.286Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-06T08:57:28.544Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-06T08:57:29.109Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-06T08:57:29.674Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-06T08:57:29.931Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-06T08:57:29.931Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-03-06T08:57:31.300Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-06T08:57:32.231Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-06T08:57:33.163Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-06T08:57:33.163Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-06T08:57:34.535Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-06T08:57:35.908Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-06T08:57:37.281Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-06T08:57:37.281Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-06T08:57:38.220Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-06T08:57:38.478Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-06T08:57:39.045Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-06T08:57:39.304Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-03-06T08:57:45.862Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-06T08:57:47.236Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-06T08:57:48.170Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-06T08:57:48.430Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-06T08:57:49.804Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-03-06T08:57:49.804Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-06T08:57:50.063Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-06T08:57:50.320Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-06T08:57:50.321Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-06T08:57:50.579Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-06T08:57:51.145Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-06T08:57:52.210Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-06T08:57:52.210Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-06T08:57:52.210Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-06T08:57:52.210Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-06T08:57:52.210Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-06T08:57:52.210Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-06T08:57:52.210Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-06T08:57:52.210Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-06T08:57:52.210Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-06T08:57:52.210Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-06T08:57:52.210Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-06T08:57:52.304Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-06T08:57:52.304Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-06T08:57:52.304Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-06T08:57:52.304Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-06T08:57:52.304Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-06T08:57:52.304Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-06T08:57:52.304Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-06T08:57:52.304Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-06T08:57:52.304Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-06T08:57:52.304Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-06T08:57:52.304Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-06T08:57:52.304Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-06T08:57:52.304Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-06T08:57:52.304Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-06T08:57:52.304Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-06T08:57:52.304Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-06T08:57:52.304Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-06T08:57:52.304Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-06T08:57:52.304Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-06T08:57:55.092Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-06T08:57:55.092Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-06T08:57:55.092Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-06T08:57:55.092Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-06T08:57:55.092Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-06T08:57:55.092Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-06T08:57:55.092Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-06T08:57:55.092Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-06T08:57:55.092Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-06T08:57:55.319Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-06T08:57:55.319Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-06T08:57:58.052Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-06T08:57:58.052Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-06T08:57:58.170Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-06T08:57:58.507Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-06T08:57:58.507Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-06T08:57:58.507Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-06T08:57:59.496Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-06T08:57:59.754Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-06T08:57:59.754Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-06T08:58:00.687Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-03-06T08:58:00.687Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-06T08:58:01.622Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-06T08:58:02.999Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-06T08:58:03.661Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T08:58:03.661Z] INFO: Testing against a local daemon [2022-03-06T08:58:03.661Z] === RUN TestBuildWithSession [2022-03-06T08:58:03.661Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T08:58:03.661Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-06T08:58:03.661Z] === RUN TestBuildSquashParent [2022-03-06T08:58:03.661Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T08:58:03.661Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-06T08:58:03.661Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-06T08:58:03.661Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:58:03.661Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:58:03.661Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:58:03.661Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:58:03.661Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:58:03.661Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:58:03.661Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:58:03.661Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:58:03.661Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:58:03.661Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:58:03.661Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:58:03.661Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:58:03.661Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-06T08:58:03.661Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-06T08:58:03.661Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-06T08:58:03.661Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-06T08:58:03.934Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-06T08:58:04.266Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-06T08:58:05.303Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-06T08:58:05.303Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-03-06T08:58:07.200Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-06T08:58:07.458Z] docker_api_swarm_service_test.go:395: [d052b8783b49b] joining swarm manager [dcd4986da8046]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:58:07.716Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-06T08:58:08.281Z] === RUN TestDockerSuite/TestLogsSince [2022-03-06T08:58:08.281Z] docker_api_swarm_service_test.go:395: [db9cfb3f4a475] joining swarm manager [dcd4986da8046]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:58:14.928Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-06T08:58:18.646Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-06T08:58:18.646Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-06T08:58:20.181Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-06T08:58:20.749Z] === RUN TestDockerSuite/TestLogsTail [2022-03-06T08:58:21.315Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-06T08:58:21.575Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-06T08:58:22.141Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-06T08:58:22.400Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-06T08:58:22.966Z] === RUN TestDockerSuite/TestNetHostname [2022-03-06T08:58:22.966Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-03-06T08:58:24.341Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-06T08:58:24.598Z] === RUN TestDockerSuite/TestNetworkEvents [2022-03-06T08:58:25.164Z] docker_api_swarm_service_test.go:343: [db9dcfdf43ce3] joining swarm manager [d03753122f3bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:58:25.729Z] docker_api_swarm_service_test.go:343: [d00d9881dbd21] joining swarm manager [d03753122f3bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:58:27.326Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-03-06T08:58:27.326Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.67s) [2022-03-06T08:58:27.326Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.22s) [2022-03-06T08:58:27.326Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.31s) [2022-03-06T08:58:27.326Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (19.89s) [2022-03-06T08:58:27.326Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (9.39s) [2022-03-06T08:58:27.326Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.03s) [2022-03-06T08:58:27.326Z] === RUN TestBuildMultiStageCopy [2022-03-06T08:58:27.326Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-06T08:58:30.986Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-06T08:58:31.551Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-06T08:58:32.122Z] === RUN TestDockerSuite/TestPluginActive [2022-03-06T08:58:34.024Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-06T08:58:37.755Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-06T08:58:38.227Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-06T08:58:39.283Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-03-06T08:58:39.283Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-06T08:58:39.283Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-06T08:58:39.283Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-06T08:58:39.408Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 14.7% of statements [2022-03-06T08:58:39.408Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-06T08:58:39.408Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 5.7% of statements [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-06T08:58:39.408Z] ok github.com/docker/docker/api/types/filters 0.026s coverage: 92.2% of statements [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-06T08:58:39.408Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-06T08:58:39.408Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-03-06T08:58:39.408Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 77.3% of statements [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/builder [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-06T08:58:39.408Z] ok github.com/docker/docker/builder/remotecontext 0.088s coverage: 13.7% of statements [2022-03-06T08:58:39.408Z] ok github.com/docker/docker/builder/dockerfile 0.210s coverage: 49.3% of statements [2022-03-06T08:58:39.408Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2022-03-06T08:58:39.408Z] ok github.com/docker/docker/builder/remotecontext/git 1.286s coverage: 86.3% of statements [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/cli [no test files] [2022-03-06T08:58:39.408Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-06T08:58:39.408Z] ok github.com/docker/docker/cmd/docker-proxy 0.145s coverage: 67.6% of statements [2022-03-06T08:58:39.798Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-06T08:58:40.655Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-06T08:58:40.788Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-06T08:58:41.076Z] ok github.com/docker/docker/client 0.141s coverage: 75.7% of statements [2022-03-06T08:58:41.220Z] docker_api_swarm_service_test.go:490: [def8409078788] joining swarm manager [d5ff00a50a735]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:58:42.153Z] docker_api_swarm_service_test.go:490: [d7441ddbe6c26] joining swarm manager [d5ff00a50a735]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:58:42.354Z] --- PASS: TestBuildMultiStageCopy (15.15s) [2022-03-06T08:58:42.354Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.93s) [2022-03-06T08:58:42.354Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.96s) [2022-03-06T08:58:42.354Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.25s) [2022-03-06T08:58:42.354Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.38s) [2022-03-06T08:58:42.354Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.62s) [2022-03-06T08:58:42.354Z] === RUN TestBuildMultiStageParentConfig [2022-03-06T08:58:44.053Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-06T08:58:45.951Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-06T08:58:46.152Z] --- PASS: TestBuildMultiStageParentConfig (3.29s) [2022-03-06T08:58:46.152Z] === RUN TestBuildLabelWithTargets [2022-03-06T08:58:46.152Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:58:46.152Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-06T08:58:46.152Z] === RUN TestBuildWithEmptyLayers [2022-03-06T08:58:47.140Z] --- PASS: TestBuildWithEmptyLayers (1.44s) [2022-03-06T08:58:47.140Z] === RUN TestBuildMultiStageOnBuild [2022-03-06T08:58:48.479Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-06T08:58:52.653Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-06T08:58:54.027Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-06T08:58:54.594Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-03-06T08:58:55.159Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-06T08:58:56.103Z] === RUN TestDockerSuite/TestPortList [2022-03-06T08:59:00.290Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-03-06T08:59:02.089Z] --- PASS: TestBuildMultiStageOnBuild (14.74s) [2022-03-06T08:59:02.089Z] === RUN TestBuildUncleanTarFilenames [2022-03-06T08:59:02.089Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T08:59:02.089Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-06T08:59:02.089Z] === RUN TestBuildMultiStageLayerLeak [2022-03-06T08:59:02.820Z] docker_api_swarm_service_test.go:128: [dee5bcd0d37d9] joining swarm manager [dad71ccd10309]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:59:03.385Z] docker_api_swarm_service_test.go:129: [d41723c2e5780] joining swarm manager [dad71ccd10309]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:59:03.644Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-06T08:59:05.017Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-06T08:59:05.274Z] docker_api_swarm_service_test.go:137: [d7f37b9da06a9] joining swarm manager [dad71ccd10309]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-06T08:59:06.208Z] docker_api_swarm_service_test.go:138: [d50aa27241884] joining swarm manager [dad71ccd10309]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-06T08:59:11.469Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-06T08:59:11.469Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-06T08:59:11.469Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-06T08:59:11.469Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-06T08:59:11.469Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-06T08:59:11.725Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-06T08:59:11.725Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-06T08:59:12.289Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-06T08:59:12.289Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-06T08:59:13.221Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-06T08:59:13.221Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-03-06T08:59:15.115Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-03-06T08:59:16.049Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-03-06T08:59:16.308Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-03-06T08:59:16.308Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-06T08:59:18.216Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-06T08:59:18.781Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-06T08:59:19.928Z] --- PASS: TestBuildMultiStageLayerLeak (17.35s) [2022-03-06T08:59:19.928Z] === RUN TestBuildWithHugeFile [2022-03-06T08:59:20.030Z] ok github.com/docker/docker/cmd/dockerd 0.042s coverage: 29.1% of statements [2022-03-06T08:59:20.030Z] ok github.com/docker/docker/container 0.115s coverage: 34.6% of statements [2022-03-06T08:59:20.287Z] ok github.com/docker/docker/cmd/dockerd/trap 2.478s coverage: 0.0% of statements [2022-03-06T08:59:20.287Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-06T08:59:20.287Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-06T08:59:20.287Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-06T08:59:20.287Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-06T08:59:20.287Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-06T08:59:20.695Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-06T08:59:23.971Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-06T08:59:23.971Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-06T08:59:24.397Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-06T08:59:24.397Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-06T08:59:24.397Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-06T08:59:24.397Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-06T08:59:24.397Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-06T08:59:24.397Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-06T08:59:24.397Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-06T08:59:24.397Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-06T08:59:24.397Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-06T08:59:24.397Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-06T08:59:24.397Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-06T08:59:24.397Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-06T08:59:24.397Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-06T08:59:24.397Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-06T08:59:24.397Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-06T08:59:26.496Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-06T08:59:28.179Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-06T08:59:28.395Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-03-06T08:59:28.425Z] ok github.com/docker/docker/daemon/cluster 0.054s coverage: 0.5% of statements [2022-03-06T08:59:28.683Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.012s coverage: 65.3% of statements [2022-03-06T08:59:29.741Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-06T08:59:29.741Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-06T08:59:29.741Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-06T08:59:29.741Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-06T08:59:29.741Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-06T08:59:29.741Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-06T08:59:30.096Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-03-06T08:59:30.240Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-06T08:59:30.240Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-06T08:59:30.240Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-06T08:59:30.240Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-06T08:59:30.240Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-06T08:59:30.240Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-06T08:59:30.240Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-06T08:59:30.240Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-06T08:59:30.240Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-06T08:59:30.240Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-06T08:59:30.240Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-06T08:59:30.240Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-06T08:59:30.240Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-06T08:59:30.240Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-06T08:59:30.240Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-06T08:59:30.923Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-03-06T08:59:32.687Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-06T08:59:32.824Z] docker_api_swarm_service_test.go:304: [dd9dd1e49c743] joining swarm manager [d07c922e2ceb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:59:32.824Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-06T08:59:33.126Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-06T08:59:33.390Z] docker_api_swarm_service_test.go:304: [dd14bb54de956] joining swarm manager [d07c922e2ceb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:59:33.647Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-06T08:59:34.084Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-06T08:59:34.084Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-06T08:59:34.084Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-06T08:59:34.084Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-06T08:59:34.084Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-06T08:59:34.538Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-06T08:59:35.546Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-06T08:59:36.921Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-06T08:59:37.426Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-06T08:59:37.487Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-06T08:59:38.227Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.437s coverage: 13.8% of statements [2022-03-06T08:59:38.227Z] ok github.com/docker/docker/daemon/config 0.025s coverage: 81.0% of statements [2022-03-06T08:59:38.227Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-06T08:59:38.525Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-06T08:59:38.861Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-06T08:59:39.495Z] ok github.com/docker/docker/daemon 10.122s coverage: 17.1% of statements [2022-03-06T08:59:39.495Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-06T08:59:39.495Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-06T08:59:39.495Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-06T08:59:39.495Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-06T08:59:40.060Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.645s coverage: 74.6% of statements [2022-03-06T08:59:40.237Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-06T08:59:41.032Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.427s coverage: 56.2% of statements [2022-03-06T08:59:41.623Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-06T08:59:41.623Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-06T08:59:41.963Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-03-06T08:59:42.194Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-06T08:59:43.940Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.8% of statements [2022-03-06T08:59:44.093Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-06T08:59:45.207Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-06T08:59:45.310Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.303s coverage: 50.5% of statements [2022-03-06T08:59:45.310Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.124s coverage: 45.9% of statements [2022-03-06T08:59:45.310Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-06T08:59:45.462Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-06T08:59:45.719Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-06T08:59:45.719Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-06T08:59:45.719Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-06T08:59:45.976Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-06T08:59:45.976Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-06T08:59:45.976Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-06T08:59:46.540Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-06T08:59:46.676Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.8% of statements [2022-03-06T08:59:47.238Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.836s coverage: 58.0% of statements [2022-03-06T08:59:47.238Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-06T08:59:47.238Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-06T08:59:47.238Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-03-06T08:59:47.470Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-06T08:59:47.799Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2022-03-06T08:59:48.403Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-06T08:59:48.663Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-06T08:59:49.208Z] ok github.com/docker/docker/daemon/images 0.023s coverage: 6.8% of statements [2022-03-06T08:59:49.208Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-06T08:59:49.208Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-06T08:59:49.756Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-06T08:59:49.772Z] ok github.com/docker/docker/daemon/logger 0.244s coverage: 43.0% of statements [2022-03-06T08:59:50.702Z] ok github.com/docker/docker/daemon/logger/fluentd 0.020s coverage: 33.6% of statements [2022-03-06T08:59:50.702Z] ok github.com/docker/docker/daemon/logger/awslogs 0.142s coverage: 79.9% of statements [2022-03-06T08:59:50.702Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-06T08:59:51.054Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-06T08:59:51.310Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2022-03-06T08:59:51.310Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-03-06T08:59:51.520Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-06T08:59:51.520Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-06T08:59:51.520Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-06T08:59:51.567Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2022-03-06T08:59:52.129Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2022-03-06T08:59:52.387Z] ok github.com/docker/docker/daemon/logger/local 0.037s coverage: 78.7% of statements [2022-03-06T08:59:52.387Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-06T08:59:52.993Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.056s coverage: 59.1% of statements [2022-03-06T08:59:53.293Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.031s coverage: 31.5% of statements [2022-03-06T08:59:53.469Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-06T08:59:53.932Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-03-06T08:59:54.222Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 46.8% of statements [2022-03-06T08:59:54.428Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-06T08:59:54.428Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-06T08:59:54.428Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-06T08:59:54.479Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-06T08:59:54.499Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-06T08:59:55.042Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-06T08:59:55.314Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-06T08:59:55.438Z] docker_api_swarm_service_test.go:100: [d2c904ae8ecf2] joining swarm manager [d6eba22646144]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T08:59:55.438Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-06T08:59:55.607Z] ok github.com/docker/docker/daemon/logger/splunk 1.527s coverage: 82.5% of statements [2022-03-06T08:59:55.607Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-06T08:59:55.607Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-06T08:59:56.296Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-06T08:59:56.374Z] docker_api_swarm_service_test.go:101: [d5d05ef41684c] joining swarm manager [d6eba22646144]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T08:59:56.938Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-06T08:59:56.938Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-06T08:59:56.938Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-06T08:59:56.971Z] ok github.com/docker/docker/distribution/metadata 0.024s coverage: 48.2% of statements [2022-03-06T08:59:57.196Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-06T08:59:57.226Z] ok github.com/docker/docker/distribution 0.644s coverage: 28.4% of statements [2022-03-06T08:59:57.226Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-06T08:59:57.787Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-03-06T08:59:58.147Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-06T08:59:58.390Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-03-06T08:59:58.646Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-06T08:59:59.106Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-06T08:59:59.207Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-06T08:59:59.207Z] ok github.com/docker/docker/distribution/xfer 1.907s coverage: 84.9% of statements [2022-03-06T08:59:59.207Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-06T08:59:59.720Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-06T08:59:59.770Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2022-03-06T08:59:59.770Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-06T09:00:00.027Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-03-06T09:00:00.654Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-06T09:00:01.000Z] ok github.com/docker/docker/oci 0.016s coverage: 43.3% of statements [2022-03-06T09:00:01.606Z] ok github.com/docker/docker/opts 0.020s coverage: 67.4% of statements [2022-03-06T09:00:01.606Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-03-06T09:00:02.146Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-06T09:00:02.146Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-06T09:00:02.146Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-06T09:00:02.146Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-06T09:00:02.146Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-06T09:00:02.146Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-06T09:00:02.146Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-06T09:00:02.146Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-06T09:00:02.146Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-06T09:00:02.146Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-06T09:00:02.554Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-06T09:00:03.064Z] ok github.com/docker/docker/pkg/archive 0.306s coverage: 82.2% of statements [2022-03-06T09:00:03.513Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-06T09:00:03.513Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-06T09:00:03.513Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-06T09:00:03.996Z] ok github.com/docker/docker/pkg/authorization 0.174s coverage: 68.3% of statements [2022-03-06T09:00:03.996Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-06T09:00:04.253Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-03-06T09:00:04.867Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-06T09:00:04.867Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-06T09:00:04.867Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-06T09:00:04.867Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-06T09:00:04.867Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-06T09:00:04.867Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-06T09:00:04.867Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-06T09:00:04.867Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-06T09:00:04.867Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-06T09:00:04.867Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-06T09:00:06.040Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-06T09:00:06.606Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-06T09:00:06.863Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-06T09:00:06.965Z] ok github.com/docker/docker/pkg/chrootarchive 2.478s coverage: 43.5% of statements [2022-03-06T09:00:07.526Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-06T09:00:07.526Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-06T09:00:07.783Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-03-06T09:00:07.794Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-06T09:00:08.039Z] ok github.com/docker/docker/layer 7.165s coverage: 69.0% of statements [2022-03-06T09:00:08.039Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-06T09:00:08.039Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-06T09:00:08.039Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-06T09:00:08.039Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-06T09:00:08.039Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-06T09:00:08.039Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-06T09:00:08.599Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-03-06T09:00:08.599Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-06T09:00:08.725Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-06T09:00:08.854Z] ok github.com/docker/docker/pkg/fsutils 0.164s coverage: 85.1% of statements [2022-03-06T09:00:08.854Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2022-03-06T09:00:09.658Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-06T09:00:09.824Z] ok github.com/docker/docker/pkg/idtools 0.493s coverage: 69.5% of statements [2022-03-06T09:00:10.080Z] ok github.com/docker/docker/pkg/ioutils 0.463s coverage: 71.5% of statements [2022-03-06T09:00:10.335Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2022-03-06T09:00:10.335Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-03-06T09:00:10.335Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-06T09:00:10.593Z] === RUN TestDockerSuite/TestRmiTag [2022-03-06T09:00:10.593Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-06T09:00:10.634Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-03-06T09:00:10.634Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-03-06T09:00:10.889Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2022-03-06T09:00:11.146Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2022-03-06T09:00:11.146Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-03-06T09:00:11.146Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-06T09:00:11.146Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-06T09:00:11.158Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-06T09:00:11.709Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-03-06T09:00:12.272Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-06T09:00:12.272Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-06T09:00:12.529Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-06T09:00:13.981Z] ok github.com/docker/docker/pkg/pubsub 1.036s coverage: 75.0% of statements [2022-03-06T09:00:13.981Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-06T09:00:13.981Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-06T09:00:14.238Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-03-06T09:00:14.436Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-06T09:00:14.494Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-06T09:00:14.793Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-06T09:00:15.002Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-06T09:00:15.049Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 51.2% of statements [2022-03-06T09:00:15.572Z] check_test.go:379: [d2c904ae8ecf2] daemon is not started [2022-03-06T09:00:15.612Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-06T09:00:15.612Z] ok github.com/docker/docker/pkg/tailfile 0.046s coverage: 88.6% of statements [2022-03-06T09:00:15.830Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-06T09:00:16.088Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-06T09:00:16.175Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2022-03-06T09:00:16.432Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-06T09:00:16.689Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-03-06T09:00:16.689Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-03-06T09:00:17.022Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-06T09:00:17.588Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-06T09:00:17.588Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-06T09:00:18.153Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-06T09:00:18.153Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-06T09:00:18.411Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-06T09:00:18.626Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2022-03-06T09:00:18.626Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-06T09:00:18.882Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-03-06T09:00:19.342Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-06T09:00:19.905Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-06T09:00:20.289Z] ok github.com/docker/docker/quota 0.219s coverage: 71.4% of statements [2022-03-06T09:00:20.289Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-06T09:00:20.469Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-06T09:00:21.034Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-03-06T09:00:21.034Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-03-06T09:00:21.215Z] ok github.com/docker/docker/registry 0.051s coverage: 58.3% of statements [2022-03-06T09:00:21.470Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-06T09:00:21.726Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-06T09:00:21.974Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-06T09:00:22.026Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-03-06T09:00:22.283Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-06T09:00:23.368Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-03-06T09:00:23.368Z] docker_api_swarm_service_test.go:533: [d45f0e1c4c45c] joining swarm manager [df4c6736a3ae4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T09:00:23.932Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-03-06T09:00:24.499Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-03-06T09:00:24.499Z] docker_api_swarm_service_test.go:534: [d1653db3f6d5b] joining swarm manager [df4c6736a3ae4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T09:00:24.885Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-06T09:00:25.066Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-03-06T09:00:25.184Z] ok github.com/docker/docker/volume/local 0.083s coverage: 76.4% of statements [2022-03-06T09:00:25.633Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-03-06T09:00:25.790Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-03-06T09:00:26.204Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-06T09:00:26.720Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-03-06T09:00:27.581Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-03-06T09:00:28.517Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-06T09:00:29.086Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-06T09:00:29.653Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-06T09:00:30.217Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-06T09:00:30.217Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-06T09:00:32.111Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-06T09:00:32.111Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-06T09:00:32.675Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-06T09:00:33.238Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-06T09:00:33.496Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-06T09:00:33.496Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-06T09:00:34.063Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-06T09:00:34.321Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-06T09:00:34.887Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-06T09:00:35.145Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-06T09:00:35.713Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-06T09:00:35.713Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-06T09:00:36.278Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-06T09:00:36.279Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-06T09:00:37.212Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-06T09:00:37.471Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-06T09:00:38.037Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-06T09:00:38.101Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-06T09:00:38.101Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-06T09:00:38.101Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-06T09:00:38.101Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-06T09:00:38.101Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-06T09:00:38.295Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-06T09:00:38.552Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-06T09:00:38.810Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-06T09:00:39.751Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-06T09:00:40.599Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-06T09:00:40.599Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-06T09:00:40.599Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-06T09:00:40.599Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-06T09:00:40.599Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-06T09:00:40.684Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-06T09:00:41.614Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-06T09:00:42.177Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-06T09:00:42.434Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-06T09:00:42.998Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-06T09:00:43.255Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-06T09:00:43.819Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-06T09:00:44.751Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-06T09:00:46.652Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-06T09:00:46.652Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-06T09:00:47.218Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-06T09:00:47.218Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-03-06T09:00:48.590Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-06T09:00:48.731Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.3% of statements [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/rootless [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/volume [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-06T09:00:48.731Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === Skipped [2022-03-06T09:00:48.731Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-06T09:00:48.731Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-06T09:00:48.731Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-06T09:00:48.731Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-06T09:00:48.731Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:71: No driver to put! [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-06T09:00:48.731Z] time="2022-03-06T08:59:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-06T09:00:48.731Z] time="2022-03-06T08:59:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-06T09:00:48.731Z] time="2022-03-06T08:59:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-06T09:00:48.731Z] time="2022-03-06T08:59:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-06T09:00:48.731Z] time="2022-03-06T08:59:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:71: No driver to put! [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-06T09:00:48.731Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-06T09:00:48.731Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-06T09:00:48.731Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-06T09:00:48.731Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-06T09:00:48.731Z] graphtest_unix.go:71: No driver to put! [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-06T09:00:48.731Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-06T09:00:48.731Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-06T09:00:48.731Z] [2022-03-06T09:00:48.731Z] DONE 2323 tests, 28 skipped in 223.969s [2022-03-06T09:00:48.731Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/bitseq [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/cluster [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/config [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/datastore [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/driverapi [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/etchosts [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/idm [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/ipam [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/iptables [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/netlabel [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/netutils [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/networkdb [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/ns [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/options [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/osl [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/portallocator [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/portmapper [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/testutils [2022-03-06T09:00:48.731Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-06T09:00:48.732Z] + 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-06T09:00:49.528Z] docker_api_swarm_service_test.go:148: [df6cfddcf97df] joining swarm manager [d75b5773a0aa9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T09:00:49.786Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-06T09:00:50.352Z] docker_api_swarm_service_test.go:148: [d5177d4cf09f9] joining swarm manager [d75b5773a0aa9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T09:00:52.254Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-06T09:00:53.624Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-06T09:00:53.624Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-06T09:00:53.624Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-06T09:00:53.624Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-06T09:00:53.624Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-06T09:00:54.189Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-06T09:00:55.121Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-06T09:00:55.363Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-06T09:00:55.363Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-06T09:00:55.363Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-06T09:00:55.819Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-06T09:00:56.012Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-06T09:00:56.012Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-06T09:00:56.054Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-06T09:00:56.479Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-06T09:00:56.945Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-06T09:00:57.429Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-06T09:00:57.687Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-06T09:00:58.655Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-06T09:00:59.222Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-03-06T09:00:59.222Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-06T09:00:59.222Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-06T09:00:59.790Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-03-06T09:01:01.164Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-06T09:01:01.164Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-06T09:01:01.423Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-06T09:01:01.682Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-06T09:01:02.248Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-03-06T09:01:02.814Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-06T09:01:02.814Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-06T09:01:02.988Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-06T09:01:02.988Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-06T09:01:02.988Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-06T09:01:03.072Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-06T09:01:03.637Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-06T09:01:03.894Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-06T09:01:04.458Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-06T09:01:04.715Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-06T09:01:05.279Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-06T09:01:05.722Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-06T09:01:05.722Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-06T09:01:05.722Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-06T09:01:05.843Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-06T09:01:06.407Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-06T09:01:06.407Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-06T09:01:06.669Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-06T09:01:07.236Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-06T09:01:07.643Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-06T09:01:08.609Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-06T09:01:08.867Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-06T09:01:08.867Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-06T09:01:08.867Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-06T09:01:10.765Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-06T09:01:11.331Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-06T09:01:11.568Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-06T09:01:11.589Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-03-06T09:01:12.154Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-06T09:01:13.089Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-03-06T09:01:13.089Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-03-06T09:01:13.089Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-06T09:01:13.089Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-06T09:01:13.657Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-06T09:01:16.182Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-06T09:01:16.185Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-06T09:01:16.760Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-06T09:01:17.689Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-06T09:01:21.972Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-06T09:01:23.230Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-06T09:01:23.230Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-06T09:01:23.695Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-06T09:01:24.248Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-06T09:01:24.248Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-06T09:01:24.248Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-06T09:01:24.248Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-06T09:01:24.506Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-06T09:01:24.506Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-06T09:01:25.441Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-06T09:01:26.010Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-03-06T09:01:26.010Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-06T09:01:27.380Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-06T09:01:27.381Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-06T09:01:27.381Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-06T09:01:27.599Z] ok github.com/docker/docker/libnetwork 37.150s coverage: 40.7% of statements [2022-03-06T09:01:27.599Z] ok github.com/docker/docker/libnetwork/bitseq 0.117s coverage: 84.4% of statements [2022-03-06T09:01:27.599Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-06T09:01:28.365Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-06T09:01:28.365Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-06T09:01:28.365Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-06T09:01:28.365Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-06T09:01:28.365Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-06T09:01:28.751Z] === RUN TestDockerSuite/TestRunMount [2022-03-06T09:01:29.133Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-06T09:01:29.432Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-06T09:01:29.432Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-06T09:01:29.432Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-06T09:01:29.432Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-06T09:01:29.432Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-06T09:01:29.432Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-06T09:01:29.689Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-03-06T09:01:29.945Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-06T09:01:29.945Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-06T09:01:29.945Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-06T09:01:30.202Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-06T09:01:30.609Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-06T09:01:30.609Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-06T09:01:30.609Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-06T09:01:32.766Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.366s coverage: 59.9% of statements [2022-03-06T09:01:32.766Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-06T09:01:32.934Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-06T09:01:33.022Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-06T09:01:33.500Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-06T09:01:33.629Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.081s coverage: 4.0% of statements [2022-03-06T09:01:33.629Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-06T09:01:34.064Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-06T09:01:34.233Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-03-06T09:01:34.233Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-06T09:01:34.233Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-06T09:01:34.998Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-06T09:01:35.415Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-06T09:01:35.415Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-06T09:01:35.415Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-06T09:01:35.870Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-06T09:01:35.870Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-06T09:01:35.870Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-06T09:01:35.870Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-06T09:01:35.870Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-06T09:01:36.375Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-06T09:01:36.456Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-06T09:01:36.456Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-06T09:01:36.456Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-06T09:01:36.456Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-06T09:01:36.456Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-06T09:01:38.898Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-06T09:01:40.269Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-06T09:01:41.645Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-06T09:01:42.300Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-06T09:01:42.300Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-06T09:01:42.300Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-06T09:01:42.770Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-06T09:01:42.770Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-06T09:01:42.770Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-06T09:01:42.770Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-06T09:01:43.018Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-06T09:01:43.236Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-06T09:01:43.954Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-06T09:01:43.954Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-06T09:01:44.304Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.005s coverage: 7.2% of statements [2022-03-06T09:01:44.304Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-06T09:01:44.304Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-06T09:01:44.304Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-06T09:01:44.304Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-06T09:01:44.304Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-06T09:01:44.304Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-06T09:01:44.521Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-06T09:01:44.602Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-03-06T09:01:44.858Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-03-06T09:01:45.114Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-06T09:01:45.114Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-03-06T09:01:45.456Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-06T09:01:46.022Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-06T09:01:46.588Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-06T09:01:47.962Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-06T09:01:49.336Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-06T09:01:50.707Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-03-06T09:01:53.234Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-06T09:01:53.492Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-06T09:01:53.492Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-03-06T09:01:54.059Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-06T09:01:54.321Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-06T09:01:55.255Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-03-06T09:01:55.255Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-06T09:01:55.279Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.004s coverage: 100.0% of statements [2022-03-06T09:01:55.514Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-06T09:01:55.772Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-06T09:01:56.337Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-06T09:01:57.269Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-03-06T09:01:59.796Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-03-06T09:02:00.951Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-06T09:02:01.714Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-03-06T09:02:01.714Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-06T09:02:01.714Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-06T09:02:02.277Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-03-06T09:02:02.277Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-03-06T09:02:02.318Z] --- PASS: TestBuildWithHugeFile (157.20s) [2022-03-06T09:02:02.318Z] === RUN TestBuildWCOWSandboxSize [2022-03-06T09:02:02.318Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T09:02:02.318Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-06T09:02:02.318Z] === RUN TestBuildWithEmptyDockerfile [2022-03-06T09:02:02.318Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T09:02:02.318Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T09:02:02.318Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T09:02:02.318Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T09:02:02.318Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T09:02:02.318Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T09:02:02.318Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-06T09:02:02.318Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-06T09:02:02.318Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-06T09:02:02.318Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-06T09:02:02.318Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-06T09:02:02.318Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-06T09:02:02.318Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-06T09:02:02.318Z] === RUN TestBuildPreserveOwnership [2022-03-06T09:02:02.318Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T09:02:02.318Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-06T09:02:02.318Z] === RUN TestBuildPlatformInvalid [2022-03-06T09:02:02.318Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2022-03-06T09:02:02.318Z] PASS [2022-03-06T09:02:02.318Z] ok github.com/docker/docker/integration/build 233.670s [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] === Skipped [2022-03-06T09:02:02.318Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-06T09:02:02.318Z] build_session_test.go:25: TODO: BuildKit [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-06T09:02:02.318Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-06T09:02:02.318Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-06T09:02:02.318Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-06T09:02:02.318Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-06T09:02:02.318Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] DONE 29 tests, 6 skipped in 269.597s [2022-03-06T09:02:02.318Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-06T09:02:02.318Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:02:02.318Z] INFO: Testing against a local daemon [2022-03-06T09:02:02.318Z] === RUN TestConfigInspect [2022-03-06T09:02:02.318Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:02.318Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-06T09:02:02.318Z] === RUN TestConfigList [2022-03-06T09:02:02.318Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:02.318Z] --- SKIP: TestConfigList (0.00s) [2022-03-06T09:02:02.318Z] === RUN TestConfigsCreateAndDelete [2022-03-06T09:02:02.318Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:02.318Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-06T09:02:02.318Z] === RUN TestConfigsUpdate [2022-03-06T09:02:02.318Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:02.318Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-06T09:02:02.318Z] === RUN TestTemplatedConfig [2022-03-06T09:02:02.318Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:02.318Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-06T09:02:02.318Z] === RUN TestConfigCreateResolve [2022-03-06T09:02:02.318Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:02:02.318Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-06T09:02:02.318Z] PASS [2022-03-06T09:02:02.318Z] ok github.com/docker/docker/integration/config 0.119s [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] === Skipped [2022-03-06T09:02:02.318Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-06T09:02:02.318Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-06T09:02:02.318Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-06T09:02:02.318Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-06T09:02:02.318Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-06T09:02:02.318Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.01s) [2022-03-06T09:02:02.318Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:02:02.318Z] [2022-03-06T09:02:02.318Z] DONE 6 tests, 6 skipped in 2.360s [2022-03-06T09:02:02.318Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-06T09:02:02.474Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-06T09:02:02.474Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-06T09:02:02.788Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:02:02.788Z] INFO: Testing against a local daemon [2022-03-06T09:02:02.788Z] === RUN TestCheckpoint [2022-03-06T09:02:02.788Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T09:02:02.788Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-06T09:02:02.788Z] === RUN TestContainerInvalidJSON [2022-03-06T09:02:02.788Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T09:02:02.788Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T09:02:02.788Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-06T09:02:02.788Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-06T09:02:02.789Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-06T09:02:02.789Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-06T09:02:02.789Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-03-06T09:02:02.789Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-06T09:02:02.789Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-06T09:02:02.789Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-06T09:02:02.843Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-06T09:02:03.261Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2022-03-06T09:02:03.261Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-06T09:02:03.261Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.28s) [2022-03-06T09:02:03.261Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-06T09:02:03.433Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-06T09:02:03.433Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-06T09:02:03.433Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-06T09:02:03.731Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.28s) [2022-03-06T09:02:03.731Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-06T09:02:03.731Z] --- PASS: TestCopyToContainerPathIsNotDir (0.28s) [2022-03-06T09:02:03.731Z] === RUN TestCopyFromContainer [2022-03-06T09:02:03.731Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:03.731Z] --- SKIP: TestCopyFromContainer (0.01s) [2022-03-06T09:02:03.731Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-06T09:02:04.201Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T09:02:04.201Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T09:02:04.201Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T09:02:04.201Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T09:02:04.201Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T09:02:04.201Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T09:02:04.201Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-06T09:02:04.201Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-06T09:02:04.201Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-06T09:02:04.201Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-06T09:02:04.201Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-06T09:02:04.201Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-06T09:02:04.201Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-06T09:02:04.201Z] === RUN TestCreateWithInvalidEnv [2022-03-06T09:02:04.201Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-06T09:02:04.201Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-06T09:02:04.201Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-06T09:02:04.201Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-06T09:02:04.201Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-06T09:02:04.201Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-06T09:02:04.201Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-06T09:02:04.201Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-06T09:02:04.201Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-06T09:02:04.201Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-03-06T09:02:04.201Z] === RUN TestCreateTmpfsMountsTarget [2022-03-06T09:02:04.201Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:04.201Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-06T09:02:04.201Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-06T09:02:04.201Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:02:04.201Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-06T09:02:04.201Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-06T09:02:04.201Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:02:04.201Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-06T09:02:04.201Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-06T09:02:04.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T09:02:04.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T09:02:04.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T09:02:04.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T09:02:04.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T09:02:04.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T09:02:04.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T09:02:04.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T09:02:04.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T09:02:04.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T09:02:04.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-06T09:02:04.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-06T09:02:04.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-06T09:02:04.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-06T09:02:04.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-06T09:02:04.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-06T09:02:04.201Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-06T09:02:04.201Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-06T09:02:04.201Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-06T09:02:04.201Z] === RUN TestCreateDifferentPlatform [2022-03-06T09:02:04.201Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-06T09:02:04.201Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-06T09:02:04.201Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-06T09:02:04.201Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-06T09:02:04.201Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-06T09:02:04.201Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2022-03-06T09:02:04.201Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-06T09:02:04.201Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-06T09:02:04.201Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-06T09:02:04.201Z] === RUN TestContainerKillOnDaemonStart [2022-03-06T09:02:04.201Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:04.201Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-06T09:02:04.201Z] === RUN TestDiff [2022-03-06T09:02:04.201Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-06T09:02:04.201Z] --- SKIP: TestDiff (0.00s) [2022-03-06T09:02:04.201Z] === RUN TestExecWithCloseStdin [2022-03-06T09:02:04.217Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-06T09:02:04.784Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-03-06T09:02:04.957Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-06T09:02:04.957Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-06T09:02:04.957Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-06T09:02:05.351Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-03-06T09:02:05.351Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-03-06T09:02:05.351Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-06T09:02:05.920Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-06T09:02:06.487Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-06T09:02:07.053Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-06T09:02:07.162Z] --- PASS: TestExecWithCloseStdin (2.97s) [2022-03-06T09:02:07.162Z] === RUN TestExec [2022-03-06T09:02:07.618Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-06T09:02:07.618Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-06T09:02:07.618Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-06T09:02:07.879Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-03-06T09:02:08.137Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-06T09:02:08.706Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-06T09:02:08.706Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-06T09:02:08.706Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-06T09:02:09.272Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-03-06T09:02:09.632Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-06T09:02:10.120Z] --- PASS: TestExec (2.62s) [2022-03-06T09:02:10.120Z] === RUN TestExecUser [2022-03-06T09:02:10.120Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-06T09:02:10.120Z] --- SKIP: TestExecUser (0.00s) [2022-03-06T09:02:10.120Z] === RUN TestExportContainerAndImportImage [2022-03-06T09:02:10.120Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:10.120Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-06T09:02:10.120Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-06T09:02:10.120Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:10.120Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-06T09:02:10.120Z] === RUN TestHealthCheckWorkdir [2022-03-06T09:02:10.120Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-06T09:02:10.120Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-06T09:02:10.120Z] === RUN TestHealthKillContainer [2022-03-06T09:02:10.120Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-06T09:02:10.120Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-06T09:02:10.120Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-06T09:02:10.120Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-06T09:02:10.120Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-06T09:02:10.120Z] === RUN TestKillContainerInvalidSignal [2022-03-06T09:02:10.299Z] ok github.com/docker/docker/libnetwork/ipam 13.765s coverage: 85.3% of statements [2022-03-06T09:02:10.299Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-06T09:02:10.299Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-06T09:02:10.299Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-06T09:02:10.299Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-06T09:02:10.299Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-06T09:02:10.555Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-06T09:02:10.594Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-06T09:02:10.594Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-06T09:02:10.594Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-06T09:02:10.594Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-06T09:02:10.594Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-06T09:02:10.647Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-06T09:02:10.647Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-06T09:02:10.647Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-06T09:02:11.157Z] ok github.com/docker/docker/libnetwork/ipamutils 0.250s coverage: 74.0% of statements [2022-03-06T09:02:11.717Z] ok github.com/docker/docker/libnetwork/iptables 0.161s coverage: 45.1% of statements [2022-03-06T09:02:11.717Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-06T09:02:11.972Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-03-06T09:02:12.015Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-03-06T09:02:12.117Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-06T09:02:12.349Z] --- PASS: TestKillContainerInvalidSignal (2.37s) [2022-03-06T09:02:12.349Z] === RUN TestKillContainer [2022-03-06T09:02:12.349Z] === RUN TestKillContainer/no_signal [2022-03-06T09:02:12.947Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-06T09:02:13.091Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-06T09:02:13.309Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-06T09:02:14.052Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-06T09:02:14.289Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-06T09:02:14.289Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-06T09:02:14.319Z] === RUN TestDockerSuite/TestRunRm [2022-03-06T09:02:14.507Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-06T09:02:14.594Z] === RUN TestKillContainer/non_killing_signal [2022-03-06T09:02:14.594Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-06T09:02:14.594Z] === RUN TestKillContainer/killing_signal [2022-03-06T09:02:14.886Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-06T09:02:14.961Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-06T09:02:15.270Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-06T09:02:15.270Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-06T09:02:15.736Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-06T09:02:15.820Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-03-06T09:02:16.719Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-06T09:02:16.719Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-06T09:02:16.719Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-06T09:02:18.347Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-06T09:02:18.400Z] --- PASS: TestKillContainer (5.58s) [2022-03-06T09:02:18.400Z] --- PASS: TestKillContainer/no_signal (2.51s) [2022-03-06T09:02:18.400Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-06T09:02:18.400Z] --- PASS: TestKillContainer/killing_signal (3.00s) [2022-03-06T09:02:18.400Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-06T09:02:18.400Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T09:02:18.400Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-06T09:02:18.400Z] === RUN TestKillStoppedContainer [2022-03-06T09:02:18.400Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T09:02:18.400Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-06T09:02:18.400Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-06T09:02:18.400Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T09:02:18.400Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-06T09:02:18.400Z] === RUN TestKillDifferentUserContainer [2022-03-06T09:02:18.400Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-06T09:02:18.400Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-06T09:02:18.400Z] === RUN TestInspectOomKilledTrue [2022-03-06T09:02:18.400Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:18.400Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-06T09:02:18.400Z] === RUN TestInspectOomKilledFalse [2022-03-06T09:02:18.400Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-06T09:02:18.400Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-06T09:02:18.400Z] === RUN TestLogsFollowTailEmpty [2022-03-06T09:02:18.914Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-06T09:02:19.501Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-03-06T09:02:20.624Z] --- PASS: TestLogsFollowTailEmpty (2.57s) [2022-03-06T09:02:20.624Z] === RUN TestNetworkNat [2022-03-06T09:02:20.624Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-06T09:02:20.624Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-06T09:02:20.624Z] === RUN TestNetworkLocalhostTCPNat [2022-03-06T09:02:20.720Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-06T09:02:20.873Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-03-06T09:02:21.131Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-03-06T09:02:22.567Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-06T09:02:23.030Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-03-06T09:02:23.032Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-06T09:02:23.032Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-06T09:02:23.032Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-06T09:02:23.032Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-06T09:02:23.032Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-06T09:02:23.576Z] --- PASS: TestNetworkLocalhostTCPNat (2.68s) [2022-03-06T09:02:23.576Z] === RUN TestNetworkLoopbackNat [2022-03-06T09:02:23.576Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-06T09:02:23.576Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-06T09:02:23.576Z] === RUN TestPause [2022-03-06T09:02:23.576Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-06T09:02:23.576Z] --- SKIP: TestPause (0.00s) [2022-03-06T09:02:23.576Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-06T09:02:23.601Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-06T09:02:23.601Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-06T09:02:23.601Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-06T09:02:24.559Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-06T09:02:24.559Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-06T09:02:24.559Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-06T09:02:24.588Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-06T09:02:25.013Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-06T09:02:25.560Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-03-06T09:02:25.570Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-06T09:02:25.794Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.41s) [2022-03-06T09:02:25.794Z] === RUN TestPauseStopPausedContainer [2022-03-06T09:02:25.794Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:02:25.794Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-06T09:02:25.794Z] === RUN TestPsFilter [2022-03-06T09:02:25.794Z] --- PASS: TestPsFilter (0.25s) [2022-03-06T09:02:25.794Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-06T09:02:26.125Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-03-06T09:02:26.383Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-03-06T09:02:26.552Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-06T09:02:26.949Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-03-06T09:02:27.018Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-06T09:02:27.175Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-06T09:02:27.211Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-03-06T09:02:27.483Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-06T09:02:27.780Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-03-06T09:02:28.038Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-03-06T09:02:28.134Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-06T09:02:28.589Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-06T09:02:28.589Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-06T09:02:28.589Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-06T09:02:28.603Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-06T09:02:28.752Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.61s) [2022-03-06T09:02:28.752Z] === RUN TestRemoveContainerWithVolume [2022-03-06T09:02:28.861Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-06T09:02:29.429Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-06T09:02:29.550Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-06T09:02:30.004Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-06T09:02:30.004Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-06T09:02:30.004Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-06T09:02:30.004Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-06T09:02:30.004Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-06T09:02:30.984Z] --- PASS: TestRemoveContainerWithVolume (2.73s) [2022-03-06T09:02:30.984Z] === RUN TestRemoveContainerRunning [2022-03-06T09:02:31.954Z] === RUN TestDockerSuite/TestRunState [2022-03-06T09:02:32.519Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-06T09:02:33.086Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-06T09:02:33.651Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-06T09:02:33.651Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-03-06T09:02:33.651Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-06T09:02:33.651Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-06T09:02:33.937Z] --- PASS: TestRemoveContainerRunning (2.39s) [2022-03-06T09:02:33.937Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-06T09:02:34.214Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-06T09:02:34.471Z] === RUN TestDockerSuite/TestRunSysctls [2022-03-06T09:02:34.629Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-06T09:02:35.401Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-06T09:02:35.401Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-06T09:02:35.401Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-06T09:02:35.767Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-06T09:02:35.965Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-03-06T09:02:36.155Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.34s) [2022-03-06T09:02:36.155Z] === RUN TestRemoveInvalidContainer [2022-03-06T09:02:36.155Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-06T09:02:36.155Z] === RUN TestRenameLinkedContainer [2022-03-06T09:02:36.155Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-06T09:02:36.155Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-06T09:02:36.155Z] === RUN TestRenameStoppedContainer [2022-03-06T09:02:36.186Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-06T09:02:36.186Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-06T09:02:36.186Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-06T09:02:37.336Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-03-06T09:02:37.594Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-03-06T09:02:37.744Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-06T09:02:37.744Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-06T09:02:37.744Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-06T09:02:38.211Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-06T09:02:39.508Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-03-06T09:02:39.508Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-03-06T09:02:41.154Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-06T09:02:41.619Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-06T09:02:42.037Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-06T09:02:42.086Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-06T09:02:42.086Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-06T09:02:42.086Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-06T09:02:43.068Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-06T09:02:43.319Z] --- PASS: TestRenameStoppedContainer (7.39s) [2022-03-06T09:02:43.319Z] === RUN TestRenameRunningContainerAndReuse [2022-03-06T09:02:44.051Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-06T09:02:44.051Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-06T09:02:44.051Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-06T09:02:44.051Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-06T09:02:44.051Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-06T09:02:44.566Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-06T09:02:45.136Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-06T09:02:45.698Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-06T09:02:45.955Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-06T09:02:47.849Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-06T09:02:47.849Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-03-06T09:02:48.072Z] --- PASS: TestRenameRunningContainerAndReuse (4.90s) [2022-03-06T09:02:48.072Z] === RUN TestRenameInvalidName [2022-03-06T09:02:48.415Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-06T09:02:48.983Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-06T09:02:48.983Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-06T09:02:49.240Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-06T09:02:49.807Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-06T09:02:49.897Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-06T09:02:50.289Z] --- PASS: TestRenameInvalidName (2.26s) [2022-03-06T09:02:50.289Z] === RUN TestRenameAnonymousContainer [2022-03-06T09:02:50.374Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-06T09:02:51.307Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-03-06T09:02:51.307Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-06T09:02:51.307Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-06T09:02:51.307Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-03-06T09:02:51.307Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-06T09:02:51.564Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-06T09:02:54.849Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-06T09:02:55.107Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-06T09:02:55.674Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-06T09:02:57.043Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-06T09:02:57.974Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-06T09:02:59.364Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-06T09:03:00.739Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-06T09:03:01.309Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-06T09:03:01.309Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-06T09:03:01.309Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-06T09:03:01.309Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-06T09:03:01.309Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-06T09:03:01.309Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-06T09:03:01.309Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-06T09:03:01.309Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-03-06T09:03:01.309Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-06T09:03:01.309Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-03-06T09:03:01.875Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-03-06T09:03:02.440Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-03-06T09:03:02.794Z] --- PASS: TestRenameAnonymousContainer (10.96s) [2022-03-06T09:03:02.794Z] === RUN TestRenameContainerWithSameName [2022-03-06T09:03:03.006Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-03-06T09:03:03.781Z] --- PASS: TestRenameContainerWithSameName (2.27s) [2022-03-06T09:03:03.781Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-06T09:03:03.781Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-06T09:03:03.781Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-06T09:03:03.781Z] === RUN TestResize [2022-03-06T09:03:03.942Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-03-06T09:03:03.942Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-03-06T09:03:04.198Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-06T09:03:04.456Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-03-06T09:03:05.023Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-03-06T09:03:05.023Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-06T09:03:05.023Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-03-06T09:03:05.023Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-06T09:03:05.023Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-03-06T09:03:05.023Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-06T09:03:05.023Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-03-06T09:03:05.023Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-06T09:03:05.023Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-03-06T09:03:05.023Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-06T09:03:05.023Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-03-06T09:03:05.023Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-06T09:03:05.023Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-03-06T09:03:05.023Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-06T09:03:05.023Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-03-06T09:03:05.589Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-03-06T09:03:05.996Z] --- PASS: TestResize (2.32s) [2022-03-06T09:03:05.996Z] === RUN TestResizeWithInvalidSize [2022-03-06T09:03:06.157Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-03-06T09:03:06.157Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-03-06T09:03:06.723Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-06T09:03:06.723Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-03-06T09:03:06.981Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-06T09:03:07.239Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-06T09:03:07.496Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-03-06T09:03:08.060Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-03-06T09:03:08.218Z] --- PASS: TestResizeWithInvalidSize (2.19s) [2022-03-06T09:03:08.218Z] === RUN TestResizeWhenContainerNotStarted [2022-03-06T09:03:08.630Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-03-06T09:03:08.630Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-06T09:03:08.630Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-06T09:03:09.194Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-06T09:03:09.758Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-03-06T09:03:10.323Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-03-06T09:03:10.890Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-03-06T09:03:10.890Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-06T09:03:10.890Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-06T09:03:11.148Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-06T09:03:11.149Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-06T09:03:11.378Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-06T09:03:11.378Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-06T09:03:11.378Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-06T09:03:12.081Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-03-06T09:03:12.649Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-06T09:03:13.215Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-06T09:03:15.096Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-06T09:03:15.096Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-06T09:03:15.096Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-06T09:03:15.096Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-06T09:03:15.117Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-06T09:03:15.117Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-03-06T09:03:15.375Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-06T09:03:15.380Z] --- PASS: TestResizeWhenContainerNotStarted (7.36s) [2022-03-06T09:03:15.380Z] === RUN TestDaemonRestartKillContainers [2022-03-06T09:03:15.380Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:03:15.380Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-06T09:03:15.380Z] === RUN TestStats [2022-03-06T09:03:15.380Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-06T09:03:15.380Z] --- SKIP: TestStats (0.00s) [2022-03-06T09:03:15.380Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-06T09:03:15.565Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-06T09:03:15.565Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-06T09:03:15.565Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-06T09:03:15.634Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-06T09:03:15.634Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-06T09:03:16.020Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-06T09:03:16.020Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-06T09:03:16.020Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-06T09:03:16.203Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-03-06T09:03:17.579Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-03-06T09:03:18.145Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-03-06T09:03:18.402Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-06T09:03:18.402Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-06T09:03:20.298Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-06T09:03:20.298Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-06T09:03:20.556Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-06T09:03:20.813Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-03-06T09:03:21.745Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents1810798691 [2022-03-06T09:03:22.003Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-06T09:03:22.003Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-06T09:03:23.378Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-03-06T09:03:23.635Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-06T09:03:23.635Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-06T09:03:23.635Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-06T09:03:25.005Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-06T09:03:25.816Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.38s) [2022-03-06T09:03:25.816Z] === RUN TestStopContainerWithTimeout [2022-03-06T09:03:25.816Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-06T09:03:25.816Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-06T09:03:25.816Z] === RUN TestUpdateRestartPolicy [2022-03-06T09:03:26.381Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-03-06T09:03:26.381Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-06T09:03:26.947Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-06T09:03:26.947Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-06T09:03:26.947Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-06T09:03:27.205Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-06T09:03:27.771Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-06T09:03:27.771Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-06T09:03:28.707Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-06T09:03:29.274Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-06T09:03:29.838Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-06T09:03:32.357Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-03-06T09:03:32.728Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-06T09:03:32.728Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-06T09:03:32.728Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-06T09:03:34.287Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-06T09:03:34.287Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-06T09:03:34.754Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-06T09:03:34.754Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-06T09:03:34.882Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-06T09:03:35.221Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-06T09:03:35.221Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-06T09:03:35.221Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-06T09:03:35.687Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-06T09:03:35.687Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-06T09:03:35.687Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-06T09:03:36.270Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-06T09:03:37.204Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-03-06T09:03:37.204Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-06T09:03:38.138Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-06T09:03:40.666Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-06T09:03:41.109Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-06T09:03:41.109Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-06T09:03:41.109Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-06T09:03:41.109Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-06T09:03:42.035Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-06T09:03:42.598Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-06T09:03:43.529Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-06T09:03:44.901Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-06T09:03:45.836Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-06T09:03:47.073Z] --- PASS: TestUpdateRestartPolicy (22.41s) [2022-03-06T09:03:47.073Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-06T09:03:48.364Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-06T09:03:50.029Z] --- PASS: TestUpdateRestartWithAutoRemove (2.25s) [2022-03-06T09:03:50.029Z] === RUN TestWaitNonBlocked [2022-03-06T09:03:50.029Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T09:03:50.029Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T09:03:50.029Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T09:03:50.029Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T09:03:50.029Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-06T09:03:50.029Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-06T09:03:50.260Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-03-06T09:03:51.193Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-06T09:03:52.566Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-03-06T09:03:53.001Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-06T09:03:53.001Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.97s) [2022-03-06T09:03:53.001Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.16s) [2022-03-06T09:03:53.001Z] === RUN TestWaitBlocked [2022-03-06T09:03:53.001Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:03:53.001Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-06T09:03:53.001Z] PASS [2022-03-06T09:03:53.001Z] ok github.com/docker/docker/integration/container 110.022s [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === Skipped [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-06T09:03:53.001Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.01s) [2022-03-06T09:03:53.001Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-06T09:03:53.001Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-06T09:03:53.001Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-06T09:03:53.001Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-06T09:03:53.001Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-06T09:03:53.001Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-06T09:03:53.001Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-06T09:03:53.001Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-06T09:03:53.001Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-06T09:03:53.001Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-06T09:03:53.001Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-06T09:03:53.001Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-06T09:03:53.001Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-06T09:03:53.001Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-06T09:03:53.001Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-06T09:03:53.001Z] [2022-03-06T09:03:53.001Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-06T09:03:53.001Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-06T09:03:53.002Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-06T09:03:53.002Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-06T09:03:53.002Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-06T09:03:53.002Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-06T09:03:53.002Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-06T09:03:53.002Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-06T09:03:53.002Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-06T09:03:53.002Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-06T09:03:53.002Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-06T09:03:53.002Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-06T09:03:53.002Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-06T09:03:53.002Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-06T09:03:53.002Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-06T09:03:53.002Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-06T09:03:53.002Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-06T09:03:53.002Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-06T09:03:53.002Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:03:53.002Z] [2022-03-06T09:03:53.002Z] DONE 87 tests, 33 skipped in 112.894s [2022-03-06T09:03:53.002Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-06T09:03:54.458Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-06T09:03:55.829Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-03-06T09:03:58.379Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-03-06T09:03:58.637Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-06T09:03:58.769Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-06T09:03:58.769Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-06T09:03:58.769Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-06T09:04:00.935Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-06T09:04:01.403Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-06T09:04:01.403Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-06T09:04:01.870Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-06T09:04:01.919Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-03-06T09:04:02.494Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-06T09:04:02.850Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-03-06T09:04:02.850Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-06T09:04:03.414Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-06T09:04:03.639Z] ok github.com/docker/docker/libnetwork/networkdb 104.290s coverage: 60.1% of statements [2022-03-06T09:04:03.639Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-06T09:04:03.639Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-06T09:04:03.639Z] ok github.com/docker/docker/libnetwork/osl 4.313s coverage: 39.7% of statements [2022-03-06T09:04:03.639Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-03-06T09:04:03.639Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [2022-03-06T09:04:03.639Z] ok github.com/docker/docker/libnetwork/portmapper 0.216s coverage: 48.6% of statements [2022-03-06T09:04:03.894Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-03-06T09:04:03.894Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-06T09:04:03.980Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-06T09:04:04.150Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 37.3% of statements [2022-03-06T09:04:04.150Z] [2022-03-06T09:04:04.150Z] === Skipped [2022-03-06T09:04:04.150Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-06T09:04:04.150Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-06T09:04:04.150Z] [2022-03-06T09:04:04.150Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-06T09:04:04.150Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-06T09:04:04.150Z] [2022-03-06T09:04:04.150Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-06T09:04:04.150Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-06T09:04:04.150Z] [2022-03-06T09:04:04.150Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-06T09:04:04.150Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T09:04:04.150Z] [2022-03-06T09:04:04.150Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-06T09:04:04.150Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T09:04:04.150Z] [2022-03-06T09:04:04.150Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-06T09:04:04.150Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T09:04:04.150Z] [2022-03-06T09:04:04.150Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-06T09:04:04.150Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T09:04:04.150Z] [2022-03-06T09:04:04.150Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-06T09:04:04.150Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-06T09:04:04.150Z] [2022-03-06T09:04:04.150Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-06T09:04:04.150Z] firewalld_test.go:14: firewalld is not running [2022-03-06T09:04:04.150Z] [2022-03-06T09:04:04.150Z] DONE 326 tests, 9 skipped in 198.263s Post stage [Pipeline] junit [2022-03-06T09:04:04.415Z] Recording test results [2022-03-06T09:04:04.544Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-06T09:04:04.544Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-06T09:04:04.544Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-06T09:04:04.772Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-03-06T09:04:05.098Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43335/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b94a319fdf0b9ac44e41dd6a20a6300cf475e670 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b94a319fdf0b9ac44e41dd6a20a6300cf475e670 hack/validate/vendor [2022-03-06T09:04:05.110Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-06T09:04:05.659Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-06T09:04:06.041Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-03-06T09:04:06.206Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-06T09:04:06.260Z] + echo Ensuring container killed. [2022-03-06T09:04:06.260Z] Ensuring container killed. [2022-03-06T09:04:06.260Z] + docker rm -vf docker-pr4 [2022-03-06T09:04:06.260Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-03-06T09:04:06.537Z] + echo Chowning /workspace to jenkins user [2022-03-06T09:04:06.537Z] Chowning /workspace to jenkins user [2022-03-06T09:04:06.537Z] + id -u [2022-03-06T09:04:06.537Z] + id -g [2022-03-06T09:04:06.537Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43335:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-06T09:04:07.850Z] + bundleName=unit [2022-03-06T09:04:07.850Z] + echo Creating unit-bundles.tar.gz [2022-03-06T09:04:07.850Z] Creating unit-bundles.tar.gz [2022-03-06T09:04:07.850Z] + 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-06T09:04:07.850Z] bundles/junit-report-libnetwork.xml [2022-03-06T09:04:07.850Z] bundles/junit-report.xml [2022-03-06T09:04:07.850Z] bundles/go-test-report-libnetwork.json [2022-03-06T09:04:07.850Z] bundles/go-test-report.json [2022-03-06T09:04:07.850Z] bundles/profile-libnetwork.out [2022-03-06T09:04:07.850Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-03-06T09:04:07.860Z] Archiving artifacts [2022-03-06T09:04:08.330Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43335/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-06T09:04:08.573Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-06T09:04:08.635Z] + make clean [2022-03-06T09:04:08.635Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-06T09:04:08.635Z] docker-dev-cache [2022-03-06T09:04:08.635Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-06T09:04:09.092Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-06T09:04:11.852Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-03-06T09:04:11.852Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-03-06T09:04:12.110Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-03-06T09:04:12.110Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-06T09:04:12.110Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-03-06T09:04:12.110Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-06T09:04:12.110Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-03-06T09:04:13.045Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-03-06T09:04:13.615Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-03-06T09:04:14.182Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-03-06T09:04:15.116Z] === RUN TestDockerSuite/TestUpdateStats [2022-03-06T09:04:18.378Z] === RUN TestConfigDaemonLibtrustID [2022-03-06T09:04:18.378Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-06T09:04:18.378Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2022-03-06T09:04:18.378Z] === RUN TestDaemonConfigValidation [2022-03-06T09:04:18.378Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-06T09:04:18.378Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-06T09:04:18.378Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-06T09:04:18.378Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-06T09:04:18.378Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-06T09:04:18.378Z] === RUN TestDaemonProxy [2022-03-06T09:04:18.378Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-06T09:04:18.378Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-06T09:04:18.378Z] PASS [2022-03-06T09:04:18.378Z] ok github.com/docker/docker/integration/daemon 0.128s [2022-03-06T09:04:18.378Z] [2022-03-06T09:04:18.378Z] === Skipped [2022-03-06T09:04:18.378Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.01s) [2022-03-06T09:04:18.378Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-06T09:04:18.378Z] [2022-03-06T09:04:18.378Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-06T09:04:18.378Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-06T09:04:18.378Z] [2022-03-06T09:04:18.378Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-06T09:04:18.378Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-06T09:04:18.378Z] [2022-03-06T09:04:18.378Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-06T09:04:18.378Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-06T09:04:18.378Z] [2022-03-06T09:04:18.378Z] DONE 4 tests, 4 skipped in 24.742s [2022-03-06T09:04:18.378Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-06T09:04:19.297Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-03-06T09:04:19.297Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-03-06T09:04:19.558Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-03-06T09:04:19.558Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-06T09:04:19.558Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-03-06T09:04:20.504Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-03-06T09:04:21.069Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-06T09:04:23.072Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-06T09:04:23.162Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:04:23.162Z] INFO: Testing against a local daemon [2022-03-06T09:04:23.162Z] === RUN TestCommitInheritsEnv [2022-03-06T09:04:23.162Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T09:04:23.162Z] --- SKIP: TestCommitInheritsEnv (0.01s) [2022-03-06T09:04:23.162Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-06T09:04:23.162Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-06T09:04:23.162Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-06T09:04:23.162Z] === RUN TestImportWithCustomPlatform [2022-03-06T09:04:23.162Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-06T09:04:23.162Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-06T09:04:23.162Z] === RUN TestImagesFilterMultiReference [2022-03-06T09:04:23.162Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-03-06T09:04:23.162Z] === RUN TestImagePullPlatformInvalid [2022-03-06T09:04:23.162Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-03-06T09:04:23.162Z] === RUN TestRemoveImageOrphaning [2022-03-06T09:04:23.538Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-06T09:04:23.600Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-03-06T09:04:24.005Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-06T09:04:24.161Z] --- PASS: TestRemoveImageOrphaning (1.21s) [2022-03-06T09:04:24.161Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-06T09:04:24.161Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-06T09:04:24.161Z] === RUN TestTagInvalidReference [2022-03-06T09:04:24.161Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-06T09:04:24.161Z] === RUN TestTagValidPrefixedRepo [2022-03-06T09:04:24.161Z] --- PASS: TestTagValidPrefixedRepo (0.11s) [2022-03-06T09:04:24.161Z] === RUN TestTagExistedNameWithoutForce [2022-03-06T09:04:24.161Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-06T09:04:24.161Z] === RUN TestTagOfficialNames [2022-03-06T09:04:24.632Z] --- PASS: TestTagOfficialNames (0.12s) [2022-03-06T09:04:24.632Z] === RUN TestTagMatchesDigest [2022-03-06T09:04:24.632Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-06T09:04:24.632Z] PASS [2022-03-06T09:04:24.632Z] ok github.com/docker/docker/integration/image 1.895s [2022-03-06T09:04:24.632Z] [2022-03-06T09:04:24.632Z] === Skipped [2022-03-06T09:04:24.632Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s) [2022-03-06T09:04:24.632Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T09:04:24.632Z] [2022-03-06T09:04:24.632Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-06T09:04:24.632Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-06T09:04:24.632Z] [2022-03-06T09:04:24.632Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-06T09:04:24.632Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-06T09:04:24.632Z] [2022-03-06T09:04:24.632Z] DONE 12 tests, 3 skipped in 6.710s [2022-03-06T09:04:24.632Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-06T09:04:25.501Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-03-06T09:04:26.863Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:04:26.863Z] INFO: Testing against a local daemon [2022-03-06T09:04:26.863Z] === RUN TestNetworkCreateDelete [2022-03-06T09:04:26.863Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:26.863Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-06T09:04:26.863Z] === RUN TestDockerNetworkDeletePreferID [2022-03-06T09:04:26.863Z] 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-06T09:04:26.863Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-06T09:04:26.863Z] === RUN TestDaemonDNSFallback [2022-03-06T09:04:26.863Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:26.863Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-06T09:04:26.863Z] === RUN TestInspectNetwork [2022-03-06T09:04:26.863Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-06T09:04:26.863Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-06T09:04:26.863Z] === RUN TestRunContainerWithBridgeNone [2022-03-06T09:04:26.863Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:26.863Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-06T09:04:26.863Z] === RUN TestNetworkInvalidJSON [2022-03-06T09:04:26.863Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-06T09:04:26.863Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-06T09:04:26.863Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T09:04:26.863Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T09:04:26.863Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T09:04:26.863Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T09:04:26.863Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-06T09:04:26.863Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-06T09:04:26.863Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-06T09:04:26.863Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-06T09:04:26.863Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-06T09:04:26.863Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-06T09:04:26.863Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-06T09:04:26.863Z] === RUN TestNetworkList [2022-03-06T09:04:26.863Z] === RUN TestNetworkList//networks [2022-03-06T09:04:26.863Z] === PAUSE TestNetworkList//networks [2022-03-06T09:04:26.863Z] === RUN TestNetworkList//networks/ [2022-03-06T09:04:26.863Z] === PAUSE TestNetworkList//networks/ [2022-03-06T09:04:27.332Z] === CONT TestNetworkList//networks [2022-03-06T09:04:27.332Z] === CONT TestNetworkList//networks/ [2022-03-06T09:04:27.332Z] --- PASS: TestNetworkList (0.05s) [2022-03-06T09:04:27.332Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-06T09:04:27.332Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-06T09:04:27.332Z] === RUN TestHostIPv4BridgeLabel [2022-03-06T09:04:27.332Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-06T09:04:27.332Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-06T09:04:27.332Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-06T09:04:27.332Z] === RUN TestDaemonDefaultNetworkPools [2022-03-06T09:04:27.332Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-06T09:04:27.332Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-06T09:04:27.332Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-06T09:04:27.332Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-06T09:04:27.332Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-06T09:04:27.332Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-06T09:04:27.332Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-06T09:04:27.332Z] === RUN TestServiceWithPredefinedNetwork [2022-03-06T09:04:27.332Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-06T09:04:27.332Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-06T09:04:27.332Z] service_test.go:243: FLAKY_TEST [2022-03-06T09:04:27.332Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T09:04:27.332Z] === RUN TestServiceWithDataPathPortInit [2022-03-06T09:04:27.332Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-06T09:04:27.332Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-06T09:04:27.332Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-06T09:04:27.332Z] PASS [2022-03-06T09:04:27.332Z] ok github.com/docker/docker/integration/network 0.200s [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === Skipped [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-06T09:04:27.332Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-06T09:04:27.332Z] 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-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-06T09:04:27.332Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-06T09:04:27.332Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-06T09:04:27.332Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-06T09:04:27.332Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-06T09:04:27.332Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-06T09:04:27.332Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-06T09:04:27.332Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-06T09:04:27.332Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-06T09:04:27.332Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-06T09:04:27.332Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-06T09:04:27.332Z] service_test.go:243: FLAKY_TEST [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-06T09:04:27.332Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-06T09:04:27.332Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-06T09:04:27.332Z] [2022-03-06T09:04:27.332Z] DONE 22 tests, 15 skipped in 2.598s [2022-03-06T09:04:27.332Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-06T09:04:27.398Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-03-06T09:04:28.320Z] testing: warning: no tests to run [2022-03-06T09:04:28.320Z] PASS [2022-03-06T09:04:28.320Z] ok github.com/docker/docker/integration/network/ipvlan 0.084s [2022-03-06T09:04:28.320Z] [2022-03-06T09:04:28.320Z] DONE 0 tests in 0.796s [2022-03-06T09:04:28.320Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-06T09:04:28.743Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-06T09:04:28.768Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-06T09:04:29.307Z] testing: warning: no tests to run [2022-03-06T09:04:29.307Z] PASS [2022-03-06T09:04:29.307Z] ok github.com/docker/docker/integration/network/macvlan 0.094s [2022-03-06T09:04:29.307Z] [2022-03-06T09:04:29.307Z] DONE 0 tests in 0.834s [2022-03-06T09:04:29.307Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-06T09:04:30.296Z] testing: warning: no tests to run [2022-03-06T09:04:30.296Z] PASS [2022-03-06T09:04:30.296Z] ok github.com/docker/docker/integration/plugin 0.080s [2022-03-06T09:04:30.296Z] [2022-03-06T09:04:30.296Z] DONE 0 tests in 0.825s [2022-03-06T09:04:30.296Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-06T09:04:31.286Z] testing: warning: no tests to run [2022-03-06T09:04:31.286Z] PASS [2022-03-06T09:04:31.286Z] ok github.com/docker/docker/integration/plugin/authz 0.091s [2022-03-06T09:04:31.286Z] [2022-03-06T09:04:31.286Z] DONE 0 tests in 0.851s [2022-03-06T09:04:31.286Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-06T09:04:31.296Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-06T09:04:31.554Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-03-06T09:04:32.524Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-06T09:04:34.085Z] docker_cli_service_logs_test.go:246: checking task j0csvsm3tnkh [2022-03-06T09:04:34.085Z] docker_cli_service_logs_test.go:251: checking messages for j0csvsm3tnkh [2022-03-06T09:04:34.085Z] docker_cli_service_logs_test.go:246: checking task i1o0ylh5lcwv [2022-03-06T09:04:34.085Z] docker_cli_service_logs_test.go:251: checking messages for i1o0ylh5lcwv [2022-03-06T09:04:34.343Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-03-06T09:04:35.718Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-03-06T09:04:36.304Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-06T09:04:36.653Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-03-06T09:04:37.184Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:04:37.184Z] INFO: Testing against a local daemon [2022-03-06T09:04:37.184Z] === RUN TestPluginInvalidJSON [2022-03-06T09:04:37.184Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T09:04:37.184Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T09:04:37.184Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-06T09:04:37.184Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-03-06T09:04:37.184Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-06T09:04:37.184Z] === RUN TestPluginInstall [2022-03-06T09:04:37.184Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-06T09:04:37.184Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-06T09:04:37.184Z] === RUN TestPluginsWithRuntimes [2022-03-06T09:04:37.184Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-06T09:04:37.184Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-06T09:04:37.184Z] === RUN TestPluginBackCompatMediaTypes [2022-03-06T09:04:37.184Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-06T09:04:37.184Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-06T09:04:37.184Z] PASS [2022-03-06T09:04:37.184Z] ok github.com/docker/docker/integration/plugin/common 0.132s [2022-03-06T09:04:37.184Z] [2022-03-06T09:04:37.184Z] === Skipped [2022-03-06T09:04:37.184Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-06T09:04:37.184Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-06T09:04:37.184Z] [2022-03-06T09:04:37.184Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-06T09:04:37.184Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-06T09:04:37.184Z] [2022-03-06T09:04:37.184Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-06T09:04:37.184Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-06T09:04:37.184Z] [2022-03-06T09:04:37.184Z] DONE 5 tests, 3 skipped in 5.139s [2022-03-06T09:04:37.184Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-06T09:04:37.588Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-03-06T09:04:38.518Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-03-06T09:04:39.410Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:04:39.410Z] INFO: Testing against a local daemon [2022-03-06T09:04:39.410Z] === RUN TestExternalGraphDriver [2022-03-06T09:04:39.410Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-06T09:04:39.410Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-06T09:04:39.410Z] === RUN TestGraphdriverPluginV2 [2022-03-06T09:04:39.410Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-06T09:04:39.410Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-06T09:04:39.410Z] PASS [2022-03-06T09:04:39.410Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.128s [2022-03-06T09:04:39.410Z] [2022-03-06T09:04:39.410Z] === Skipped [2022-03-06T09:04:39.410Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-06T09:04:39.410Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-06T09:04:39.410Z] [2022-03-06T09:04:39.410Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-06T09:04:39.410Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-06T09:04:39.410Z] [2022-03-06T09:04:39.410Z] DONE 2 tests, 2 skipped in 2.858s [2022-03-06T09:04:39.410Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-06T09:04:39.886Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-03-06T09:04:41.289Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-03-06T09:04:42.374Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:04:42.374Z] INFO: Testing against a local daemon [2022-03-06T09:04:42.374Z] === RUN TestReadPluginNoRead [2022-03-06T09:04:42.374Z] read_test.go:21: no unix domain sockets on Windows [2022-03-06T09:04:42.374Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-06T09:04:42.374Z] PASS [2022-03-06T09:04:42.374Z] ok github.com/docker/docker/integration/plugin/logging 0.106s [2022-03-06T09:04:42.374Z] [2022-03-06T09:04:42.374Z] === Skipped [2022-03-06T09:04:42.374Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-06T09:04:42.374Z] read_test.go:21: no unix domain sockets on Windows [2022-03-06T09:04:42.374Z] [2022-03-06T09:04:42.374Z] DONE 1 tests, 1 skipped in 2.563s [2022-03-06T09:04:42.374Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-06T09:04:42.663Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-03-06T09:04:43.383Z] testing: warning: no tests to run [2022-03-06T09:04:43.383Z] PASS [2022-03-06T09:04:43.383Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.093s [2022-03-06T09:04:43.610Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-03-06T09:04:43.852Z] [2022-03-06T09:04:43.852Z] DONE 0 tests in 1.271s [2022-03-06T09:04:43.852Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-06T09:04:44.986Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-03-06T09:04:45.244Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-06T09:04:46.087Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:04:46.087Z] INFO: Testing against a local daemon [2022-03-06T09:04:46.087Z] === RUN TestPluginWithDevMounts [2022-03-06T09:04:46.087Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:46.087Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-06T09:04:46.087Z] PASS [2022-03-06T09:04:46.087Z] ok github.com/docker/docker/integration/plugin/volumes 0.114s [2022-03-06T09:04:46.567Z] [2022-03-06T09:04:46.567Z] === Skipped [2022-03-06T09:04:46.567Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-06T09:04:46.567Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:46.567Z] [2022-03-06T09:04:46.567Z] DONE 1 tests, 1 skipped in 2.578s [2022-03-06T09:04:46.567Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-06T09:04:47.141Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-03-06T09:04:48.798Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:04:48.798Z] INFO: Testing against a local daemon [2022-03-06T09:04:48.798Z] === RUN TestSecretInspect [2022-03-06T09:04:48.798Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:48.798Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-06T09:04:48.798Z] === RUN TestSecretList [2022-03-06T09:04:48.798Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:48.798Z] --- SKIP: TestSecretList (0.00s) [2022-03-06T09:04:48.798Z] === RUN TestSecretsCreateAndDelete [2022-03-06T09:04:48.798Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:48.798Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-06T09:04:48.798Z] === RUN TestSecretsUpdate [2022-03-06T09:04:48.798Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:48.798Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-06T09:04:48.798Z] === RUN TestTemplatedSecret [2022-03-06T09:04:48.798Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:48.798Z] --- SKIP: TestTemplatedSecret (0.01s) [2022-03-06T09:04:48.798Z] === RUN TestSecretCreateResolve [2022-03-06T09:04:48.798Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:48.798Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-06T09:04:48.798Z] PASS [2022-03-06T09:04:48.798Z] ok github.com/docker/docker/integration/secret 0.131s [2022-03-06T09:04:48.798Z] [2022-03-06T09:04:48.798Z] === Skipped [2022-03-06T09:04:48.798Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-06T09:04:48.798Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:48.798Z] [2022-03-06T09:04:48.798Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-06T09:04:48.798Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:48.798Z] [2022-03-06T09:04:48.798Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-06T09:04:48.798Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:48.798Z] [2022-03-06T09:04:48.798Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-06T09:04:48.798Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:48.798Z] [2022-03-06T09:04:48.798Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.01s) [2022-03-06T09:04:48.798Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:48.798Z] [2022-03-06T09:04:48.798Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-06T09:04:48.798Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:48.798Z] [2022-03-06T09:04:48.798Z] DONE 6 tests, 6 skipped in 2.307s [2022-03-06T09:04:48.798Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-06T09:04:51.753Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:04:51.753Z] INFO: Testing against a local daemon [2022-03-06T09:04:51.753Z] === RUN TestServiceCreateInit [2022-03-06T09:04:51.753Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-06T09:04:51.753Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.753Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-06T09:04:51.753Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.753Z] --- PASS: TestServiceCreateInit (0.05s) [2022-03-06T09:04:51.753Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-06T09:04:51.753Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-06T09:04:51.753Z] === RUN TestCreateServiceMultipleTimes [2022-03-06T09:04:51.753Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.753Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-06T09:04:51.753Z] === RUN TestCreateServiceConflict [2022-03-06T09:04:51.753Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.753Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-06T09:04:51.753Z] === RUN TestCreateServiceMaxReplicas [2022-03-06T09:04:51.753Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.753Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-06T09:04:51.753Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-06T09:04:51.753Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.753Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-06T09:04:51.753Z] === RUN TestCreateServiceSecretFileMode [2022-03-06T09:04:51.753Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.753Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-06T09:04:51.753Z] === RUN TestCreateServiceConfigFileMode [2022-03-06T09:04:51.753Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.753Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-06T09:04:51.753Z] === RUN TestCreateServiceSysctls [2022-03-06T09:04:51.753Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.754Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-06T09:04:51.754Z] === RUN TestCreateServiceCapabilities [2022-03-06T09:04:51.754Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.754Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-03-06T09:04:51.754Z] === RUN TestInspect [2022-03-06T09:04:51.754Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.754Z] --- SKIP: TestInspect (0.00s) [2022-03-06T09:04:51.754Z] === RUN TestCreateJob [2022-03-06T09:04:51.754Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.754Z] --- SKIP: TestCreateJob (0.00s) [2022-03-06T09:04:51.754Z] === RUN TestReplicatedJob [2022-03-06T09:04:51.754Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.754Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-06T09:04:51.754Z] === RUN TestUpdateReplicatedJob [2022-03-06T09:04:51.754Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.754Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-06T09:04:51.754Z] === RUN TestServiceListWithStatuses [2022-03-06T09:04:51.754Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.754Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-06T09:04:51.754Z] === RUN TestDockerNetworkConnectAlias [2022-03-06T09:04:51.754Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.754Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-06T09:04:51.754Z] === RUN TestDockerNetworkReConnect [2022-03-06T09:04:51.754Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.754Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-06T09:04:51.754Z] === RUN TestServicePlugin [2022-03-06T09:04:51.754Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:51.754Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-06T09:04:51.754Z] === RUN TestServiceUpdateLabel [2022-03-06T09:04:51.754Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:51.754Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-06T09:04:51.754Z] === RUN TestServiceUpdateSecrets [2022-03-06T09:04:51.754Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:51.754Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-06T09:04:51.754Z] === RUN TestServiceUpdateConfigs [2022-03-06T09:04:51.754Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:51.754Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-06T09:04:51.754Z] === RUN TestServiceUpdateNetwork [2022-03-06T09:04:51.754Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:51.754Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-06T09:04:51.754Z] === RUN TestServiceUpdatePidsLimit [2022-03-06T09:04:51.754Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:51.754Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-03-06T09:04:51.754Z] PASS [2022-03-06T09:04:51.754Z] ok github.com/docker/docker/integration/service 0.274s [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === Skipped [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-06T09:04:52.224Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-06T09:04:52.224Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.01s) [2022-03-06T09:04:52.224Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-06T09:04:52.224Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-06T09:04:52.224Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-06T09:04:52.224Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-06T09:04:52.224Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-06T09:04:52.224Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-06T09:04:52.224Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-03-06T09:04:52.224Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-06T09:04:52.224Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-06T09:04:52.224Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-06T09:04:52.224Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-06T09:04:52.224Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-06T09:04:52.224Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-06T09:04:52.224Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-06T09:04:52.224Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-06T09:04:52.224Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-06T09:04:52.224Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-06T09:04:52.224Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-06T09:04:52.224Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-06T09:04:52.224Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2022-03-06T09:04:52.224Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-06T09:04:52.224Z] [2022-03-06T09:04:52.224Z] DONE 24 tests, 23 skipped in 3.075s [2022-03-06T09:04:52.224Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-06T09:04:54.444Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:04:54.444Z] INFO: Testing against a local daemon [2022-03-06T09:04:54.445Z] === RUN TestSessionCreate [2022-03-06T09:04:54.445Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-06T09:04:54.445Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-06T09:04:54.445Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-06T09:04:54.445Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-06T09:04:54.445Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-06T09:04:54.445Z] PASS [2022-03-06T09:04:54.445Z] ok github.com/docker/docker/integration/session 0.121s [2022-03-06T09:04:54.445Z] [2022-03-06T09:04:54.445Z] === Skipped [2022-03-06T09:04:54.445Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-06T09:04:54.445Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-06T09:04:54.445Z] [2022-03-06T09:04:54.445Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-06T09:04:54.445Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-06T09:04:54.445Z] [2022-03-06T09:04:54.445Z] DONE 2 tests, 2 skipped in 2.091s [2022-03-06T09:04:54.445Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-06T09:04:56.665Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:04:56.665Z] INFO: Testing against a local daemon [2022-03-06T09:04:56.665Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-06T09:04:56.665Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:56.665Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-06T09:04:56.665Z] === RUN TestDiskUsage [2022-03-06T09:04:56.665Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-06T09:04:56.665Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-06T09:04:56.665Z] === RUN TestEventsExecDie [2022-03-06T09:04:56.665Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-06T09:04:56.665Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-06T09:04:56.665Z] === RUN TestEventsBackwardsCompatible [2022-03-06T09:04:56.665Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-06T09:04:56.665Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-06T09:04:56.665Z] === RUN TestEventsVolumeCreate [2022-03-06T09:04:56.665Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-06T09:04:56.665Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-06T09:04:56.665Z] === RUN TestInfoAPI [2022-03-06T09:04:56.665Z] --- PASS: TestInfoAPI (0.04s) [2022-03-06T09:04:56.665Z] === RUN TestInfoAPIWarnings [2022-03-06T09:04:56.665Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T09:04:56.665Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-06T09:04:56.665Z] === RUN TestInfoDebug [2022-03-06T09:04:56.665Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T09:04:56.665Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-06T09:04:56.665Z] === RUN TestInfoInsecureRegistries [2022-03-06T09:04:56.665Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T09:04:56.665Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-06T09:04:56.665Z] === RUN TestInfoRegistryMirrors [2022-03-06T09:04:56.665Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T09:04:56.665Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-06T09:04:56.665Z] === RUN TestLoginFailsWithBadCredentials [2022-03-06T09:04:57.654Z] --- PASS: TestLoginFailsWithBadCredentials (1.03s) [2022-03-06T09:04:57.654Z] === RUN TestPingCacheHeaders [2022-03-06T09:04:57.654Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-06T09:04:57.654Z] === RUN TestPingGet [2022-03-06T09:04:57.654Z] --- PASS: TestPingGet (0.04s) [2022-03-06T09:04:57.654Z] === RUN TestPingHead [2022-03-06T09:04:57.654Z] --- PASS: TestPingHead (0.03s) [2022-03-06T09:04:57.654Z] === RUN TestVersion [2022-03-06T09:04:57.654Z] --- PASS: TestVersion (0.04s) [2022-03-06T09:04:57.654Z] PASS [2022-03-06T09:04:58.125Z] ok github.com/docker/docker/integration/system 1.289s [2022-03-06T09:04:58.126Z] [2022-03-06T09:04:58.126Z] === Skipped [2022-03-06T09:04:58.126Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-06T09:04:58.126Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-06T09:04:58.126Z] [2022-03-06T09:04:58.126Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-06T09:04:58.126Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-06T09:04:58.126Z] [2022-03-06T09:04:58.126Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-06T09:04:58.126Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-06T09:04:58.126Z] [2022-03-06T09:04:58.126Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-06T09:04:58.126Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-06T09:04:58.126Z] [2022-03-06T09:04:58.126Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-06T09:04:58.126Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-06T09:04:58.126Z] [2022-03-06T09:04:58.126Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-06T09:04:58.126Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-06T09:04:58.126Z] [2022-03-06T09:04:58.126Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-06T09:04:58.126Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T09:04:58.126Z] [2022-03-06T09:04:58.126Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-06T09:04:58.126Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T09:04:58.126Z] [2022-03-06T09:04:58.126Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-06T09:04:58.126Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-06T09:04:58.126Z] [2022-03-06T09:04:58.126Z] DONE 15 tests, 9 skipped in 3.624s [2022-03-06T09:04:58.126Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-06T09:04:59.713Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-06T09:05:00.379Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:05:00.379Z] INFO: Testing against a local daemon [2022-03-06T09:05:00.379Z] === RUN TestVolumesCreateAndList [2022-03-06T09:05:00.379Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-06T09:05:00.379Z] === RUN TestVolumesRemove [2022-03-06T09:05:00.379Z] --- PASS: TestVolumesRemove (0.14s) [2022-03-06T09:05:00.379Z] === RUN TestVolumesInspect [2022-03-06T09:05:00.379Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-06T09:05:00.379Z] === RUN TestVolumesInvalidJSON [2022-03-06T09:05:00.849Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-06T09:05:00.849Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-06T09:05:00.849Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-06T09:05:00.849Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-06T09:05:00.849Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-06T09:05:00.849Z] PASS [2022-03-06T09:05:00.849Z] ok github.com/docker/docker/integration/volume 0.355s [2022-03-06T09:05:00.849Z] [2022-03-06T09:05:00.849Z] DONE 5 tests in 2.653s [2022-03-06T09:05:00.849Z] INFO: make.ps1 ended at 03/06/2022 09:05:00 [2022-03-06T09:05:00.849Z] INFO: Integration CLI tests being run from the host: [2022-03-06T09:05:00.849Z] 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-06T09:05:01.999Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-06T09:05:01.999Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-06T09:05:01.999Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-06T09:05:01.999Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-06T09:05:01.999Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-06T09:05:01.999Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-06T09:05:01.999Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-06T09:05:01.999Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-06T09:05:01.999Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-06T09:05:01.999Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-06T09:05:02.257Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-06T09:05:02.257Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-06T09:05:02.257Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-06T09:05:02.257Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-06T09:05:02.597Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-06T09:05:02.597Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-06T09:05:03.052Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-06T09:05:04.782Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-06T09:05:04.782Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-06T09:05:04.782Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-03-06T09:05:04.782Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-06T09:05:04.782Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-06T09:05:04.782Z] === RUN TestDockerSuite/TestVolumeEvents [2022-03-06T09:05:05.347Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-06T09:05:07.248Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-06T09:05:07.248Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-06T09:05:07.248Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-06T09:05:07.248Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-03-06T09:05:09.149Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-06T09:05:09.716Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-03-06T09:05:12.258Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-06T09:05:12.258Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite (1245.23s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.99s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.16s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.44s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.05s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.58s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.25s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.34s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.12s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.82s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.20s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.66s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.14s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (1.94s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.92s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.57s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.65s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.73s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.57s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.97s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.55s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAttachDetach (0.64s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.74s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.76s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.74s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.87s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.77s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.34s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.97s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.71s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.63s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.75s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.88s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.54s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.53s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.20s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.57s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.82s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.25s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.58s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (4.83s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.36s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.28s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.85s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.13s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.73s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.81s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.03s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.01s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.09s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.81s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.83s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.67s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.43s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.42s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.90s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.09s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.11s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.56s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.50s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.36s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.95s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.50s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.97s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.33s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.44s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.86s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.77s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.94s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (10.70s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.09s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.53s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.54s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.20s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.53s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.15s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.11s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.15s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.54s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.48s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.58s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.28s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.81s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.76s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.56s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.76s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.70s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.47s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCmd (0.25s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.25s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.40s) [2022-03-06T09:05:12.258Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.32s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (3.82s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.78s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.97s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.33s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.69s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.58s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.38s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.03s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.59s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.40s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (1.98s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.38s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.92s) [2022-03-06T09:05:12.258Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-06T09:05:12.258Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-06T09:05:12.258Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-06T09:05:12.258Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.50s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.24s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.45s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.31s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.61s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.14s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.53s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.29s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.10s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.46s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.89s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.15s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.11s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.80s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.05s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.58s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.19s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.13s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.09s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.37s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.00s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.74s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.04s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.97s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.15s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.35s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.42s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.37s) [2022-03-06T09:05:12.258Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.67s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.17s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.37s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.43s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.27s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.48s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.69s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEnv (1.45s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.23s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.04s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.51s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.43s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.98s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.63s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.88s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.61s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.67s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.37s) [2022-03-06T09:05:12.259Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.37s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.61s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.63s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.41s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.30s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildFails (0.67s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.86s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.15s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.83s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.68s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.50s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.93s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.80s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.84s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.30s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.62s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.58s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.47s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildHistory (4.65s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.43s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.64s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.57s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.51s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.79s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLabel (0.42s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.37s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.39s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.27s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLabels (0.39s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.57s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.30s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.68s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.86s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.25s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.45s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.21s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.86s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.27s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.33s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.50s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.13s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.72s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.81s) [2022-03-06T09:05:12.259Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.35s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.32s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.45s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.27s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.38s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.45s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.71s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.61s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.36s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.33s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.24s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.71s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.78s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.39s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.57s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.89s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.72s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.83s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.98s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.39s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.25s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildPATH (1.35s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.52s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.78s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (5.93s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.82s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.55s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildRm (2.29s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.85s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.04s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.35s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.47s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.97s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.02s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.41s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.51s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.11s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.30s) [2022-03-06T09:05:12.259Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.41s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.71s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildStderr (0.66s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.90s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.77s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.76s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.38s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.64s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.99s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildUser (1.45s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.77s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.71s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.70s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.61s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.81s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.68s) [2022-03-06T09:05:12.259Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s) [2022-03-06T09:05:12.259Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-03-06T09:05:12.259Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-06T09:05:12.259Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.90s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.10s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.03s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.80s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.20s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.70s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.27s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.69s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.24s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.37s) [2022-03-06T09:05:12.259Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.47s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.29s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-03-06T09:05:12.259Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.42s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.51s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestCommitChange (0.63s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.53s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.92s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.88s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.58s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestCommitTTY (0.91s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.50s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.93s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.54s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.10s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICommit (0.90s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (0.93s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.41s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.50s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.43s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.46s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.43s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.42s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.06s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.05s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.51s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.63s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.62s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.85s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.63s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.53s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.63s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.60s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.59s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.46s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.59s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.50s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.55s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.06s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.03s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.52s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.27s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.46s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.45s) [2022-03-06T09:05:12.259Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.52s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.50s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.10s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.89s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.77s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.96s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.48s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.92s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.65s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.51s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.31s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.37s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c62198_} (1.43s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11259878249_/foo_false____} (1.33s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11259878249_/foo_true____} (1.32s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33586513329_/foo_false____} (1.39s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33586513329_/foo_true____} (1.44s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33586513329_/foo_true__0xc000c621c8__} (1.49s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c621e0_} (1.50s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c621f8_} (1.65s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c62210_} (1.33s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c62228_} (1.35s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.23s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-03-06T09:05:12.259Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.16s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.41s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.37s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.04s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.22s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.70s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.74s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.86s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.75s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.94s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.83s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.61s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.57s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.78s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.60s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.70s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.82s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.66s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.86s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.80s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.48s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.50s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.49s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.59s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.48s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.57s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.08s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.53s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.54s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.46s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.71s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToCaseG (2.98s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.46s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.57s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.89s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.66s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToDot (0.51s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.96s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.38s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToStdout (0.90s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.17s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.17s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.49s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.74s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.05s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.34s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.47s) [2022-03-06T09:05:12.260Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.42s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.21s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-03-06T09:05:12.260Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.35s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.57s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.10s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.45s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.06s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.54s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.03s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.24s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.49s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.45s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.05s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.45s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.70s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.49s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.95s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.24s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.71s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.08s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.53s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.81s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsAttach (0.76s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsCommit (0.78s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.48s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.48s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.67s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.46s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.04s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.73s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.19s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsCopy (1.03s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.52s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.53s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.49s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.31s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.76s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.30s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.26s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.19s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.06s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFilters (1.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFormat (1.13s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.03s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.88s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.73s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.05s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.31s) [2022-03-06T09:05:12.260Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-06T09:05:12.260Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.55s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsRename (0.63s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsResize (0.65s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.59s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.65s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.43s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.79s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsTop (0.68s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsUntag (2.58s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.02s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExec (0.51s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.48s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.46s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecAPIStart (0.98s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.48s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.50s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.48s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.50s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.50s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.13s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecCgroup (0.91s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecEnv (0.55s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.16s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.55s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecInspectID (2.60s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecInteractive (0.63s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.51s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.50s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecParseError (0.44s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.49s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.45s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.97s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.49s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecStartFails (0.52s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.68s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.47s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecTTY (0.50s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.51s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.51s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecUlimits (0.53s) [2022-03-06T09:05:12.260Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.22s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.56s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.78s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.51s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestExecWithUser (0.59s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.45s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.53s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.56s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.54s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.43s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestHealth (18.92s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.55s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.55s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.53s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.58s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.67s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesFormat (0.14s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.62s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.54s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImportDisplay (0.95s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImportFile (1.03s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.03s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImportGzipped (1.10s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.05s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.46s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.46s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.52s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.69s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.48s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.45s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.52s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.48s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.12s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.48s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.58s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.07s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.62s) [2022-03-06T09:05:12.260Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.19s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.48s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectDefault (0.42s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectHistory (0.51s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-06T09:05:12.260Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.41s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.49s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.43s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.00s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.54s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.91s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.44s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.43s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.60s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.42s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.18s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.91s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.90s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.20s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.05s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.37s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.33s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.26s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.23s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.50s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.66s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.37s) [2022-03-06T09:05:12.260Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.02s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.41s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.26s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.46s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.44s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.46s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.42s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.44s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.94s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.93s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.12s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.08s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.07s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.18s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.65s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.48s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsSince (6.54s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.45s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.45s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsTail (0.50s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.44s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.21s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.46s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestNetHostname (1.45s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.31s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.86s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.13s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPluginActive (1.90s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.33s) [2022-03-06T09:05:12.261Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.26s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.26s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.85s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.45s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.75s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.34s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.90s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.97s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPortList (7.75s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.25s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.97s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.40s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.44s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.42s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.05s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.90s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.77s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.88s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.40s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsByOrder (1.83s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.60s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsListContainersBase (1.94s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.90s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.28s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.68s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.02s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.95s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.95s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.90s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.46s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.37s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.00s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.22s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.73s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.48s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.47s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.46s) [2022-03-06T09:05:12.261Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.20s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.44s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.85s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.91s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.92s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.94s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.34s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.18s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.24s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.13s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.93s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.92s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.24s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.82s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.11s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.67s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.18s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.64s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.49s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.01s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.84s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.93s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.29s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.88s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAddHost (0.44s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.21s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.93s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.45s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.54s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.57s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.00s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.16s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.68s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.62s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.63s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.67s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.25s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.03s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.49s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.64s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.46s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.67s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.44s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.46s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.42s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.44s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.45s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.40s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.42s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.44s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.85s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.49s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.47s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.92s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.86s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.80s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.59s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.47s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.45s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.41s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.41s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.94s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (1.93s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.42s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.47s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.29s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.10s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.54s) [2022-03-06T09:05:12.261Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-06T09:05:12.261Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.67s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.03s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.83s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.27s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.46s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.99s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.45s) [2022-03-06T09:05:12.261Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.50s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.20s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.42s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.41s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.40s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.48s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.41s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.44s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.42s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunExitCode (0.44s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.46s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.48s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.59s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.41s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.30s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.26s) [2022-03-06T09:05:12.261Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.98s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.47s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (0.46s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.56s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.93s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.42s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.30s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.88s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.87s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.49s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.30s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.30s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.60s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.14s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.80s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.73s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.08s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.34s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunMount (4.38s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.43s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.48s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.93s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.61s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.23s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.45s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.44s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.13s) [2022-03-06T09:05:12.261Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.24s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.63s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNetHost (0.71s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.64s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.47s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.32s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.54s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.52s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.54s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.18s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.59s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.14s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.82s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.47s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.53s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.49s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.67s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.43s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.20s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.80s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.59s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.47s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.46s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.65s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.66s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.55s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.51s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.43s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.29s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.53s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.30s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunRm (0.65s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.55s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.44s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.43s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.32s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.42s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.04s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.49s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.43s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.39s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.42s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.42s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.38s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.41s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.41s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.46s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.41s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.40s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunState (0.91s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.42s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.45s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.14s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.46s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.41s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunSysctls (0.86s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.41s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.39s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.43s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.47s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.76s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.79s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.43s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.46s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.44s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.52s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.89s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunUserByID (0.44s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.14s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.61s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunUserByName (0.60s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.73s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.44s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.02s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.41s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.69s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.30s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.83s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.36s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.50s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.44s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.12s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.46s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.45s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.87s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.65s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.54s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.54s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.50s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.57s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.70s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.42s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.06s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.49s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.57s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.05s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.69s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.04s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.50s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.41s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.21s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.58s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.92s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.51s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.79s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.03s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.13s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.54s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveImageId (0.15s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.42s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.42s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.43s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.28s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.60s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.10s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.63s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.02s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.74s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.63s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.65s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.92s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.55s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.93s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.94s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.56s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.41s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.46s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStartRecordError (1.01s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.11s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.14s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.43s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (2.90s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.56s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.61s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.50s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.51s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.57s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.61s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.68s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.22s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.91s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.45s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.43s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.88s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.56s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.56s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.92s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUpdateStats (3.48s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.01s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.72s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.84s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.22s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.18s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.91s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.37s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.10s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.28s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.25s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.26s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.89s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.85s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.27s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.30s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.31s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.26s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.53s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.48s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.70s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.09s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.12s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.11s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.19s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.52s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.53s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.98s) [2022-03-06T09:05:12.262Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.89s) [2022-03-06T09:05:12.262Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-06T09:05:12.262Z] === RUN TestDockerRegistrySuite [2022-03-06T09:05:12.262Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-06T09:05:12.262Z] docker_cli_swarm_test.go:1895: [d8efa9b62a843] joining swarm manager [d8e9a16e0058c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T09:05:13.193Z] check_test.go:195: [d0ad168b2fc51] daemon is not started [2022-03-06T09:05:13.193Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-06T09:05:13.450Z] docker_cli_swarm_test.go:1896: [de5d00c790bbf] joining swarm manager [d8e9a16e0058c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T09:05:14.382Z] check_test.go:195: [d1764403f6deb] daemon is not started [2022-03-06T09:05:14.382Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-06T09:05:15.756Z] check_test.go:195: [d9b81736184d9] daemon is not started [2022-03-06T09:05:15.756Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-06T09:05:15.756Z] check_test.go:195: [d020538a055bf] daemon is not started [2022-03-06T09:05:15.756Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-06T09:05:15.886Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-06T09:05:15.886Z] INFO: Testing against a local daemon [2022-03-06T09:05:15.886Z] === RUN TestDockerSuite [2022-03-06T09:05:15.886Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-06T09:05:15.886Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-06T09:05:15.886Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-06T09:05:15.886Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-06T09:05:15.886Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-06T09:05:15.886Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-06T09:05:15.886Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-06T09:05:15.886Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-06T09:05:15.886Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-06T09:05:15.886Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-06T09:05:15.886Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-06T09:05:15.886Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-06T09:05:15.886Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-06T09:05:16.355Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-06T09:05:18.282Z] check_test.go:195: [d9e561a356662] daemon is not started [2022-03-06T09:05:18.282Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-06T09:05:22.464Z] check_test.go:195: [dc00ff5d7ce6a] daemon is not started [2022-03-06T09:05:22.464Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-06T09:05:24.991Z] check_test.go:195: [d66fe790cc916] daemon is not started [2022-03-06T09:05:24.991Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-06T09:05:25.923Z] check_test.go:195: [deb9679343fdc] daemon is not started [2022-03-06T09:05:25.923Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-06T09:05:26.857Z] check_test.go:195: [dc7fee0a189c3] daemon is not started [2022-03-06T09:05:26.857Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-06T09:05:27.791Z] check_test.go:195: [d1983c857e102] daemon is not started [2022-03-06T09:05:27.791Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-06T09:05:28.726Z] check_test.go:195: [d31c318a251a6] daemon is not started [2022-03-06T09:05:28.726Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-06T09:05:29.658Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-03-06T09:05:29.658Z] check_test.go:195: [d5293a7d9aef8] daemon is not started [2022-03-06T09:05:29.658Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-06T09:05:30.592Z] check_test.go:195: [d9285f2db14d9] daemon is not started [2022-03-06T09:05:30.592Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-06T09:05:31.966Z] check_test.go:195: [da93fd861e450] daemon is not started [2022-03-06T09:05:31.966Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-06T09:05:32.926Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:33b4124e013400ce29ac7fb6d009ee9c073f7d84a71ade526918a22f6fa4b0a1 [2022-03-06T09:05:33.491Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:deca0962f96d84cddc585b62a3b1da23782ac780d7e9758ddb8ce33471c3f839 [2022-03-06T09:05:33.491Z] check_test.go:195: [df616f09cc31c] daemon is not started [2022-03-06T09:05:33.748Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-06T09:05:34.312Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:84b76b5225b6b78c0f69a0b25a111ccd794dbcc4f7204813545d2e6f463c9d12 [2022-03-06T09:05:35.243Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5517248f62815512c7cb98c231449e647538984a6f8cb80ccbb366cd45bea13b [2022-03-06T09:05:35.500Z] check_test.go:195: [d134aeea0260f] daemon is not started [2022-03-06T09:05:35.500Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-06T09:05:36.431Z] check_test.go:195: [dbb42c554c50e] daemon is not started [2022-03-06T09:05:36.431Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-06T09:05:36.902Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-06T09:05:37.804Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-03-06T09:05:38.740Z] check_test.go:195: [d206e20d36137] daemon is not started [2022-03-06T09:05:38.740Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-06T09:05:39.110Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-06T09:05:39.110Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-06T09:05:39.577Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-06T09:05:39.675Z] check_test.go:195: [d077ddb7fbb9f] daemon is not started [2022-03-06T09:05:39.675Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-06T09:05:39.675Z] check_test.go:195: [d79cb1add63ec] daemon is not started [2022-03-06T09:05:39.675Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-06T09:05:40.240Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-03-06T09:05:40.805Z] check_test.go:195: [dc2ec54693736] daemon is not started [2022-03-06T09:05:40.805Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-06T09:05:42.180Z] check_test.go:195: [d41e799cd1ae0] daemon is not started [2022-03-06T09:05:42.180Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-06T09:05:43.117Z] check_test.go:195: [db3b5a6f3e36c] daemon is not started [2022-03-06T09:05:43.117Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-06T09:05:45.644Z] check_test.go:195: [d68780725dc33] daemon is not started [2022-03-06T09:05:45.644Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-06T09:05:45.644Z] check_test.go:195: [dab8b34eb1ce3] daemon is not started [2022-03-06T09:05:45.644Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-06T09:05:46.574Z] check_test.go:195: [dea3822e95c76] daemon is not started [2022-03-06T09:05:46.574Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-06T09:05:46.831Z] check_test.go:195: [dcabfee111e6d] daemon is not started [2022-03-06T09:05:46.831Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-06T09:05:46.831Z] check_test.go:195: [df839eadf0c5c] daemon is not started [2022-03-06T09:05:47.089Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-06T09:05:47.346Z] check_test.go:195: [dec6a50448198] daemon is not started [2022-03-06T09:05:47.346Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-06T09:05:47.603Z] check_test.go:195: [d8ef2614c3ae3] daemon is not started [2022-03-06T09:05:47.603Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-06T09:05:47.859Z] check_test.go:195: [dc771925f8514] daemon is not started [2022-03-06T09:05:47.859Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-06T09:05:47.859Z] check_test.go:195: [d14f3820bbf02] daemon is not started [2022-03-06T09:05:47.859Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-06T09:05:49.234Z] check_test.go:195: [d613acbd7c901] daemon is not started [2022-03-06T09:05:49.234Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-06T09:05:50.610Z] check_test.go:195: [dbdcd3665a890] daemon is not started [2022-03-06T09:05:50.610Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-06T09:05:51.191Z] check_test.go:195: [d0fdc9ca03262] daemon is not started [2022-03-06T09:05:51.191Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-06T09:05:52.133Z] check_test.go:195: [de6edb7f2f7c0] daemon is not started [2022-03-06T09:05:52.133Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-06T09:05:53.066Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite (41.98s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.27s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.11s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.23s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.60s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.07s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.56s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.96s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.81s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.99s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.01s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.03s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.96s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.24s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.71s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.78s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.97s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.22s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.06s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.13s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.10s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.24s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.94s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.08s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.38s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.79s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.00s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2022-03-06T09:05:53.998Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-03-06T09:05:53.998Z] === RUN TestDockerSchema1RegistrySuite [2022-03-06T09:05:53.998Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-06T09:05:53.998Z] check_test.go:222: [d0f13e5207fb9] daemon is not started [2022-03-06T09:05:53.998Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-06T09:05:55.899Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-03-06T09:05:56.831Z] check_test.go:222: [dd22283e15ea8] daemon is not started [2022-03-06T09:05:56.831Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-06T09:05:57.764Z] docker_cli_swarm_test.go:1796: [df2fe7cef9eb0] joining swarm manager [d6dae32dd9028]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T09:05:59.133Z] docker_cli_swarm_test.go:1797: [d54624956d527] joining swarm manager [d6dae32dd9028]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T09:06:01.659Z] check_test.go:222: [d91f7896f9ae9] daemon is not started [2022-03-06T09:06:01.659Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-06T09:06:02.593Z] check_test.go:222: [d5a5401c56fcd] daemon is not started [2022-03-06T09:06:02.593Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-06T09:06:02.850Z] check_test.go:222: [d8f38657f63fd] daemon is not started [2022-03-06T09:06:02.851Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-06T09:06:03.428Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-06T09:06:03.428Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-06T09:06:03.428Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-06T09:06:03.785Z] check_test.go:222: [d2c66f8a7b1ef] daemon is not started [2022-03-06T09:06:03.785Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-06T09:06:04.717Z] check_test.go:222: [d01f005297467] daemon is not started [2022-03-06T09:06:04.717Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-06T09:06:05.650Z] check_test.go:222: [dfb0dc4cd1b53] daemon is not started [2022-03-06T09:06:05.650Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-06T09:06:08.175Z] check_test.go:222: [d37ff2ad842a2] daemon is not started [2022-03-06T09:06:08.175Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-06T09:06:08.175Z] check_test.go:222: [db8369c1b8c05] daemon is not started [2022-03-06T09:06:08.175Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-06T09:06:08.738Z] check_test.go:222: [debf4da93f751] daemon is not started [2022-03-06T09:06:08.738Z] --- PASS: TestDockerSchema1RegistrySuite (14.72s) [2022-03-06T09:06:08.738Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2022-03-06T09:06:08.738Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.83s) [2022-03-06T09:06:08.738Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.89s) [2022-03-06T09:06:08.738Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.94s) [2022-03-06T09:06:08.738Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-03-06T09:06:08.738Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.94s) [2022-03-06T09:06:08.738Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.86s) [2022-03-06T09:06:08.738Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.90s) [2022-03-06T09:06:08.738Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.29s) [2022-03-06T09:06:08.738Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.40s) [2022-03-06T09:06:08.738Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2022-03-06T09:06:08.738Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-06T09:06:08.738Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-06T09:06:09.302Z] check_test.go:251: [d258989b7839e] daemon is not started [2022-03-06T09:06:09.559Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-06T09:06:10.123Z] check_test.go:251: [df820ed07fad2] daemon is not started [2022-03-06T09:06:10.123Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-06T09:06:10.123Z] check_test.go:251: [d07e55a928502] daemon is not started [2022-03-06T09:06:10.123Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-06T09:06:11.505Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-06T09:06:12.071Z] check_test.go:251: [dc89374f74491] daemon is not started [2022-03-06T09:06:12.071Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-06T09:06:12.328Z] check_test.go:251: [ddfd1fdd80687] daemon is not started [2022-03-06T09:06:12.585Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-06T09:06:13.519Z] check_test.go:251: [dfae3e6338673] daemon is not started [2022-03-06T09:06:13.519Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-06T09:06:13.519Z] check_test.go:251: [d6afd22a111c6] daemon is not started [2022-03-06T09:06:13.519Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.85s) [2022-03-06T09:06:13.519Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.84s) [2022-03-06T09:06:13.519Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.57s) [2022-03-06T09:06:13.519Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-03-06T09:06:13.519Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.26s) [2022-03-06T09:06:13.519Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.55s) [2022-03-06T09:06:13.519Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.48s) [2022-03-06T09:06:13.519Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.84s) [2022-03-06T09:06:13.519Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-03-06T09:06:13.519Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-06T09:06:13.519Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-06T09:06:14.892Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-03-06T09:06:18.194Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-06T09:06:19.074Z] check_test.go:278: [d2e85cd273f3b] daemon is not started [2022-03-06T09:06:19.074Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-06T09:06:19.074Z] check_test.go:278: [dbf543068e716] daemon is not started [2022-03-06T09:06:19.074Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-06T09:06:19.074Z] check_test.go:278: [d4e81d0a14b39] daemon is not started [2022-03-06T09:06:19.074Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-06T09:06:19.075Z] check_test.go:278: [d480189f1af29] daemon is not started [2022-03-06T09:06:19.075Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-06T09:06:19.075Z] check_test.go:278: [d56266372671d] daemon is not started [2022-03-06T09:06:19.335Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2022-03-06T09:06:19.335Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-03-06T09:06:19.335Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-03-06T09:06:19.335Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-03-06T09:06:19.335Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-03-06T09:06:19.335Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2022-03-06T09:06:19.335Z] === RUN TestDockerNetworkSuite [2022-03-06T09:06:19.335Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-03-06T09:06:20.265Z] docker_cli_network_unix_test.go:46: [d2d2683d85d5a] daemon is not started [2022-03-06T09:06:20.265Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-03-06T09:06:20.780Z] docker_cli_network_unix_test.go:46: [d0a6883e3e272] daemon is not started [2022-03-06T09:06:20.780Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-03-06T09:06:22.149Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-03-06T09:06:23.524Z] docker_cli_network_unix_test.go:46: [d6ed92c2dac91] daemon is not started [2022-03-06T09:06:24.090Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-03-06T09:06:24.347Z] docker_cli_swarm_test.go:1315: [d471910bf1fd2] joining swarm manager [db0ef13d40658]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T09:06:25.721Z] docker_cli_network_unix_test.go:46: [d0de99a3db8ec] daemon is not started [2022-03-06T09:06:25.721Z] docker_cli_swarm_test.go:1316: [db14539702c64] joining swarm manager [db0ef13d40658]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T09:06:25.721Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-03-06T09:06:25.980Z] docker_cli_network_unix_test.go:1233: [d08712a1beb73] daemon is not started [2022-03-06T09:06:26.739Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-06T09:06:28.510Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-03-06T09:06:29.076Z] docker_cli_network_unix_test.go:46: [dd0c5aaa8626f] daemon is not started [2022-03-06T09:06:29.641Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-03-06T09:06:33.835Z] docker_cli_network_unix_test.go:46: [da4d1e3daefcc] daemon is not started [2022-03-06T09:06:34.768Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-03-06T09:06:36.141Z] docker_cli_network_unix_test.go:46: [d8c99ecf22ee5] daemon is not started [2022-03-06T09:06:36.707Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-03-06T09:06:37.032Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-06T09:06:38.082Z] docker_cli_network_unix_test.go:46: [dfa4dcc3b204a] daemon is not started [2022-03-06T09:06:38.082Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-03-06T09:06:38.343Z] docker_cli_network_unix_test.go:46: [dfa106e6185f5] daemon is not started [2022-03-06T09:06:38.343Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-03-06T09:06:38.601Z] docker_cli_network_unix_test.go:46: [d0e5783674441] daemon is not started [2022-03-06T09:06:38.859Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-03-06T09:06:39.425Z] docker_cli_network_unix_test.go:46: [d2d6b06a02a27] daemon is not started [2022-03-06T09:06:39.683Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-03-06T09:06:40.177Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-06T09:06:40.177Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-06T09:06:40.246Z] docker_cli_network_unix_test.go:46: [d0999f320f2d9] daemon is not started [2022-03-06T09:06:40.505Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-03-06T09:06:40.505Z] docker_cli_network_unix_test.go:46: [dd6294b21b913] daemon is not started [2022-03-06T09:06:40.505Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-03-06T09:06:40.645Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-06T09:06:41.070Z] docker_cli_network_unix_test.go:46: [d3acf9828471f] daemon is not started [2022-03-06T09:06:41.070Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-03-06T09:06:41.330Z] docker_cli_network_unix_test.go:46: [db9b5ef47af5d] daemon is not started [2022-03-06T09:06:41.586Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-03-06T09:06:41.843Z] docker_cli_network_unix_test.go:46: [dc433ae629e88] daemon is not started [2022-03-06T09:06:41.843Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-03-06T09:06:41.843Z] docker_cli_network_unix_test.go:46: [d019d3f1a25d9] daemon is not started [2022-03-06T09:06:41.843Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-03-06T09:06:42.100Z] docker_cli_network_unix_test.go:46: [d6489bb409d74] daemon is not started [2022-03-06T09:06:42.100Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-03-06T09:06:42.665Z] docker_cli_network_unix_test.go:46: [dc436b8e6c20d] daemon is not started [2022-03-06T09:06:42.665Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-03-06T09:06:43.229Z] docker_cli_network_unix_test.go:46: [d9f7a66018a66] daemon is not started [2022-03-06T09:06:43.793Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-03-06T09:06:43.793Z] docker_cli_network_unix_test.go:46: [d3358d7e16bd6] daemon is not started [2022-03-06T09:06:43.793Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-03-06T09:06:43.793Z] docker_cli_network_unix_test.go:46: [d2379a45388ac] daemon is not started [2022-03-06T09:06:44.049Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-03-06T09:06:44.049Z] docker_cli_network_unix_test.go:46: [d4f3c3213b3ca] daemon is not started [2022-03-06T09:06:44.049Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-03-06T09:06:45.422Z] docker_cli_network_unix_test.go:968: [dcfbc5d873c47] daemon is not started [2022-03-06T09:06:46.356Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-03-06T09:06:47.292Z] docker_cli_network_unix_test.go:46: [d81341356f396] daemon is not started [2022-03-06T09:06:47.292Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-03-06T09:06:49.822Z] docker_cli_network_unix_test.go:1116: [dfd0a89b11005] daemon is not started [2022-03-06T09:06:52.355Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-03-06T09:06:52.612Z] docker_cli_network_unix_test.go:46: [db0c20d27d21d] daemon is not started [2022-03-06T09:06:52.612Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-03-06T09:06:53.542Z] docker_cli_network_unix_test.go:46: [d6ecf84d107f5] daemon is not started [2022-03-06T09:06:53.542Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-03-06T09:06:53.542Z] docker_cli_network_unix_test.go:46: [da289cdd27762] daemon is not started [2022-03-06T09:06:53.542Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-03-06T09:06:53.542Z] docker_cli_network_unix_test.go:46: [d8be238cd30f2] daemon is not started [2022-03-06T09:06:53.799Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-03-06T09:06:53.799Z] docker_cli_network_unix_test.go:46: [d276955992b5b] daemon is not started [2022-03-06T09:06:53.799Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-03-06T09:06:54.055Z] docker_cli_network_unix_test.go:46: [d202058cf60c7] daemon is not started [2022-03-06T09:06:54.055Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-03-06T09:06:54.055Z] docker_cli_network_unix_test.go:46: [dac51d9c71348] daemon is not started [2022-03-06T09:06:54.055Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-03-06T09:06:55.427Z] docker_cli_network_unix_test.go:46: [d7e49badcea2d] daemon is not started [2022-03-06T09:06:56.361Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-03-06T09:06:56.361Z] docker_cli_network_unix_test.go:46: [dd56fb392d671] daemon is not started [2022-03-06T09:06:56.361Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-03-06T09:06:56.361Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-06T09:06:56.361Z] docker_cli_network_unix_test.go:46: [dfd0759b5658a] daemon is not started [2022-03-06T09:06:56.361Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-03-06T09:06:56.929Z] docker_cli_network_unix_test.go:46: [dea7abe56df91] daemon is not started [2022-03-06T09:06:57.187Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-03-06T09:07:00.469Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-03-06T09:07:01.843Z] docker_cli_network_unix_test.go:1084: [d6c3cc2976391] daemon is not started [2022-03-06T09:07:01.848Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-06T09:07:03.217Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-03-06T09:07:03.217Z] docker_cli_network_unix_test.go:46: [d9728c49f562c] daemon is not started [2022-03-06T09:07:03.217Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-03-06T09:07:03.780Z] docker_cli_network_unix_test.go:46: [da322eefb135f] daemon is not started [2022-03-06T09:07:04.039Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-03-06T09:07:05.409Z] docker_cli_network_unix_test.go:46: [d0717ebe188c5] daemon is not started [2022-03-06T09:07:05.409Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-03-06T09:07:05.409Z] docker_cli_network_unix_test.go:46: [dbdcc14c2a5eb] daemon is not started [2022-03-06T09:07:05.409Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-03-06T09:07:05.973Z] docker_cli_network_unix_test.go:46: [dd0fa35930e31] daemon is not started [2022-03-06T09:07:06.229Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-03-06T09:07:06.487Z] docker_cli_network_unix_test.go:46: [d8fa0a0536ed2] daemon is not started [2022-03-06T09:07:06.487Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-03-06T09:07:06.945Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-06T09:07:07.420Z] docker_cli_network_unix_test.go:46: [dae4666e592d3] daemon is not started [2022-03-06T09:07:07.420Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-03-06T09:07:12.714Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-06T09:07:12.756Z] docker_cli_network_unix_test.go:46: [dc2edeca460e9] daemon is not started [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite (53.76s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.02s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.67s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.11s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.74s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.40s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.44s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.99s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.14s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.16s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.51s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.40s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.80s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.86s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.68s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.70s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.95s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.25s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.23s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.08s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.10s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.80s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.30s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-03-06T09:07:13.015Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.73s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.27s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.88s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.75s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.45s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.63s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.46s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.88s) [2022-03-06T09:07:13.015Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.47s) [2022-03-06T09:07:13.015Z] === RUN TestDockerHubPullSuite [2022-03-06T09:07:13.015Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-03-06T09:07:14.314Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-06T09:07:14.913Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-03-06T09:07:16.806Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-03-06T09:07:17.369Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-03-06T09:07:18.740Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-03-06T09:07:19.000Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-03-06T09:07:19.000Z] --- PASS: TestDockerHubPullSuite (6.13s) [2022-03-06T09:07:19.000Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.60s) [2022-03-06T09:07:19.000Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.19s) [2022-03-06T09:07:19.000Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.69s) [2022-03-06T09:07:19.000Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.37s) [2022-03-06T09:07:19.000Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2022-03-06T09:07:19.000Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-03-06T09:07:19.000Z] PASS [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === Skipped [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_sni_test.go:18: Flakey test [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-06T09:07:19.000Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-06T09:07:19.000Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-06T09:07:19.000Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-06T09:07:19.000Z] docker_cli_network_unix_test.go:46: [dfd0759b5658a] daemon is not started [2022-03-06T09:07:19.000Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-06T09:07:19.000Z] [2022-03-06T09:07:19.000Z] DONE 1265 tests, 51 skipped in 1378.270s [2022-03-06T09:07:19.000Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-06T09:07:19.258Z] ++++ cat bundles/test-integration/docker.pid [2022-03-06T09:07:19.258Z] +++ kill 8362 [2022-03-06T09:07:19.258Z] +++ /etc/init.d/apparmor stop [2022-03-06T09:07:19.258Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-06T09:07:19.258Z] [2022-03-06T09:07:19.258Z] Unloading profiles will leave already running processes permanently [2022-03-06T09:07:19.258Z] unconfined, which can lead to unexpected situations. [2022-03-06T09:07:19.258Z] [2022-03-06T09:07:19.258Z] To set a process to complain mode, use the command line tool [2022-03-06T09:07:19.258Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-06T09:07:19.258Z] +++ true [2022-03-06T09:07:19.258Z] exiting test-integration [2022-03-06T09:07:19.258Z] ++ exit 0 [2022-03-06T09:07:19.258Z] [2022-03-06T09:07:19.516Z] + for job in $(jobs -p) [2022-03-06T09:07:19.516Z] + wait 7545 [2022-03-06T09:07:22.988Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-06T09:07:24.712Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-06T09:07:28.306Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-06T09:07:28.306Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-06T09:07:28.306Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-06T09:07:28.306Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-06T09:07:28.306Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-06T09:07:28.306Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-06T09:07:28.306Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-06T09:07:28.306Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-06T09:07:28.306Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-06T09:07:28.306Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-06T09:07:28.306Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-06T09:07:31.266Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-06T09:07:31.266Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-06T09:07:31.266Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-06T09:07:31.266Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-06T09:07:31.266Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-06T09:07:31.266Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-06T09:07:31.266Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-06T09:07:31.266Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-06T09:07:31.266Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-06T09:07:35.071Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-06T09:07:35.071Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-06T09:07:35.071Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-06T09:07:35.071Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-06T09:07:35.071Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-06T09:07:43.744Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-06T09:07:54.788Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-06T09:08:05.195Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-06T09:08:15.589Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-06T09:08:35.008Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-06T09:08:35.008Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-06T09:08:35.008Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-06T09:08:35.008Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-06T09:08:35.008Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-06T09:08:35.008Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-06T09:08:35.462Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-06T09:08:36.421Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-06T09:08:36.421Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-06T09:08:36.421Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-06T09:08:37.380Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-06T09:08:37.835Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-06T09:08:43.603Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-06T09:08:45.763Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-06T09:08:50.436Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-06T09:08:50.436Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-06T09:08:50.436Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-06T09:08:50.436Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-06T09:08:50.891Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-06T09:08:50.891Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-06T09:08:50.891Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-06T09:08:50.891Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-06T09:08:50.891Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-06T09:08:50.891Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-06T09:08:50.891Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-06T09:08:54.623Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-06T09:08:54.623Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-06T09:08:54.623Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-06T09:08:54.623Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-06T09:08:54.623Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-06T09:08:54.623Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-06T09:08:55.078Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-06T09:08:56.037Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-06T09:09:00.693Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-06T09:09:10.933Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-03-06T09:09:10.933Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-03-06T09:09:10.933Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-03-06T09:09:15.522Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-06T09:09:15.522Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-06T09:09:15.522Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-06T09:09:15.522Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-06T09:09:15.522Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-06T09:09:15.522Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-06T09:09:15.522Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-06T09:09:15.522Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-06T09:09:15.522Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-06T09:09:15.522Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-06T09:09:15.522Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-06T09:09:15.522Z] === RUN TestDockerSuite/TestBuildFails [2022-03-06T09:09:16.214Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-03-06T09:09:17.588Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-03-06T09:09:18.407Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-06T09:09:18.407Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-06T09:09:21.762Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-03-06T09:09:23.660Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-03-06T09:09:24.167Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-06T09:09:27.841Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-03-06T09:09:27.841Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-06T09:09:27.841Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-03-06T09:09:31.204Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-06T09:09:32.020Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-03-06T09:09:32.950Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-03-06T09:09:33.517Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-03-06T09:09:36.044Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-03-06T09:09:36.963Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-06T09:09:41.819Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-06T09:09:41.819Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-06T09:09:41.819Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-06T09:09:41.819Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-06T09:09:41.819Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-06T09:09:41.819Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-06T09:09:41.819Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-06T09:09:41.819Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-06T09:09:41.819Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-06T09:09:41.819Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-06T09:09:41.819Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-06T09:09:41.819Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-06T09:09:44.009Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-06T09:09:44.464Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-06T09:09:47.666Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-06T09:09:49.136Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-06T09:09:49.136Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-06T09:09:49.136Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-06T09:09:50.094Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-06T09:09:50.549Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-06T09:09:50.549Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-06T09:09:50.549Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-06T09:09:51.443Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-06T09:09:56.179Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-06T09:09:56.179Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-06T09:09:56.179Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-06T09:09:56.179Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-06T09:09:56.645Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-06T09:09:56.645Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-06T09:09:56.645Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-06T09:09:56.645Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-06T09:09:56.645Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-06T09:09:56.645Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-06T09:09:56.645Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-06T09:09:59.088Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-06T09:09:59.088Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-06T09:09:59.088Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-06T09:10:00.423Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-06T09:10:00.423Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-06T09:10:00.423Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-06T09:10:00.423Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-06T09:10:00.423Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-06T09:10:00.423Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-06T09:10:00.423Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-06T09:10:01.404Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-06T09:10:07.257Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-06T09:10:10.902Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-06T09:10:10.902Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-06T09:10:10.902Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-06T09:10:11.444Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-06T09:10:11.444Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-06T09:10:13.615Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-06T09:10:13.615Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-06T09:10:13.615Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-06T09:10:13.859Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-06T09:10:13.859Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-06T09:10:14.070Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-06T09:10:14.070Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-06T09:10:18.613Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-06T09:10:18.740Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-06T09:10:19.610Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-06T09:10:19.610Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-06T09:10:19.610Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-06T09:10:19.610Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-06T09:10:19.610Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-06T09:10:19.610Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-06T09:10:19.610Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-06T09:10:19.700Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-06T09:10:20.083Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-06T09:10:20.661Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-06T09:10:21.071Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-06T09:10:21.628Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-06T09:10:22.083Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-06T09:10:22.163Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-06T09:10:22.163Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-06T09:10:22.163Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-06T09:10:22.163Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-06T09:10:22.163Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-06T09:10:22.163Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-06T09:10:22.163Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-06T09:10:22.163Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-06T09:10:22.163Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-06T09:10:22.163Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-06T09:10:22.163Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-06T09:10:22.163Z] === RUN TestDockerSuite/TestBuildFails [2022-03-06T09:10:23.048Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-06T09:10:24.369Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-06T09:10:24.572Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-06T09:10:24.835Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-06T09:10:24.871Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-06T09:10:26.455Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-06T09:10:26.455Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-06T09:10:26.923Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-06T09:10:26.923Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-06T09:10:26.923Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-06T09:10:26.923Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-06T09:10:29.877Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-06T09:10:31.635Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-06T09:10:31.635Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-06T09:10:31.635Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-06T09:10:31.635Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-06T09:10:31.635Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-06T09:10:31.635Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-06T09:10:31.635Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-06T09:10:31.635Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-06T09:10:31.635Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-06T09:10:31.635Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-06T09:10:31.967Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-06T09:10:32.306Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-03-06T09:10:32.306Z] docker_cli_swarm_test.go:1180: [d566dde052eff] joining swarm manager [df0e90add2f95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T09:10:32.619Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-06T09:10:37.564Z] docker_cli_swarm_test.go:1189: [d5c3f87591cab] joining swarm manager [df0e90add2f95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T09:10:37.813Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-06T09:10:38.477Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-06T09:10:44.971Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-06T09:10:46.564Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-06T09:10:52.411Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-06T09:10:52.877Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-06T09:10:53.410Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-06T09:10:53.410Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-06T09:10:53.410Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-06T09:10:55.399Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-06T09:10:55.399Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-06T09:10:55.399Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-06T09:10:55.399Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-06T09:10:56.364Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-06T09:10:58.726Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-06T09:10:58.726Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-06T09:10:58.726Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-06T09:10:58.726Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-06T09:10:59.194Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-06T09:10:59.708Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-06T09:10:59.708Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-06T09:10:59.708Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-06T09:11:00.760Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-06T09:11:06.632Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-06T09:11:06.632Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-06T09:11:06.632Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-06T09:11:06.632Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-06T09:11:06.632Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-06T09:11:06.632Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-06T09:11:06.632Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-06T09:11:06.632Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-06T09:11:06.632Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-06T09:11:07.101Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-06T09:11:08.343Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-06T09:11:08.343Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-06T09:11:08.343Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-06T09:11:20.805Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-06T09:11:20.805Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-06T09:11:23.010Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-06T09:11:23.010Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-06T09:11:23.010Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-06T09:11:23.992Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-06T09:11:23.992Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-06T09:11:24.206Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-03-06T09:11:28.734Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-06T09:11:29.716Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-06T09:11:30.183Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-06T09:11:30.772Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-03-06T09:11:31.165Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-06T09:11:31.630Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-06T09:11:32.193Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-06T09:11:32.611Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-06T09:11:34.053Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-03-06T09:11:34.168Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-06T09:11:35.946Z] docker_cli_swarm_test.go:1112: [d045561e3e3cd] joining swarm manager [d98dfbec6ff94]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T09:11:37.317Z] docker_cli_swarm_test.go:1113: [d31b69ee38e84] joining swarm manager [d98dfbec6ff94]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T09:11:40.011Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-06T09:11:40.011Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-06T09:11:40.011Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-06T09:11:40.011Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-06T09:11:40.011Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-06T09:11:40.011Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-06T09:11:40.011Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-06T09:11:40.011Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-06T09:11:40.011Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-06T09:11:40.993Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-06T09:11:41.458Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-06T09:11:44.669Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-06T09:11:47.306Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-06T09:11:50.525Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-06T09:11:56.384Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-06T09:12:02.239Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-06T09:12:05.099Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-06T09:12:05.099Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-06T09:12:05.099Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-06T09:12:06.657Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-06T09:12:07.762Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-06T09:12:07.762Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-06T09:12:07.762Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-06T09:12:07.762Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-06T09:12:07.762Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-06T09:12:19.983Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-06T09:12:19.983Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-06T09:12:19.983Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-06T09:12:27.019Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-06T09:12:27.473Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-06T09:12:27.473Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-06T09:12:27.473Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-06T09:12:27.473Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-06T09:12:27.473Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-06T09:12:31.185Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-06T09:12:33.061Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-06T09:12:33.061Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-06T09:12:33.531Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-06T09:12:34.003Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-06T09:12:34.904Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-06T09:12:37.789Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-06T09:12:38.245Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-06T09:12:38.245Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-06T09:12:41.129Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-06T09:12:42.088Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-06T09:12:42.678Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-06T09:12:42.678Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-06T09:12:43.611Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-06T09:12:43.666Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-06T09:12:49.381Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-06T09:12:49.536Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-06T09:12:53.891Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-06T09:12:54.346Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-06T09:12:59.981Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-06T09:13:04.300Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-06T09:13:04.622Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-06T09:13:08.331Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-06T09:13:10.149Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-06T09:13:10.414Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-06T09:13:10.414Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-06T09:13:10.414Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-06T09:13:13.730Z] docker_cli_swarm_test.go:1166: [dbfb5e43ff38d] joining swarm manager [d98dfbec6ff94]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-06T09:13:16.294Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-06T09:13:16.294Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-06T09:13:16.294Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-06T09:13:16.294Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-06T09:13:16.294Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-06T09:13:16.872Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-06T09:13:18.790Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-06T09:13:20.592Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-06T09:13:24.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-06T09:13:24.963Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-06T09:13:24.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-06T09:13:24.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-06T09:13:24.963Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-06T09:13:24.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-06T09:13:24.963Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-06T09:13:24.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-06T09:13:25.927Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-06T09:13:26.356Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-06T09:13:26.816Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-06T09:13:26.816Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-06T09:13:26.816Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-06T09:13:26.816Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-06T09:13:26.816Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-06T09:13:28.980Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-06T09:13:28.980Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-06T09:13:28.980Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-06T09:13:40.248Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-03-06T09:13:40.813Z] docker_cli_swarm_test.go:1447: [d709881f96732] joining swarm manager [d7d546efb8e5f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T09:13:41.378Z] docker_cli_swarm_test.go:1448: [deb5acd71aeef] joining swarm manager [d7d546efb8e5f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-06T09:13:47.126Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-06T09:13:47.126Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-06T09:13:47.126Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-06T09:13:53.568Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-03-06T09:13:53.568Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-03-06T09:13:53.568Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-03-06T09:13:53.568Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-03-06T09:13:53.568Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-03-06T09:13:54.265Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-06T09:13:54.502Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-03-06T09:13:55.246Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-06T09:13:55.246Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-06T09:13:55.246Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-06T09:13:55.246Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-06T09:13:55.246Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-06T09:13:56.403Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-03-06T09:13:58.188Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-06T09:13:59.682Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-03-06T09:14:02.203Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-03-06T09:14:02.923Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-06T09:14:04.101Z] docker_cli_swarm_unix_test.go:63: [da24fd38761d0] joining swarm manager [d0ffd25077518]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T09:14:06.700Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-06T09:14:06.700Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-06T09:14:06.700Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-06T09:14:07.679Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-06T09:14:09.641Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-06T09:14:10.107Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-06T09:14:11.425Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-06T09:14:11.479Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-06T09:14:11.480Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-06T09:14:11.664Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-06T09:14:11.948Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-06T09:14:11.948Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-06T09:14:12.417Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-06T09:14:13.983Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-06T09:14:13.983Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-06T09:14:13.983Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-06T09:14:19.856Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-06T09:14:21.429Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-06T09:14:21.429Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-06T09:14:21.899Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-06T09:14:21.899Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-06T09:14:21.899Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-06T09:14:22.065Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-06T09:14:23.473Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-06T09:14:23.627Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-06T09:14:25.040Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-06T09:14:25.508Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-06T09:14:26.505Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-06T09:14:26.975Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-06T09:14:29.071Z] === RUN TestDockerSuite/TestBuildRm [2022-03-06T09:14:32.846Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-06T09:14:34.029Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-06T09:14:35.800Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-06T09:14:35.800Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-06T09:14:35.800Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-06T09:14:37.372Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-06T09:14:37.372Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-06T09:14:37.372Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-06T09:14:37.843Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-06T09:14:38.765Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-06T09:14:40.063Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-06T09:14:41.424Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-06T09:14:41.633Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-06T09:14:42.102Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-06T09:14:42.102Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-06T09:14:42.102Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-06T09:14:42.949Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-06T09:14:42.949Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-06T09:14:42.949Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-06T09:14:42.949Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-06T09:14:43.090Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-06T09:14:43.403Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-06T09:14:44.079Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-06T09:14:44.079Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-06T09:14:44.079Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-06T09:14:44.079Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-06T09:14:44.079Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-06T09:14:44.941Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-06T09:14:48.650Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-06T09:14:49.168Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-06T09:14:51.251Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-06T09:14:52.362Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-06T09:14:53.914Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-06T09:14:57.022Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-06T09:14:59.770Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-06T09:15:00.317Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-03-06T09:15:00.317Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-03-06T09:15:00.317Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-03-06T09:15:00.752Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-06T09:15:00.752Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-06T09:15:00.752Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-06T09:15:00.752Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-06T09:15:00.752Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-06T09:15:01.251Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-03-06T09:15:03.736Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-06T09:15:03.736Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-06T09:15:03.736Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-06T09:15:04.531Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-03-06T09:15:07.057Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-03-06T09:15:08.951Z] docker_api_swarm_test.go:962: [da95ef9a2b834] joining swarm manager [d6cb32a206384]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-06T09:15:14.661Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-06T09:15:14.661Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-06T09:15:14.661Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-06T09:15:23.192Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-06T09:15:23.192Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-06T09:15:26.910Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-06T09:15:26.910Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-06T09:15:27.012Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-03-06T09:15:31.630Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-06T09:15:34.101Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-06T09:15:34.101Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-06T09:15:34.101Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-06T09:15:35.090Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-06T09:15:35.090Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-06T09:15:35.558Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-06T09:15:35.558Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-06T09:15:36.026Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-06T09:15:36.026Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-06T09:15:36.026Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-06T09:15:36.494Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-06T09:15:36.494Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-06T09:15:36.494Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-06T09:15:41.923Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-03-06T09:15:41.923Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-03-06T09:15:43.815Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-03-06T09:15:46.389Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-06T09:15:47.097Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-03-06T09:15:52.666Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-06T09:15:52.666Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-06T09:15:52.666Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-06T09:15:53.625Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-06T09:15:53.651Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-03-06T09:15:55.149Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-06T09:15:57.828Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-03-06T09:15:59.808Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-06T09:16:00.356Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-03-06T09:16:02.884Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-03-06T09:16:04.485Z] === RUN TestDockerSuite/TestBuildUser [2022-03-06T09:16:04.485Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-06T09:16:04.485Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-06T09:16:04.485Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-06T09:16:04.485Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-06T09:16:04.485Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-06T09:16:04.485Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-06T09:16:05.407Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-03-06T09:16:07.323Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-03-06T09:16:07.612Z] === RUN TestDockerSuite/TestBuildRm [2022-03-06T09:16:08.207Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-06T09:16:08.662Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-06T09:16:10.600Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-03-06T09:16:12.357Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-06T09:16:12.371Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-06T09:16:12.371Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-06T09:16:12.371Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-06T09:16:12.371Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-06T09:16:12.371Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-06T09:16:12.499Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-03-06T09:16:13.349Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-06T09:16:13.349Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-06T09:16:13.349Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-06T09:16:20.069Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-06T09:16:23.012Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-06T09:16:23.012Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-06T09:16:23.012Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-06T09:16:23.012Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-06T09:16:23.478Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-06T09:16:25.035Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-06T09:16:28.809Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-06T09:16:33.431Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-06T09:16:33.547Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-06T09:16:33.886Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-06T09:16:38.285Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-06T09:16:38.642Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-06T09:16:40.860Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-06T09:16:41.328Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-06T09:16:42.414Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-06T09:16:46.086Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-06T09:16:48.173Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-06T09:16:48.173Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-06T09:16:48.173Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-06T09:16:48.173Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-06T09:16:48.173Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-06T09:16:49.051Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-06T09:16:51.063Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-06T09:16:51.063Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-06T09:16:51.063Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-06T09:16:52.004Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-06T09:16:56.077Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-06T09:16:56.077Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-06T09:16:56.544Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-06T09:17:01.343Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-06T09:17:05.051Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-06T09:17:05.505Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-06T09:17:07.035Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-06T09:17:07.036Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-06T09:17:08.698Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-03-06T09:17:10.810Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-06T09:17:10.810Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-06T09:17:15.550Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-06T09:17:20.330Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-06T09:17:20.330Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-06T09:17:20.330Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-06T09:17:20.330Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-06T09:17:20.330Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-06T09:17:20.330Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-06T09:17:20.330Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-06T09:17:20.785Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-06T09:17:23.573Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-03-06T09:17:27.825Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-06T09:17:31.922Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-06T09:17:31.922Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-06T09:17:31.922Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-06T09:17:31.922Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-06T09:17:31.922Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-06T09:17:31.922Z] docker_cli_sni_test.go:18: Flakey test [2022-03-06T09:17:31.922Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-06T09:17:32.378Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-06T09:17:37.036Z] === RUN TestDockerSuite/TestCommitChange [2022-03-06T09:17:38.222Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-06T09:17:38.224Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-06T09:17:38.693Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite (1661.76s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.31s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.09s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.90s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.41s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.06s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (24.79s) [2022-03-06T09:17:40.096Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.75s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.83s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.68s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (31.57s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (26.18s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.99s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.10s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.93s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (43.48s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.42s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.48s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.49s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (22.43s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (68.56s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (50.10s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.36s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.69s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.55s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.28s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.39s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.91s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.83s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.25s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.60s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.91s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.14s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.83s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.47s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.71s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.26s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.40s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.51s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.90s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.64s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.06s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.97s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.46s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.24s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.58s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.73s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.88s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.90s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.45s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.05s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.00s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.63s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.51s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.07s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.86s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (4.91s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (12.95s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.38s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.23s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.55s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.55s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.04s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.84s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.85s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.37s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.17s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.58s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.55s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.57s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.72s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.07s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.54s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.49s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.98s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.52s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (158.67s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.40s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.57s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.79s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.13s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.76s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.19s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.54s) [2022-03-06T09:17:40.096Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.95s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.15s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.46s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.81s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.84s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.11s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (124.91s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.25s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.21s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.12s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.13s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.15s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.16s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.41s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.13s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.99s) [2022-03-06T09:17:40.096Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.14s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.06s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.36s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.09s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.55s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.10s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.16s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.83s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.87s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.37s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.40s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.43s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.45s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.35s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.87s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.15s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.74s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.15s) [2022-03-06T09:17:40.097Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.11s) [2022-03-06T09:17:40.097Z] === RUN TestDockerExternalVolumeSuite [2022-03-06T09:17:40.097Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-03-06T09:17:40.097Z] docker_cli_external_volume_driver_test.go:52: [d5a936f7ce5a0] daemon is not started [2022-03-06T09:17:42.809Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-06T09:17:43.439Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-06T09:17:44.420Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-06T09:17:46.520Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-06T09:17:46.520Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-06T09:17:46.520Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-06T09:17:50.277Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-06T09:17:53.558Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-06T09:17:53.558Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-06T09:17:53.558Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-06T09:17:54.958Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-03-06T09:17:56.152Z] === RUN TestDockerSuite/TestBuildUser [2022-03-06T09:17:56.152Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-06T09:17:56.152Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-06T09:17:56.152Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-06T09:17:56.152Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-06T09:17:56.152Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-06T09:17:56.152Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-06T09:18:00.603Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-06T09:18:00.888Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-06T09:18:00.888Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-06T09:18:04.665Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-06T09:18:04.665Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-06T09:18:04.665Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-06T09:18:04.665Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-06T09:18:04.665Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-06T09:18:05.273Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-06T09:18:05.273Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-06T09:18:05.273Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-06T09:18:05.273Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-06T09:18:05.273Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-06T09:18:05.273Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-06T09:18:05.273Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-06T09:18:05.273Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-06T09:18:05.273Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-06T09:18:05.273Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-06T09:18:05.273Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-06T09:18:05.273Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-06T09:18:05.273Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-06T09:18:05.273Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-06T09:18:05.273Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-06T09:18:05.273Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-06T09:18:12.313Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-06T09:18:18.516Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-06T09:18:18.516Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-06T09:18:18.516Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-06T09:18:18.516Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-06T09:18:19.351Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-06T09:18:19.351Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-06T09:18:19.351Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-06T09:18:21.511Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-06T09:18:21.511Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-06T09:18:21.511Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-06T09:18:21.511Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-06T09:18:21.511Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-06T09:18:21.511Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-06T09:18:21.511Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-06T09:18:24.399Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-06T09:18:24.399Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-06T09:18:24.399Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-06T09:18:24.399Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-06T09:18:26.568Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-06T09:18:27.025Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-06T09:18:27.025Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-06T09:18:27.025Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-06T09:18:27.025Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-06T09:18:27.025Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-06T09:18:27.025Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-06T09:18:27.025Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-06T09:18:29.914Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-06T09:18:29.914Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-06T09:18:30.744Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-06T09:18:32.270Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-06T09:18:34.432Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-06T09:18:34.432Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-06T09:18:34.432Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-06T09:18:34.432Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-06T09:18:37.327Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-06T09:18:37.327Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-06T09:18:38.557Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-06T09:18:39.503Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-06T09:18:39.503Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:18:39.503Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-06T09:18:39.503Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:18:39.503Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-06T09:18:42.387Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-06T09:18:42.387Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-06T09:18:43.301Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-06T09:18:43.301Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-06T09:18:43.767Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-06T09:18:43.767Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-06T09:18:43.767Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-06T09:18:44.574Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-06T09:18:44.574Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-06T09:18:44.574Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-06T09:18:47.467Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-06T09:18:47.467Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-06T09:18:47.547Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-06T09:18:47.547Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-06T09:18:47.547Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-06T09:18:50.356Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-06T09:18:54.066Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-06T09:18:58.724Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-06T09:18:58.724Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-06T09:18:58.724Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-06T09:18:58.724Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-06T09:18:58.724Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-06T09:19:00.018Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-06T09:19:00.249Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-06T09:19:00.249Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-06T09:19:00.249Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-06T09:19:02.612Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-03-06T09:19:03.155Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-06T09:19:03.155Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-06T09:19:03.155Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-06T09:19:04.759Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-06T09:19:05.225Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-06T09:19:05.330Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-06T09:19:05.330Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-06T09:19:09.989Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-06T09:19:10.709Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-03-06T09:19:12.151Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-06T09:19:12.151Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-06T09:19:12.151Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-06T09:19:12.151Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-06T09:19:12.151Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-06T09:19:12.151Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-06T09:19:12.151Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-06T09:19:12.151Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-06T09:19:12.151Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-06T09:19:12.151Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-06T09:19:12.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-06T09:19:14.314Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-06T09:19:14.314Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-06T09:19:16.476Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-06T09:19:19.360Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-06T09:19:20.135Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-06T09:19:20.135Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-06T09:19:20.135Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-06T09:19:20.135Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-06T09:19:20.135Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-06T09:19:20.135Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-06T09:19:20.135Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-06T09:19:21.528Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-06T09:19:21.694Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-06T09:19:24.415Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00009dda0_} [2022-03-06T09:19:27.299Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11349459327_c:\foo_false____} [2022-03-06T09:19:28.773Z] docker_cli_external_volume_driver_test.go:52: [d6d92363d7ef5] daemon is not started [2022-03-06T09:19:29.462Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11349459327_c:\foo_true____} [2022-03-06T09:19:30.851Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-06T09:19:30.851Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-06T09:19:30.851Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-06T09:19:32.094Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-06T09:19:32.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-06T09:19:32.348Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-06T09:19:32.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-06T09:19:32.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-06T09:19:32.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-06T09:19:32.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-06T09:19:32.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-06T09:19:32.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-06T09:19:32.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-06T09:19:32.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-06T09:19:32.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-06T09:19:32.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-06T09:19:32.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-06T09:19:32.561Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-06T09:19:32.562Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-06T09:19:32.802Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-06T09:19:32.802Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-06T09:19:32.802Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-06T09:19:32.802Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-06T09:19:32.802Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-06T09:19:32.802Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-06T09:19:32.802Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-06T09:19:32.802Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-06T09:19:32.802Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-06T09:19:32.802Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-06T09:19:32.802Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-06T09:19:33.028Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-06T09:19:33.028Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-06T09:19:33.028Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-06T09:19:33.028Z] docker_cli_sni_test.go:18: Flakey test [2022-03-06T09:19:33.028Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-06T09:19:35.236Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-06T09:19:35.236Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-06T09:19:35.236Z] === RUN TestDockerSuite/TestCommitChange [2022-03-06T09:19:35.687Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-06T09:19:35.687Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.687Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-06T09:19:35.687Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.687Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-06T09:19:35.687Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.687Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-06T09:19:35.687Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.687Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-06T09:19:35.687Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.687Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-06T09:19:35.687Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.687Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-06T09:19:35.687Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.687Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-06T09:19:35.687Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.687Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-06T09:19:35.687Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.687Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-06T09:19:35.687Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.687Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-06T09:19:35.687Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.688Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-06T09:19:35.688Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.688Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-06T09:19:35.688Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-06T09:19:35.688Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-06T09:19:38.573Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-06T09:19:38.573Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-06T09:19:38.573Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-06T09:19:38.573Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-06T09:19:40.994Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-03-06T09:19:41.092Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-06T09:19:41.457Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-06T09:19:41.457Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-06T09:19:41.457Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-06T09:19:41.457Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-06T09:19:41.457Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-06T09:19:41.457Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-06T09:19:41.457Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-06T09:19:45.834Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-06T09:19:45.834Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-06T09:19:45.834Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-06T09:19:46.182Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-06T09:19:49.069Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-06T09:19:49.069Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-06T09:19:49.069Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-06T09:19:49.069Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-06T09:19:49.069Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-06T09:19:52.106Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-06T09:19:52.975Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-06T09:19:52.975Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-06T09:19:52.975Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-06T09:19:59.113Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-03-06T09:19:59.344Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-06T09:19:59.344Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-06T09:19:59.344Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-06T09:19:59.344Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-06T09:19:59.344Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-06T09:20:01.617Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-06T09:20:06.362Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-06T09:20:06.363Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-06T09:20:06.363Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-06T09:20:06.363Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-06T09:20:06.363Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-06T09:20:06.363Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-06T09:20:06.363Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-06T09:20:06.363Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-06T09:20:06.363Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-06T09:20:06.363Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-06T09:20:06.363Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-06T09:20:06.363Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-06T09:20:06.363Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-06T09:20:06.363Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-06T09:20:06.363Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-06T09:20:06.363Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-06T09:20:09.619Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-06T09:20:09.619Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-06T09:20:09.619Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-06T09:20:09.619Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-06T09:20:09.619Z] === RUN TestDockerSuite/TestCpToDot [2022-03-06T09:20:09.939Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-06T09:20:11.143Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-06T09:20:11.143Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-06T09:20:11.143Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-06T09:20:11.143Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-06T09:20:11.143Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-06T09:20:11.296Z] docker_cli_external_volume_driver_test.go:52: [d2971f46c2a7b] daemon is not started [2022-03-06T09:20:13.503Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-06T09:20:14.029Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-06T09:20:14.030Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:20:14.030Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-06T09:20:14.030Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-06T09:20:14.030Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-06T09:20:14.030Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-06T09:20:14.030Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-06T09:20:14.030Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-06T09:20:14.484Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-06T09:20:14.484Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-06T09:20:14.484Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-06T09:20:16.650Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-06T09:20:19.542Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-06T09:20:19.996Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-06T09:20:19.996Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-06T09:20:22.147Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-06T09:20:22.147Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-06T09:20:22.147Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-06T09:20:22.169Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-06T09:20:22.477Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-06T09:20:22.623Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-06T09:20:23.078Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-06T09:20:23.078Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-06T09:20:23.078Z] === RUN TestDockerSuite/TestCreateRM [2022-03-06T09:20:23.532Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-06T09:20:23.532Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-06T09:20:23.532Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-06T09:20:23.532Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-06T09:20:23.987Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-06T09:20:24.357Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-06T09:20:24.357Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-06T09:20:24.357Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-06T09:20:24.357Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-06T09:20:24.357Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-06T09:20:24.357Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-06T09:20:24.357Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-06T09:20:27.299Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-06T09:20:27.299Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-06T09:20:27.299Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-06T09:20:27.299Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-06T09:20:29.362Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-03-06T09:20:29.362Z] docker_cli_external_volume_driver_test.go:52: [d4ccb7f59edc3] daemon is not started [2022-03-06T09:20:30.247Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-06T09:20:30.247Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-06T09:20:30.247Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-06T09:20:30.247Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-06T09:20:30.247Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-06T09:20:30.247Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-06T09:20:30.247Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-06T09:20:30.247Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-06T09:20:32.528Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-06T09:20:32.528Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-06T09:20:32.983Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-06T09:20:34.027Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-06T09:20:36.692Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-06T09:20:36.692Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-06T09:20:36.692Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-06T09:20:36.692Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-06T09:20:37.803Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-06T09:20:39.580Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-06T09:20:39.581Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-06T09:20:39.581Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-06T09:20:39.581Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-06T09:20:39.581Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-06T09:20:39.581Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-06T09:20:39.581Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-06T09:20:39.581Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-06T09:20:39.581Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-06T09:20:39.581Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-06T09:20:39.581Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDockerFails [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-06T09:20:39.581Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-06T09:20:39.581Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-06T09:20:39.581Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-06T09:20:39.581Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-06T09:20:39.581Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-06T09:20:39.581Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-06T09:20:40.745Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-06T09:20:40.745Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-06T09:20:40.745Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-06T09:20:40.745Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-06T09:20:41.557Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-03-06T09:20:42.467Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-06T09:20:44.523Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-06T09:20:44.523Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-06T09:20:45.355Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-06T09:20:47.461Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-06T09:20:47.461Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:20:47.461Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-06T09:20:47.461Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:20:47.461Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-06T09:20:48.241Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-06T09:20:50.402Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-06T09:20:50.402Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-06T09:20:53.344Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-06T09:20:53.344Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-06T09:20:53.344Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-06T09:20:56.768Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-06T09:20:57.123Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-06T09:20:57.123Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-06T09:21:00.063Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-06T09:21:00.479Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-06T09:21:05.914Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-06T09:21:06.248Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-06T09:21:08.409Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-06T09:21:09.367Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-06T09:21:11.762Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-06T09:21:11.762Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-06T09:21:11.762Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-06T09:21:11.762Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-06T09:21:11.762Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-06T09:21:13.360Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-06T09:21:13.609Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-03-06T09:21:14.031Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-06T09:21:14.485Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-06T09:21:14.701Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-06T09:21:14.701Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-06T09:21:14.701Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-06T09:21:15.448Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-06T09:21:17.641Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-06T09:21:17.641Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-06T09:21:17.641Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-06T09:21:20.580Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-06T09:21:21.045Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-06T09:21:21.207Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-06T09:21:25.782Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-06T09:21:25.874Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-06T09:21:25.880Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-06T09:21:25.880Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-06T09:21:26.336Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-06T09:21:26.336Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-06T09:21:26.336Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-06T09:21:26.337Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-06T09:21:26.337Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-06T09:21:26.337Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-06T09:21:26.337Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-06T09:21:27.298Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-06T09:21:27.298Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-06T09:21:27.298Z] === RUN TestDockerSuite/TestEventsRename [2022-03-06T09:21:28.723Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-06T09:21:28.723Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-06T09:21:28.723Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-06T09:21:28.723Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-06T09:21:28.723Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-06T09:21:28.723Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-06T09:21:28.723Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-06T09:21:28.723Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-06T09:21:28.723Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-06T09:21:28.723Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-06T09:21:28.723Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-06T09:21:30.184Z] === RUN TestDockerSuite/TestEventsResize [2022-03-06T09:21:31.660Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-06T09:21:31.660Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-06T09:21:31.675Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-03-06T09:21:34.602Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-06T09:21:37.544Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-06T09:21:38.731Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-06T09:21:40.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-06T09:21:40.815Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-06T09:21:40.894Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-06T09:21:42.690Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009057b8_} [2022-03-06T09:21:43.056Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-06T09:21:45.631Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12489494088_c:\foo_false____} [2022-03-06T09:21:46.555Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-03-06T09:21:48.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12489494088_c:\foo_true____} [2022-03-06T09:21:48.819Z] === RUN TestDockerSuite/TestEventsTop [2022-03-06T09:21:48.819Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-06T09:21:48.819Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-06T09:21:50.985Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-06T09:21:52.354Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-06T09:21:52.354Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-06T09:21:52.354Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-06T09:21:52.354Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-06T09:21:52.354Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-06T09:21:52.354Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-06T09:21:52.354Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-06T09:21:55.293Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-06T09:21:55.293Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.293Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-06T09:21:55.293Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.293Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-06T09:21:55.293Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.655Z] === RUN TestDockerSuite/TestExec [2022-03-06T09:21:55.655Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.655Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-06T09:21:55.655Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.655Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-06T09:21:55.759Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-06T09:21:55.759Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.759Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-06T09:21:55.759Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.759Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-06T09:21:55.759Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.759Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-06T09:21:55.759Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.759Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-06T09:21:55.759Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.759Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-06T09:21:55.759Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.759Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-06T09:21:55.759Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.759Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-06T09:21:55.759Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.759Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-06T09:21:55.759Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.759Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-06T09:21:55.759Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-06T09:21:55.759Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-06T09:21:57.818Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-06T09:21:59.544Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-06T09:21:59.544Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-06T09:21:59.544Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-06T09:21:59.544Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-06T09:21:59.981Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-06T09:21:59.981Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:21:59.981Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-06T09:21:59.981Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:21:59.982Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-06T09:21:59.982Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-06T09:21:59.982Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-06T09:22:02.145Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-06T09:22:02.485Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-06T09:22:02.485Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-06T09:22:02.485Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-06T09:22:02.485Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-06T09:22:02.485Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-06T09:22:02.485Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-06T09:22:02.485Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-06T09:22:04.315Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-06T09:22:06.491Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-06T09:22:08.018Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-06T09:22:08.335Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-06T09:22:10.547Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-06T09:22:10.547Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-06T09:22:10.547Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-06T09:22:10.547Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-06T09:22:11.013Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-06T09:22:13.792Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-06T09:22:13.792Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-06T09:22:13.792Z] === RUN TestDockerSuite/TestExecEnv [2022-03-06T09:22:13.792Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-06T09:22:13.792Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-06T09:22:13.792Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-06T09:22:13.792Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-06T09:22:15.316Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-06T09:22:19.025Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-06T09:22:19.025Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-06T09:22:19.025Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-06T09:22:19.025Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-06T09:22:19.025Z] === RUN TestDockerSuite/TestExecParseError [2022-03-06T09:22:19.025Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-06T09:22:19.025Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-06T09:22:19.025Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-06T09:22:19.025Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-06T09:22:19.025Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-06T09:22:19.025Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-06T09:22:21.916Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-06T09:22:21.916Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-06T09:22:21.916Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-06T09:22:21.916Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-06T09:22:21.916Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-06T09:22:21.916Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-06T09:22:21.916Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-06T09:22:21.916Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-06T09:22:21.916Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-06T09:22:21.916Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-06T09:22:21.916Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-06T09:22:23.479Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-06T09:22:23.479Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-06T09:22:23.479Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-06T09:22:23.479Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-06T09:22:23.479Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-06T09:22:24.085Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-06T09:22:24.085Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-06T09:22:24.086Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-06T09:22:29.843Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-06T09:22:29.843Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-06T09:22:29.843Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-06T09:22:29.843Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-06T09:22:29.843Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-06T09:22:29.843Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-06T09:22:29.843Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-06T09:22:33.204Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-03-06T09:22:33.879Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-06T09:22:33.879Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-06T09:22:33.879Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-06T09:22:33.879Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-06T09:22:33.879Z] === RUN TestDockerSuite/TestCpToDot [2022-03-06T09:22:35.619Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-06T09:22:36.820Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-06T09:22:36.820Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-06T09:22:36.820Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-06T09:22:36.820Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-06T09:22:36.820Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-06T09:22:39.757Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-06T09:22:39.757Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:22:39.757Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-06T09:22:39.757Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-06T09:22:39.757Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-06T09:22:39.757Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-06T09:22:39.757Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-06T09:22:39.757Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-06T09:22:39.757Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-06T09:22:39.757Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-06T09:22:40.222Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-06T09:22:42.427Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-06T09:22:42.664Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-06T09:22:44.830Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-06T09:22:45.369Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-06T09:22:45.369Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-06T09:22:45.835Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-06T09:22:48.782Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-06T09:22:49.763Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-06T09:22:49.763Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-06T09:22:49.763Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-06T09:22:49.763Z] === RUN TestDockerSuite/TestCreateRM [2022-03-06T09:22:50.229Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-06T09:22:50.229Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-06T09:22:50.229Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-06T09:22:50.229Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-06T09:22:50.696Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-06T09:22:51.271Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-03-06T09:22:51.868Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-06T09:22:51.868Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:22:51.868Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-06T09:22:51.868Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-06T09:22:51.868Z] === RUN TestDockerSuite/TestHealth [2022-03-06T09:22:51.868Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-06T09:22:51.868Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-06T09:22:51.868Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-06T09:22:51.868Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-06T09:22:51.868Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-06T09:22:56.530Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-06T09:22:56.530Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-06T09:22:56.530Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-06T09:22:56.530Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-06T09:22:56.530Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-06T09:22:56.530Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-06T09:22:56.530Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-06T09:22:56.985Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-06T09:22:56.985Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-06T09:22:56.985Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-06T09:22:57.957Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-06T09:22:57.957Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-06T09:23:00.129Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-06T09:23:00.129Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-06T09:23:01.094Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-06T09:23:01.094Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-06T09:23:01.094Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-06T09:23:02.297Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-06T09:23:04.035Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-06T09:23:04.501Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-06T09:23:04.501Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-06T09:23:04.501Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-06T09:23:05.183Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-06T09:23:05.183Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-06T09:23:05.183Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-06T09:23:05.183Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-06T09:23:07.440Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-06T09:23:07.441Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.441Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-06T09:23:07.441Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-06T09:23:07.441Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.441Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-06T09:23:07.441Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.441Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-06T09:23:07.441Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.441Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-06T09:23:07.441Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.441Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-06T09:23:07.441Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.441Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-06T09:23:07.441Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.441Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-06T09:23:07.441Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.441Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-06T09:23:07.441Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.441Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-06T09:23:07.441Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.441Z] === RUN TestDockerSuite/TestDockerFails [2022-03-06T09:23:07.907Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-06T09:23:07.907Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.907Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-06T09:23:07.907Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.907Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-06T09:23:07.907Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.907Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-06T09:23:07.907Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.907Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-06T09:23:07.907Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-06T09:23:07.907Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-06T09:23:08.894Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-06T09:23:09.349Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestImportFile [2022-03-06T09:23:09.349Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-06T09:23:09.349Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-06T09:23:09.349Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-06T09:23:09.349Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-06T09:23:09.349Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-06T09:23:09.349Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-06T09:23:09.349Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-06T09:23:09.349Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-06T09:23:09.349Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-06T09:23:09.349Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-06T09:23:10.848Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-06T09:23:12.281Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-06T09:23:13.786Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-06T09:23:15.165Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-06T09:23:15.165Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-06T09:23:15.165Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-06T09:23:15.165Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-06T09:23:15.165Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-06T09:23:15.165Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-06T09:23:15.165Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-06T09:23:15.165Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-06T09:23:17.330Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-06T09:23:17.566Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-06T09:23:17.785Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-06T09:23:20.671Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-06T09:23:20.671Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-06T09:23:20.671Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-06T09:23:20.671Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-06T09:23:20.671Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-06T09:23:20.671Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-06T09:23:20.671Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-06T09:23:22.853Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-06T09:23:23.330Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-03-06T09:23:27.515Z] === RUN TestDockerSuite/TestInspectImage [2022-03-06T09:23:27.516Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:23:27.516Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-06T09:23:27.516Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:23:27.516Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-06T09:23:27.516Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-06T09:23:27.516Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-06T09:23:29.680Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-06T09:23:30.031Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-06T09:23:31.843Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-06T09:23:31.843Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-06T09:23:33.815Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-06T09:23:34.732Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-06T09:23:36.891Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-06T09:23:36.891Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-06T09:23:36.891Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-06T09:23:36.891Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-06T09:23:39.052Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-06T09:23:40.958Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-06T09:23:42.763Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-06T09:23:43.167Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-06T09:23:44.149Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-06T09:23:46.481Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-06T09:23:48.642Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-06T09:23:48.887Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-06T09:23:49.354Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-06T09:23:50.337Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-06T09:23:51.528Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-06T09:23:52.752Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-06T09:23:52.753Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-06T09:23:52.753Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-06T09:23:52.753Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-06T09:23:52.753Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-06T09:23:52.753Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-06T09:23:52.753Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-06T09:23:52.753Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-06T09:23:52.753Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-06T09:23:52.753Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-06T09:23:52.753Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-06T09:23:52.753Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-06T09:23:53.692Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-06T09:23:55.378Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-03-06T09:23:55.855Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-06T09:23:56.188Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-06T09:23:56.560Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-06T09:23:58.750Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-06T09:24:00.360Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-06T09:24:01.634Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-06T09:24:01.635Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-06T09:24:01.635Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-06T09:24:01.635Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-06T09:24:01.635Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-06T09:24:02.044Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-06T09:24:02.044Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-06T09:24:02.044Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-06T09:24:02.044Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-06T09:24:02.044Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-06T09:24:02.044Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-06T09:24:02.044Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-06T09:24:02.044Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-06T09:24:02.044Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-06T09:24:03.605Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-06T09:24:03.605Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-06T09:24:03.605Z] === RUN TestDockerSuite/TestEventsRename [2022-03-06T09:24:03.798Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-06T09:24:05.960Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-06T09:24:06.256Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-06T09:24:06.256Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-06T09:24:06.256Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-06T09:24:06.256Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-06T09:24:06.548Z] === RUN TestDockerSuite/TestEventsResize [2022-03-06T09:24:06.726Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-06T09:24:06.726Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-06T09:24:06.726Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-06T09:24:06.727Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-06T09:24:06.727Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-06T09:24:06.727Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-06T09:24:06.727Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-06T09:24:07.559Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-03-06T09:24:11.484Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-06T09:24:11.484Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-06T09:24:11.484Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-06T09:24:11.484Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-06T09:24:11.720Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-06T09:24:11.953Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-06T09:24:11.954Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-06T09:24:11.954Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-06T09:24:12.950Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-06T09:24:14.606Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-06T09:24:14.606Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-06T09:24:14.606Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-06T09:24:16.131Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-06T09:24:16.587Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-06T09:24:18.837Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-06T09:24:22.353Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-06T09:24:25.628Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-03-06T09:24:25.628Z] docker_cli_external_volume_driver_test.go:484: [dee100b49b1ea] daemon is not started [2022-03-06T09:24:28.116Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-06T09:24:33.876Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-06T09:24:36.037Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-06T09:24:38.201Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-06T09:24:38.201Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-06T09:24:38.201Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-06T09:24:40.095Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-06T09:24:40.095Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-06T09:24:40.095Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-06T09:24:40.095Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-06T09:24:40.095Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-06T09:24:40.095Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-06T09:24:40.095Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-06T09:24:40.095Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-06T09:24:40.095Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-06T09:24:40.095Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-06T09:24:40.095Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-06T09:24:40.095Z] === RUN TestDockerSuite/TestBuildFails [2022-03-06T09:24:40.364Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-06T09:24:40.489Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-03-06T09:24:40.489Z] docker_cli_external_volume_driver_test.go:52: [d880c46acda54] daemon is not started [2022-03-06T09:24:41.689Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-06T09:24:41.689Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-06T09:24:42.367Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-06T09:24:42.367Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-06T09:24:43.246Z] === RUN TestDockerSuite/TestLogsSince [2022-03-06T09:24:46.145Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-06T09:24:51.996Z] === RUN TestDockerSuite/TestEventsTop [2022-03-06T09:24:51.996Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-06T09:24:51.996Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-06T09:24:53.551Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-06T09:24:53.551Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-06T09:24:53.551Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-06T09:24:53.551Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-06T09:24:53.551Z] === RUN TestDockerSuite/TestLogsTail [2022-03-06T09:24:54.187Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-06T09:24:54.206Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-06T09:24:55.085Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite (436.71s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.50s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.14s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.12s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.17s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.25s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.15s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.59s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s) [2022-03-06T09:24:55.344Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-03-06T09:24:55.344Z] PASS [2022-03-06T09:24:55.344Z] [2022-03-06T09:24:55.344Z] === Skipped [2022-03-06T09:24:55.344Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-06T09:24:55.344Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-06T09:24:55.344Z] check_test.go:308: [d09a5d16f2211] daemon is not started [2022-03-06T09:24:55.344Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-06T09:24:55.344Z] [2022-03-06T09:24:55.344Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.02s) [2022-03-06T09:24:55.344Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-06T09:24:55.344Z] check_test.go:308: [d18a0bf44d230] daemon is not started [2022-03-06T09:24:55.344Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.02s) [2022-03-06T09:24:55.344Z] [2022-03-06T09:24:55.344Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-06T09:24:55.344Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-06T09:24:55.344Z] check_test.go:308: [dca0ca1f95f04] daemon is not started [2022-03-06T09:24:55.344Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-06T09:24:55.344Z] [2022-03-06T09:24:55.344Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-06T09:24:55.344Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-06T09:24:55.344Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-06T09:24:55.344Z] [2022-03-06T09:24:55.344Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-06T09:24:55.344Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-06T09:24:55.344Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-06T09:24:55.344Z] [2022-03-06T09:24:55.344Z] DONE 271 tests, 5 skipped in 2434.325s [2022-03-06T09:24:55.344Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-06T09:24:55.344Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/da5b32302ba83/docker.pid [2022-03-06T09:24:55.344Z] +++ kill 6280 [2022-03-06T09:24:55.344Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6280 is not a child of this shell [2022-03-06T09:24:55.344Z] warning: PID 6280 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/da5b32302ba83/docker.pid had a nonzero exit code [2022-03-06T09:24:55.344Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/da5b32302ba83/root: target is busy. [2022-03-06T09:24:55.344Z] ++++ cat bundles/test-integration/docker.pid [2022-03-06T09:24:55.344Z] +++ kill 8335 [2022-03-06T09:24:55.344Z] +++ /etc/init.d/apparmor stop [2022-03-06T09:24:55.344Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-06T09:24:55.344Z] [2022-03-06T09:24:55.344Z] Unloading profiles will leave already running processes permanently [2022-03-06T09:24:55.344Z] unconfined, which can lead to unexpected situations. [2022-03-06T09:24:55.344Z] [2022-03-06T09:24:55.344Z] To set a process to complain mode, use the command line tool [2022-03-06T09:24:55.344Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-06T09:24:55.344Z] +++ true [2022-03-06T09:24:55.344Z] exiting test-integration [2022-03-06T09:24:55.344Z] ++ exit 0 [2022-03-06T09:24:55.344Z] [2022-03-06T09:24:55.602Z] + exit 0 [2022-03-06T09:24:55.602Z] ++ jobs -p [2022-03-06T09:24:55.602Z] + pids= [2022-03-06T09:24:55.602Z] + echo 'Remaining pids to kill: []' [2022-03-06T09:24:55.602Z] Remaining pids to kill: [] [2022-03-06T09:24:55.602Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-03-06T09:24:55.613Z] Recording test results [2022-03-06T09:24:57.354Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-06T09:24:57.663Z] + echo Ensuring container killed. [2022-03-06T09:24:57.663Z] Ensuring container killed. [2022-03-06T09:24:57.663Z] + docker ps -aq -f name=docker-pr4-* [2022-03-06T09:24:57.663Z] + cids=09cc9dba5621 [2022-03-06T09:24:57.663Z] be3af6b475ab [2022-03-06T09:24:57.663Z] 771e0ba2ef05 [2022-03-06T09:24:57.663Z] + [ -n 09cc9dba5621 [2022-03-06T09:24:57.663Z] be3af6b475ab [2022-03-06T09:24:57.663Z] 771e0ba2ef05 ] [2022-03-06T09:24:57.663Z] + docker rm -vf 09cc9dba5621 be3af6b475ab 771e0ba2ef05 [2022-03-06T09:24:57.969Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-06T09:24:58.229Z] 09cc9dba5621 [2022-03-06T09:24:58.229Z] be3af6b475ab [2022-03-06T09:24:58.229Z] 771e0ba2ef05 [Pipeline] sh [2022-03-06T09:24:58.517Z] + echo Chowning /workspace to jenkins user [2022-03-06T09:24:58.517Z] Chowning /workspace to jenkins user [2022-03-06T09:24:58.517Z] + id -u [2022-03-06T09:24:58.517Z] + id -g [2022-03-06T09:24:58.517Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43335:/workspace busybox chown -R 1000:1000 /workspace [2022-03-06T09:24:58.517Z] Unable to find image 'busybox:latest' locally [2022-03-06T09:24:58.517Z] latest: Pulling from library/busybox [2022-03-06T09:24:58.775Z] 7e5209d2300f: Pulling fs layer [2022-03-06T09:24:58.775Z] 7e5209d2300f: Download complete [2022-03-06T09:24:58.775Z] 7e5209d2300f: Pull complete [2022-03-06T09:24:58.775Z] Digest: sha256:966b716a398a975eb9d1487204ae24622ccb785c4a8fad60a977c22ba689dd5c [2022-03-06T09:24:58.775Z] Status: Downloaded newer image for busybox:latest [2022-03-06T09:25:00.060Z] === RUN TestDockerSuite/TestExec [2022-03-06T09:25:00.060Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.060Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-06T09:25:00.060Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.060Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-06T09:25:00.061Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-06T09:25:00.856Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-06T09:25:00.856Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.856Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-06T09:25:00.856Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.856Z] === RUN TestDockerSuite/TestNetHostname [2022-03-06T09:25:00.856Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.856Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-06T09:25:00.856Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.856Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-06T09:25:00.856Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.856Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-06T09:25:00.856Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.856Z] === RUN TestDockerSuite/TestPluginActive [2022-03-06T09:25:00.857Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.857Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-06T09:25:00.857Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.857Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-06T09:25:00.857Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-06T09:25:00.857Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.857Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-06T09:25:00.857Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-06T09:25:00.857Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-06T09:25:00.857Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-06T09:25:00.857Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-06T09:25:00.857Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.857Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-06T09:25:00.857Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.857Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-06T09:25:00.857Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.857Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-06T09:25:00.857Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.857Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-06T09:25:00.857Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.857Z] === RUN TestDockerSuite/TestPortList [2022-03-06T09:25:00.857Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-06T09:25:00.857Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-06T09:25:01.620Z] + bundleName=amd64 [2022-03-06T09:25:01.620Z] + echo Creating amd64-bundles.tar.gz [2022-03-06T09:25:01.620Z] Creating amd64-bundles.tar.gz [2022-03-06T09:25:01.620Z] + 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-06T09:25:01.620Z] + xargs tar -czf amd64-bundles.tar.gz [2022-03-06T09:25:02.266Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [Pipeline] archiveArtifacts [2022-03-06T09:25:02.564Z] Archiving artifacts [2022-03-06T09:25:04.404Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43335/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-06T09:25:04.709Z] + make clean [2022-03-06T09:25:04.709Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-06T09:25:04.709Z] docker-dev-cache [2022-03-06T09:25:04.709Z] docker-mod-cache [Pipeline] deleteDir [2022-03-06T09:25:05.208Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-06T09:25:05.208Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:25:05.208Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-06T09:25:05.208Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:25:05.208Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-06T09:25:05.208Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-06T09:25:05.208Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-06T09:25:06.630Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-06T09:25:06.630Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:25:06.630Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-06T09:25:06.630Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-06T09:25:06.630Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-06T09:25:06.630Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-06T09:25:06.630Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-06T09:25:06.630Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-06T09:25:06.630Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-06T09:25:06.630Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-06T09:25:06.630Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-06T09:25:06.630Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-06T09:25:06.630Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-06T09:25:06.630Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-06T09:25:06.630Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-06T09:25:06.630Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-06T09:25:06.630Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-06T09:25:06.630Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-06T09:25:08.985Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-06T09:25:11.295Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-06T09:25:11.295Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-06T09:25:11.295Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-06T09:25:11.926Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-06T09:25:12.571Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-06T09:25:15.703Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-06T09:25:19.478Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-06T09:25:19.734Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-06T09:25:19.821Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-06T09:25:19.821Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-06T09:25:19.821Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-06T09:25:20.724Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-06T09:25:25.331Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-06T09:25:25.332Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-06T09:25:25.332Z] === RUN TestDockerSuite/TestExecEnv [2022-03-06T09:25:25.332Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-06T09:25:25.332Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-06T09:25:25.332Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-06T09:25:25.332Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-06T09:25:26.596Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-06T09:25:26.596Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-06T09:25:26.596Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-06T09:25:27.587Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-06T09:25:28.351Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-06T09:25:28.574Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-06T09:25:28.574Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-06T09:25:28.574Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-06T09:25:33.970Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-06T09:25:37.750Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-06T09:25:37.750Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-06T09:25:37.750Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-06T09:25:37.750Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-06T09:25:37.750Z] === RUN TestDockerSuite/TestExecParseError [2022-03-06T09:25:37.750Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-06T09:25:37.750Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-06T09:25:37.750Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-06T09:25:37.750Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-06T09:25:37.750Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-06T09:25:37.750Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-06T09:25:39.009Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-06T09:25:39.009Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-06T09:25:39.009Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-06T09:25:41.526Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-06T09:25:41.526Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-06T09:25:41.526Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-06T09:25:41.526Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-06T09:25:41.526Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-06T09:25:41.526Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-06T09:25:41.526Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-06T09:25:41.526Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-06T09:25:41.526Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-06T09:25:41.526Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-06T09:25:41.526Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-06T09:25:45.304Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-06T09:25:45.304Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-06T09:25:45.304Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-06T09:25:46.095Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-06T09:25:46.095Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-06T09:25:46.095Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-06T09:25:46.095Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-06T09:25:51.156Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-06T09:25:51.156Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-06T09:25:51.156Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-06T09:25:51.156Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-06T09:25:51.156Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-06T09:25:51.156Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-06T09:25:51.156Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-06T09:25:53.976Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-06T09:25:53.976Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-06T09:25:56.195Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-06T09:25:56.195Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-06T09:25:56.664Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-06T09:25:57.654Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-06T09:25:57.654Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-06T09:25:58.294Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-06T09:25:58.436Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-06T09:26:00.597Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-06T09:26:03.519Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-06T09:26:04.512Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-06T09:26:04.981Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-06T09:26:05.432Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-06T09:26:06.551Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-06T09:26:07.026Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-06T09:26:08.607Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-06T09:26:09.140Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-06T09:26:09.212Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-06T09:26:10.174Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-06T09:26:13.805Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-06T09:26:13.805Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-06T09:26:13.805Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-06T09:26:13.805Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-06T09:26:13.805Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-06T09:26:16.349Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-06T09:26:16.349Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:26:16.349Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-06T09:26:16.349Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-06T09:26:16.816Z] === RUN TestDockerSuite/TestHealth [2022-03-06T09:26:16.816Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-06T09:26:16.816Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-06T09:26:16.816Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-06T09:26:16.816Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-06T09:26:16.816Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-06T09:26:17.345Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-06T09:26:17.345Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-06T09:26:17.345Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-06T09:26:17.345Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-06T09:26:17.345Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-06T09:26:17.345Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-06T09:26:17.815Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-06T09:26:17.815Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-06T09:26:17.815Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-06T09:26:18.484Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-06T09:26:18.484Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-06T09:26:18.484Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-06T09:26:18.484Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-06T09:26:18.484Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-06T09:26:18.484Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-06T09:26:18.484Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-06T09:26:18.484Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-06T09:26:18.484Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-06T09:26:18.805Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-06T09:26:19.274Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-06T09:26:22.675Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-06T09:26:22.675Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-06T09:26:22.675Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-06T09:26:22.675Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-06T09:26:22.675Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-06T09:26:22.675Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-06T09:26:22.675Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-06T09:26:23.140Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-06T09:26:23.140Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-06T09:26:23.140Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-06T09:26:24.121Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-06T09:26:24.121Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-06T09:26:25.144Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-06T09:26:25.535Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-06T09:26:25.535Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-06T09:26:25.535Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-06T09:26:25.678Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-06T09:26:26.144Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-06T09:26:27.061Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-06T09:26:27.061Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-06T09:26:27.061Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-06T09:26:28.351Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-06T09:26:28.587Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-06T09:26:29.549Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-06T09:26:29.549Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-06T09:26:29.549Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-06T09:26:31.291Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-06T09:26:31.756Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-06T09:26:31.756Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-06T09:26:31.756Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-06T09:26:34.215Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-06T09:26:35.531Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestImportFile [2022-03-06T09:26:35.531Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-06T09:26:35.531Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-06T09:26:35.531Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-06T09:26:35.531Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-06T09:26:35.531Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-06T09:26:35.531Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-06T09:26:35.531Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-06T09:26:35.531Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-06T09:26:35.531Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-06T09:26:35.531Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-06T09:26:38.479Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-06T09:26:38.880Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-06T09:26:41.043Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-06T09:26:41.421Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-06T09:26:41.421Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-06T09:26:41.421Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-06T09:26:41.421Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-06T09:26:41.421Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-06T09:26:41.421Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-06T09:26:41.421Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-06T09:26:41.421Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-06T09:26:44.362Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-06T09:26:44.828Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-06T09:26:47.766Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-06T09:26:47.767Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-06T09:26:47.767Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-06T09:26:47.767Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-06T09:26:47.767Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-06T09:26:47.767Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-06T09:26:47.767Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-06T09:26:50.443Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-06T09:26:50.443Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-06T09:26:50.443Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-06T09:26:50.443Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-06T09:26:50.711Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-06T09:26:55.457Z] === RUN TestDockerSuite/TestInspectImage [2022-03-06T09:26:55.457Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:26:55.457Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-06T09:26:55.457Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:26:55.457Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-06T09:26:55.457Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-06T09:26:55.457Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-06T09:26:58.396Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-06T09:27:02.080Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-06T09:27:02.081Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:27:02.081Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-06T09:27:02.173Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-06T09:27:02.173Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-06T09:27:05.112Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-06T09:27:08.052Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-06T09:27:08.052Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-06T09:27:08.052Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-06T09:27:08.052Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-06T09:27:10.612Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-06T09:27:10.612Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-06T09:27:10.612Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-06T09:27:10.612Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-06T09:27:11.834Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-06T09:27:15.273Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-06T09:27:15.612Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-06T09:27:21.035Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-06T09:27:21.035Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:27:21.035Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-06T09:27:21.459Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-06T09:27:25.236Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-06T09:27:25.694Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-06T09:27:25.694Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-06T09:27:25.694Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-06T09:27:28.178Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-06T09:27:31.116Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-06T09:27:33.155Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-06T09:27:34.053Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-06T09:27:37.833Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-06T09:27:40.040Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-06T09:27:40.040Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-06T09:27:40.040Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.040Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-06T09:27:40.040Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.040Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-06T09:27:40.040Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-06T09:27:40.506Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-06T09:27:40.506Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-06T09:27:40.506Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-06T09:27:40.506Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-06T09:27:40.506Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-06T09:27:40.506Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-06T09:27:40.506Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-06T09:27:40.506Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-06T09:27:40.506Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-06T09:27:40.506Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-06T09:27:40.506Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-06T09:27:40.506Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-06T09:27:40.506Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-06T09:27:40.506Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-06T09:27:40.509Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-06T09:27:42.672Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-06T09:27:43.443Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-06T09:27:43.632Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-06T09:27:46.383Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-06T09:27:49.410Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-06T09:27:53.527Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-06T09:27:55.172Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-06T09:27:55.736Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-06T09:27:55.736Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-06T09:27:55.736Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-06T09:27:58.473Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-06T09:27:59.514Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-06T09:27:59.514Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-06T09:28:03.701Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-06T09:28:05.363Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-06T09:28:07.166Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-06T09:28:07.419Z] === RUN TestDockerSuite/TestRmiTag [2022-03-06T09:28:07.874Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-06T09:28:10.761Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-06T09:28:11.213Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-06T09:28:17.061Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-06T09:28:19.675Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-06T09:28:20.839Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-06T09:28:25.559Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-06T09:28:25.579Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-06T09:28:25.579Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-06T09:28:25.579Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-06T09:28:27.782Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-06T09:28:28.394Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-06T09:28:29.361Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-06T09:28:30.720Z] === RUN TestDockerSuite/TestLogsSince [2022-03-06T09:28:35.125Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-06T09:28:35.580Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-06T09:28:35.580Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-06T09:28:35.580Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-06T09:28:35.580Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-06T09:28:35.580Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-06T09:28:35.580Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-06T09:28:35.580Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-06T09:28:35.580Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-06T09:28:35.580Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-06T09:28:35.580Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-06T09:28:35.580Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-06T09:28:35.580Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-06T09:28:35.580Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-06T09:28:35.580Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-06T09:28:35.580Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-06T09:28:37.742Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-06T09:28:37.742Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-06T09:28:37.742Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-06T09:28:37.742Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-06T09:28:37.742Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-06T09:28:41.121Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-06T09:28:41.121Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-06T09:28:41.121Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-06T09:28:41.121Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-06T09:28:41.121Z] === RUN TestDockerSuite/TestLogsTail [2022-03-06T09:28:43.327Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-06T09:28:43.502Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-06T09:28:45.665Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-06T09:28:46.798Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-06T09:28:46.798Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-06T09:28:46.798Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-06T09:28:47.105Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-06T09:28:48.552Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-06T09:28:49.312Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-06T09:28:49.312Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.312Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-06T09:28:49.312Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.312Z] === RUN TestDockerSuite/TestNetHostname [2022-03-06T09:28:49.312Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.312Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-06T09:28:49.312Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.312Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-06T09:28:49.312Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.312Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-06T09:28:49.312Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.312Z] === RUN TestDockerSuite/TestPluginActive [2022-03-06T09:28:49.312Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.312Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-06T09:28:49.312Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.312Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-06T09:28:49.777Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-06T09:28:49.777Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.777Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-06T09:28:49.777Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-06T09:28:49.777Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-06T09:28:49.777Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-06T09:28:49.777Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-06T09:28:49.777Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.777Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-06T09:28:49.777Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.777Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-06T09:28:49.777Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.777Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-06T09:28:49.777Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.777Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-06T09:28:49.777Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.777Z] === RUN TestDockerSuite/TestPortList [2022-03-06T09:28:49.777Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-06T09:28:49.777Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-06T09:28:51.435Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-06T09:28:53.599Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-06T09:28:53.599Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-06T09:28:55.625Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-06T09:28:55.625Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:28:55.625Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-06T09:28:55.625Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-06T09:28:55.625Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-06T09:28:55.625Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-06T09:28:55.625Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-06T09:28:55.625Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-06T09:28:55.625Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-06T09:28:55.625Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-06T09:28:55.625Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-06T09:28:55.625Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-06T09:28:55.625Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-06T09:28:55.625Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-06T09:28:55.625Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-06T09:28:55.625Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-06T09:28:55.625Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-06T09:28:55.625Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-06T09:28:57.243Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-06T09:28:57.243Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-06T09:28:57.243Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-06T09:28:57.243Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-06T09:28:57.243Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-06T09:28:57.243Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-06T09:28:59.372Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-06T09:28:59.372Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-06T09:28:59.372Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-06T09:28:59.372Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-06T09:28:59.372Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-06T09:28:59.372Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-06T09:28:59.372Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-06T09:28:59.372Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-06T09:28:59.372Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-06T09:28:59.372Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-06T09:28:59.372Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-06T09:28:59.372Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-06T09:28:59.372Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-06T09:28:59.372Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-06T09:28:59.372Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-06T09:28:59.372Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-06T09:28:59.372Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-06T09:28:59.372Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-06T09:28:59.372Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-06T09:28:59.372Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-06T09:28:59.372Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-06T09:28:59.372Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-06T09:28:59.372Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-06T09:29:00.197Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-06T09:29:01.474Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-06T09:29:01.474Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-06T09:29:01.474Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-06T09:29:02.256Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-06T09:29:02.256Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-06T09:29:02.256Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-06T09:29:05.141Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-06T09:29:05.141Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-06T09:29:05.141Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-06T09:29:05.141Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-06T09:29:05.141Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-06T09:29:07.304Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-06T09:29:07.304Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-06T09:29:07.304Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-06T09:29:07.304Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-06T09:29:07.759Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-06T09:29:07.759Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-06T09:29:07.759Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-06T09:29:07.759Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-06T09:29:07.759Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-06T09:29:07.759Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-06T09:29:07.759Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-06T09:29:07.759Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-06T09:29:07.759Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-06T09:29:07.759Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-06T09:29:07.759Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-06T09:29:09.925Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-06T09:29:10.640Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-06T09:29:12.809Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-06T09:29:13.592Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-06T09:29:13.936Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-06T09:29:13.936Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-06T09:29:13.936Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-06T09:29:14.061Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-06T09:29:14.531Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-06T09:29:14.985Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-06T09:29:14.985Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-06T09:29:14.985Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-06T09:29:14.985Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-06T09:29:14.985Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-06T09:29:14.985Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-06T09:29:14.985Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-06T09:29:17.488Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-06T09:29:17.871Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-06T09:29:17.871Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-06T09:29:17.871Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-06T09:29:17.871Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-06T09:29:17.871Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-06T09:29:17.871Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-06T09:29:17.871Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-06T09:29:17.871Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-06T09:29:17.871Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-06T09:29:18.476Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-06T09:29:19.395Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-06T09:29:20.049Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-06T09:29:26.398Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-06T09:29:26.439Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-06T09:29:26.439Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-06T09:29:26.439Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-06T09:29:26.439Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-06T09:29:26.439Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-06T09:29:26.439Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-06T09:29:26.439Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-06T09:29:26.439Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-06T09:29:26.439Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-06T09:29:26.439Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-06T09:29:26.439Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-06T09:29:26.439Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-06T09:29:26.439Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-06T09:29:28.600Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-06T09:29:28.600Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-06T09:29:28.600Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-06T09:29:28.600Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-06T09:29:28.600Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-06T09:29:28.600Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-06T09:29:31.489Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-06T09:29:32.596Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-06T09:29:34.169Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-06T09:29:34.380Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-06T09:29:34.380Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-06T09:29:34.380Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-06T09:29:36.539Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-06T09:29:36.539Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-06T09:29:36.539Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-06T09:29:36.539Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-06T09:29:36.539Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-06T09:29:36.539Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-06T09:29:36.540Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-06T09:29:39.428Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-06T09:29:42.314Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-06T09:29:44.184Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-06T09:29:44.184Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-06T09:29:44.184Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-06T09:29:44.184Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-06T09:29:44.184Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-06T09:29:44.184Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-06T09:29:44.477Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-06T09:29:46.717Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-06T09:29:47.370Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-06T09:29:47.370Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-06T09:29:47.370Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-06T09:29:47.370Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-06T09:29:47.370Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-06T09:29:47.370Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-06T09:29:47.370Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-06T09:29:47.370Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-06T09:29:47.370Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-06T09:29:47.370Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-06T09:29:47.370Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-06T09:29:47.370Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-06T09:29:47.370Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-06T09:29:47.370Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-06T09:29:47.370Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-06T09:29:47.370Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-06T09:29:47.959Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-06T09:29:49.673Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-06T09:29:52.033Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-06T09:29:52.033Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-06T09:29:52.033Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-06T09:29:52.488Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-06T09:29:52.488Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-06T09:29:52.488Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-06T09:29:52.488Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-06T09:29:52.488Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-06T09:29:52.488Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-06T09:29:52.488Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-06T09:29:52.488Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-06T09:29:52.488Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-06T09:29:56.599Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-06T09:29:59.666Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-06T09:29:59.666Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-06T09:29:59.666Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-06T09:30:00.108Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunMount [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-06T09:30:01.833Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-06T09:30:01.833Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-06T09:30:03.743Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-06T09:30:03.743Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-06T09:30:03.743Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-06T09:30:03.743Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-06T09:30:03.743Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-06T09:30:05.993Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-06T09:30:09.591Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-06T09:30:09.591Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-06T09:30:09.591Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-06T09:30:09.591Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-06T09:30:09.591Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-06T09:30:09.591Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-06T09:30:09.591Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-06T09:30:09.591Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-06T09:30:09.591Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-06T09:30:10.375Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-06T09:30:10.375Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-06T09:30:10.375Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-06T09:30:10.375Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-06T09:30:10.375Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-06T09:30:10.375Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-06T09:30:10.375Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-06T09:30:11.863Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-06T09:30:13.432Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-06T09:30:13.432Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-06T09:30:13.432Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-06T09:30:13.432Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-06T09:30:13.432Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-06T09:30:15.035Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-06T09:30:15.651Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-06T09:30:15.651Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-06T09:30:16.119Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-06T09:30:19.987Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-06T09:30:19.987Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-06T09:30:19.987Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-06T09:30:20.452Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-06T09:30:20.452Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-06T09:30:20.452Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-06T09:30:20.791Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-06T09:30:20.791Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-06T09:30:20.791Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-06T09:30:20.791Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-06T09:30:20.791Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-06T09:30:20.791Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-06T09:30:20.791Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-06T09:30:20.791Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-06T09:30:20.791Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-06T09:30:20.791Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-06T09:30:20.791Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-06T09:30:20.791Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-06T09:30:20.791Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-06T09:30:20.791Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-06T09:30:20.791Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-06T09:30:20.791Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-06T09:30:20.791Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-06T09:30:20.791Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-06T09:30:20.791Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-06T09:30:20.791Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-06T09:30:21.751Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-06T09:30:22.010Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-06T09:30:22.993Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-06T09:30:22.993Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-06T09:30:22.993Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-06T09:30:23.915Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-06T09:30:26.078Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-06T09:30:27.043Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-06T09:30:28.841Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-06T09:30:29.205Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-06T09:30:29.660Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-06T09:30:29.660Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-06T09:30:29.660Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-06T09:30:29.660Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-06T09:30:29.660Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-06T09:30:29.660Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-06T09:30:29.660Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-06T09:30:29.660Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-06T09:30:29.660Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-06T09:30:29.660Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-06T09:30:29.660Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-06T09:30:29.660Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-06T09:30:29.660Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-06T09:30:29.660Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-06T09:30:29.660Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-06T09:30:29.660Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-06T09:30:34.324Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-06T09:30:34.324Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-06T09:30:34.324Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-06T09:30:34.324Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-06T09:30:34.324Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-06T09:30:34.324Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-06T09:30:34.324Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-06T09:30:34.324Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-06T09:30:34.324Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-06T09:30:34.324Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-06T09:30:34.324Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-06T09:30:35.980Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-06T09:30:38.189Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-06T09:30:44.602Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-06T09:30:44.602Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-06T09:30:44.602Z] === RUN TestDockerSuite/TestRunRm [2022-03-06T09:30:46.128Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-06T09:30:51.891Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-06T09:30:54.775Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-06T09:30:57.659Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-06T09:30:59.185Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-06T09:31:02.077Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-06T09:31:02.077Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-06T09:31:02.077Z] === RUN TestDockerSuite/TestRunState [2022-03-06T09:31:02.077Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-06T09:31:02.532Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-06T09:31:05.416Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-06T09:31:05.416Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-06T09:31:05.416Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-06T09:31:07.581Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-06T09:31:07.581Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-06T09:31:07.581Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-06T09:31:07.581Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-06T09:31:07.581Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-06T09:31:07.581Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-06T09:31:07.581Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-06T09:31:07.581Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-06T09:31:07.581Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-06T09:31:08.255Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-06T09:31:08.255Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:31:08.255Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-06T09:31:13.000Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-06T09:31:13.342Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-06T09:31:13.342Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-06T09:31:13.342Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-06T09:31:13.342Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-06T09:31:13.342Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-06T09:31:13.342Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-06T09:31:13.342Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-06T09:31:13.342Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-06T09:31:13.342Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-06T09:31:13.342Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-06T09:31:13.342Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-06T09:31:13.342Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-06T09:31:13.342Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-06T09:31:13.342Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-06T09:31:13.342Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-06T09:31:13.342Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-06T09:31:13.342Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-06T09:31:13.342Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-06T09:31:13.342Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-06T09:31:13.342Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-06T09:31:13.342Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-06T09:31:13.465Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-06T09:31:13.465Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-06T09:31:14.447Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-06T09:31:15.504Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-06T09:31:15.504Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-06T09:31:15.504Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-06T09:31:16.781Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-06T09:31:18.388Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-06T09:31:18.389Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-06T09:31:18.389Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-06T09:31:18.389Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-06T09:31:18.389Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-06T09:31:21.584Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-06T09:31:22.101Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-06T09:31:27.434Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-06T09:31:27.434Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:31:27.434Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-06T09:31:30.630Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-06T09:31:33.286Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-06T09:31:33.286Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-06T09:31:33.286Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-06T09:31:35.304Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-06T09:31:38.024Z] === RUN TestDockerSuite/TestBuildRm [2022-03-06T09:31:41.076Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-06T09:31:41.076Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-06T09:31:41.531Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-06T09:31:41.531Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-06T09:31:45.252Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-06T09:31:48.140Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-06T09:31:51.022Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-06T09:31:51.022Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-06T09:31:51.022Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-06T09:31:51.022Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-06T09:31:51.022Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-06T09:31:51.022Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-06T09:31:51.022Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-06T09:31:51.022Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-06T09:31:51.022Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-06T09:31:51.022Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-06T09:31:51.022Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-06T09:31:51.022Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-06T09:31:51.022Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-06T09:31:51.022Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-06T09:31:51.022Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-06T09:31:51.076Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-06T09:31:52.058Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-06T09:31:52.524Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-06T09:31:52.978Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-06T09:31:55.686Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-06T09:31:56.792Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-06T09:31:56.792Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-06T09:31:56.792Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-06T09:31:56.792Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-06T09:31:57.262Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-06T09:31:57.851Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-06T09:31:59.375Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-06T09:31:59.493Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-06T09:32:01.166Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-06T09:32:04.252Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-06T09:32:05.150Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-06T09:32:05.150Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-06T09:32:05.150Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-06T09:32:05.150Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-06T09:32:05.150Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-06T09:32:05.150Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-06T09:32:05.150Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-06T09:32:05.150Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-06T09:32:05.150Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-06T09:32:05.150Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-06T09:32:05.150Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-06T09:32:05.150Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-06T09:32:05.150Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-06T09:32:05.150Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-06T09:32:05.150Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-06T09:32:05.150Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-06T09:32:05.150Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-06T09:32:05.150Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-06T09:32:07.020Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-06T09:32:07.313Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-06T09:32:07.769Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-06T09:32:08.223Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-06T09:32:08.223Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-06T09:32:09.010Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-06T09:32:10.386Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-06T09:32:10.386Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-06T09:32:12.553Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-06T09:32:15.438Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-06T09:32:18.327Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-06T09:32:18.327Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-06T09:32:18.327Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-06T09:32:19.447Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-06T09:32:21.929Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-06T09:32:26.669Z] === RUN TestDockerSuite/TestRmiTag [2022-03-06T09:32:26.669Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-06T09:32:26.873Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-06T09:32:26.873Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-06T09:32:26.873Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-06T09:32:30.448Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-06T09:32:31.537Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-06T09:32:31.537Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-06T09:32:31.537Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-06T09:32:31.537Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-06T09:32:31.537Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-06T09:32:31.537Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-06T09:32:31.537Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-06T09:32:31.537Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-06T09:32:31.537Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-06T09:32:38.615Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-06T09:32:38.615Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-06T09:32:38.615Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-06T09:32:38.615Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-06T09:32:38.615Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-06T09:32:38.615Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-06T09:32:38.615Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-06T09:32:38.615Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-06T09:32:38.615Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-06T09:32:38.615Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-06T09:32:38.615Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-06T09:32:38.615Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-06T09:32:38.615Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-06T09:32:40.140Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-06T09:32:42.302Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-06T09:32:42.302Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-06T09:32:42.302Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-06T09:32:44.482Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-06T09:32:44.482Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-06T09:32:44.482Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-06T09:32:44.482Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-06T09:32:44.482Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-06T09:32:44.482Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-06T09:32:44.482Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-06T09:32:44.482Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-06T09:32:44.938Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-06T09:32:44.938Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-06T09:32:44.938Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-06T09:32:44.938Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-06T09:32:44.938Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-06T09:32:49.570Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-06T09:32:49.570Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-06T09:32:49.570Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-06T09:32:51.644Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-06T09:32:53.875Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-06T09:32:58.615Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-06T09:32:59.596Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-06T09:32:59.596Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-06T09:32:59.596Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-06T09:32:59.596Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-06T09:32:59.596Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-06T09:32:59.596Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-06T09:32:59.596Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-06T09:32:59.596Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-06T09:32:59.596Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-06T09:32:59.596Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-06T09:32:59.596Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-06T09:32:59.596Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-06T09:32:59.596Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-06T09:32:59.596Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-06T09:32:59.596Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-06T09:33:02.589Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-06T09:33:02.589Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-06T09:33:02.589Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-06T09:33:02.589Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-06T09:33:02.589Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-06T09:33:02.589Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-06T09:33:02.589Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-06T09:33:02.589Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-06T09:33:02.666Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-06T09:33:02.666Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-06T09:33:02.666Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-06T09:33:02.666Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-06T09:33:02.666Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-06T09:33:04.114Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-06T09:33:04.114Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-06T09:33:04.517Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-06T09:33:04.517Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-06T09:33:07.839Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-06T09:33:07.839Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-06T09:33:08.294Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-06T09:33:08.294Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-06T09:33:08.294Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-06T09:33:09.806Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-06T09:33:10.401Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-06T09:33:10.401Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-06T09:33:13.586Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-06T09:33:16.428Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-06T09:33:16.872Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-06T09:33:16.872Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-06T09:33:16.872Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-06T09:33:17.327Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-06T09:33:17.464Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-06T09:33:17.782Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-06T09:33:17.782Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-06T09:33:17.782Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-06T09:33:19.670Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-06T09:33:22.609Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-06T09:33:22.609Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-06T09:33:26.308Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-06T09:33:26.308Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-06T09:33:26.308Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-06T09:33:28.461Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-06T09:33:28.461Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-06T09:33:28.461Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-06T09:33:28.461Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-06T09:33:28.461Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-06T09:33:28.461Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-06T09:33:28.461Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-06T09:33:28.461Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-06T09:33:28.461Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-06T09:33:28.461Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-06T09:33:28.461Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-06T09:33:28.461Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-06T09:33:28.461Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-06T09:33:28.462Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-06T09:33:28.462Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-06T09:33:28.462Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-06T09:33:28.462Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-06T09:33:28.462Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-06T09:33:28.462Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-06T09:33:28.462Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-06T09:33:28.462Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-06T09:33:28.462Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-06T09:33:28.462Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-06T09:33:31.401Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-06T09:33:31.401Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-06T09:33:31.401Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-06T09:33:35.180Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-06T09:33:35.180Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-06T09:33:35.180Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-06T09:33:35.180Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-06T09:33:35.180Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-06T09:33:36.588Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-06T09:33:36.588Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-06T09:33:36.588Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite (2233.15s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.75s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.62s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (75.43s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.02s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.74s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.40s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.83s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.19s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.17s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (73.51s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.38s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.69s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.92s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.91s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.18s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.50s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.93s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.98s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.85s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.13s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.31s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.72s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.87s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.54s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddTar (32.68s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (16.73s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.69s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.52s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.35s) [2022-03-06T09:33:37.548Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.97s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.32s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.09s) [2022-03-06T09:33:37.548Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.91s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.80s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.55s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.60s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (22.64s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.02s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.68s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.37s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.40s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.21s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.38s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.61s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.06s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCmd (0.60s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.59s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.60s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.76s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.32s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.25s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.53s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.93s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.98s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.55s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.90s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.71s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.35s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (33.17s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.62s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.56s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.91s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.35s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.34s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (22.30s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.72s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (16.89s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.74s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.73s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.80s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.11s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.16s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerignore (47.89s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.91s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (52.92s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.58s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.69s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (17.89s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.15s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.89s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (26.45s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.14s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.34s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (72.05s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.42s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.61s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.15s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.51s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.58s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.16s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.13s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.44s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.97s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.02s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.71s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.99s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.63s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildFails (2.59s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.26s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.31s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.53s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.86s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.39s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.86s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.75s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.59s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.98s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildHistory (11.58s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.02s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.09s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.78s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.47s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildLabel (1.05s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.69s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.08s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.62s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildLabels (1.05s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.59s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.02s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.56s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.63s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.16s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.66s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.65s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (33.22s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.92s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.97s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.39s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.41s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.13s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.86s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.66s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.11s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.37s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.78s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.83s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.39s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.10s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.63s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.42s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.21s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.00s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.95s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.68s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.22s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.16s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (40.50s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.29s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildRm (11.89s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.37s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.38s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.50s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.91s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.47s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.51s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.78s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.71s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.67s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.47s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.25s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildStderr (4.68s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (17.99s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.35s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.45s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.29s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.47s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.84s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.91s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.62s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.14s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.16s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.91s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.62s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.37s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.35s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.54s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.96s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.91s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.44s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.22s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.35s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.21s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.28s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.33s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.10s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.58s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestCommitChange (4.91s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.15s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.06s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestCommitTTY (7.03s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.48s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.12s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.08s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.14s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.24s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.68s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.65s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.04s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.36s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.17s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.19s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.24s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-03-06T09:33:37.549Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.68s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-06T09:33:37.549Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.66s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.10s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.82s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.27s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.63s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.06s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.12s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.88s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.74s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.14s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.54s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.12s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.87s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.25s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.60s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.55s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.59s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.51s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00009dda0_} (2.65s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11349459327_c:\foo_false____} (2.70s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11349459327_c:\foo_true____} (2.63s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.41s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.08s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.74s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.77s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.74s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.95s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.79s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.76s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.83s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCpToDot (2.71s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCpToStdout (2.87s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.19s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.76s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.21s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.22s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.99s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.75s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateRM (0.41s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.40s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.08s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.25s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.47s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.36s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.72s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.80s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.71s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.85s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsCopy (4.24s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.72s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.59s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.82s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.37s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.54s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.99s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsFilters (5.47s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsFormat (5.26s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsRename (2.83s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsResize (7.89s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.58s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.48s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.09s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.46s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.05s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.10s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.12s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.11s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.19s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.14s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.85s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.21s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestExecInspectID (3.58s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.48s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.34s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.62s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.07s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.03s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.14s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.14s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.16s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.52s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.64s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.02s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.80s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.11s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.85s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.71s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.63s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.59s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.60s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.59s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectDefault (2.58s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectHistory (4.47s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-06T09:33:37.550Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.32s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.11s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.56s) [2022-03-06T09:33:37.550Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.20s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.16s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestInspectStatus (3.31s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.28s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.12s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.55s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.10s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.64s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.54s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.61s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.08s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.03s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.90s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.62s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.16s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.51s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.62s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.47s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.62s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.25s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.31s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.66s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsSince (9.22s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsTail (2.92s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.78s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.59s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.17s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.17s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPsByOrder (8.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.04s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.77s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.53s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.89s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.81s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.82s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.92s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.84s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.69s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.39s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.97s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.25s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.82s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.73s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.77s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.38s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.27s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.21s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.83s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.78s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.88s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.76s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.32s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.93s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.20s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.70s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.10s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.06s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.28s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.46s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiTag (0.65s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.86s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.82s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.94s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.85s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.18s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.97s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.26s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.81s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.62s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.68s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.64s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.39s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.57s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.13s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.46s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.03s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.72s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.61s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.67s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.81s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.20s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.65s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.17s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.67s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.65s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.64s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-06T09:33:37.551Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunExitCode (2.73s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.62s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.63s) [2022-03-06T09:33:37.551Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.70s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.69s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.28s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.78s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.85s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.74s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.74s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.42s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.24s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.00s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.04s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.28s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.15s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.43s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.12s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunRm (2.80s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.71s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.74s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.69s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.17s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.87s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.65s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.50s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.83s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.67s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.70s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.45s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.06s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.29s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.36s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.88s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.92s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.76s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.17s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.14s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.98s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.28s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.31s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.70s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.95s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.59s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.65s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.69s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.57s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.78s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.42s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.18s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.33s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.14s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.88s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.38s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.38s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.38s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.39s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.62s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.56s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.46s) [2022-03-06T09:33:38.007Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-06T09:33:38.007Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.30s) [2022-03-06T09:33:38.007Z] === RUN TestDockerRegistrySuite [2022-03-06T09:33:38.007Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-06T09:33:38.007Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.007Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-06T09:33:38.007Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.007Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-06T09:33:38.008Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- PASS: TestDockerRegistrySuite (0.13s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-06T09:33:38.008Z] === RUN TestDockerSchema1RegistrySuite [2022-03-06T09:33:38.008Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-06T09:33:38.008Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-06T09:33:38.008Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-06T09:33:38.008Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-06T09:33:38.008Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-06T09:33:38.008Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-06T09:33:38.008Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-06T09:33:38.008Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-06T09:33:38.008Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-06T09:33:38.008Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-06T09:33:38.008Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-06T09:33:38.008Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-06T09:33:38.008Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-06T09:33:38.008Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-06T09:33:38.008Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-06T09:33:38.008Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-06T09:33:38.008Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-06T09:33:38.008Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-06T09:33:38.008Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-06T09:33:38.008Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-06T09:33:38.008Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-06T09:33:38.008Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-06T09:33:38.008Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-06T09:33:38.008Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-06T09:33:38.008Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-06T09:33:38.008Z] === RUN TestDockerDaemonSuite [2022-03-06T09:33:38.008Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-06T09:33:38.008Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-06T09:33:38.008Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-06T09:33:38.008Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-06T09:33:38.008Z] === RUN TestDockerSwarmSuite [2022-03-06T09:33:38.008Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-06T09:33:38.008Z] === RUN TestDockerPluginSuite [2022-03-06T09:33:38.008Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-06T09:33:38.008Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-06T09:33:38.008Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-06T09:33:38.008Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-06T09:33:38.008Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-06T09:33:38.008Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-06T09:33:38.008Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-06T09:33:38.008Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-06T09:33:38.008Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-06T09:33:38.008Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-06T09:33:38.008Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-06T09:33:38.008Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-06T09:33:38.008Z] === RUN TestDockerExternalVolumeSuite [2022-03-06T09:33:38.008Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-06T09:33:38.008Z] === RUN TestDockerNetworkSuite [2022-03-06T09:33:38.008Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-06T09:33:38.008Z] === RUN TestDockerHubPullSuite [2022-03-06T09:33:38.008Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-06T09:33:38.008Z] PASS [2022-03-06T09:33:38.008Z] ok github.com/docker/docker/integration-cli 2233.490s [2022-03-06T09:33:38.008Z] [2022-03-06T09:33:38.008Z] === Skipped [2022-03-06T09:33:38.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-03-06T09:33:38.008Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-03-06T09:33:38.008Z] [2022-03-06T09:33:38.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-06T09:33:38.008Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-06T09:33:38.008Z] [2022-03-06T09:33:38.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-06T09:33:38.008Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-06T09:33:38.008Z] [2022-03-06T09:33:38.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-06T09:33:38.008Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-06T09:33:38.008Z] [2022-03-06T09:33:38.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-06T09:33:38.008Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-06T09:33:38.008Z] [2022-03-06T09:33:38.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-06T09:33:38.008Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.008Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-06T09:33:38.008Z] [2022-03-06T09:33:38.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-06T09:33:38.009Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-06T09:33:38.009Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-06T09:33:38.009Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-06T09:33:38.009Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-06T09:33:38.009Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-06T09:33:38.009Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-06T09:33:38.009Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-06T09:33:38.009Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2022-03-06T09:33:38.009Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.69s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.69s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.97s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.97s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.68s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.68s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.37s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.37s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-06T09:33:38.009Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.35s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.35s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.34s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.34s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-06T09:33:38.009Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-06T09:33:38.009Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-06T09:33:38.009Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.38s) [2022-03-06T09:33:38.010Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.38s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.35s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.35s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.35s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.35s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.35s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.35s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.33s) [2022-03-06T09:33:38.010Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.33s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-06T09:33:38.010Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-06T09:33:38.010Z] docker_cli_sni_test.go:18: Flakey test [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-06T09:33:38.010Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-06T09:33:38.010Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-06T09:33:38.010Z] [2022-03-06T09:33:38.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-06T09:33:38.010Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-06T09:33:38.011Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-06T09:33:38.011Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-06T09:33:38.011Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-06T09:33:38.011Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-06T09:33:38.011Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-06T09:33:38.011Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-06T09:33:38.011Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-06T09:33:38.011Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-06T09:33:38.011Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-06T09:33:38.011Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-06T09:33:38.011Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-06T09:33:38.011Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-06T09:33:38.011Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-06T09:33:38.011Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-06T09:33:38.011Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-06T09:33:38.011Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-06T09:33:38.011Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-06T09:33:38.011Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-06T09:33:38.011Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-06T09:33:38.011Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-06T09:33:38.011Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-06T09:33:38.011Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-06T09:33:38.011Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-06T09:33:38.011Z] [2022-03-06T09:33:38.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-06T09:33:38.011Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.011Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-06T09:33:38.012Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-06T09:33:38.012Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-03-06T09:33:38.012Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-06T09:33:38.012Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-06T09:33:38.012Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-06T09:33:38.012Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2022-03-06T09:33:38.012Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-06T09:33:38.012Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-06T09:33:38.012Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-06T09:33:38.012Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-06T09:33:38.012Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-06T09:33:38.012Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-06T09:33:38.012Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-06T09:33:38.012Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-06T09:33:38.012Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-06T09:33:38.012Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-06T09:33:38.012Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-06T09:33:38.012Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-06T09:33:38.013Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-06T09:33:38.013Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-06T09:33:38.013Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-06T09:33:38.013Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-06T09:33:38.013Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-06T09:33:38.013Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-06T09:33:38.013Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-06T09:33:38.013Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.013Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-06T09:33:38.013Z] [2022-03-06T09:33:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-06T09:33:38.122Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-06T09:33:38.122Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.122Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-06T09:33:38.122Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.122Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-06T09:33:38.122Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.122Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-06T09:33:38.122Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.122Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-06T09:33:38.122Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.122Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-06T09:33:38.122Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.122Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-06T09:33:38.122Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.122Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-06T09:33:38.468Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.468Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-06T09:33:38.468Z] [2022-03-06T09:33:38.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-06T09:33:38.468Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.468Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-06T09:33:38.468Z] [2022-03-06T09:33:38.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-06T09:33:38.468Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.468Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-06T09:33:38.468Z] [2022-03-06T09:33:38.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-06T09:33:38.468Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.468Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-06T09:33:38.468Z] [2022-03-06T09:33:38.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.469Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-06T09:33:38.469Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.469Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-06T09:33:38.469Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.470Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-06T09:33:38.470Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-06T09:33:38.470Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-06T09:33:38.470Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-06T09:33:38.471Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-06T09:33:38.471Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-06T09:33:38.471Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-03-06T09:33:38.471Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-06T09:33:38.471Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-06T09:33:38.471Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-06T09:33:38.471Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-06T09:33:38.471Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-03-06T09:33:38.471Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-06T09:33:38.471Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-06T09:33:38.471Z] [2022-03-06T09:33:38.471Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-06T09:33:38.471Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.471Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-06T09:33:38.472Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] DONE 1088 tests, 539 skipped in 2243.906s [2022-03-06T09:33:38.472Z] INFO: Integration tests ended at 03/06/2022 09:33:38. Duration:00:37:24.1503997 [2022-03-06T09:33:38.472Z] INFO: Docker info of the daemon under test at end of run [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] Containers: 2 [2022-03-06T09:33:38.472Z] Running: 0 [2022-03-06T09:33:38.472Z] Paused: 0 [2022-03-06T09:33:38.472Z] Stopped: 2 [2022-03-06T09:33:38.472Z] Images: 18 [2022-03-06T09:33:38.472Z] Server Version: 0.0.0-dev [2022-03-06T09:33:38.472Z] Storage Driver: windowsfilter [2022-03-06T09:33:38.472Z] Windows: [2022-03-06T09:33:38.472Z] Logging Driver: json-file [2022-03-06T09:33:38.472Z] Plugins: [2022-03-06T09:33:38.472Z] Volume: local [2022-03-06T09:33:38.472Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-06T09:33:38.472Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-06T09:33:38.472Z] Swarm: inactive [2022-03-06T09:33:38.472Z] Default Isolation: process [2022-03-06T09:33:38.472Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-06T09:33:38.472Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-06T09:33:38.472Z] OSType: windows [2022-03-06T09:33:38.472Z] Architecture: x86_64 [2022-03-06T09:33:38.472Z] CPUs: 4 [2022-03-06T09:33:38.472Z] Total Memory: 32GiB [2022-03-06T09:33:38.472Z] Name: azwin-2-d247c1 [2022-03-06T09:33:38.472Z] ID: GDUZ:ELX5:VCJM:7ZZY:THH3:CKZG:L75T:NW2W:HHVV:4O3O:A6ZW:JTFP [2022-03-06T09:33:38.472Z] Docker Root Dir: D:\CI\PR-43335\4\daemon [2022-03-06T09:33:38.472Z] Debug Mode (client): false [2022-03-06T09:33:38.472Z] Debug Mode (server): true [2022-03-06T09:33:38.472Z] File Descriptors: -1 [2022-03-06T09:33:38.472Z] Goroutines: 17 [2022-03-06T09:33:38.472Z] System Time: 2022-03-06T09:33:38.2692844Z [2022-03-06T09:33:38.472Z] EventsListeners: 0 [2022-03-06T09:33:38.472Z] Registry: https://index.docker.io/v1/ [2022-03-06T09:33:38.472Z] Labels: [2022-03-06T09:33:38.472Z] Experimental: false [2022-03-06T09:33:38.472Z] Insecure Registries: [2022-03-06T09:33:38.472Z] 127.0.0.0/8 [2022-03-06T09:33:38.472Z] Live Restore Enabled: false [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] [2022-03-06T09:33:38.472Z] INFO: Stopping daemon under test [2022-03-06T09:33:38.472Z] SUCCESS: The process with PID 5264 (child process of PID 5352) has been terminated. [2022-03-06T09:33:38.473Z] SUCCESS: The process with PID 5352 (child process of PID 864) has been terminated. [2022-03-06T09:33:38.927Z] INFO: Stop tailing logs of the daemon under tests [2022-03-06T09:33:38.927Z] INFO: executeCI.ps1 Completed successfully at 03/06/2022 09:33:38. [2022-03-06T09:33:38.927Z] INFO: Tidying up at end of run [2022-03-06T09:33:38.927Z] INFO: Saving daemon under test log (d:\CI\PR-43335\4\dut.out) to bundles\CIDUT.out [2022-03-06T09:33:38.927Z] INFO: Saving daemon under test log (d:\CI\PR-43335\4\dut.err) to bundles\CIDUT.err [2022-03-06T09:33:38.927Z] INFO: Saving containerd logs to bundles [2022-03-06T09:33:38.927Z] INFO: Nuke-Everything... [2022-03-06T09:33:38.927Z] INFO: Container count on control daemon to delete is 2 [2022-03-06T09:33:38.927Z] 4c9c6ef4de7d [2022-03-06T09:33:38.927Z] 0942a18aa6c2 [2022-03-06T09:33:39.382Z] INFO: Tidying pidfile d:\CI\PR-43335\4\docker.pid [2022-03-06T09:33:39.382Z] INFO: Nuking d:\CI [2022-03-06T09:33:39.681Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-06T09:33:41.737Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-06T09:33:41.737Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-06T09:33:41.737Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-06T09:33:43.458Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-06T09:33:45.665Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-06T09:33:45.666Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-06T09:33:45.666Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-06T09:33:45.666Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-06T09:33:45.666Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-06T09:33:45.666Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-06T09:33:45.666Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-06T09:33:48.611Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-06T09:33:48.611Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-06T09:33:48.611Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-06T09:33:48.611Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-06T09:33:48.611Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-06T09:33:48.611Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-06T09:33:48.611Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-06T09:33:48.611Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-06T09:33:48.611Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-06T09:33:50.404Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-06T09:33:50.819Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-06T09:33:51.393Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-06T09:33:56.670Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-06T09:33:56.670Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-06T09:33:56.670Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-06T09:33:56.670Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-06T09:33:56.670Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-06T09:33:56.670Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-06T09:33:56.670Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-06T09:33:56.670Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-06T09:33:56.670Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-06T09:33:56.670Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-06T09:33:56.670Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-06T09:33:56.670Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-06T09:33:56.670Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-06T09:33:57.276Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-06T09:33:59.613Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-06T09:33:59.613Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-06T09:33:59.613Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-06T09:33:59.613Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-06T09:33:59.613Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-06T09:33:59.613Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-06T09:34:00.432Z] INFO: Zapped successfully [2022-03-06T09:34:00.432Z] [2022-03-06T09:34:00.432Z] INFO: executeCI.ps1 exiting at Sun Mar 6 09:33:57 CUT 2022. Duration 01:00:21.7709687 [2022-03-06T09:34:00.432Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-06T09:34:00.667Z] Recording test results [2022-03-06T09:34:02.555Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-06T09:34:04.444Z] === RUN TestDockerSuite/TestBuildUser [2022-03-06T09:34:04.444Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-06T09:34:04.444Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-06T09:34:04.444Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-06T09:34:04.444Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-06T09:34:04.444Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-06T09:34:04.444Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-06T09:34:05.499Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-06T09:34:05.499Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-06T09:34:05.499Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-06T09:34:07.517Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-06T09:34:08.440Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-06T09:34:08.440Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-06T09:34:08.440Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-06T09:34:08.440Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-06T09:34:08.440Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-06T09:34:08.440Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-06T09:34:08.440Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-06T09:34:08.992Z] Creating win-2022-integration-bundles.zip [2022-03-06T09:34:09.214Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-06T09:34:09.687Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [Pipeline] archiveArtifacts [2022-03-06T09:34:10.728Z] Archiving artifacts [2022-03-06T09:34:11.384Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-06T09:34:13.591Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-06T09:34:16.531Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-06T09:34:18.365Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-06T09:34:18.365Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-06T09:34:18.365Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-06T09:34:18.365Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-06T09:34:18.365Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-06T09:34:19.479Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-06T09:34:19.479Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-06T09:34:19.479Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-06T09:34:19.479Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-06T09:34:19.479Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-06T09:34:19.479Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-06T09:34:19.479Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-06T09:34:19.479Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-06T09:34:19.479Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-06T09:34:19.479Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-06T09:34:19.479Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-06T09:34:19.479Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-06T09:34:19.479Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-06T09:34:19.479Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-06T09:34:19.479Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-06T09:34:19.479Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-06T09:34:24.582Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43335/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-06T09:34:25.332Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-06T09:34:25.332Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-06T09:34:25.332Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-06T09:34:25.332Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-06T09:34:25.332Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-06T09:34:25.332Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-06T09:34:25.332Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-06T09:34:25.332Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-06T09:34:25.332Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-06T09:34:25.332Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-06T09:34:25.332Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-06T09:34:25.332Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-06T09:34:25.498Z] + make clean [2022-03-06T09:34:27.022Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-06T09:34:27.022Z] docker-dev-cache [2022-03-06T09:34:27.022Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-06T09:34:32.479Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-06T09:34:32.479Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-06T09:34:32.479Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-06T09:34:34.692Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunMount [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-06T09:34:34.693Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-06T09:34:34.693Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-06T09:34:43.336Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-06T09:34:43.336Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-06T09:34:43.336Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-06T09:34:43.336Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-06T09:34:43.336Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-06T09:34:43.336Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-06T09:34:43.336Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-06T09:34:48.534Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-06T09:34:48.534Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-06T09:34:50.475Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-06T09:34:55.216Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-06T09:34:55.216Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-06T09:34:55.216Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-06T09:34:55.216Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-06T09:34:55.216Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-06T09:34:55.216Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-06T09:34:55.216Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-06T09:34:55.216Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-06T09:34:55.216Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-06T09:34:55.216Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-06T09:34:55.216Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-06T09:34:55.216Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-06T09:34:55.216Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-06T09:34:55.216Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-06T09:34:55.216Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-06T09:34:55.216Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-06T09:34:55.216Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-06T09:34:55.216Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-06T09:34:55.216Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-06T09:34:55.216Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-06T09:34:56.199Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-06T09:34:57.208Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-06T09:34:58.407Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-06T09:34:59.972Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-06T09:35:01.530Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-06T09:35:04.471Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-06T09:35:04.471Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-06T09:35:04.471Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-06T09:35:04.471Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-06T09:35:04.471Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-06T09:35:04.471Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-06T09:35:04.471Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-06T09:35:04.471Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-06T09:35:04.471Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-06T09:35:04.471Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-06T09:35:04.471Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-06T09:35:04.471Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-06T09:35:04.471Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-06T09:35:04.471Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-06T09:35:04.471Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-06T09:35:04.471Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-06T09:35:04.471Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-06T09:35:09.214Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-06T09:35:09.214Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-06T09:35:09.214Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-06T09:35:09.214Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-06T09:35:09.214Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-06T09:35:09.214Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-06T09:35:09.214Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-06T09:35:09.214Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-06T09:35:09.214Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-06T09:35:09.214Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-06T09:35:09.214Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-06T09:35:09.715Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-06T09:35:09.715Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-06T09:35:09.715Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-06T09:35:09.715Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-06T09:35:09.715Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-06T09:35:12.670Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-06T09:35:12.670Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-06T09:35:13.658Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-06T09:35:19.617Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-06T09:35:19.617Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-06T09:35:19.617Z] === RUN TestDockerSuite/TestRunRm [2022-03-06T09:35:21.826Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-06T09:35:28.614Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-06T09:35:28.965Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-06T09:35:31.173Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-06T09:35:33.379Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-06T09:35:33.379Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-06T09:35:34.115Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-06T09:35:37.894Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-06T09:35:37.894Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-06T09:35:37.894Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-06T09:35:37.894Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-06T09:35:37.894Z] === RUN TestDockerSuite/TestRunState [2022-03-06T09:35:37.894Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-06T09:35:37.894Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-06T09:35:40.101Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-06T09:35:40.101Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-06T09:35:40.101Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-06T09:35:40.567Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-06T09:35:40.567Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-06T09:35:40.567Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-06T09:35:40.567Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-06T09:35:40.567Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-06T09:35:41.040Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-06T09:35:41.040Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-06T09:35:41.040Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-06T09:35:41.040Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-06T09:35:46.894Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-06T09:35:46.894Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-06T09:35:46.894Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-06T09:35:46.894Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-06T09:35:46.894Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-06T09:35:46.894Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-06T09:35:46.894Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-06T09:35:46.894Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-06T09:35:46.894Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-06T09:35:46.894Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-06T09:35:46.894Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-06T09:35:46.894Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-06T09:35:46.894Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-06T09:35:46.894Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-06T09:35:46.894Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-06T09:35:46.894Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-06T09:35:46.894Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-06T09:35:46.894Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-06T09:35:46.894Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-06T09:35:46.894Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-06T09:35:46.894Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-06T09:35:49.100Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-06T09:35:49.101Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-06T09:35:49.101Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-06T09:35:52.043Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-06T09:35:52.043Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-06T09:35:52.043Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-06T09:35:52.043Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-06T09:35:52.043Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-06T09:35:55.829Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-06T09:35:58.686Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-06T09:35:58.687Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-06T09:35:58.687Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-06T09:35:58.687Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-06T09:35:58.687Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-06T09:35:58.687Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-06T09:35:58.687Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-06T09:35:58.687Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-06T09:36:06.250Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-06T09:36:09.124Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-06T09:36:10.696Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-06T09:36:10.696Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-06T09:36:10.991Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-06T09:36:11.168Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-06T09:36:11.168Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-06T09:36:11.168Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-06T09:36:11.168Z] docker_cli_sni_test.go:18: Flakey test [2022-03-06T09:36:11.168Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-06T09:36:14.123Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-06T09:36:19.635Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-06T09:36:19.635Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-06T09:36:19.635Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-06T09:36:19.635Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-06T09:36:19.997Z] === RUN TestDockerSuite/TestCommitChange [2022-03-06T09:36:22.576Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-06T09:36:25.606Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-06T09:36:25.987Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-06T09:36:28.548Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-06T09:36:28.548Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-06T09:36:28.548Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-06T09:36:28.548Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-06T09:36:28.548Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-06T09:36:28.548Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-06T09:36:28.548Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-06T09:36:28.548Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-06T09:36:28.548Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-06T09:36:28.548Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-06T09:36:28.548Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-06T09:36:28.548Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-06T09:36:28.548Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-06T09:36:28.548Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-06T09:36:28.548Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-06T09:36:31.858Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-06T09:36:31.858Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-06T09:36:31.858Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-06T09:36:34.394Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-06T09:36:36.601Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-06T09:36:38.808Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-06T09:36:44.359Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-06T09:36:44.359Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.359Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-06T09:36:44.658Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-06T09:36:44.658Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-06T09:36:44.658Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-06T09:36:44.658Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-06T09:36:44.658Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-06T09:36:44.658Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-06T09:36:44.658Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-06T09:36:44.658Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-06T09:36:44.658Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-06T09:36:44.658Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-06T09:36:44.658Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-06T09:36:44.658Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-06T09:36:44.658Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-06T09:36:44.658Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-06T09:36:44.658Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-06T09:36:44.658Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-06T09:36:44.658Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-06T09:36:44.658Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-06T09:36:46.863Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-06T09:36:47.329Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-06T09:36:47.796Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-06T09:36:47.796Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-06T09:36:50.002Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-06T09:36:50.002Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-06T09:36:52.940Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-06T09:36:55.880Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-06T09:36:58.823Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-06T09:36:58.823Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-06T09:36:58.823Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-06T09:36:59.314Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-06T09:37:04.089Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-06T09:37:04.089Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-06T09:37:04.089Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-06T09:37:04.089Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-06T09:37:04.089Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-06T09:37:04.089Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-06T09:37:04.558Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-06T09:37:04.558Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-06T09:37:04.558Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-06T09:37:04.558Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-06T09:37:04.558Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-06T09:37:04.558Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-06T09:37:04.558Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-06T09:37:04.558Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-06T09:37:04.558Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-06T09:37:04.558Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-06T09:37:09.218Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-06T09:37:09.218Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-06T09:37:09.218Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-06T09:37:13.000Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-06T09:37:13.000Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-06T09:37:13.000Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-06T09:37:13.000Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-06T09:37:13.000Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-06T09:37:13.000Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-06T09:37:13.466Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-06T09:37:13.466Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-06T09:37:13.466Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-06T09:37:19.496Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-06T09:37:22.114Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-06T09:37:22.114Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-06T09:37:22.114Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-06T09:37:22.114Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-06T09:37:22.114Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-06T09:37:22.114Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-06T09:37:22.114Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-06T09:37:22.114Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-06T09:37:22.114Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-06T09:37:22.114Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-06T09:37:22.114Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-06T09:37:22.114Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-06T09:37:22.114Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-06T09:37:25.055Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-06T09:37:28.834Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-06T09:37:28.834Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-06T09:37:28.834Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-06T09:37:32.005Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-06T09:37:32.005Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-06T09:37:32.005Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-06T09:37:32.611Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-06T09:37:32.611Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-06T09:37:32.611Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-06T09:37:32.611Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-06T09:37:32.611Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-06T09:37:32.611Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-06T09:37:32.611Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-06T09:37:32.611Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-06T09:37:32.611Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-06T09:37:32.611Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-06T09:37:32.611Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-06T09:37:32.611Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-06T09:37:32.611Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-06T09:37:34.225Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-06T09:37:34.225Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-06T09:37:34.225Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-06T09:37:34.225Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-06T09:37:34.225Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-06T09:37:34.225Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-06T09:37:34.225Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-06T09:37:37.184Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-06T09:37:37.184Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-06T09:37:37.184Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-06T09:37:37.184Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-06T09:37:39.401Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-06T09:37:39.401Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-06T09:37:39.401Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-06T09:37:39.401Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-06T09:37:39.401Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-06T09:37:39.401Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-06T09:37:39.401Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-06T09:37:39.869Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-06T09:37:42.822Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-06T09:37:45.038Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-06T09:37:47.254Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-06T09:37:47.254Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-06T09:37:47.254Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-06T09:37:47.254Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-06T09:37:47.512Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-06T09:37:47.979Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-06T09:37:47.979Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-06T09:37:47.979Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-06T09:37:47.979Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-06T09:37:48.444Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-06T09:37:48.444Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-06T09:37:48.909Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-06T09:37:50.233Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-06T09:37:50.233Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-06T09:37:51.854Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-06T09:37:51.854Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-06T09:37:53.187Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-06T09:37:53.187Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:37:53.187Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-06T09:37:53.187Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:37:53.187Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-06T09:37:55.630Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-06T09:37:56.096Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-06T09:37:56.096Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-06T09:37:56.149Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-06T09:37:56.149Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-06T09:37:56.562Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-06T09:37:56.562Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-06T09:37:58.367Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-06T09:37:58.367Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-06T09:37:58.367Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-06T09:38:01.326Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-06T09:38:01.326Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-06T09:38:04.278Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-06T09:38:06.961Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-06T09:38:06.961Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-06T09:38:06.961Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-06T09:38:06.961Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-06T09:38:06.961Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-06T09:38:06.961Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-06T09:38:06.961Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-06T09:38:14.712Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-06T09:38:15.599Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-06T09:38:16.065Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-06T09:38:16.531Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-06T09:38:18.505Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-06T09:38:18.505Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-06T09:38:18.505Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-06T09:38:18.505Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-06T09:38:18.505Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-06T09:38:20.736Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-06T09:38:20.736Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-06T09:38:20.736Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-06T09:38:23.698Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-06T09:38:23.698Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-06T09:38:23.698Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-06T09:38:25.912Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-06T09:38:25.912Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-06T09:38:29.000Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-06T09:38:29.000Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.000Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite (2525.61s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.71s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.60s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (73.85s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.81s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.14s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.53s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.31s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.42s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (74.12s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.70s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.62s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.90s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.94s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.31s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.60s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.21s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.28s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.12s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.18s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.32s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.71s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.23s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddTar (35.46s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (17.76s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.67s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.52s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.74s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.28s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.08s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.09s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.37s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.29s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.39s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.58s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.45s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.70s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.36s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.32s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.85s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.34s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.54s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.04s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCmd (0.59s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.60s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.60s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.51s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.32s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.27s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.52s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.70s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.94s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.49s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.87s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.66s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.79s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (38.28s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.62s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.56s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.31s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.34s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.18s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.76s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.38s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (19.80s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.65s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.75s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.35s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.64s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.34s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerignore (55.86s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.67s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.36s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (59.22s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.54s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.71s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.03s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.82s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.70s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.37s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.63s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.16s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (83.11s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.39s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.32s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.57s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.12s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.51s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.56s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.91s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.00s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.99s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.83s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.99s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.41s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.19s) [2022-03-06T09:38:29.984Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.59s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-06T09:38:29.984Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildFails (2.87s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.65s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.69s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.57s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.04s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.33s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.30s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.69s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.55s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.71s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildHistory (10.98s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.96s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.79s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.75s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.69s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildLabel (1.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.61s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.95s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.56s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildLabels (0.97s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.51s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.63s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.56s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.60s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.35s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.99s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.69s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (39.19s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (17.54s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.15s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.54s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.06s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.74s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.69s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.64s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.34s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.66s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.06s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.77s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.93s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.28s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.07s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.75s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.87s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.60s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.63s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.63s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.27s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.18s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.03s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (41.98s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (20.22s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildRm (13.56s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.63s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.35s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.15s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.03s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.74s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.58s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.71s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.67s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.04s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.78s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildStderr (4.93s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (22.47s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.36s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.17s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.48s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.61s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.87s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.61s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.55s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.32s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.91s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.89s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.49s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.74s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.38s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.38s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.07s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.11s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.46s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.57s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.36s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.33s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.19s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.02s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.96s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.34s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.10s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCommitChange (5.36s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.84s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.78s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCommitTTY (7.92s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.89s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.59s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.85s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.85s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.93s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.92s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.54s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.44s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.50s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.45s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.99s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.04s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.03s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.56s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.82s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (5.66s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.63s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.79s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.96s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.48s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.78s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.98s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.63s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.59s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.87s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.93s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.91s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.92s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009057b8_} (2.90s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12489494088_c:\foo_false____} (2.94s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12489494088_c:\foo_true____} (3.07s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.37s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.08s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.07s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.20s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.40s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.45s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.13s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.88s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCpToCaseH (11.55s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCpToDot (3.12s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCpToStdout (3.22s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-06T09:38:29.985Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.20s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.10s) [2022-03-06T09:38:29.985Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.16s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.99s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.75s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateLabels (0.20s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateRM (0.41s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.44s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.35s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.24s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.44s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.29s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.98s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.07s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.16s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.19s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.04s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsCopy (5.50s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.68s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.94s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.80s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.84s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.38s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.95s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsFilters (5.88s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsFormat (5.84s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsRename (3.08s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsResize (33.21s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.91s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.62s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.41s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.92s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.93s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.93s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.46s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.49s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.47s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.45s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (6.16s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestExecExitStatus (7.93s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestExecInspectID (4.42s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.60s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.44s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.53s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.97s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.07s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.06s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.97s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.33s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.62s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.06s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.72s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.09s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.14s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.70s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImportBadURL (0.08s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.86s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.96s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.86s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.80s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectDefault (3.04s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectHistory (5.10s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.97s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.47s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.84s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.90s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.52s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectStatus (3.66s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (6.34s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.44s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.82s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.46s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.88s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.05s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.91s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.88s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.10s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.18s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.85s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.49s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.70s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.78s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.67s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.46s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.32s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.90s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.90s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsSince (9.45s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsTail (3.26s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.84s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.74s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.69s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestPsByOrder (12.03s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.76s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (16.70s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.30s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2022-03-06T09:38:29.986Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (5.37s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.89s) [2022-03-06T09:38:29.986Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (6.39s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (6.45s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestPsShowMounts (9.48s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.81s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.26s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.19s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (6.03s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.08s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.94s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (9.14s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.26s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.79s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (7.13s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.41s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.80s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.47s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.43s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.66s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.66s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.76s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (13.62s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.19s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiTag (0.72s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.39s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (20.14s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.47s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.89s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.15s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.00s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.65s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.28s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.11s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.85s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.85s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.79s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.79s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.77s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.65s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.00s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.99s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.95s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.89s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.67s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.77s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.95s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.83s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.88s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.84s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunExitCode (2.85s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.84s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.84s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.90s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.19s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.29s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.45s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.60s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.97s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.04s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.39s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.33s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.90s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.94s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.76s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.12s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.36s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunRm (2.90s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.88s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.92s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.94s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.55s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.89s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.37s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.19s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.84s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.84s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.76s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.02s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.72s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (8.18s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.14s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.91s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.98s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.88s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.25s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.48s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.95s) [2022-03-06T09:38:29.987Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.84s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-06T09:38:29.987Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.40s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.43s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.71s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.74s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.91s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.92s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.90s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.31s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.42s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.24s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.51s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.70s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.55s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.27s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.16s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.59s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.36s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.36s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.61s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.63s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.85s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (11.75s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.70s) [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-06T09:38:29.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] --- PASS: TestDockerRegistrySuite (0.13s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.13s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-06T09:38:29.988Z] === RUN TestDockerSchema1RegistrySuite [2022-03-06T09:38:29.988Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-06T09:38:29.988Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-06T09:38:29.988Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-06T09:38:29.988Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-06T09:38:29.988Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-06T09:38:29.988Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-06T09:38:29.988Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-06T09:38:29.988Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-06T09:38:29.988Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-06T09:38:29.988Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-06T09:38:29.988Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-06T09:38:29.988Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-06T09:38:29.988Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-06T09:38:29.988Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-06T09:38:29.988Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-06T09:38:29.988Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-06T09:38:29.988Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-06T09:38:29.988Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-06T09:38:29.988Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-06T09:38:29.988Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-06T09:38:29.988Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-06T09:38:29.988Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-06T09:38:29.988Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-06T09:38:29.988Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-06T09:38:29.988Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-06T09:38:29.988Z] === RUN TestDockerDaemonSuite [2022-03-06T09:38:29.988Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-06T09:38:29.988Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-06T09:38:29.988Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-06T09:38:29.988Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.988Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-06T09:38:29.988Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-06T09:38:29.989Z] === RUN TestDockerSwarmSuite [2022-03-06T09:38:29.989Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-06T09:38:29.989Z] === RUN TestDockerPluginSuite [2022-03-06T09:38:29.989Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-06T09:38:29.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-06T09:38:29.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-06T09:38:29.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-06T09:38:29.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-06T09:38:29.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-06T09:38:29.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-06T09:38:29.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-06T09:38:29.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-06T09:38:29.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-06T09:38:29.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-06T09:38:29.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-06T09:38:29.989Z] === RUN TestDockerExternalVolumeSuite [2022-03-06T09:38:29.989Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-06T09:38:29.989Z] === RUN TestDockerNetworkSuite [2022-03-06T09:38:29.989Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-06T09:38:29.989Z] === RUN TestDockerHubPullSuite [2022-03-06T09:38:29.989Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-06T09:38:29.989Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-06T09:38:29.989Z] PASS [2022-03-06T09:38:29.989Z] ok github.com/docker/docker/integration-cli 2525.971s [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === Skipped [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-06T09:38:30.456Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-06T09:38:30.456Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-06T09:38:30.456Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-06T09:38:30.456Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.14s) [2022-03-06T09:38:30.456Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.14s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-06T09:38:30.456Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-06T09:38:30.456Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-06T09:38:30.456Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-06T09:38:30.456Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-06T09:38:30.456Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-06T09:38:30.456Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-06T09:38:30.456Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-06T09:38:30.456Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-03-06T09:38:30.456Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-06T09:38:30.456Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-06T09:38:30.456Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2022-03-06T09:38:30.456Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.67s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.67s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.37s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.37s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.70s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.70s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.36s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.36s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-06T09:38:30.456Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.34s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.34s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.38s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.38s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.36s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.36s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.32s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.32s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-06T09:38:30.456Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.456Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-06T09:38:30.456Z] [2022-03-06T09:38:30.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-03-06T09:38:30.457Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.36s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.36s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.38s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.38s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.36s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.36s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.33s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.33s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.34s) [2022-03-06T09:38:30.457Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.34s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-06T09:38:30.457Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-06T09:38:30.457Z] docker_cli_sni_test.go:18: Flakey test [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-06T09:38:30.457Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-06T09:38:30.457Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-06T09:38:30.457Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-06T09:38:30.457Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.457Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-06T09:38:30.457Z] [2022-03-06T09:38:30.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-06T09:38:30.458Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-06T09:38:30.458Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-06T09:38:30.458Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-06T09:38:30.458Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-06T09:38:30.458Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-06T09:38:30.458Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-06T09:38:30.458Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-06T09:38:30.458Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-06T09:38:30.458Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-06T09:38:30.458Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-06T09:38:30.458Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-06T09:38:30.458Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-06T09:38:30.458Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-06T09:38:30.458Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-06T09:38:30.458Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-06T09:38:30.458Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-06T09:38:30.458Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-06T09:38:30.458Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-06T09:38:30.458Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-06T09:38:30.458Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-06T09:38:30.458Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-03-06T09:38:30.458Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.458Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-06T09:38:30.458Z] [2022-03-06T09:38:30.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-06T09:38:30.459Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-06T09:38:30.459Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-06T09:38:30.459Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-06T09:38:30.459Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-06T09:38:30.459Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-06T09:38:30.459Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-06T09:38:30.459Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-06T09:38:30.459Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-06T09:38:30.459Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-06T09:38:30.459Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-06T09:38:30.459Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-06T09:38:30.459Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.459Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-06T09:38:30.459Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-06T09:38:30.460Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-06T09:38:30.460Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-06T09:38:30.460Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-06T09:38:30.460Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-06T09:38:30.460Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-06T09:38:30.460Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-06T09:38:30.460Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-06T09:38:30.460Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-06T09:38:30.460Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-06T09:38:30.460Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.460Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-06T09:38:30.460Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-06T09:38:30.461Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.461Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-06T09:38:30.461Z] [2022-03-06T09:38:30.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-06T09:38:30.462Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.462Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-06T09:38:30.462Z] [2022-03-06T09:38:30.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-06T09:38:30.462Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-06T09:38:30.671Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-06T09:38:30.931Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-06T09:38:30.931Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-06T09:38:30.931Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.13s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.13s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.931Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:38:30.931Z] [2022-03-06T09:38:30.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:38:30.931Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-06T09:38:30.932Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] DONE 1088 tests, 544 skipped in 2536.266s [2022-03-06T09:38:30.932Z] INFO: Integration tests ended at 03/06/2022 09:38:30. Duration:00:42:16.4356079 [2022-03-06T09:38:30.932Z] INFO: Docker info of the daemon under test at end of run [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] Containers: 2 [2022-03-06T09:38:30.932Z] Running: 0 [2022-03-06T09:38:30.932Z] Paused: 0 [2022-03-06T09:38:30.932Z] Stopped: 2 [2022-03-06T09:38:30.932Z] Images: 18 [2022-03-06T09:38:30.932Z] Server Version: 0.0.0-dev [2022-03-06T09:38:30.932Z] Storage Driver: windowsfilter [2022-03-06T09:38:30.932Z] Windows: [2022-03-06T09:38:30.932Z] Logging Driver: json-file [2022-03-06T09:38:30.932Z] Plugins: [2022-03-06T09:38:30.932Z] Volume: local [2022-03-06T09:38:30.932Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-06T09:38:30.932Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-06T09:38:30.932Z] Swarm: inactive [2022-03-06T09:38:30.932Z] Default Isolation: process [2022-03-06T09:38:30.932Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-06T09:38:30.932Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-06T09:38:30.932Z] OSType: windows [2022-03-06T09:38:30.932Z] Architecture: x86_64 [2022-03-06T09:38:30.932Z] CPUs: 4 [2022-03-06T09:38:30.932Z] Total Memory: 32GiB [2022-03-06T09:38:30.932Z] Name: azwin-2-d247c0 [2022-03-06T09:38:30.932Z] ID: X4N6:YCE3:SWBB:EOZU:Q7NS:FGFW:TAKT:Q33O:ZSOS:J4G4:Z5LI:G4EA [2022-03-06T09:38:30.932Z] Docker Root Dir: D:\CI\PR-43335\4\daemon [2022-03-06T09:38:30.932Z] Debug Mode (client): false [2022-03-06T09:38:30.932Z] Debug Mode (server): true [2022-03-06T09:38:30.932Z] File Descriptors: -1 [2022-03-06T09:38:30.932Z] Goroutines: 46 [2022-03-06T09:38:30.932Z] System Time: 2022-03-06T09:38:30.6385934Z [2022-03-06T09:38:30.932Z] EventsListeners: 0 [2022-03-06T09:38:30.932Z] Registry: https://index.docker.io/v1/ [2022-03-06T09:38:30.932Z] Labels: [2022-03-06T09:38:30.932Z] Experimental: false [2022-03-06T09:38:30.932Z] Insecure Registries: [2022-03-06T09:38:30.932Z] 127.0.0.0/8 [2022-03-06T09:38:30.932Z] Live Restore Enabled: false [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] [2022-03-06T09:38:30.932Z] INFO: Stopping daemon under test [2022-03-06T09:38:30.932Z] SUCCESS: The process with PID 5072 (child process of PID 4356) has been terminated. [2022-03-06T09:38:30.932Z] SUCCESS: The process with PID 4356 (child process of PID 2180) has been terminated. [2022-03-06T09:38:30.932Z] INFO: Stop tailing logs of the daemon under tests [2022-03-06T09:38:30.932Z] INFO: executeCI.ps1 Completed successfully at 03/06/2022 09:38:30. [2022-03-06T09:38:30.932Z] INFO: Tidying up at end of run [2022-03-06T09:38:30.932Z] INFO: Saving daemon under test log (d:\CI\PR-43335\4\dut.out) to bundles\CIDUT.out [2022-03-06T09:38:30.932Z] INFO: Saving daemon under test log (d:\CI\PR-43335\4\dut.err) to bundles\CIDUT.err [2022-03-06T09:38:30.932Z] INFO: Saving containerd logs to bundles [2022-03-06T09:38:31.398Z] INFO: Nuke-Everything... [2022-03-06T09:38:31.398Z] INFO: Container count on control daemon to delete is 2 [2022-03-06T09:38:31.398Z] c5c4ef44a9e6 [2022-03-06T09:38:31.398Z] 5dbafa853bea [2022-03-06T09:38:31.865Z] INFO: Tidying pidfile d:\CI\PR-43335\4\docker.pid [2022-03-06T09:38:31.865Z] INFO: Killing containerd with PID 5244 [2022-03-06T09:38:31.865Z] INFO: Nuking d:\CI [2022-03-06T09:38:32.889Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-06T09:38:32.889Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-06T09:38:32.889Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-06T09:38:32.889Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-06T09:38:32.889Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-06T09:38:32.889Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-06T09:38:33.357Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-06T09:38:33.357Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-06T09:38:33.357Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-06T09:38:33.357Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-06T09:38:33.357Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-06T09:38:35.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-06T09:38:35.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-06T09:38:38.526Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-06T09:38:41.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-06T09:38:44.442Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-06T09:38:46.655Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000776ac8_} [2022-03-06T09:38:53.073Z] INFO: Zapped successfully [2022-03-06T09:38:53.073Z] [2022-03-06T09:38:53.073Z] INFO: executeCI.ps1 exiting at Sun Mar 6 09:38:51 CUT 2022. Duration 01:04:58.0002450 [2022-03-06T09:38:53.073Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-06T09:38:53.324Z] Recording test results [2022-03-06T09:38:55.328Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13651308567_c:\foo_false____} [2022-03-06T09:38:57.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13651308567_c:\foo_true____} [2022-03-06T09:39:00.439Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-06T09:39:01.961Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-06T09:39:04.385Z] Archiving artifacts [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-06T09:39:06.204Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-06T09:39:06.204Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-06T09:39:06.204Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-06T09:39:06.204Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-06T09:39:06.204Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-06T09:39:06.204Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-06T09:39:06.204Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-06T09:39:08.420Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-06T09:39:08.420Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.420Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-06T09:39:08.420Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.420Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-06T09:39:08.420Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.420Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-06T09:39:08.420Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.420Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-06T09:39:08.420Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.420Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-06T09:39:08.420Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.420Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-06T09:39:08.420Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.420Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-06T09:39:08.420Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.420Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-06T09:39:08.420Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.420Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-06T09:39:08.420Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.420Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-06T09:39:08.420Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.891Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-06T09:39:08.891Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.891Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-06T09:39:08.891Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-06T09:39:08.891Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-06T09:39:17.602Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-06T09:39:17.602Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-06T09:39:17.602Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-06T09:39:17.602Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-06T09:39:19.094Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43335/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-06T09:39:20.042Z] + make clean [2022-03-06T09:39:21.602Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-06T09:39:21.602Z] docker-dev-cache [2022-03-06T09:39:21.602Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-06T09:39:24.763Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-06T09:39:24.763Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-06T09:39:24.763Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-06T09:39:24.763Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-06T09:39:24.763Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-06T09:39:24.763Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-06T09:39:24.763Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-06T09:39:29.529Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-06T09:39:32.481Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-06T09:39:32.481Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-06T09:39:32.481Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-06T09:39:32.481Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-06T09:39:32.481Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-06T09:39:42.918Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-06T09:39:42.918Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-06T09:39:42.918Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-06T09:39:42.918Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-06T09:39:43.387Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-06T09:39:53.828Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-06T09:39:53.828Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-06T09:39:53.828Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-06T09:39:53.828Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-06T09:39:53.828Z] === RUN TestDockerSuite/TestCpToDot [2022-03-06T09:39:56.042Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-06T09:39:56.042Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-06T09:39:56.042Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-06T09:39:56.042Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-06T09:39:56.042Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-06T09:40:04.714Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-06T09:40:04.714Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:40:04.714Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-06T09:40:04.714Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-06T09:40:04.714Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-06T09:40:04.714Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-06T09:40:04.714Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-06T09:40:04.714Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-06T09:40:04.714Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-06T09:40:04.714Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-06T09:40:04.714Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-06T09:40:06.931Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-06T09:40:09.886Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-06T09:40:09.886Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-06T09:40:10.355Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-06T09:40:12.575Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-06T09:40:13.565Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-06T09:40:13.565Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-06T09:40:13.565Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-06T09:40:13.565Z] === RUN TestDockerSuite/TestCreateRM [2022-03-06T09:40:14.035Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-06T09:40:14.035Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-06T09:40:14.035Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-06T09:40:14.504Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-06T09:40:14.974Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-06T09:40:25.412Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-06T09:40:25.412Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-06T09:40:25.412Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-06T09:40:29.206Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-06T09:40:29.206Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-06T09:40:29.206Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-06T09:40:29.206Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-06T09:40:36.378Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-06T09:40:36.848Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-06T09:40:36.848Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-06T09:40:36.848Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-06T09:40:36.848Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-06T09:40:36.848Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-06T09:40:36.848Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-06T09:40:36.848Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-06T09:40:36.848Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-06T09:40:36.848Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-06T09:40:36.848Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDockerFails [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-06T09:40:36.848Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-06T09:40:36.848Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-06T09:40:36.848Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-06T09:40:36.848Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-06T09:40:37.317Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-06T09:40:37.317Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-06T09:40:37.317Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-06T09:40:37.317Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-06T09:40:37.317Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-06T09:40:44.475Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-06T09:40:47.428Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-06T09:40:50.380Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-06T09:40:59.054Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-06T09:41:04.932Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-06T09:41:15.470Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-06T09:41:17.693Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-06T09:41:18.683Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-06T09:41:23.457Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-06T09:41:24.445Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-06T09:41:25.433Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-06T09:41:31.305Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-06T09:41:41.733Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-06T09:41:41.733Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-06T09:41:41.733Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-06T09:41:41.733Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-06T09:41:41.733Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-06T09:41:41.733Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-06T09:41:41.733Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-06T09:41:41.733Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-06T09:41:41.733Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-06T09:41:42.204Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-06T09:41:42.204Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-06T09:41:42.204Z] === RUN TestDockerSuite/TestEventsRename [2022-03-06T09:41:45.158Z] === RUN TestDockerSuite/TestEventsResize [2022-03-06T09:41:53.827Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-06T09:41:56.047Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-06T09:41:58.999Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-06T09:42:04.869Z] === RUN TestDockerSuite/TestEventsTop [2022-03-06T09:42:04.869Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-06T09:42:04.869Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-06T09:42:07.087Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-06T09:42:11.844Z] === RUN TestDockerSuite/TestExec [2022-03-06T09:42:11.844Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:42:11.844Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-06T09:42:11.844Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-06T09:42:11.844Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-06T09:42:14.063Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-06T09:42:17.022Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-06T09:42:17.022Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:42:17.022Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-06T09:42:17.022Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:42:17.022Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-06T09:42:17.022Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-06T09:42:17.022Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-06T09:42:19.239Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-06T09:42:22.193Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-06T09:42:24.411Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-06T09:42:27.366Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-06T09:42:32.123Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-06T09:42:32.123Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-06T09:42:32.123Z] === RUN TestDockerSuite/TestExecEnv [2022-03-06T09:42:32.123Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-06T09:42:32.123Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-06T09:42:32.123Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-06T09:42:32.123Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-06T09:42:35.076Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-06T09:42:40.959Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-06T09:42:40.959Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-06T09:42:40.959Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-06T09:42:40.959Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-06T09:42:40.959Z] === RUN TestDockerSuite/TestExecParseError [2022-03-06T09:42:40.959Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-06T09:42:40.959Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-06T09:42:40.959Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-06T09:42:40.959Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-06T09:42:40.959Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-06T09:42:40.959Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-06T09:42:43.184Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-06T09:42:43.184Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-06T09:42:43.184Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-06T09:42:43.184Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-06T09:42:43.184Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-06T09:42:43.184Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-06T09:42:43.184Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-06T09:42:43.184Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-06T09:42:43.184Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-06T09:42:43.184Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-06T09:42:43.184Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-06T09:42:46.135Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-06T09:42:46.135Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-06T09:42:46.135Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-06T09:42:56.573Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-06T09:42:56.573Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-06T09:42:56.573Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-06T09:42:56.573Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-06T09:42:56.573Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-06T09:42:56.573Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-06T09:42:56.573Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-06T09:43:02.444Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-06T09:43:08.316Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-06T09:43:12.116Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-06T09:43:17.985Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-06T09:43:17.985Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:43:17.985Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-06T09:43:17.985Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-06T09:43:18.455Z] === RUN TestDockerSuite/TestHealth [2022-03-06T09:43:18.455Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-06T09:43:18.455Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-06T09:43:18.455Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-06T09:43:18.455Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-06T09:43:18.455Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-06T09:43:24.334Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-06T09:43:24.334Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-06T09:43:24.334Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-06T09:43:24.334Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-06T09:43:24.334Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-06T09:43:24.334Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-06T09:43:24.334Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-06T09:43:24.803Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-06T09:43:24.803Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-06T09:43:24.803Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-06T09:43:26.373Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-06T09:43:26.373Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-06T09:43:28.592Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-06T09:43:29.061Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-06T09:43:31.281Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-06T09:43:39.965Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-06T09:43:39.966Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-06T09:43:39.966Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-06T09:43:39.966Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-06T09:43:43.758Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-06T09:43:43.758Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-06T09:43:43.758Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-06T09:43:43.758Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-06T09:43:43.758Z] === RUN TestDockerSuite/TestImportFile [2022-03-06T09:43:43.758Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-06T09:43:43.758Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-06T09:43:43.758Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-06T09:43:43.758Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-06T09:43:43.758Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-06T09:43:43.758Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-06T09:43:43.758Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-06T09:43:43.758Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:43:43.758Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-06T09:43:43.758Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-06T09:43:43.758Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-06T09:43:43.758Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-06T09:43:43.758Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-06T09:43:43.758Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-06T09:43:44.227Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-06T09:43:44.227Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-06T09:43:44.227Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-06T09:43:44.227Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-06T09:43:44.227Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-06T09:43:44.228Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-06T09:43:47.182Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-06T09:43:49.403Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-06T09:43:49.403Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-06T09:43:49.403Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-06T09:43:49.403Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-06T09:43:49.403Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-06T09:43:49.403Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-06T09:43:49.403Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-06T09:43:49.403Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-06T09:43:58.070Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-06T09:43:58.070Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-06T09:43:59.641Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-06T09:43:59.641Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-06T09:43:59.641Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-06T09:43:59.641Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-06T09:44:00.110Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-06T09:44:00.110Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-06T09:44:00.110Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-06T09:44:02.326Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-06T09:44:08.204Z] === RUN TestDockerSuite/TestInspectImage [2022-03-06T09:44:08.204Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:44:08.204Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-06T09:44:08.204Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:44:08.204Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-06T09:44:08.204Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-06T09:44:08.204Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-06T09:44:10.420Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-06T09:44:12.634Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-06T09:44:12.634Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-06T09:44:15.597Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-06T09:44:17.812Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-06T09:44:17.813Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-06T09:44:17.813Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-06T09:44:17.813Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-06T09:44:20.769Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-06T09:44:23.900Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-06T09:44:28.656Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-06T09:44:30.873Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-06T09:44:38.036Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-06T09:44:40.998Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-06T09:44:43.953Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-06T09:44:46.176Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-06T09:44:54.870Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-06T09:44:54.870Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-06T09:44:54.870Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-06T09:44:54.870Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-06T09:44:57.088Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-06T09:44:58.651Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-06T09:45:05.824Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-06T09:45:07.393Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-06T09:45:07.393Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-06T09:45:07.393Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-06T09:45:10.484Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-06T09:45:10.484Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-06T09:45:19.164Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-06T09:45:27.833Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-06T09:45:35.002Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-06T09:45:38.802Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-06T09:45:41.017Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-06T09:45:41.017Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-06T09:45:41.017Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-06T09:45:43.967Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-06T09:45:46.372Z] === RUN TestDockerSuite/TestLogsSince [2022-03-06T09:45:56.809Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-06T09:45:56.809Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-06T09:45:56.809Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-06T09:45:56.809Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-06T09:45:56.809Z] === RUN TestDockerSuite/TestLogsTail [2022-03-06T09:45:59.027Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-06T09:46:01.989Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-06T09:46:04.947Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-06T09:46:04.947Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-06T09:46:04.947Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-06T09:46:04.947Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-06T09:46:04.947Z] === RUN TestDockerSuite/TestNetHostname [2022-03-06T09:46:04.947Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-06T09:46:04.947Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-06T09:46:04.947Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-06T09:46:04.947Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-06T09:46:04.947Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-06T09:46:04.947Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-06T09:46:04.947Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-06T09:46:04.947Z] === RUN TestDockerSuite/TestPluginActive [2022-03-06T09:46:04.947Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-06T09:46:04.947Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-06T09:46:04.947Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-06T09:46:04.947Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-06T09:46:05.418Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-06T09:46:05.418Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-06T09:46:05.418Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-06T09:46:05.418Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-06T09:46:05.418Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-06T09:46:05.418Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-06T09:46:05.418Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-06T09:46:05.418Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-06T09:46:05.418Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-06T09:46:05.418Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-06T09:46:05.418Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-06T09:46:05.418Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-06T09:46:05.418Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-06T09:46:05.418Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-06T09:46:05.418Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-06T09:46:05.418Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-06T09:46:05.418Z] === RUN TestDockerSuite/TestPortList [2022-03-06T09:46:05.418Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-06T09:46:05.418Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-06T09:46:11.287Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-06T09:46:11.287Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:46:11.287Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-06T09:46:11.287Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-06T09:46:11.287Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-06T09:46:11.287Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-06T09:46:11.287Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-06T09:46:11.287Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-06T09:46:11.287Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-06T09:46:11.287Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-06T09:46:11.287Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-06T09:46:11.287Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-06T09:46:11.287Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-06T09:46:11.287Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-06T09:46:11.287Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-06T09:46:11.287Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-06T09:46:11.287Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-06T09:46:11.287Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-06T09:46:17.159Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-06T09:46:17.159Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-06T09:46:17.159Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-06T09:46:27.588Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-06T09:46:27.588Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-06T09:46:27.588Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-06T09:46:38.062Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-06T09:47:08.205Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-06T09:47:08.205Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-06T09:47:08.205Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-06T09:47:08.205Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-06T09:47:18.642Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-06T09:47:25.803Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-06T09:47:47.048Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-06T09:47:55.722Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-06T09:47:55.722Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-06T09:47:55.722Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-06T09:47:55.722Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-06T09:47:55.722Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-06T09:48:06.145Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-06T09:48:06.145Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-06T09:48:06.145Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-06T09:48:06.145Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-06T09:48:06.145Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-06T09:48:06.145Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-06T09:48:06.145Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-06T09:48:06.145Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-06T09:48:06.145Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-06T09:48:14.808Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-06T09:48:14.808Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-06T09:48:14.808Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-06T09:48:15.797Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-06T09:48:15.797Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-06T09:48:15.797Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-06T09:48:17.364Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-06T09:48:18.352Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-06T09:48:18.352Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-06T09:48:18.352Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-06T09:48:23.108Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-06T09:48:27.864Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-06T09:48:30.081Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-06T09:49:00.199Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-06T09:49:00.199Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:49:00.199Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-06T09:49:04.959Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-06T09:49:04.959Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-06T09:49:04.959Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-06T09:49:05.949Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-06T09:49:11.831Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-06T09:49:16.609Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-06T09:49:16.609Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:49:16.609Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-06T09:49:21.374Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-06T09:49:21.374Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-06T09:49:21.374Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-06T09:49:39.212Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-06T09:49:42.175Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-06T09:49:42.645Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-06T09:49:51.327Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-06T09:50:01.948Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-06T09:50:16.884Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-06T09:50:20.680Z] === RUN TestDockerSuite/TestRmiTag [2022-03-06T09:50:21.151Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-06T09:50:23.367Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-06T09:50:44.616Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-06T09:50:45.085Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-06T09:50:50.952Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-06T09:50:52.523Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-06T09:50:52.523Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-06T09:50:52.523Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-06T09:50:52.523Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-06T09:50:52.523Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-06T09:50:52.523Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-06T09:50:52.523Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-06T09:50:52.523Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-06T09:50:52.523Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-06T09:50:52.523Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-06T09:50:52.523Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-06T09:50:52.523Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-06T09:50:52.523Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-06T09:50:52.523Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-06T09:50:52.523Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-06T09:50:54.740Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-06T09:50:54.740Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-06T09:50:54.740Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-06T09:50:54.740Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-06T09:50:54.740Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-06T09:51:00.614Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-06T09:51:02.830Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-06T09:51:11.499Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-06T09:51:13.073Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-06T09:51:21.747Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-06T09:51:21.747Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-06T09:51:26.711Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-06T09:51:26.711Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-06T09:51:26.711Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-06T09:51:26.711Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-06T09:51:26.711Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-06T09:51:26.711Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-06T09:51:26.711Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-06T09:51:26.711Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-06T09:51:26.711Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-06T09:51:26.711Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-06T09:51:26.711Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-06T09:51:26.711Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-06T09:51:26.711Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-06T09:51:26.711Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-06T09:51:26.711Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-06T09:51:26.711Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-06T09:51:26.711Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-06T09:51:26.711Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-06T09:51:26.711Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-06T09:51:26.711Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-06T09:51:26.711Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-06T09:51:26.711Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-06T09:51:26.711Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-06T09:51:28.927Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-06T09:51:28.927Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-06T09:51:28.927Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-06T09:51:32.726Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-06T09:51:32.726Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-06T09:51:32.726Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-06T09:51:32.726Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-06T09:51:32.726Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-06T09:51:34.948Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-06T09:51:34.948Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-06T09:51:34.948Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-06T09:51:34.948Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-06T09:51:34.948Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-06T09:51:34.948Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-06T09:51:34.948Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-06T09:51:34.948Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-06T09:51:34.948Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-06T09:51:34.948Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-06T09:51:35.418Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-06T09:51:35.418Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-06T09:51:35.418Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-06T09:51:35.418Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-06T09:51:35.418Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-06T09:51:37.635Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-06T09:51:46.311Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-06T09:51:47.885Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-06T09:51:47.885Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-06T09:51:47.885Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-06T09:51:47.885Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-06T09:51:47.885Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-06T09:51:47.885Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-06T09:51:47.885Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-06T09:51:50.839Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-06T09:51:50.839Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-06T09:51:50.839Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-06T09:51:50.839Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-06T09:51:50.839Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-06T09:51:50.839Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-06T09:51:50.839Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-06T09:51:50.839Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-06T09:51:50.839Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-06T09:51:53.068Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-06T09:52:00.235Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-06T09:52:00.236Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-06T09:52:00.236Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-06T09:52:00.236Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-06T09:52:00.236Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-06T09:52:00.236Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-06T09:52:00.236Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-06T09:52:00.236Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-06T09:52:00.236Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-06T09:52:00.236Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-06T09:52:00.236Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-06T09:52:00.236Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-06T09:52:00.236Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-06T09:52:03.200Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-06T09:52:03.200Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-06T09:52:03.200Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-06T09:52:03.200Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-06T09:52:03.200Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-06T09:52:03.200Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-06T09:52:10.366Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-06T09:52:13.321Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-06T09:52:13.321Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-06T09:52:13.321Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-06T09:52:15.540Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-06T09:52:15.540Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-06T09:52:15.540Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-06T09:52:15.540Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-06T09:52:15.540Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-06T09:52:15.540Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-06T09:52:16.011Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-06T09:52:18.233Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-06T09:52:21.188Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-06T09:52:28.353Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-06T09:52:37.017Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-06T09:52:37.017Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-06T09:52:37.017Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-06T09:52:37.017Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-06T09:52:37.017Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-06T09:52:37.017Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-06T09:52:37.017Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-06T09:52:37.017Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-06T09:52:37.017Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-06T09:52:37.017Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-06T09:52:37.017Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-06T09:52:37.017Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-06T09:52:37.017Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-06T09:52:37.017Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-06T09:52:37.017Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-06T09:52:37.017Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-06T09:52:40.950Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-06T09:52:40.950Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-06T09:52:40.950Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-06T09:52:40.950Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-06T09:52:40.950Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-06T09:52:40.950Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-06T09:52:40.950Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-06T09:52:40.950Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-06T09:52:40.950Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-06T09:52:40.950Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-06T09:52:40.950Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-06T09:52:40.950Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-06T09:52:51.381Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-06T09:52:51.381Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-06T09:52:51.381Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunMount [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-06T09:52:53.600Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-06T09:52:53.600Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-06T09:53:02.276Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-06T09:53:02.276Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-06T09:53:02.276Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-06T09:53:02.276Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-06T09:53:02.276Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-06T09:53:02.276Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-06T09:53:02.276Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-06T09:53:08.152Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-06T09:53:11.943Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-06T09:53:11.943Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-06T09:53:11.943Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-06T09:53:11.943Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-06T09:53:11.943Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-06T09:53:11.943Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-06T09:53:11.943Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-06T09:53:11.943Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-06T09:53:11.943Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-06T09:53:11.943Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-06T09:53:11.943Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-06T09:53:11.943Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-06T09:53:11.943Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-06T09:53:11.943Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-06T09:53:11.943Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-06T09:53:11.943Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-06T09:53:11.943Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-06T09:53:11.943Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-06T09:53:11.943Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-06T09:53:12.411Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-06T09:53:14.099Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-06T09:53:16.319Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-06T09:53:18.537Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-06T09:53:20.103Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-06T09:53:22.324Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-06T09:53:22.324Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-06T09:53:22.324Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-06T09:53:22.324Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-06T09:53:22.324Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-06T09:53:22.324Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-06T09:53:22.324Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-06T09:53:22.324Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-06T09:53:22.324Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-06T09:53:22.324Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-06T09:53:22.324Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-06T09:53:22.324Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-06T09:53:22.324Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-06T09:53:22.324Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-06T09:53:22.324Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-06T09:53:22.324Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-06T09:53:22.324Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-06T09:53:25.275Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-06T09:53:25.275Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-06T09:53:25.275Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-06T09:53:25.275Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-06T09:53:25.275Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-06T09:53:25.275Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-06T09:53:25.275Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-06T09:53:25.275Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-06T09:53:25.275Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-06T09:53:25.275Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-06T09:53:25.275Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-06T09:53:40.211Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-06T09:53:40.211Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-06T09:53:40.211Z] === RUN TestDockerSuite/TestRunRm [2022-03-06T09:53:41.199Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-06T09:53:47.070Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-06T09:53:54.252Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-06T09:54:02.927Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-06T09:54:04.497Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-06T09:54:07.458Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-06T09:54:07.458Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-06T09:54:07.458Z] === RUN TestDockerSuite/TestRunState [2022-03-06T09:54:07.458Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-06T09:54:07.458Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-06T09:54:14.632Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-06T09:54:14.632Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-06T09:54:14.632Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-06T09:54:17.586Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-06T09:54:17.586Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-06T09:54:17.586Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-06T09:54:17.586Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-06T09:54:17.586Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-06T09:54:17.586Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-06T09:54:17.586Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-06T09:54:17.586Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-06T09:54:17.586Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-06T09:54:23.792Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-06T09:54:23.792Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-06T09:54:23.792Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-06T09:54:23.792Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-06T09:54:23.792Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-06T09:54:23.792Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-06T09:54:23.792Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-06T09:54:23.792Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-06T09:54:23.792Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-06T09:54:23.792Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-06T09:54:23.792Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-06T09:54:23.792Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-06T09:54:23.792Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-06T09:54:23.792Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-06T09:54:23.792Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-06T09:54:23.792Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-06T09:54:23.792Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-06T09:54:23.792Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-06T09:54:23.792Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-06T09:54:23.792Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-06T09:54:23.792Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-06T09:54:26.136Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-06T09:54:26.136Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-06T09:54:26.136Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-06T09:54:29.094Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-06T09:54:29.094Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-06T09:54:29.094Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-06T09:54:29.094Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-06T09:54:29.094Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-06T09:54:32.890Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-06T09:54:50.712Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-06T09:54:55.471Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-06T09:55:02.648Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-06T09:55:02.648Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-06T09:55:02.648Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-06T09:55:02.648Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-06T09:55:05.603Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-06T09:55:07.821Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-06T09:55:10.784Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-06T09:55:10.784Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-06T09:55:10.784Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-06T09:55:10.784Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-06T09:55:10.784Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-06T09:55:10.784Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-06T09:55:10.784Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-06T09:55:10.784Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-06T09:55:10.784Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-06T09:55:10.784Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-06T09:55:10.784Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-06T09:55:10.784Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-06T09:55:10.784Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-06T09:55:10.784Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-06T09:55:10.784Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-06T09:55:15.543Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-06T09:55:17.108Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-06T09:55:20.062Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-06T09:55:30.502Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-06T09:55:30.502Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-06T09:55:30.502Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-06T09:55:30.502Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-06T09:55:30.502Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-06T09:55:30.502Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-06T09:55:30.502Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-06T09:55:30.502Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-06T09:55:30.502Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-06T09:55:30.502Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-06T09:55:30.502Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-06T09:55:30.502Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-06T09:55:30.502Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-06T09:55:30.502Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-06T09:55:30.502Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-06T09:55:30.502Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-06T09:55:30.502Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-06T09:55:30.502Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-06T09:55:32.724Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-06T09:55:32.724Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-06T09:55:33.192Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-06T09:55:33.661Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-06T09:55:35.233Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-06T09:55:35.233Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-06T09:55:38.187Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-06T09:55:45.352Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-06T09:55:48.308Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-06T09:55:48.308Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-06T09:55:48.308Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-06T09:55:56.984Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-06T09:55:56.984Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-06T09:55:56.984Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-06T09:56:07.429Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-06T09:56:07.429Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-06T09:56:07.429Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-06T09:56:07.429Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-06T09:56:07.429Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-06T09:56:07.429Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-06T09:56:07.429Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-06T09:56:07.429Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-06T09:56:07.429Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-06T09:56:13.299Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-06T09:56:13.299Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-06T09:56:13.299Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-06T09:56:13.299Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-06T09:56:13.299Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-06T09:56:13.299Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-06T09:56:13.299Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-06T09:56:13.299Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-06T09:56:13.299Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-06T09:56:13.299Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-06T09:56:13.299Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-06T09:56:13.299Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-06T09:56:13.299Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-06T09:56:16.251Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-06T09:56:18.469Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-06T09:56:18.469Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-06T09:56:18.469Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-06T09:56:21.430Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-06T09:56:21.430Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-06T09:56:21.430Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-06T09:56:21.430Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-06T09:56:21.430Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-06T09:56:21.430Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-06T09:56:21.430Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-06T09:56:21.430Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-06T09:56:21.430Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-06T09:56:21.430Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-06T09:56:21.430Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-06T09:56:21.430Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-06T09:56:21.430Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-06T09:56:39.248Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-06T09:56:39.248Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-06T09:56:39.248Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-06T09:56:39.248Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-06T09:56:39.248Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-06T09:56:39.248Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-06T09:56:39.248Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-06T09:56:39.248Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-06T09:56:40.817Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-06T09:56:41.287Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-06T09:56:45.084Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-06T09:56:45.084Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-06T09:56:45.551Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-06T09:56:45.551Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-06T09:56:46.020Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-06T09:57:00.966Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-06T09:57:00.966Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-06T09:57:00.966Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-06T09:57:00.966Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-06T09:57:00.966Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-06T09:57:00.966Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-06T09:57:00.966Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-06T09:57:09.649Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-06T09:57:09.649Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-06T09:57:09.649Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-06T09:57:30.903Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-06T09:57:30.903Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-06T09:57:30.903Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite (3137.62s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.86s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.77s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.41s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (120.17s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.17s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.98s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.50s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.82s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.51s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.03s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (143.48s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.89s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.56s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.07s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.10s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.79s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.88s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.26s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.46s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (10.53s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.26s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.51s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.92s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.45s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.62s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddTar (51.60s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (33.47s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.01s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.68s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.09s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.54s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.65s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.10s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.71s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.93s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.77s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (40.67s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.42s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.90s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.62s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.62s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.85s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.93s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.22s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCmd (0.68s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.70s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.70s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.92s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.78s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.53s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.62s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.32s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.16s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.76s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.12s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.88s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.46s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (36.99s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.78s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.71s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.02s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.41s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.63s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (35.49s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.89s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (24.96s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.05s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.95s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.95s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.06s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.05s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildDockerignore (73.98s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.44s) [2022-03-06T09:57:31.371Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (70.45s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.96s) [2022-03-06T09:57:31.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.01s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (26.31s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (17.15s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.25s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (45.74s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (17.00s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (16.46s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (124.63s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.62s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.65s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.31s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.65s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.71s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.46s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.99s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.86s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.90s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.26s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.83s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.87s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.79s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-06T09:57:31.372Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildFails (2.79s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.14s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (11.14s) [2022-03-06T09:57:31.372Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.89s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildForceRm (12.52s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.80s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.69s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.06s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.06s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.84s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.69s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.78s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildHistory (14.57s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.22s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.46s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.93s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.14s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.58s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildLabel (1.17s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.79s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.19s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.77s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildLabels (1.25s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.89s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.00s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.68s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.74s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.91s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (21.87s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.71s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (39.92s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (26.34s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (10.94s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (12.07s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.56s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (20.47s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.89s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.87s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.30s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (10.30s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.20s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.31s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.19s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.85s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.35s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.75s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.58s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.18s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.86s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.01s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.14s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.10s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.76s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.49s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.43s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (52.76s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (26.47s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildRm (16.74s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.85s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.57s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (2.08s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.78s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.67s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildShellInherited (10.21s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (28.55s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.19s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.91s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (13.50s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.41s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.18s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.17s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildStderr (5.74s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (24.52s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.49s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (8.74s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.71s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.93s) [2022-03-06T09:57:31.844Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.57s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-03-06T09:57:31.844Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.19s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.78s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (8.15s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.96s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.21s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.69s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (12.06s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.33s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.87s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.56s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.56s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (21.49s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.56s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.54s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.63s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.01s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.89s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.49s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.70s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.49s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCommitChange (6.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.64s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCommitNewFile (13.11s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCommitTTY (13.88s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.22s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.11s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPICommit (13.46s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (13.46s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.61s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.57s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.80s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.81s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.44s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.41s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.88s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.82s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.71s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.32s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.98s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.29s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.75s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.10s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.61s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.09s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.27s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.91s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.56s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.12s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.72s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.37s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.37s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (29.50s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.86s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.83s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.77s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.65s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000776ac8_} (7.74s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13651308567_c:\foo_false____} (2.86s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13651308567_c:\foo_true____} (7.75s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.96s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCpGarbagePath (7.71s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.52s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.08s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.92s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.98s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.07s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCpToDot (2.95s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCpToStdout (7.58s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.04s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateArgs (0.24s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.45s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.78s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.25s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.40s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.90s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateLabels (0.25s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateRM (0.44s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.43s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.49s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.27s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.66s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.57s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.25s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.52s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (7.44s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.61s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.72s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.75s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsCopy (5.74s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (10.66s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.60s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.14s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.87s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.69s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.23s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsFilters (5.30s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsFormat (9.89s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.23s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsRename (2.84s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsResize (8.28s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.77s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.07s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.20s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsUntag (2.87s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.46s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.44s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.40s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.44s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.68s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.74s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.63s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.05s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.71s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestExecInspectID (5.14s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.85s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.58s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-06T09:57:31.845Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.42s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.03s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-06T09:57:31.845Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.58s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.31s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.42s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.51s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.16s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.10s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.90s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.38s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.76s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.28s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.15s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.32s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.57s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.73s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.10s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.11s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.66s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.43s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.12s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (7.55s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.25s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.63s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectDefault (2.47s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectHistory (5.12s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.60s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.45s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.23s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.45s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.61s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.53s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectStatus (2.96s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.92s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.51s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (7.33s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.96s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.67s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.45s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (7.39s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.10s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.38s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.15s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.00s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.72s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.98s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.10s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.18s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.25s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.13s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.99s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.92s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.66s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.75s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsSince (9.49s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsTail (3.13s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.91s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.77s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.04s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.11s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPortList (0.03s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.66s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.04s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.23s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPsByOrder (10.13s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.04s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.06s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (26.10s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.26s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (7.50s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (18.60s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (10.36s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (10.61s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.28s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.68s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.36s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.60s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.59s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.76s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (27.40s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.98s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.29s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.88s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.14s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.29s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.68s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.34s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.95s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.37s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.92s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.79s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (10.77s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (13.88s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.05s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiTag (0.87s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.53s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (18.70s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.94s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.66s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.43s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.19s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.23s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.22s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.65s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.60s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.55s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.21s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.64s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.64s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-06T09:57:31.846Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.38s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-06T09:57:31.846Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.51s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (7.65s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.52s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.67s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.55s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.52s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.78s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (7.53s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.71s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.52s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunExitCode (2.57s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.61s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (7.36s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.54s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.61s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (10.57s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.98s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.47s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.64s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.03s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.42s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.21s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.48s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.34s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.19s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.89s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (13.09s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunRm (2.58s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.76s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.57s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (7.44s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.45s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.14s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (7.31s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.03s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.30s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.09s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.65s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.92s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.58s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.62s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (17.45s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.79s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.31s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.14s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.96s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.60s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.70s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.51s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.88s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.52s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (10.06s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.40s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.29s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.77s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (12.64s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.57s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (7.44s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.61s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.97s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestStartAttachSilent (9.44s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.75s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.39s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.56s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.75s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.37s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.20s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.24s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.42s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.35s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.17s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.96s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.58s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.53s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.49s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (13.46s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.72s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.25s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.08s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.37s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.37s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (20.46s) [2022-03-06T09:57:31.847Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-06T09:57:31.847Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.78s) [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-06T09:57:31.847Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.847Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-06T09:57:31.848Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] --- PASS: TestDockerRegistrySuite (0.21s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-06T09:57:31.848Z] === RUN TestDockerSchema1RegistrySuite [2022-03-06T09:57:31.848Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-06T09:57:31.848Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-06T09:57:31.848Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-06T09:57:31.848Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-06T09:57:31.848Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-06T09:57:31.848Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-06T09:57:31.848Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-06T09:57:31.848Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-06T09:57:31.848Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-06T09:57:31.848Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-06T09:57:31.848Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-06T09:57:31.848Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-06T09:57:31.848Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-06T09:57:31.848Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-06T09:57:31.848Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-06T09:57:31.848Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-06T09:57:31.848Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-06T09:57:31.848Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-06T09:57:31.848Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-06T09:57:31.848Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-06T09:57:31.848Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-06T09:57:31.848Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-06T09:57:31.848Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-06T09:57:31.848Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-06T09:57:31.848Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-06T09:57:31.848Z] === RUN TestDockerDaemonSuite [2022-03-06T09:57:31.848Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-06T09:57:31.848Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-06T09:57:31.848Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-06T09:57:31.848Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-06T09:57:31.848Z] === RUN TestDockerSwarmSuite [2022-03-06T09:57:31.848Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-06T09:57:31.848Z] === RUN TestDockerPluginSuite [2022-03-06T09:57:31.848Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-06T09:57:31.848Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-06T09:57:31.848Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-06T09:57:31.848Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-06T09:57:31.848Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-06T09:57:31.848Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-06T09:57:31.848Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-06T09:57:31.848Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-06T09:57:31.848Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-06T09:57:31.848Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-06T09:57:31.848Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-06T09:57:31.848Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-06T09:57:31.848Z] === RUN TestDockerExternalVolumeSuite [2022-03-06T09:57:31.848Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:57:31.848Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-06T09:57:32.318Z] === RUN TestDockerNetworkSuite [2022-03-06T09:57:32.318Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-06T09:57:32.318Z] === RUN TestDockerHubPullSuite [2022-03-06T09:57:32.318Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-06T09:57:32.318Z] PASS [2022-03-06T09:57:32.318Z] ok github.com/docker/docker/integration-cli 3138.155s [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === Skipped [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-06T09:57:32.318Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-06T09:57:32.318Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-06T09:57:32.318Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-06T09:57:32.318Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-06T09:57:32.318Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-06T09:57:32.318Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-06T09:57:32.318Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-06T09:57:32.318Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-06T09:57:32.318Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-06T09:57:32.318Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-06T09:57:32.318Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-06T09:57:32.318Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-03-06T09:57:32.318Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.01s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.01s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.90s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.90s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-06T09:57:32.318Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-06T09:57:32.318Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.318Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-06T09:57:32.318Z] [2022-03-06T09:57:32.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.41s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.41s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.42s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.06s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.06s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.13s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.57s) [2022-03-06T09:57:32.319Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.57s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.49s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.49s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.05s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.56s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.56s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.54s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.54s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.49s) [2022-03-06T09:57:32.319Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.49s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-06T09:57:32.319Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-03-06T09:57:32.319Z] docker_cli_sni_test.go:18: Flakey test [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-03-06T09:57:32.319Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-06T09:57:32.319Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-06T09:57:32.319Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-03-06T09:57:32.319Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-06T09:57:32.319Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-06T09:57:32.319Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-06T09:57:32.319Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-06T09:57:32.319Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-06T09:57:32.319Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-06T09:57:32.319Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-06T09:57:32.319Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-06T09:57:32.319Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.319Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-06T09:57:32.319Z] [2022-03-06T09:57:32.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-06T09:57:32.320Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-06T09:57:32.320Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-06T09:57:32.320Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-06T09:57:32.320Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-06T09:57:32.320Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-03-06T09:57:32.320Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-03-06T09:57:32.320Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.03s) [2022-03-06T09:57:32.320Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-06T09:57:32.320Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-06T09:57:32.320Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.04s) [2022-03-06T09:57:32.320Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.04s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.03s) [2022-03-06T09:57:32.320Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-06T09:57:32.320Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-03-06T09:57:32.320Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-06T09:57:32.320Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-06T09:57:32.320Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-06T09:57:32.320Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-06T09:57:32.320Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-06T09:57:32.320Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-06T09:57:32.320Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-06T09:57:32.320Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-06T09:57:32.320Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-06T09:57:32.320Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.320Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-06T09:57:32.320Z] [2022-03-06T09:57:32.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-06T09:57:32.321Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-06T09:57:32.321Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-03-06T09:57:32.321Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-06T09:57:32.321Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.03s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-06T09:57:32.321Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-06T09:57:32.321Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.03s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.03s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-06T09:57:32.321Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-03-06T09:57:32.321Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-03-06T09:57:32.321Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-03-06T09:57:32.321Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-03-06T09:57:32.321Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-06T09:57:32.321Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-06T09:57:32.321Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-06T09:57:32.321Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-06T09:57:32.321Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-03-06T09:57:32.321Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-06T09:57:32.321Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-06T09:57:32.321Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.321Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-06T09:57:32.321Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-06T09:57:32.322Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-06T09:57:32.322Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.04s) [2022-03-06T09:57:32.322Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.04s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-06T09:57:32.322Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-03-06T09:57:32.322Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-03-06T09:57:32.322Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.03s) [2022-03-06T09:57:32.322Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2022-03-06T09:57:32.322Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-03-06T09:57:32.322Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.03s) [2022-03-06T09:57:32.322Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-06T09:57:32.322Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-06T09:57:32.322Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-06T09:57:32.322Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.03s) [2022-03-06T09:57:32.322Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPortList (0.03s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-06T09:57:32.322Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-06T09:57:32.322Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-06T09:57:32.322Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-06T09:57:32.322Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-06T09:57:32.322Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-06T09:57:32.322Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.04s) [2022-03-06T09:57:32.322Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.04s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-06T09:57:32.322Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-06T09:57:32.322Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.04s) [2022-03-06T09:57:32.322Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.04s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2022-03-06T09:57:32.322Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-06T09:57:32.322Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-06T09:57:32.322Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.322Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-06T09:57:32.322Z] [2022-03-06T09:57:32.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.03s) [2022-03-06T09:57:32.322Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-06T09:57:32.794Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-03-06T09:57:32.794Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-06T09:57:32.794Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.794Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-06T09:57:32.794Z] [2022-03-06T09:57:32.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-06T09:57:32.794Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.03s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.03s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.03s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.03s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-06T09:57:32.795Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.795Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-06T09:57:32.795Z] [2022-03-06T09:57:32.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-06T09:57:32.796Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-03-06T09:57:32.796Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-03-06T09:57:32.796Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-06T09:57:32.796Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-06T09:57:32.796Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-06T09:57:32.796Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-06T09:57:32.796Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:57:32.796Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:57:32.796Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:57:32.796Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-06T09:57:32.796Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-06T09:57:32.796Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-06T09:57:32.796Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-06T09:57:32.796Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.796Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-06T09:57:32.796Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-06T09:57:32.797Z] [2022-03-06T09:57:32.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-06T09:57:32.797Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.797Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-06T09:57:32.798Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:32.798Z] DONE 1088 tests, 539 skipped in 3151.765s [2022-03-06T09:57:32.798Z] INFO: Integration tests ended at 03/06/2022 09:57:32. Duration:00:52:31.9453998 [2022-03-06T09:57:32.798Z] INFO: Docker info of the daemon under test at end of run [2022-03-06T09:57:32.798Z] [2022-03-06T09:57:33.266Z] Containers: 2 [2022-03-06T09:57:33.266Z] Running: 0 [2022-03-06T09:57:33.266Z] Paused: 0 [2022-03-06T09:57:33.266Z] Stopped: 2 [2022-03-06T09:57:33.266Z] Images: 18 [2022-03-06T09:57:33.266Z] Server Version: 0.0.0-dev [2022-03-06T09:57:33.266Z] Storage Driver: windowsfilter [2022-03-06T09:57:33.266Z] Windows: [2022-03-06T09:57:33.266Z] Logging Driver: json-file [2022-03-06T09:57:33.266Z] Plugins: [2022-03-06T09:57:33.266Z] Volume: local [2022-03-06T09:57:33.266Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-06T09:57:33.266Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-06T09:57:33.266Z] Swarm: inactive [2022-03-06T09:57:33.266Z] Default Isolation: process [2022-03-06T09:57:33.266Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-06T09:57:33.267Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-06T09:57:33.267Z] OSType: windows [2022-03-06T09:57:33.267Z] Architecture: x86_64 [2022-03-06T09:57:33.267Z] CPUs: 4 [2022-03-06T09:57:33.267Z] Total Memory: 32GiB [2022-03-06T09:57:33.267Z] Name: azwin-2-b23990 [2022-03-06T09:57:33.267Z] ID: JGND:4LQD:JKHW:7PUS:OU2S:V7KQ:2YRQ:4DEE:54FD:2GKR:FID6:AGWV [2022-03-06T09:57:33.267Z] Docker Root Dir: D:\CI\PR-43335\4\daemon [2022-03-06T09:57:33.267Z] Debug Mode (client): false [2022-03-06T09:57:33.267Z] Debug Mode (server): true [2022-03-06T09:57:33.267Z] File Descriptors: -1 [2022-03-06T09:57:33.267Z] Goroutines: 17 [2022-03-06T09:57:33.267Z] System Time: 2022-03-06T09:57:32.7466429Z [2022-03-06T09:57:33.267Z] EventsListeners: 0 [2022-03-06T09:57:33.267Z] Registry: https://index.docker.io/v1/ [2022-03-06T09:57:33.267Z] Labels: [2022-03-06T09:57:33.267Z] Experimental: false [2022-03-06T09:57:33.267Z] Insecure Registries: [2022-03-06T09:57:33.267Z] 127.0.0.0/8 [2022-03-06T09:57:33.267Z] Live Restore Enabled: false [2022-03-06T09:57:33.267Z] [2022-03-06T09:57:33.267Z] [2022-03-06T09:57:33.267Z] INFO: Stopping daemon under test [2022-03-06T09:57:33.267Z] SUCCESS: The process with PID 1408 (child process of PID 2144) has been terminated. [2022-03-06T09:57:33.267Z] SUCCESS: The process with PID 2144 (child process of PID 1144) has been terminated. [2022-03-06T09:57:33.267Z] INFO: Stop tailing logs of the daemon under tests [2022-03-06T09:57:33.267Z] INFO: executeCI.ps1 Completed successfully at 03/06/2022 09:57:33. [2022-03-06T09:57:33.267Z] INFO: Tidying up at end of run [2022-03-06T09:57:33.267Z] INFO: Saving daemon under test log (d:\CI\PR-43335\4\dut.out) to bundles\CIDUT.out [2022-03-06T09:57:33.267Z] INFO: Saving daemon under test log (d:\CI\PR-43335\4\dut.err) to bundles\CIDUT.err [2022-03-06T09:57:33.267Z] INFO: Saving containerd logs to bundles [2022-03-06T09:57:33.267Z] INFO: Nuke-Everything... [2022-03-06T09:57:33.736Z] INFO: Container count on control daemon to delete is 2 [2022-03-06T09:57:34.204Z] 12bdd68e8573 [2022-03-06T09:57:34.204Z] a8892f01cef8 [2022-03-06T09:57:34.204Z] INFO: Tidying pidfile d:\CI\PR-43335\4\docker.pid [2022-03-06T09:57:34.204Z] INFO: Nuking d:\CI [2022-03-06T09:58:16.936Z] INFO: Zapped successfully [2022-03-06T09:58:16.936Z] [2022-03-06T09:58:16.936Z] INFO: executeCI.ps1 exiting at Sun Mar 6 09:58:13 CUT 2022. Duration 01:24:02.7877900 [2022-03-06T09:58:16.936Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-06T09:58:17.187Z] Recording test results [2022-03-06T09:58:24.469Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-06T09:58:26.575Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-06T09:58:29.008Z] Archiving artifacts [2022-03-06T09:58:43.542Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43335/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-06T09:58:44.495Z] + make clean [2022-03-06T09:58:46.062Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-06T09:58:46.062Z] docker-dev-cache [2022-03-06T09:58:46.062Z] 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